CloudStorageAccount Constructor

Windows Runtime Azure Storage Client Library

Overload List

Name Description
CloudStorageAccount (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.
CloudStorageAccount (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.
CloudStorageAccount (StorageCredentials, Uri, Uri, Uri, Uri) Initializes a new instance of the CloudStorageAccount class using the specified credentials and service endpoints.

See Also