次の方法で共有


QueueServiceClient.CreateQueueAsync メソッド

定義

キューを作成します。

詳細については、「 キューを作成します

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Queues.QueueClient>> CreateQueueAsync (string queueName, System.Collections.Generic.IDictionary<string,string> metadata = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateQueueAsync : string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Queues.QueueClient>>
override this.CreateQueueAsync : string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Queues.QueueClient>>
Public Overridable Function CreateQueueAsync (queueName As String, Optional metadata As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of QueueClient))

パラメーター

queueName
String

作成するキューの名前。

metadata
IDictionary<String,String>

IDictionary<TKey,TValue> で、省略可能です。

戻り値

新しく作成した Response<T>

適用対象