次の方法で共有


ArmEventGridModelFactory.EventGridSubscriptionData メソッド

定義

EventGridSubscriptionData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.EventGrid.EventGridSubscriptionData EventGridSubscriptionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string topic = default, Azure.ResourceManager.EventGrid.Models.EventSubscriptionProvisioningState? provisioningState = default, Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination destination = default, Azure.ResourceManager.EventGrid.Models.DeliveryWithResourceIdentity deliveryWithResourceIdentity = default, Azure.ResourceManager.EventGrid.Models.EventSubscriptionFilter filter = default, System.Collections.Generic.IEnumerable<string> labels = default, DateTimeOffset? expireOn = default, Azure.ResourceManager.EventGrid.Models.EventDeliverySchema? eventDeliverySchema = default, Azure.ResourceManager.EventGrid.Models.EventSubscriptionRetryPolicy retryPolicy = default, Azure.ResourceManager.EventGrid.Models.DeadLetterDestination deadLetterDestination = default, Azure.ResourceManager.EventGrid.Models.DeadLetterWithResourceIdentity deadLetterWithResourceIdentity = default);
static member EventGridSubscriptionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.EventGrid.Models.EventSubscriptionProvisioningState> * Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination * Azure.ResourceManager.EventGrid.Models.DeliveryWithResourceIdentity * Azure.ResourceManager.EventGrid.Models.EventSubscriptionFilter * seq<string> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.EventGrid.Models.EventDeliverySchema> * Azure.ResourceManager.EventGrid.Models.EventSubscriptionRetryPolicy * Azure.ResourceManager.EventGrid.Models.DeadLetterDestination * Azure.ResourceManager.EventGrid.Models.DeadLetterWithResourceIdentity -> Azure.ResourceManager.EventGrid.EventGridSubscriptionData
Public Shared Function EventGridSubscriptionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional topic As String = Nothing, Optional provisioningState As Nullable(Of EventSubscriptionProvisioningState) = Nothing, Optional destination As EventSubscriptionDestination = Nothing, Optional deliveryWithResourceIdentity As DeliveryWithResourceIdentity = Nothing, Optional filter As EventSubscriptionFilter = Nothing, Optional labels As IEnumerable(Of String) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional eventDeliverySchema As Nullable(Of EventDeliverySchema) = Nothing, Optional retryPolicy As EventSubscriptionRetryPolicy = Nothing, Optional deadLetterDestination As DeadLetterDestination = Nothing, Optional deadLetterWithResourceIdentity As DeadLetterWithResourceIdentity = Nothing) As EventGridSubscriptionData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

topic
String

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

provisioningState
Nullable<EventSubscriptionProvisioningState>

イベント サブスクリプションのプロビジョニング状態。

destination
EventSubscriptionDestination

イベント サブスクリプションに対してイベントを配信する必要がある送信先に関する情報。 Azure Event Gridの ID を使用して、配信/配信不能時に使用される認証トークンを取得します。 基底クラスであることに注意 EventSubscriptionDestination してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、EventHubEventSubscriptionDestinationHybridConnectionEventSubscriptionDestinationPartnerEventSubscriptionDestinationServiceBusTopicEventSubscriptionDestinationServiceBusQueueEventSubscriptionDestinationStorageQueueEventSubscriptionDestination、および がWebHookEventSubscriptionDestination(Uri, Uri, Nullable<Int32>, Nullable<Int32>, Nullable<Guid>, String, IEnumerable<DeliveryAttributeMapping>, Nullable<TlsVersion>)含まれます。AzureFunctionEventSubscriptionDestination

deliveryWithResourceIdentity
DeliveryWithResourceIdentity

イベント サブスクリプションに対してイベントを配信する必要がある送信先に関する情報。 親リソース (トピックまたはドメイン) のマネージド ID セットアップを使用して、配信/配信不能時に使用される認証トークンを取得します。

filter
EventSubscriptionFilter

イベント サブスクリプションのフィルターに関する情報。

labels
IEnumerable<String>

ユーザー定義ラベルの一覧。

expireOn
Nullable<DateTimeOffset>

イベント サブスクリプションの有効期限。

eventDeliverySchema
Nullable<EventDeliverySchema>

イベント サブスクリプションのイベント配信スキーマ。

retryPolicy
EventSubscriptionRetryPolicy

イベントの再試行ポリシー。 これは、配信試行の最大数とイベントの有効期間を構成するために使用できます。

deadLetterDestination
DeadLetterDestination

イベント サブスクリプションの配信不能の宛先。 送信先に配信できないイベントは、配信不能の宛先に送信されます。 Azure Event Gridの ID を使用して、配信/配信不能時に使用される認証トークンを取得します。 基底クラスであることに注意 DeadLetterDestination してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます StorageBlobDeadLetterDestination

deadLetterWithResourceIdentity
DeadLetterWithResourceIdentity

イベント サブスクリプションの配信不能の宛先。 送信先に配信できないイベントは、配信不能の宛先に送信されます。 親リソース (トピックまたはドメイン) のマネージド ID セットアップを使用して、配信/配信不能時に使用される認証トークンを取得します。

戻り値

モック作成用の新しい EventGridSubscriptionData インスタンス。

適用対象