你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageAccountCredentials interface
存储帐户的访问信息。
属性
primary |
存储帐户的主密钥。 注意:此属性不会序列化。 它只能由服务器填充。 |
resource |
存储帐户的 ARM 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
secondary |
存储帐户的辅助密钥。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
primaryKey
存储帐户的主密钥。 注意:此属性不会序列化。 它只能由服务器填充。
primaryKey?: string
属性值
string
resourceId
存储帐户的 ARM 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。
resourceId?: string
属性值
string
secondaryKey
存储帐户的辅助密钥。 注意:此属性不会序列化。 它只能由服务器填充。
secondaryKey?: string
属性值
string