次の方法で共有


TopicsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

トピックを作成します。

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

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

topicInfo
Topic

トピック情報。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象