CloudStorageAccount Members
Represents a Windows Azure storage account.
The following tables list the members exposed by the CloudStorageAccount type.
Public Constructors
| Name | Description | |
|---|---|---|
| CloudStorageAccount | Initializes a new instance of the CloudStorageAccount class using the specified account credentials and service endpoints. | |
| CloudStorageAccount | Initializes a new instance of the CloudStorageAccount class using the specified account credentials and the default service endpoints. |
Public Properties
| Name | Description | |
|---|---|---|
|
DevelopmentStorageAccount | Gets a CloudStorageAccount object that references the development storage account. |
|
BlobEndpoint | Gets the endpoint for the Blob service, as configured for the 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. |
|
Credentials | Gets the credentials used to create this CloudStorageAccount object. |
Public Methods
(see also Protected Methods)| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | CreateCloudDrive | Create a new instance of a CloudDrive object from a storage account. (Inherited from CloudStorageAccountCloudDriveExtensions) |
![]() | CreateCloudBlobClient | Creates a new Blob service client. (Inherited from CloudStorageAccountStorageClientExtensions) |
![]() | CreateCloudQueueClient | Creates a new Queue service client. (Inherited from CloudStorageAccountStorageClientExtensions) |
![]() | CreateCloudTableClient | Creates the Table service client. (Inherited from CloudStorageAccountStorageClientExtensions) |
![]() | CreateDeploymentDiagnosticManager | Creates a new instance of the DeploymentDiagnosticManager class for the specified deployment. (Inherited from CloudAccountDiagnosticMonitorExtensions) |
![]() | CreateRoleInstanceDiagnosticManager | Creates an new instance of the RoleInstanceDiagnosticManager class for the specified deployment, role, and instance. (Inherited from CloudAccountDiagnosticMonitorExtensions) |
![]() ![]() | 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. |
![]() ![]() | 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 | Overridden. Returns a connection string for this storage account, without sensitive data. |
![]() | ToString | Returns a connection string for the storage account, optionally with sensitive data. |
![]() ![]() | 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) |
See Also
Reference
CloudStorageAccount ClassMicrosoft.WindowsAzure Namespace
Other Resources
Authenticating Access to Your Storage Account
