你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopicEventSubscriptionsOperationsExtensions.GetDeliveryAttributesAsync 方法

定义

获取主题的事件订阅的传递属性。

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)

参数

operations
ITopicEventSubscriptionsOperations

此扩展方法的操作组。

resourceGroupName
String

用户订阅中的资源组的名称。

topicName
String

域主题的名称。

eventSubscriptionName
String

事件订阅的名称。

cancellationToken
CancellationToken

取消标记。

返回

注解

获取主题事件订阅的所有传递属性。

适用于