你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StandbyVirtualMachinePoolProperties Class

Definition

Details of the StandbyVirtualMachinePool.

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

Constructors

StandbyVirtualMachinePoolProperties(StandbyVirtualMachineState)

Initializes a new instance of StandbyVirtualMachinePoolProperties.

Properties

AttachedVirtualMachineScaleSetId

Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.

ElasticityProfile

Specifies the elasticity profile of the standby virtual machine pools.

ProvisioningState

The status of the last operation.

VirtualMachineState

Specifies the desired state of virtual machines in the pool.

Explicit Interface Implementations

IJsonModel<StandbyVirtualMachinePoolProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyVirtualMachinePoolProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyVirtualMachinePoolProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyVirtualMachinePoolProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyVirtualMachinePoolProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to