Get Storage Space Retrieve Result
data class GetStorageSpaceRetrieveResult(val azureApiVersion: String, val extendedLocation: StorageSpacesResponseExtendedLocation? = null, val id: String, val location: String, val name: String, val properties: StorageSpacesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The storageSpaces resource definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: StorageSpacesResponseExtendedLocation? = null, id: String, location: String, name: String, properties: StorageSpacesPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)