EventHubsConsumerGroupCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/consumergroups/{consumerGroupName}
  • Operation Id: ConsumerGroups_Get
  • Default Api Version: 2024-01-01
  • Resource: EventHubsConsumerGroupResource
public virtual Azure.NullableResponse<Azure.ResourceManager.EventHubs.EventHubsConsumerGroupResource> GetIfExists (string consumerGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.EventHubs.EventHubsConsumerGroupResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.EventHubs.EventHubsConsumerGroupResource>
Public Overridable Function GetIfExists (consumerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of EventHubsConsumerGroupResource)

Parameters

consumerGroupName
String

The consumer group name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

consumerGroupName is an empty string, and was expected to be non-empty.

consumerGroupName is null.

Applies to