Megosztás a következőn keresztül:


PartnerTopicEventSubscriptionResource.GetAsync(CancellationToken) Method

Definition

Get properties of an event subscription of a partner topic.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • Operation Id: PartnerTopicEventSubscriptions_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: PartnerTopicEventSubscriptionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicEventSubscriptionResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicEventSubscriptionResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerTopicEventSubscriptionResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PartnerTopicEventSubscriptionResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to