次の方法で共有


CloudQueueClient.GetQueueReference(String) メソッド

定義

指定された名前の CloudQueue オブジェクトへの参照を返します。

public virtual Microsoft.Azure.Storage.Queue.CloudQueue GetQueueReference (string queueName);
abstract member GetQueueReference : string -> Microsoft.Azure.Storage.Queue.CloudQueue
override this.GetQueueReference : string -> Microsoft.Azure.Storage.Queue.CloudQueue
Public Overridable Function GetQueueReference (queueName As String) As CloudQueue

パラメーター

queueName
String

キューの名前を表す文字列です。

戻り値

CloudQueue オブジェクト。

適用対象