次の方法で共有


SystemTopicsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic> CreateOrUpdateAsync (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, Microsoft.Azure.Management.EventGrid.Models.SystemTopic systemTopicInfo, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemTopic * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ISystemTopicsOperations, resourceGroupName As String, systemTopicName As String, systemTopicInfo As SystemTopic, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SystemTopic)

パラメーター

operations
ISystemTopicsOperations

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

resourceGroupName
String

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

systemTopicName
String

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

systemTopicInfo
SystemTopic

システム トピック情報。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象