StandbyVirtualMachinePoolElasticityProfile interface
Details of the elasticity profile.
Properties
| dynamic |
Specifies the dynamic sizing configuration. |
| max |
Specifies the maximum number of virtual machines in the standby virtual machine pool. |
| min |
Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity. |
| post |
Specifies the duration to wait after virtual machine provisioning before the virtual machine becomes available for use. The duration should be specified in ISO 8601 format (e.g., PT2S for 2 seconds). |
Property Details
dynamicSizing
Specifies the dynamic sizing configuration.
dynamicSizing?: DynamicSizing
Property Value
maxReadyCapacity
Specifies the maximum number of virtual machines in the standby virtual machine pool.
maxReadyCapacity: number
Property Value
number
minReadyCapacity
Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity.
minReadyCapacity?: number
Property Value
number
postProvisioningDelay
Specifies the duration to wait after virtual machine provisioning before the virtual machine becomes available for use. The duration should be specified in ISO 8601 format (e.g., PT2S for 2 seconds).
postProvisioningDelay?: string
Property Value
string