PartnerTopicEventSubscriptionResource.GetFullUri(CancellationToken) 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 the full endpoint URL for an event subscription of a partner topic.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl
- Operation Id: PartnerTopicEventSubscriptions_GetFullUri
- Default Api Version: 2024-06-01-preview
- Resource: PartnerTopicEventSubscriptionResource
public virtual Azure.Response<Azure.ResourceManager.EventGrid.Models.EventSubscriptionFullUri> GetFullUri (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFullUri : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.Models.EventSubscriptionFullUri>
override this.GetFullUri : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.Models.EventSubscriptionFullUri>
Public Overridable Function GetFullUri (Optional cancellationToken As CancellationToken = Nothing) As Response(Of EventSubscriptionFullUri)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET