次の方法で共有


EventHubsOperationsExtensions.CreateOrUpdate メソッド

定義

名前空間内の入れ子になったリソースとして新しいイベント ハブを作成または更新します。

public static Microsoft.Azure.Management.EventHub.Models.Eventhub CreateOrUpdate (this Microsoft.Azure.Management.EventHub.IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, Microsoft.Azure.Management.EventHub.Models.Eventhub parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.EventHub.IEventHubsOperations * string * string * string * Microsoft.Azure.Management.EventHub.Models.Eventhub -> Microsoft.Azure.Management.EventHub.Models.Eventhub
<Extension()>
Public Function CreateOrUpdate (operations As IEventHubsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, parameters As Eventhub) As Eventhub

パラメーター

operations
IEventHubsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

eventHubName
String

イベント ハブ名

parameters
Eventhub

Event Hub リソースを作成するために指定されたパラメーター。

戻り値

適用対象