IStandbyVirtualMachinePoolElasticityProfileUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |