次の方法で共有


ConsumerGroupsOperationsExtensions.Get メソッド

定義

指定したコンシューマー グループの説明を取得します。

public static Microsoft.Azure.Management.EventHub.Models.ConsumerGroup Get (this Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string consumerGroupName);
static member Get : Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations * string * string * string * string -> Microsoft.Azure.Management.EventHub.Models.ConsumerGroup
<Extension()>
Public Function Get (operations As IConsumerGroupsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, consumerGroupName As String) As ConsumerGroup

パラメーター

operations
IConsumerGroupsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

eventHubName
String

イベント ハブ名

consumerGroupName
String

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

戻り値

適用対象