Get Azure Bare Metal Storage Instance Result
data class GetAzureBareMetalStorageInstanceResult(val azureBareMetalStorageInstanceUniqueIdentifier: String? = null, val id: String, 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(azureBareMetalStorageInstanceUniqueIdentifier: String? = null, id: String, location: String, name: String, storageProperties: StoragePropertiesResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)