Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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, StorageUri, StorageUri, StorageUri, StorageUri)(StorageCredentials^, StorageUri^, StorageUri^, StorageUri^, StorageUri^)(StorageCredentials, StorageUri, StorageUri, StorageUri, StorageUri)(StorageCredentials, StorageUri, StorageUri, StorageUri, StorageUri)

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

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