StandbyVirtualMachinePoolRuntimeViewResourceProperties Class
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.
Contains information about a standby pool as last known by the StandbyPool resource provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewResourcePropertiesTypeConverter))]
public class StandbyVirtualMachinePoolRuntimeViewResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolRuntimeViewResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewResourcePropertiesTypeConverter))>]
type StandbyVirtualMachinePoolRuntimeViewResourceProperties = class
interface IStandbyVirtualMachinePoolRuntimeViewResourceProperties
interface IJsonSerializable
Public Class StandbyVirtualMachinePoolRuntimeViewResourceProperties
Implements IStandbyVirtualMachinePoolRuntimeViewResourceProperties
- Inheritance
-
StandbyVirtualMachinePoolRuntimeViewResourceProperties
- Attributes
- Implements
Constructors
StandbyVirtualMachinePoolRuntimeViewResourceProperties() |
Creates an new StandbyVirtualMachinePoolRuntimeViewResourceProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StandbyVirtualMachinePoolRuntimeViewResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StandbyVirtualMachinePoolRuntimeViewResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachinePoolRuntimeViewResourceProperties. |
FromJsonString(String) |
Creates a new instance of StandbyVirtualMachinePoolRuntimeViewResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StandbyVirtualMachinePoolRuntimeViewResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |