次の方法で共有


ConsumerGroupsOperationsExtensions.Delete メソッド

定義

指定したイベント ハブとリソース グループからコンシューマー グループを削除します。

public static void Delete (this Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string consumerGroupName);
static member Delete : Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IConsumerGroupsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, consumerGroupName As String)

パラメーター

operations
IConsumerGroupsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

eventHubName
String

イベント ハブ名

consumerGroupName
String

コンシューマー グループ名

適用対象