IVirtualMachineInstance Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceTypeConverter))]
public interface IVirtualMachineInstance : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceTypeConverter))>]
type IVirtualMachineInstance = interface
interface IJsonSerializable
interface IProxyResource
interface IResource
Public Interface IVirtualMachineInstance
Implements IProxyResource
- Derived
- Attributes
- Implements
Properties
ExtendedLocationName |
The extended location name. |
ExtendedLocationType |
The extended location type. |
HardwareProfileCpuHotAddEnabled |
Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running. |
HardwareProfileCpuHotRemoveEnabled |
Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running. |
HardwareProfileMemoryHotAddEnabled |
Gets or sets a value indicating whether memory can be added while this virtual machine is running. |
HardwareProfileMemorySizeMb |
Gets or sets memory size in MBs for the vm. |
HardwareProfileNumCoresPerSocket |
Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified. |
HardwareProfileNumCpUs |
Gets or sets the number of vCPUs for the vm. |
Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResource) |
InfrastructureProfileCustomResourceName |
Gets the name of the corresponding resource in Kubernetes. |
InfrastructureProfileFirmwareType |
Firmware type |
InfrastructureProfileFolderPath |
Gets or sets the folder path of the vm. |
InfrastructureProfileInstanceUuid |
Gets or sets the instance uuid of the vm. |
InfrastructureProfileInventoryItemId |
Gets or sets the inventory Item ID for the virtual machine. |
InfrastructureProfileMoName |
Gets or sets the vCenter Managed Object name for the virtual machine. |
InfrastructureProfileMoRefId |
Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine. |
InfrastructureProfileSmbiosUuid |
Gets or sets the SMBIOS UUID of the vm. |
InfrastructureProfileTemplateId |
Gets or sets the ARM Id of the template resource to deploy the virtual machine. |
InfrastructureProfileVCenterId |
Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. |
Name |
The name of the resource (Inherited from IResource) |
NetworkProfileNetworkInterface |
Gets or sets the list of network interfaces associated with the virtual machine. |
OSProfileAdminPassword |
Sets administrator password. |
OSProfileAdminUsername |
Gets or sets administrator username. |
OSProfileComputerName |
Gets or sets computer name. |
OSProfileGuestId |
Gets or sets the guestId. |
OSProfileOssku |
Gets or sets os sku. |
OSProfileOstype |
Gets or sets the type of the os. |
OSProfileToolsRunningStatus |
Gets or sets the current running status of VMware Tools running in the guest operating system. |
OSProfileToolsVersion |
Gets or sets the current version of VMware Tools. |
OSProfileToolsVersionStatus |
Gets or sets the current version status of VMware Tools installed in the guest operating system. |
PlacementProfileClusterId |
Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy. |
PlacementProfileDatastoreId |
Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept. |
PlacementProfileHostId |
Gets or sets the ARM Id of the host resource on which this virtual machine will deploy. |
PlacementProfileResourcePoolId |
Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy. |
PowerState |
Gets the power state of the virtual machine. |
ProvisioningState |
Gets the provisioning state. |
ResourceUid |
Gets or sets a unique identifier for the vm resource. |
Statuses |
The resource status information. |
StorageProfileDisk |
Gets or sets the list of virtual disks associated with the virtual machine. |
StorageProfileScsiController |
Gets or sets the list of virtual SCSI controllers associated with the virtual machine. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
UefiSettingSecureBootEnabled |
Specifies whether secure boot should be enabled on the virtual machine. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |