Get Azure Bare Metal Storage Instance Result
data class GetAzureBareMetalStorageInstanceResult(val azureApiVersion: String, val azureBareMetalStorageInstanceUniqueIdentifier: String? = null, val id: String, val identity: AzureBareMetalStorageInstanceIdentityResponse? = null, val location: String, val name: String, val storageProperties: StoragePropertiesResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties)
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, azureBareMetalStorageInstanceUniqueIdentifier: String? = null, id: String, identity: AzureBareMetalStorageInstanceIdentityResponse? = null, location: String, name: String, storageProperties: StoragePropertiesResponse? = 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 AzureBareMetaStorageInstance unique ID.
Link copied to clipboard
The identity of Azure Bare Metal Storage Instance, if configured.
Link copied to clipboard
Specifies the storage properties for the AzureBareMetalStorage instance.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.