VMwareVmInstanceData Class

Definition

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

public class VMwareVmInstanceData : Azure.ResourceManager.Models.ResourceData
type VMwareVmInstanceData = class
    inherit ResourceData
Public Class VMwareVmInstanceData
Inherits ResourceData
Inheritance
VMwareVmInstanceData

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)

Applies to