次の方法で共有


DomainEventSubscriptionsOperationsExtensions.GetDeliveryAttributes メソッド

定義

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

public static Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeListResult GetDeliveryAttributes (this Microsoft.Azure.Management.EventGrid.IDomainEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string eventSubscriptionName);
static member GetDeliveryAttributes : Microsoft.Azure.Management.EventGrid.IDomainEventSubscriptionsOperations * string * string * string -> Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeListResult
<Extension()>
Public Function GetDeliveryAttributes (operations As IDomainEventSubscriptionsOperations, resourceGroupName As String, domainName As String, eventSubscriptionName As String) As DeliveryAttributeListResult

パラメーター

operations
IDomainEventSubscriptionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。

domainName
String

ドメイン トピックの名前。

eventSubscriptionName
String

イベント サブスクリプションの名前。

戻り値

注釈

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

適用対象