StandbyVirtualMachineProperties Class

Definition

Details of the StandbyVirtualMachine.

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

Properties

ProvisioningState

The status of the last operation.

VirtualMachineResourceId

Resource id of the virtual machine.

Explicit Interface Implementations

IJsonModel<StandbyVirtualMachineProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyVirtualMachineProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyVirtualMachineProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyVirtualMachineProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyVirtualMachineProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to