VirtualMachineInstanceData Class
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.
A class representing the VirtualMachineInstance data model. The virtual machine instance resource definition.
public class VirtualMachineInstanceData : Azure.ResourceManager.Models.ResourceData
type VirtualMachineInstanceData = class
inherit ResourceData
Public Class VirtualMachineInstanceData
Inherits ResourceData
- Inheritance
Constructors
VirtualMachineInstanceData() |
Initializes a new instance of VirtualMachineInstanceData. |
Properties
ExtendedLocation |
The extendedLocation of the resource. |
GuestAgentInstallStatus |
Guest agent install status. |
HardwareProfile |
HardwareProfile - Specifies the hardware settings for the virtual machine instance. |
HttpProxyConfig |
HTTP Proxy configuration for the VM. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
Identity for the resource. Current supported identity types: SystemAssigned. |
InstanceViewVmAgent |
The VM Config Agent running on the virtual machine. |
Name |
The name of the resource. (Inherited from ResourceData) |
NetworkInterfaces |
NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance. |
OSProfile |
OsProfile - describes the configuration of the operating system and sets login data. |
ProvisioningState |
Provisioning state of the virtual machine instance. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ResourceUid |
Unique identifier defined by ARC to identify the guest of the VM. |
SecurityProfile |
SecurityProfile - Specifies the security settings for the virtual machine instance. |
Status |
The observed state of virtual machine instances. |
StorageProfile |
StorageProfile - contains information about the disks and storage information for the virtual machine instance. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
VmId |
Unique identifier for the vm resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET