TopicEventSubscriptionsOperationsExtensions.GetDeliveryAttributesAsync 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 delivery attributes for an event subscription for topic.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeListResult> GetDeliveryAttributesAsync (this Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations operations, string resourceGroupName, string topicName, string eventSubscriptionName, System.Threading.CancellationToken cancellationToken = default);
static member GetDeliveryAttributesAsync : Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeListResult>
<Extension()>
Public Function GetDeliveryAttributesAsync (operations As ITopicEventSubscriptionsOperations, resourceGroupName As String, topicName As String, eventSubscriptionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeliveryAttributeListResult)
Parameters
- operations
- ITopicEventSubscriptionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group within the user's subscription.
- topicName
- String
Name of the domain topic.
- eventSubscriptionName
- String
Name of the event subscription.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get all delivery attributes for an event subscription for topic.
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