Share via


SystemTopicEventSubscriptionCollection.GetIfExists Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: SystemTopicEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: SystemTopicEventSubscriptionResource
public virtual Azure.NullableResponse<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource> GetIfExists (string eventSubscriptionName, System.Threading.CancellationToken cancellationToken = default);

Parameters

eventSubscriptionName
String

Name of the event subscription to be found.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

eventSubscriptionName is null.

Applies to

Product Versions
Azure SDK for .NET Preview