ContainerGroupProfileUpdate Class

Definition

Details of the ContainerGroupProfile.

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

Constructors

ContainerGroupProfileUpdate()

Creates an new ContainerGroupProfileUpdate 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 ContainerGroupProfileUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerGroupProfileUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerGroupProfileUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to