次の方法で共有


EventSubscriptionResource.GetDeliveryAttributes(CancellationToken) メソッド

定義

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

  • Request Path/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes
  • 操作IdEventSubscriptions_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 サービス要求を受け取る可能性がある のコレクション。

適用対象