SystemTopicEventSubscriptionResource.GetDeliveryAttributes メソッド

定義

イベント サブスクリプションのすべての配信属性を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes
  • 操作IdSystemTopicEventSubscriptions_GetDeliveryAttributes
public virtual Azure.Pageable<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping> GetDeliveryAttributes (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeliveryAttributes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping>
override this.GetDeliveryAttributes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping>
Public Overridable Function GetDeliveryAttributes (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeliveryAttributeMapping)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の DeliveryAttributeMapping サービス要求を受け取る可能性がある のコレクション。

適用対象