Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

CloudStorageAccount Constructor (Microsoft.WindowsAzure.Storage)

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Overload List

NameDescription
System_CAPS_pubmethodCloudStorageAccount(StorageCredentials, Boolean)(StorageCredentials^, Boolean)(StorageCredentials, Boolean)(StorageCredentials, Boolean)

Initializes a new instance of the CloudStorageAccount class using the specified credentials, and specifies whether to use HTTP or HTTPS to connect to the storage services.

System_CAPS_pubmethodCloudStorageAccount(StorageCredentials, String, Boolean)(StorageCredentials^, String^, Boolean)(StorageCredentials, String, Boolean)(StorageCredentials, String, Boolean)

Initializes a new instance of the CloudStorageAccount class using the specified credentials and endpoint suffix, and specifies whether to use HTTP or HTTPS to connect to the storage services.

System_CAPS_pubmethodCloudStorageAccount(StorageCredentials, String, String, Boolean)(StorageCredentials^, String^, String^, Boolean)(StorageCredentials, String, String, Boolean)(StorageCredentials, String, String, Boolean)

Initializes a new instance of the CloudStorageAccount class using the specified credentials and endpoint suffix, and specifies whether to use HTTP or HTTPS to connect to the storage services.

System_CAPS_pubmethodCloudStorageAccount(StorageCredentials, Uri, Uri, Uri, Uri)(StorageCredentials^, Uri^, Uri^, Uri^, Uri^)(StorageCredentials, Uri, Uri, Uri, Uri)(StorageCredentials, Uri, Uri, Uri, Uri)

Initializes a new instance of the CloudStorageAccount class using the specified credentials and service endpoints.

Return to top