Compartilhar via


ContainerGroupProfileListResult Class

Definition

The container group profile list response that contains the container group profile properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfileListResultTypeConverter))]
public class ContainerGroupProfileListResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfileListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfileListResultTypeConverter))>]
type ContainerGroupProfileListResult = class
    interface IContainerGroupProfileListResult
    interface IJsonSerializable
Public Class ContainerGroupProfileListResult
Implements IContainerGroupProfileListResult
Inheritance
ContainerGroupProfileListResult
Attributes
Implements

Constructors

Name Description
ContainerGroupProfileListResult()

Creates an new ContainerGroupProfileListResult instance.

Properties

Name Description
NextLink

The URI to fetch the next page of container group profiles.

Value

The list of container group profiles.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerGroupProfileListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerGroupProfileListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfileListResult.

FromJsonString(String)

Creates a new instance of ContainerGroupProfileListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerGroupProfileListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to