次の方法で共有


TopicsOperationsExtensions.CreateOrUpdate メソッド

定義

トピックを作成します。

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

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

topicInfo
Topic

トピック情報。

戻り値

注釈

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

適用対象