SystemTopicResource.GetSystemTopicEventSubscription 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.
Get an event subscription.
- 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.Response<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource> GetSystemTopicEventSubscription (string eventSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSystemTopicEventSubscription : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource>
override this.GetSystemTopicEventSubscription : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.SystemTopicEventSubscriptionResource>
Public Overridable Function GetSystemTopicEventSubscription (eventSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SystemTopicEventSubscriptionResource)
Parameters
- eventSubscriptionName
- String
Name of the event subscription to be found.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
eventSubscriptionName
is null.
eventSubscriptionName
is an empty string, and was expected to be non-empty.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET