CloudStorageAccount.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToString() |
Returns a connection string for this storage account, without sensitive data. |
ToString(Boolean) |
Returns a connection string for the storage account, optionally with sensitive data. |
ToString()
Returns a connection string for this storage account, without sensitive data.
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
A connection string.
Applies to
ToString(Boolean)
Returns a connection string for the storage account, optionally with sensitive data.
public string ToString (bool exportSecrets);
override this.ToString : bool -> string
Public Function ToString (exportSecrets As Boolean) As String
Parameters
- exportSecrets
- Boolean
Returns
A connection string.