Get Account Result
data class GetAccountResult(val accountEndpoint: String, val encryption: GetAccountEncryption? = null, val id: String, val keyVaultReferences: List<GetAccountKeyVaultReference>, val location: String, val name: String, val poolAllocationMode: String, val primaryAccessKey: String, val resourceGroupName: String, val secondaryAccessKey: String, val storageAccountId: String, val tags: Map<String, String>)
A collection of values returned by getAccount.
Constructors
Link copied to clipboard
fun GetAccountResult(accountEndpoint: String, encryption: GetAccountEncryption? = null, id: String, keyVaultReferences: List<GetAccountKeyVaultReference>, location: String, name: String, poolAllocationMode: String, primaryAccessKey: String, resourceGroupName: String, secondaryAccessKey: String, storageAccountId: String, tags: Map<String, String>)