StorageAccountCredential interface
存储帐户凭据。
- 扩展
属性
| account |
加密的存储密钥。 |
| account |
在存储帐户上访问的存储类型。 |
| alias | 存储帐户的别名。 |
| blob |
私有云的 Blob 终结点。 |
| connection |
存储帐户的连接字符串。 如果未指定用户名和帐户密钥,请使用此字符串。 |
| ssl |
表示是否需要启用 SSL。 |
| storage |
存储帐户的 ID。 |
| system |
StorageAccountCredential 对象注意:此属性不会序列化。 它只能由服务器填充。 |
| user |
存储帐户的用户名。 |
继承属性
| id | 唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 对象名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
accountKey
accountType
在存储帐户上访问的存储类型。
accountType: string
属性值
string
alias
存储帐户的别名。
alias: string
属性值
string
blobDomainName
私有云的 Blob 终结点。
blobDomainName?: string
属性值
string
connectionString
存储帐户的连接字符串。 如果未指定用户名和帐户密钥,请使用此字符串。
connectionString?: string
属性值
string
sslStatus
表示是否需要启用 SSL。
sslStatus: string
属性值
string
storageAccountId
存储帐户的 ID。
storageAccountId?: string
属性值
string
systemData
userName
存储帐户的用户名。
userName?: string
属性值
string