IStandbyVirtualMachinePoolResourceUpdate 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.StandbyVirtualMachinePoolResourceUpdateTypeConverter))]
public interface IStandbyVirtualMachinePoolResourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolResourceUpdateTypeConverter))>]
type IStandbyVirtualMachinePoolResourceUpdate = interface
interface IJsonSerializable
Public Interface IStandbyVirtualMachinePoolResourceUpdate
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. |
Tag |
Resource tags. |
VirtualMachineState |
Specifies the desired state of virtual machines in the pool. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |