次の方法で共有


TopicsOperationsExtensions.UpdateAsync メソッド

定義

トピックを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.Topic> UpdateAsync (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters topicUpdateParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.Topic>
<Extension()>
Public Function UpdateAsync (operations As ITopicsOperations, resourceGroupName As String, topicName As String, topicUpdateParameters As TopicUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Topic)

パラメーター

operations
ITopicsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。

topicName
String

トピックの名前。

topicUpdateParameters
TopicUpdateParameters

トピックの更新情報。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したパラメーターを使用してトピックを非同期的に更新します。

適用対象