StandbyVirtualMachineData Class

Definition

A class representing the StandbyVirtualMachine data model. Concrete proxy resource types can be created by aliasing this type using a specific property type.

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

Constructors

StandbyVirtualMachineData()

Initializes a new instance of StandbyVirtualMachineData.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The status of the last operation.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
VirtualMachineResourceId

Resource id of the virtual machine.

Explicit Interface Implementations

IJsonModel<StandbyVirtualMachineData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StandbyVirtualMachineData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StandbyVirtualMachineData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StandbyVirtualMachineData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StandbyVirtualMachineData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to