你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccountCredential interface

存储帐户凭据。

扩展

属性

accountKey

加密的存储密钥。

accountType

在存储帐户上访问的存储类型。

alias

存储帐户的别名。

blobDomainName

私有云的 Blob 终结点。

connectionString

存储帐户的连接字符串。 如果未指定用户名和帐户密钥,请使用此字符串。

sslStatus

表示是否需要启用 SSL。

storageAccountId

存储帐户的 ID。

userName

存储帐户的用户名。

继承属性

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

name

对象名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

accountKey

加密的存储密钥。

accountKey?: AsymmetricEncryptedSecret

属性值

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

userName

存储帐户的用户名。

userName?: string

属性值

string

继承属性详细信息

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 ARMBaseModel.id

name

对象名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自 ARMBaseModel.name

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自ARMBaseModel.type