StandbyVirtualMachinePoolRuntimeViewProperties Class

Definition

Contains information about a standby pool as last known by the StandbyPool resource provider.

public class StandbyVirtualMachinePoolRuntimeViewProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachinePoolRuntimeViewProperties>
type StandbyVirtualMachinePoolRuntimeViewProperties = class
    interface IJsonModel<StandbyVirtualMachinePoolRuntimeViewProperties>
    interface IPersistableModel<StandbyVirtualMachinePoolRuntimeViewProperties>
Public Class StandbyVirtualMachinePoolRuntimeViewProperties
Implements IJsonModel(Of StandbyVirtualMachinePoolRuntimeViewProperties), IPersistableModel(Of StandbyVirtualMachinePoolRuntimeViewProperties)
Inheritance
StandbyVirtualMachinePoolRuntimeViewProperties
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.

Explicit Interface Implementations

IJsonModel<StandbyVirtualMachinePoolRuntimeViewProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StandbyVirtualMachinePoolRuntimeViewProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyVirtualMachinePoolRuntimeViewProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyVirtualMachinePoolRuntimeViewProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StandbyVirtualMachinePoolRuntimeViewProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to