次の方法で共有


StandbyVirtualMachineInstanceCountSummary Class

Definition

Contains the counts of VMs in each power state in a given zone, fault domain, as known by the StandbyPool resource provider. 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.

public class StandbyVirtualMachineInstanceCountSummary : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineInstanceCountSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StandbyPool.Models.StandbyVirtualMachineInstanceCountSummary>
type StandbyVirtualMachineInstanceCountSummary = class
    interface IJsonModel<StandbyVirtualMachineInstanceCountSummary>
    interface IPersistableModel<StandbyVirtualMachineInstanceCountSummary>
Public Class StandbyVirtualMachineInstanceCountSummary
Implements IJsonModel(Of StandbyVirtualMachineInstanceCountSummary), IPersistableModel(Of StandbyVirtualMachineInstanceCountSummary)
Inheritance
StandbyVirtualMachineInstanceCountSummary
Implements

Properties

InstanceCountsByState

The count of pooled resources in each state for the given zone.

Zone

The zone that the provided counts are in. This is null if zones are not enabled on the attached VMSS.

Explicit Interface Implementations

IJsonModel<StandbyVirtualMachineInstanceCountSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyVirtualMachineInstanceCountSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyVirtualMachineInstanceCountSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyVirtualMachineInstanceCountSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyVirtualMachineInstanceCountSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to