CloudStorageAccount Members
Represents a Windows Azure storage account.
The following tables list the members exposed by the CloudStorageAccount type.
| Name | Description | |
|---|---|---|
| CloudStorageAccount | Overloaded. |
| Name | Description | |
|---|---|---|
|
BlobEndpoint | Gets the endpoint for the Blob service, as configured for the storage account. |
|
Credentials | Gets the credentials used to create this CloudStorageAccount object. |
|
DevelopmentStorageAccount | Gets a CloudStorageAccount object that references the development storage account. |
|
QueueEndpoint | Gets the endpoint for the Queue service, as configured for the storage account. |
|
TableEndpoint | Gets the endpoint for the Table service, as configured for the storage account. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object) |
![]() ![]() | FromConfigurationSetting | Create a new instance of a CloudStorageAccount object from a specified configuration setting. This method may be called only after the SetConfigurationSettingPublisher method has been called to configure the global configuration setting publisher. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() ![]() | Parse | Parses a connection string and returns a CloudStorageAccount created from the connection string. |
![]() ![]() | SetConfigurationSettingPublisher | Sets the global configuration setting publisher for the storage account, which will be called when the account access keys are updated in the service configuration file. |
![]() | ToString | Overloaded. Overridden. |
![]() ![]() | TryParse | Indicates whether a connection string can be parsed to return a CloudStorageAccount object. |
(see also Extension Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
CreateCloudBlobClient | Creates a new Blob service client. (Defined by CloudStorageAccountStorageClientExtensions.) |
|
CreateCloudDrive | Create a new instance of a CloudDrive object from a storage account. (Defined by CloudStorageAccountCloudDriveExtensions.) |
|
CreateCloudQueueClient | Creates a new Queue service client. (Defined by CloudStorageAccountStorageClientExtensions.) |
|
CreateCloudTableClient | Creates the Table service client. (Defined by CloudStorageAccountStorageClientExtensions.) |
|
CreateDeploymentDiagnosticManager | Creates a new instance of the DeploymentDiagnosticManager class for the specified deployment. (Defined by CloudAccountDiagnosticMonitorExtensions.) |
|
CreateRoleInstanceDiagnosticManager | Creates an new instance of the RoleInstanceDiagnosticManager class for the specified deployment, role, and instance. (Defined by CloudAccountDiagnosticMonitorExtensions.) |
Reference
CloudStorageAccount ClassMicrosoft.WindowsAzure Namespace
Other Resources
Authenticating Access to Your Storage Account

