StandbyContainerGroupPoolResourceUpdateProperties Class

Definition

The updatable properties of the StandbyContainerGroupPoolResource.

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

Constructors

StandbyContainerGroupPoolResourceUpdateProperties()

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyContainerGroupPoolResourceUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyContainerGroupPoolResourceUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyContainerGroupPoolResourceUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to