Get Azure Large Instance Result
data class GetAzureLargeInstanceResult(val azureApiVersion: String, val azureLargeInstanceId: String? = null, val hardwareProfile: HardwareProfileResponse? = null, val hwRevision: String? = null, val id: String, val location: String, val name: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileResponse? = null, val powerState: String? = null, val provisioningState: String, val proximityPlacementGroup: String? = null, val storageProfile: StorageProfileResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Azure Large Instance info on Azure (ARM properties and AzureLargeInstance properties)
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, azureLargeInstanceId: String? = null, hardwareProfile: HardwareProfileResponse? = null, hwRevision: String? = null, id: String, location: String, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OsProfileResponse? = null, powerState: String? = null, provisioningState: String, proximityPlacementGroup: String? = null, storageProfile: StorageProfileResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Specifies the Azure Large Instance unique ID.
Link copied to clipboard
Specifies the hardware settings for the Azure Large Instance.
Link copied to clipboard
Hardware revision of an Azure Large Instance
Link copied to clipboard
Specifies the network settings for the Azure Large Instance.
Link copied to clipboard
Specifies the operating system settings for the Azure Large Instance.
Link copied to clipboard
Resource power state
Link copied to clipboard
State of provisioning of the AzureLargeInstance
Link copied to clipboard
Resource proximity placement group
Link copied to clipboard
Specifies the storage settings for the Azure Large Instance disks.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.