次の方法で共有


SystemTopicsOperationsExtensions.BeginUpdate メソッド

定義

システム トピックを更新します。

public static Microsoft.Azure.Management.EventGrid.Models.SystemTopic BeginUpdate (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters systemTopicUpdateParameters);
static member BeginUpdate : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters -> Microsoft.Azure.Management.EventGrid.Models.SystemTopic
<Extension()>
Public Function BeginUpdate (operations As ISystemTopicsOperations, resourceGroupName As String, systemTopicName As String, systemTopicUpdateParameters As SystemTopicUpdateParameters) As SystemTopic

パラメーター

operations
ISystemTopicsOperations

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

resourceGroupName
String

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

systemTopicName
String

システム トピックの名前。

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic の更新情報。

戻り値

注釈

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

適用対象