次の方法で共有


IotHubDescriptionResource.GetEventHubConsumerGroupInfoAsync メソッド

定義

IoT ハブの Event Hub 互換デバイスからクラウドへのエンドポイントからコンシューマー グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • 操作IdIotHubResource_GetEventHubConsumerGroup
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource>> GetEventHubConsumerGroupInfoAsync (string eventHubEndpointName, string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventHubConsumerGroupInfoAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource>>
override this.GetEventHubConsumerGroupInfoAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoResource>>
Public Overridable Function GetEventHubConsumerGroupInfoAsync (eventHubEndpointName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EventHubConsumerGroupInfoResource))

パラメーター

eventHubEndpointName
String

Event Hub 互換エンドポイントの名前。

name
String

取得するコンシューマー グループの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

eventHubEndpointName または name が空の文字列であり、空でないと想定されていました。

eventHubEndpointName または name が null です。

適用対象