StandbyContainerGroupPoolResourceProperties Class

Definition

Details of the StandbyContainerGroupPool.

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

Constructors

StandbyContainerGroupPoolResourceProperties()

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

ProvisioningState

The status of the last operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyContainerGroupPoolResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyContainerGroupPoolResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyContainerGroupPoolResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to