ArmStandbyPoolModelFactory.StandbyVirtualMachinePoolRuntimeViewProperties Method
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.
Initializes a new instance of StandbyVirtualMachinePoolRuntimeViewProperties.
public static Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewProperties StandbyVirtualMachinePoolRuntimeViewProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineInstanceCountSummary> instanceCountSummary = default, Azure.ResourceManager.StandbyPool.Models.StandbyPoolStatus status = default, Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState? provisioningState = default, Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPrediction prediction = default);
static member StandbyVirtualMachinePoolRuntimeViewProperties : seq<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineInstanceCountSummary> * Azure.ResourceManager.StandbyPool.Models.StandbyPoolStatus * Nullable<Azure.ResourceManager.StandbyPool.Models.StandbyProvisioningState> * Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolPrediction -> Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewProperties
Public Shared Function StandbyVirtualMachinePoolRuntimeViewProperties (Optional instanceCountSummary As IEnumerable(Of StandbyVirtualMachineInstanceCountSummary) = Nothing, Optional status As StandbyPoolStatus = Nothing, Optional provisioningState As Nullable(Of StandbyProvisioningState) = Nothing, Optional prediction As StandbyVirtualMachinePoolPrediction = Nothing) As StandbyVirtualMachinePoolRuntimeViewProperties
Parameters
- instanceCountSummary
- IEnumerable<StandbyVirtualMachineInstanceCountSummary>
A list containing the counts of virtual machines in each possible power state for each zone if enabled, as known by the StandbyPool resource provider. If zones are not enabled on the attached VMSS, the list will contain a single entry without zone values. Note: any resources in the Running state may still be installing extensions / not fully provisioned.
- status
- StandbyPoolStatus
Display status of the standby pool.
- provisioningState
- Nullable<StandbyProvisioningState>
Displays the provisioning state of the standby pool.
- prediction
- StandbyVirtualMachinePoolPrediction
Displays prediction information of the standby pool.
Returns
A new StandbyVirtualMachinePoolRuntimeViewProperties instance for mocking.