Share via


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 without zone values. Note: any resources in the Running state may still be installing extensions / not fully provisioned.

Prediction

Displays prediction information of the standby pool.

ProvisioningState

Displays the provisioning state of the standby pool.

Status

Display status of the standby pool.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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