次の方法で共有


RetryPolicy コンストラクター

定義

オーバーロード

RetryPolicy()

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

RetryPolicy(Nullable<Int32>, Nullable<Int32>)

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

RetryPolicy()

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

public RetryPolicy ();
Public Sub New ()

適用対象

RetryPolicy(Nullable<Int32>, Nullable<Int32>)

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

public RetryPolicy (int? maxDeliveryAttempts = default, int? eventTimeToLiveInMinutes = default);
new Microsoft.Azure.Management.EventGrid.Models.RetryPolicy : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.EventGrid.Models.RetryPolicy
Public Sub New (Optional maxDeliveryAttempts As Nullable(Of Integer) = Nothing, Optional eventTimeToLiveInMinutes As Nullable(Of Integer) = Nothing)

パラメーター

maxDeliveryAttempts
Nullable<Int32>

イベントの配信再試行の最大数。

eventTimeToLiveInMinutes
Nullable<Int32>

イベントの Time To Live (分単位)。

適用対象