次の方法で共有


SystemTopicEventSubscriptionsOperationsExtensions.GetDeliveryAttributes メソッド

定義

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

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

パラメーター

operations
ISystemTopicEventSubscriptionsOperations

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

resourceGroupName
String

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

systemTopicName
String

システム トピックの名前。

eventSubscriptionName
String

作成されるイベント サブスクリプションの名前。 イベント サブスクリプション名の長さは 3 から 100 文字で、英数字のみを使用する必要があります。

戻り値

注釈

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

適用対象