Get Azure Bare Metal Instance Result
data class GetAzureBareMetalInstanceResult(val azureBareMetalInstanceId: 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 partnerNodeId: String? = 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)
AzureBareMetal instance info on Azure (ARM properties and AzureBareMetal properties)
Constructors
Link copied to clipboard
constructor(azureBareMetalInstanceId: String? = null, hardwareProfile: HardwareProfileResponse? = null, hwRevision: String? = null, id: String, location: String, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OSProfileResponse? = null, partnerNodeId: String? = 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
Specifies the Azure Bare Metal Instance unique ID.
Link copied to clipboard
Specifies the hardware settings for the Azure Bare Metal Instance.
Link copied to clipboard
Hardware revision of an Azure Bare Metal Instance
Link copied to clipboard
Specifies the network settings for the Azure Bare Metal Instance.
Link copied to clipboard
Specifies the operating system settings for the Azure Bare Metal Instance.
Link copied to clipboard
ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance
Link copied to clipboard
Resource power state
Link copied to clipboard
State of provisioning of the AzureBareMetalInstance
Link copied to clipboard
Resource proximity placement group
Link copied to clipboard
Specifies the storage settings for the Azure Bare Metal Instance disks.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.