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. |
Methods
Name | Description | |
---|---|---|
CreateCloudAnalyticsClient()()()() | Creates an analytics client. | |
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(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetSharedAccessSignature(SharedAccessAccountPolicy)(SharedAccessAccountPolicy^)(SharedAccessAccountPolicy)(SharedAccessAccountPolicy) | Returns a shared access signature for the account. | |
GetType()()()() | (Inherited from Object.) | |
Parse(String)(String^)(String)(String) | Parses a connection string and returns a CloudStorageAccount created from the connection string. | |
ToString()()()() | Returns a connection string for this storage account, without sensitive data.(Overrides Object.::..ToString()()()().) | |
ToString(Boolean)(Boolean)(Boolean)(Boolean) | Returns a connection string for the storage account, optionally with sensitive data. | |
TryParse(String, CloudStorageAccount)(String^, CloudStorageAccount^%)(String, CloudStorageAccount)(String, CloudStorageAccount) | Indicates whether a connection string can be parsed to return a CloudStorageAccount object. |
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.