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

CloudStorageAccount.ToString 方法

定义

重载

ToString()

返回存储帐户的连接字符串,不包含敏感数据。

ToString(Boolean)

返回存储帐户的连接字符串,有时包含敏感数据。

ToString()

返回存储帐户的连接字符串,不包含敏感数据。

public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

一个连接字符串。

适用于

ToString(Boolean)

返回存储帐户的连接字符串,有时包含敏感数据。

public string ToString (bool exportSecrets);
override this.ToString : bool -> string
Public Function ToString (exportSecrets As Boolean) As String

参数

exportSecrets
Boolean

如果在字符串中包含敏感数据,则为 True;否则为 false

返回

一个连接字符串。

适用于