SystemTopicEventSubscriptionCollection.GetIfExists Method
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);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource>
Public Overridable Function GetIfExists (eventSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SystemTopicEventSubscriptionResource)
- eventSubscriptionName
- String
Name of the event subscription to be found.
- cancellationToken
- CancellationToken
The cancellation token to use.
eventSubscriptionName
is an empty string, and was expected to be non-empty.
eventSubscriptionName
is null.
Product | Versions |
---|---|
Azure SDK for .NET | Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: