Share via


IStandbyVirtualMachinePoolElasticityProfileUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileUpdateTypeConverter))]
public interface IStandbyVirtualMachinePoolElasticityProfileUpdate : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolElasticityProfileUpdateTypeConverter))>]
type IStandbyVirtualMachinePoolElasticityProfileUpdate = interface
    interface IJsonSerializable
Public Interface IStandbyVirtualMachinePoolElasticityProfileUpdate
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