IStandbyVirtualMachinePoolElasticityProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileTypeConverter))]
public interface IStandbyVirtualMachinePoolElasticityProfile : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileTypeConverter))>]
type IStandbyVirtualMachinePoolElasticityProfile = interface
    interface IJsonSerializable
Public Interface IStandbyVirtualMachinePoolElasticityProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

MaxReadyCapacity

Specifies the maximum number of virtual machines in the standby virtual machine pool.

MinReadyCapacity

Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to