GetAzureLargeInstanceResult

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)

Types

Link copied to clipboard
object Companion

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
val hwRevision: String? = null

Hardware revision of an Azure Large Instance

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 geo-location where the resource lives

Link copied to clipboard

The name of the resource

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
val powerState: String? = null

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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