次の方法で共有


EventSubscriptionResource.GetDeliveryAttributesAsync メソッド

定義

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

  • Request Path/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes
  • 操作IdEventSubscriptions_GetDeliveryAttributes
public virtual Azure.AsyncPageable<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping> GetDeliveryAttributesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeliveryAttributesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping>
override this.GetDeliveryAttributesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping>
Public Overridable Function GetDeliveryAttributesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeliveryAttributeMapping)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象