StandbyContainerGroupPoolResourceUpdate Class

Definition

The type used for update operations of the StandbyContainerGroupPoolResource.

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

Constructors

StandbyContainerGroupPoolResourceUpdate()

Creates an new StandbyContainerGroupPoolResourceUpdate instance.

Properties

ContainerGroupProfileId

Specifies container group profile id of standby container groups.

ContainerGroupProfileRevision

Specifies revision of container group profile.

ContainerGroupPropertySubnetId

Specifies subnet Ids for container group.

ElasticityProfileMaxReadyCapacity

Specifies maximum number of standby container groups in the standby pool.

ElasticityProfileRefillPolicy

Specifies refill policy of the pool.

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyContainerGroupPoolResourceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyContainerGroupPoolResourceUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyContainerGroupPoolResourceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to