ContainerGroupProfile Class

Definition

Details of the ContainerGroupProfile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ContainerGroupProfileTypeConverter))]
public class ContainerGroupProfile : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ContainerGroupProfileTypeConverter))>]
type ContainerGroupProfile = class
    interface IContainerGroupProfile
    interface IJsonSerializable
Public Class ContainerGroupProfile
Implements IContainerGroupProfile
Inheritance
ContainerGroupProfile
Attributes
Implements

Constructors

ContainerGroupProfile()

Creates an new ContainerGroupProfile instance.

Properties

Id

Specifies container group profile id of standby container groups.

Revision

Specifies revision of container group profile.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerGroupProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerGroupProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerGroupProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to