VMwareVmInstanceData Class

Definition

A class representing the VMwareVmInstance data model. Define the virtualMachineInstance.

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

Constructors

VMwareVmInstanceData()

Initializes a new instance of VMwareVmInstanceData.

Properties

ExtendedLocation

Gets or sets the extended location.

HardwareProfile

Hardware properties.

Id

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

(Inherited from ResourceData)
InfrastructureProfile

Gets the infrastructure profile.

Name

The name of the resource.

(Inherited from ResourceData)
NetworkInterfaces

Gets or sets the list of network interfaces associated with the virtual machine.

OSProfile

OS properties.

PlacementProfile

Placement properties.

PowerState

Gets the power state of the virtual machine.

ProvisioningState

Gets the provisioning state.

ResourceType

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

(Inherited from ResourceData)
ResourceUid

Gets or sets a unique identifier for the vm resource.

SecureBootEnabled

Specifies whether secure boot should be enabled on the virtual machine.

Statuses

The resource status information.

StorageProfile

Storage properties.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<VMwareVmInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareVmInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareVmInstanceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareVmInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareVmInstanceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to