StorageAccountCredentials interface
存储帐户的访问信息。
属性
| primary |
存储帐户的主密钥。 注意:此属性不会序列化。 它只能由服务器填充。 |
| resource |
存储帐户的 ARM 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| secondary |
存储帐户的辅助密钥。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
primaryKey
存储帐户的主密钥。 注意:此属性不会序列化。 它只能由服务器填充。
primaryKey?: string
属性值
string
resourceId
存储帐户的 ARM 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。
resourceId?: string
属性值
string
secondaryKey
存储帐户的辅助密钥。 注意:此属性不会序列化。 它只能由服务器填充。
secondaryKey?: string
属性值
string