次の方法で共有


TopicsOperationsExtensions.Update メソッド

定義

トピックを更新します。

public static Microsoft.Azure.Management.EventGrid.Models.Topic Update (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters topicUpdateParameters);
static member Update : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters -> Microsoft.Azure.Management.EventGrid.Models.Topic
<Extension()>
Public Function Update (operations As ITopicsOperations, resourceGroupName As String, topicName As String, topicUpdateParameters As TopicUpdateParameters) As Topic

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

topicUpdateParameters
TopicUpdateParameters

トピックの更新情報。

戻り値

注釈

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

適用対象