StandbyVirtualMachinePoolResourceUpdateProperties interface
The updatable properties of the StandbyVirtualMachinePoolResource.
Properties
attached |
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. |
elasticity |
Specifies the elasticity profile of the standby virtual machine pools. |
virtual |
Specifies the desired state of virtual machines in the pool. |
Property Details
attachedVirtualMachineScaleSetId
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
attachedVirtualMachineScaleSetId?: string
Property Value
string
elasticityProfile
Specifies the elasticity profile of the standby virtual machine pools.
elasticityProfile?: StandbyVirtualMachinePoolElasticityProfileUpdate
Property Value
virtualMachineState
Specifies the desired state of virtual machines in the pool.
virtualMachineState?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript