Represents a Windows Azure Storage account.
The following tables list the members exposed by the CloudStorageAccount type.
Public Constructors
Name | Description | |
---|---|---|
CloudStorageAccount | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
BlobEndpoint | Gets the primary endpoint for the Blob service, as configured for the storage account. | |
BlobStorageUri | Gets the endpoints for the Blob service at the primary and secondary location, as configured for the storage account. | |
Credentials | Gets the credentials used to create this CloudStorageAccount object. | |
DevelopmentStorageAccount | Gets a CloudStorageAccount object that references the well-known development storage account. | |
FileEndpoint | Gets the primary endpoint for the File service, as configured for the storage account. | |
FileStorageUri | Gets the endpoints for the File service at the primary and secondary location, as configured for the storage account. | |
QueueEndpoint | Gets the primary endpoint for the Queue service, as configured for the storage account. | |
QueueStorageUri | Gets the endpoints for the Queue service at the primary and secondary location, as configured for the storage account. | |
TableEndpoint | Gets the primary endpoint for the Table service, as configured for the storage account. | |
TableStorageUri | Gets the endpoints for the Table service at the primary and secondary location, as configured for the storage account. | |
UseV1MD5 | Gets or sets a value indicating whether the FISMA MD5 setting will be used. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Create | ||
CreateCloudBlobClient | Creates the Blob service client. | |
CreateCloudFileClient | Creates the File service client. | |
CreateCloudQueueClient | Creates the Queue service client. | |
CreateCloudTableClient | Creates the Table service client. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
Parse | Parses a connection string and returns a CloudStorageAccount created from the connection string. | |
ToString | Overloaded. Overridden. | |
TryParse | Indicates whether a connection string can be parsed to return a CloudStorageAccount object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |