CloudQueueClient Constructor

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
CloudQueueClient (String, StorageCredentials)Initializes a new instance of the CloudQueueClient class using the Queue service endpoint specified as a string, and the storage account credentials.
CloudQueueClient (Uri, StorageCredentials)Initializes a new instance of the CloudQueueClient class using the specified Queue service endpoint URI, and the storage account credentials.

See Also