次の方法で共有


IotHubDescriptionResource.GetEventHubConsumerGroupInfo メソッド

定義

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

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

パラメーター

eventHubEndpointName
String

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

name
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

eventHubEndpointName または name が null です。

適用対象