Get Storage Account Credential Result
data class GetStorageAccountCredentialResult(val accountKey: AsymmetricEncryptedSecretResponse? = null, val accountType: String, val alias: String, val blobDomainName: String? = null, val connectionString: String? = null, val id: String, val name: String, val sslStatus: String, val storageAccountId: String? = null, val systemData: SystemDataResponse, val type: String, val userName: String? = null)
The storage account credential.
Constructors
Link copied to clipboard
fun GetStorageAccountCredentialResult(accountKey: AsymmetricEncryptedSecretResponse? = null, accountType: String, alias: String, blobDomainName: String? = null, connectionString: String? = null, id: String, name: String, sslStatus: String, storageAccountId: String? = null, systemData: SystemDataResponse, type: String, userName: String? = null)