次の方法で共有


QueueClient.SetMetadata メソッド

定義

指定したキューにユーザー定義メタデータを設定します。 メタデータは、名前と値のペアとしてキューに関連付けられます。

詳細については、「 キュー メタデータを設定します

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

パラメーター

戻り値

Response

適用対象