次の方法で共有


ConsumerGroupsOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup> GetAsync (this Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string consumerGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup>
<Extension()>
Public Function GetAsync (operations As IConsumerGroupsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, consumerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConsumerGroup)

パラメーター

operations
IConsumerGroupsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

eventHubName
String

イベント ハブ名

consumerGroupName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象