CloudStorageAccount Members
From Storage Client Library NET API
[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Top
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 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. |
Public Methods (see also Protected Methods)
| 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. |
Protected Methods (see also Extension Methods)
| Name | Description | |
|---|---|---|
| Finalize | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) |
Extension Methods
| Name | Description | |
|---|---|---|
| CreateCloudBlobClient | Creates a new Blob service client. (Defined by CloudStorageAccountStorageClientExtensions.) | |
| CreateCloudDrive | (Defined by CloudStorageAccountCloudDriveExtensions.) | |
| CreateCloudQueueClient | Creates a new Queue service client. (Defined by CloudStorageAccountStorageClientExtensions.) | |
| CreateCloudTableClient | Creates the Table service client. (Defined by CloudStorageAccountStorageClientExtensions.) |