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

ShareCredentialDetails interface

帐户中共享的凭据详细信息。

属性

password

共享的密码。 注意:此属性不会被序列化。 它只能由服务器填充。

shareName

共享的名称。 注意:此属性不会被序列化。 它只能由服务器填充。

shareType

共享的类型。 注意:此属性不会被序列化。 它只能由服务器填充。

supportedAccessProtocols

设备上支持的访问协议。 注意:此属性不会被序列化。 它只能由服务器填充。

userName

共享的用户名。 注意:此属性不会被序列化。 它只能由服务器填充。

属性详细信息

password

共享的密码。 注意:此属性不会被序列化。 它只能由服务器填充。

password?: string

属性值

string

shareName

共享的名称。 注意:此属性不会被序列化。 它只能由服务器填充。

shareName?: string

属性值

string

shareType

共享的类型。 注意:此属性不会被序列化。 它只能由服务器填充。

shareType?: ShareDestinationFormatType

属性值

supportedAccessProtocols

设备上支持的访问协议。 注意:此属性不会被序列化。 它只能由服务器填充。

supportedAccessProtocols?: AccessProtocol[]

属性值

userName

共享的用户名。 注意:此属性不会被序列化。 它只能由服务器填充。

userName?: string

属性值

string