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

AzureStorageInfoValue interface

Azure 文件存储或 Blob 存储访问字典存储的信息值。

属性

accessKey

存储帐户的访问密钥。

accountName

存储帐户的名称。

mountPath

在站点的运行时环境中装载存储的路径。

protocol

要用于存储帐户的装载协议。

shareName

文件共享的名称(容器名称,Blob 存储)。

state

存储帐户的状态。 注意:此属性不会序列化。 它只能由服务器填充。

type

存储的类型。

属性详细信息

accessKey

存储帐户的访问密钥。

accessKey?: string

属性值

string

accountName

存储帐户的名称。

accountName?: string

属性值

string

mountPath

在站点的运行时环境中装载存储的路径。

mountPath?: string

属性值

string

protocol

要用于存储帐户的装载协议。

protocol?: string

属性值

string

shareName

文件共享的名称(容器名称,Blob 存储)。

shareName?: string

属性值

string

state

存储帐户的状态。 注意:此属性不会序列化。 它只能由服务器填充。

state?: AzureStorageState

属性值

type

存储的类型。

type?: AzureStorageType

属性值