次の方法で共有


SystemTopicsOperationsExtensions.CreateOrUpdate メソッド

定義

システム トピックを作成します。

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

パラメーター

operations
ISystemTopicsOperations

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

resourceGroupName
String

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

systemTopicName
String

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

systemTopicInfo
SystemTopic

システム トピック情報。

戻り値

注釈

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

適用対象