Share via


StorageQueueManagement.GetQueueReference(String) Method

Definition

Get queue reference

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
override this.GetQueueReference : string -> Microsoft.Azure.Storage.Queue.CloudQueue
abstract member GetQueueReference : string -> Microsoft.WindowsAzure.Storage.Queue.CloudQueue
override this.GetQueueReference : string -> Microsoft.WindowsAzure.Storage.Queue.CloudQueue
Public Function GetQueueReference (name As String) As CloudQueue

Parameters

name
String

Queue name

Returns

Cloud Queue object

Implements

Applies to