StandbyContainerGroupPoolElasticityProfileUpdate Class

Definition

Specifies the elasticity profile of the standby container group pools.

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

Constructors

StandbyContainerGroupPoolElasticityProfileUpdate()

Creates an new StandbyContainerGroupPoolElasticityProfileUpdate instance.

Properties

MaxReadyCapacity

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

RefillPolicy

Specifies refill policy of the pool.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyContainerGroupPoolElasticityProfileUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyContainerGroupPoolElasticityProfileUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyContainerGroupPoolElasticityProfileUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to