Storage Account Response
data class StorageAccountResponse(val id: String? = null, val identity: ResourceIdentityResponse? = null, val status: String, val type: String)
The storage account details.
Constructors
Link copied to clipboard
fun StorageAccountResponse(id: String? = null, identity: ResourceIdentityResponse? = null, status: String, type: String)