次の方法で共有


TopicsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

トピックを作成します。

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

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

topicName
String

トピックの名前。

topicInfo
Topic

トピック情報。

戻り値

注釈

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

適用対象