CloudStorageAccount.Parse(String) 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.
Parses a connection string and returns a CloudStorageAccount created from the connection string.
public static Microsoft.Azure.Cosmos.Table.CloudStorageAccount Parse (string connectionString);
static member Parse : string -> Microsoft.Azure.Cosmos.Table.CloudStorageAccount
Public Shared Function Parse (connectionString As String) As CloudStorageAccount
Parameters
- connectionString
- String
A valid connection string.
Returns
A CloudStorageAccount object constructed from the values provided in the connection string.
Exceptions
Thrown if connectionString
is null or empty.
Thrown if connectionString
is not a valid connection string.
Thrown if connectionString
cannot be parsed.