GetVirtualMachineInstanceResult

data class GetVirtualMachineInstanceResult(val azureApiVersion: String, val createFromLocal: Boolean? = null, val extendedLocation: ExtendedLocationResponse? = null, val guestAgentInstallStatus: GuestAgentInstallStatusResponse? = null, val hardwareProfile: VirtualMachineInstancePropertiesHardwareProfileResponse? = null, val httpProxyConfig: HttpProxyConfigurationResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val instanceView: VirtualMachineInstanceViewResponse, val name: String, val networkProfile: VirtualMachineInstancePropertiesNetworkProfileResponse? = null, val osProfile: VirtualMachineInstancePropertiesOsProfileResponse? = null, val provisioningState: String, val resourceUid: String? = null, val securityProfile: VirtualMachineInstancePropertiesSecurityProfileResponse? = null, val status: VirtualMachineInstanceStatusResponse, val storageProfile: VirtualMachineInstancePropertiesStorageProfileResponse? = null, val systemData: SystemDataResponse, val type: String, val vmId: String)

The virtual machine instance resource definition.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createFromLocal: Boolean? = null, extendedLocation: ExtendedLocationResponse? = null, guestAgentInstallStatus: GuestAgentInstallStatusResponse? = null, hardwareProfile: VirtualMachineInstancePropertiesHardwareProfileResponse? = null, httpProxyConfig: HttpProxyConfigurationResponse? = null, id: String, identity: ManagedServiceIdentityResponse? = null, instanceView: VirtualMachineInstanceViewResponse, name: String, networkProfile: VirtualMachineInstancePropertiesNetworkProfileResponse? = null, osProfile: VirtualMachineInstancePropertiesOsProfileResponse? = null, provisioningState: String, resourceUid: String? = null, securityProfile: VirtualMachineInstancePropertiesSecurityProfileResponse? = null, status: VirtualMachineInstanceStatusResponse, storageProfile: VirtualMachineInstancePropertiesStorageProfileResponse? = null, systemData: SystemDataResponse, type: String, vmId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Boolean indicating whether this is an existing local virtual machine or if one should be created.

Link copied to clipboard

The extendedLocation of the resource.

Link copied to clipboard

Guest agent install status.

Link copied to clipboard

HardwareProfile - Specifies the hardware settings for the virtual machine instance.

Link copied to clipboard

HTTP Proxy configuration for the VM.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard

The virtual machine instance view.

Link copied to clipboard

The name of the resource

Link copied to clipboard

NetworkProfile - describes the network configuration the virtual machine instance

Link copied to clipboard

OsProfile - describes the configuration of the operating system and sets login data

Link copied to clipboard

Provisioning state of the virtual machine instance.

Link copied to clipboard
val resourceUid: String? = null

Unique identifier defined by ARC to identify the guest of the VM.

Link copied to clipboard

SecurityProfile - Specifies the security settings for the virtual machine instance.

Link copied to clipboard

The observed state of virtual machine instances

Link copied to clipboard

StorageProfile - contains information about the disks and storage information for the virtual machine instance

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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

Link copied to clipboard

Unique identifier for the vm resource.