IStorageQueueManagement.GetQueueReference(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Storage.Queue.CloudQueue GetQueueReference (string name);
public Microsoft.WindowsAzure.Storage.Queue.CloudQueue GetQueueReference (string name);
abstract member GetQueueReference : string -> Microsoft.Azure.Storage.Queue.CloudQueue
abstract member GetQueueReference : string -> Microsoft.WindowsAzure.Storage.Queue.CloudQueue
Public Function GetQueueReference (name As String) As CloudQueue
Parameters
- name
- String