次の方法で共有


StorageQueueEventSubscriptionDestination コンストラクター

定義

オーバーロード

StorageQueueEventSubscriptionDestination()

StorageQueueEventSubscriptionDestination クラスの新しいインスタンスを初期化します。

StorageQueueEventSubscriptionDestination(String, String, Nullable<Int64>)

StorageQueueEventSubscriptionDestination クラスの新しいインスタンスを初期化します。

StorageQueueEventSubscriptionDestination()

StorageQueueEventSubscriptionDestination クラスの新しいインスタンスを初期化します。

public StorageQueueEventSubscriptionDestination ();
Public Sub New ()

適用対象

StorageQueueEventSubscriptionDestination(String, String, Nullable<Int64>)

StorageQueueEventSubscriptionDestination クラスの新しいインスタンスを初期化します。

public StorageQueueEventSubscriptionDestination (string resourceId = default, string queueName = default, long? queueMessageTimeToLiveInSeconds = default);
new Microsoft.Azure.Management.EventGrid.Models.StorageQueueEventSubscriptionDestination : string * string * Nullable<int64> -> Microsoft.Azure.Management.EventGrid.Models.StorageQueueEventSubscriptionDestination
Public Sub New (Optional resourceId As String = Nothing, Optional queueName As String = Nothing, Optional queueMessageTimeToLiveInSeconds As Nullable(Of Long) = Nothing)

パラメーター

resourceId
String

イベント サブスクリプションの送信先であるキューを含むストレージ アカウントの Azure リソース ID。

queueName
String

イベント サブスクリプションの送信先であるストレージ アカウントの下にあるストレージ キューの名前。

queueMessageTimeToLiveInSeconds
Nullable<Int64>

ストレージ キュー メッセージの有効期間 (秒単位)。

適用対象