Share via


IStandbyVirtualMachinePoolRuntimeViewResourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewResourcePropertiesTypeConverter))]
public interface IStandbyVirtualMachinePoolRuntimeViewResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewResourcePropertiesTypeConverter))>]
type IStandbyVirtualMachinePoolRuntimeViewResourceProperties = interface
    interface IJsonSerializable
Public Interface IStandbyVirtualMachinePoolRuntimeViewResourceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

InstanceCountSummary

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 with null zone values. Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here. Note: any resources in the Running state may still be installing extensions / not fully provisioned.

ProvisioningState

Displays the provisioning state of the standby pool

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to