Represents a Windows Azure Storage account.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Properties
| Name | Description | |
|---|---|---|
| BlobEndpointBlobEndpointBlobEndpointBlobEndpoint | Gets the primary endpoint for the Blob service, as configured for the storage account. | |
| BlobStorageUriBlobStorageUriBlobStorageUriBlobStorageUri | Gets the endpoints for the Blob service at the primary and secondary location, as configured for the storage account. | |
| CredentialsCredentialsCredentialsCredentials | Gets the credentials used to create this CloudStorageAccount object. | |
| DevelopmentStorageAccountDevelopmentStorageAccountDevelopmentStorageAccountDevelopmentStorageAccount | Gets a CloudStorageAccount object that references the well-known development storage account. | |
| FileEndpointFileEndpointFileEndpointFileEndpoint | Gets the primary endpoint for the File service, as configured for the storage account. | |
| FileStorageUriFileStorageUriFileStorageUriFileStorageUri | Gets the endpoints for the File service at the primary and secondary location, as configured for the storage account. | |
| QueueEndpointQueueEndpointQueueEndpointQueueEndpoint | Gets the primary endpoint for the Queue service, as configured for the storage account. | |
| QueueStorageUriQueueStorageUriQueueStorageUriQueueStorageUri | Gets the endpoints for the Queue service at the primary and secondary location, as configured for the storage account. | |
| TableEndpointTableEndpointTableEndpointTableEndpoint | Gets the primary endpoint for the Table service, as configured for the storage account. | |
| TableStorageUriTableStorageUriTableStorageUriTableStorageUri | Gets the endpoints for the Table service at the primary and secondary location, as configured for the storage account. | |
| UseV1MD5UseV1MD5UseV1MD5UseV1MD5 | Gets or sets a value indicating whether the FISMA MD5 setting will be used. |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.