CloudStorageAccount Members

Represents a Windows Azure Storage account.

The following tables list the members exposed by the CloudStorageAccount type.

Public Constructors

  Name Description
  CloudStorageAccount Overloaded.  

Top

Public Properties

  Name Description
public property BlobEndpoint Gets the primary endpoint for the Blob service, as configured for the storage account.
public property BlobStorageUri Gets the endpoints for the Blob service at the primary and secondary location, as configured for the storage account.
public property Credentials Gets the credentials used to create this CloudStorageAccount object.
public property static DevelopmentStorageAccount Gets a CloudStorageAccount object that references the well-known development storage account.
public property FileEndpoint Gets the primary endpoint for the File service, as configured for the storage account.
public property FileStorageUri Gets the endpoints for the File service at the primary and secondary location, as configured for the storage account.
public property QueueEndpoint Gets the primary endpoint for the Queue service, as configured for the storage account.
public property QueueStorageUri Gets the endpoints for the Queue service at the primary and secondary location, as configured for the storage account.
public property TableEndpoint Gets the primary endpoint for the Table service, as configured for the storage account.
public property TableStorageUri Gets the endpoints for the Table service at the primary and secondary location, as configured for the storage account.
public property static UseV1MD5 Gets or sets a value indicating whether the FISMA MD5 setting will be used.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CreateCloudAnalyticsClient Creates an analytics client.
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 methodstatic Parse Parses a connection string and returns a CloudStorageAccount created from the connection string.
public method ToString Overloaded. Overridden.  
public methodstatic TryParse Indicates whether a connection string can be parsed to return a CloudStorageAccount object.

Top

Protected Methods

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

Top

See Also

Reference

CloudStorageAccount Class
Microsoft.WindowsAzure.Storage Namespace