StandbyVirtualMachinePoolUpdateProperties Class

Definition

The updatable properties of the StandbyVirtualMachinePoolResource.

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

Constructors

StandbyVirtualMachinePoolUpdateProperties()

Initializes a new instance of StandbyVirtualMachinePoolUpdateProperties.

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.

VirtualMachineState

Specifies the desired state of virtual machines in the pool.

Explicit Interface Implementations

IJsonModel<StandbyVirtualMachinePoolUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyVirtualMachinePoolUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyVirtualMachinePoolUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyVirtualMachinePoolUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyVirtualMachinePoolUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to