CloudStorageAccount Methods

Windows Runtime Azure Storage Client Library

Public Methods (see also Protected Methods)

  Name Description
public method static Create  
public method CreateCloudBlobClient Creates the Blob service client.
public method CreateCloudFileClient Creates the File service client.
public method CreateCloudQueueClient Creates the Queue service client.
public method CreateCloudTableClient Creates the Table service client.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method static Parse Parses a connection string and returns a CloudStorageAccount created from the connection string.
public method ToString Overloaded. Overridden.  
public method static TryParse Indicates whether a connection string can be parsed to return a CloudStorageAccount object.

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

See Also