IStandbyVirtualMachinePoolResourceUpdateProperties 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.StandbyVirtualMachinePoolResourceUpdatePropertiesTypeConverter))]
public interface IStandbyVirtualMachinePoolResourceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolResourceUpdatePropertiesTypeConverter))>]
type IStandbyVirtualMachinePoolResourceUpdateProperties = interface
interface IJsonSerializable
Public Interface IStandbyVirtualMachinePoolResourceUpdateProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AttachedVirtualMachineScaleSetId |
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. |
ElasticityProfileMaxReadyCapacity |
Specifies the maximum number of virtual machines in the standby virtual machine pool. |
ElasticityProfileMinReadyCapacity |
Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity. |
VirtualMachineState |
Specifies the desired state of virtual machines in the pool. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |