次の方法で共有


RetryHistory コンストラクター

定義

オーバーロード

RetryHistory()

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

RetryHistory(Nullable<DateTime>, Nullable<DateTime>, String, String, String, ErrorResponse)

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

RetryHistory()

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

public RetryHistory ();
Public Sub New ()

適用対象

RetryHistory(Nullable<DateTime>, Nullable<DateTime>, String, String, String, ErrorResponse)

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

public RetryHistory (DateTime? startTime = default, DateTime? endTime = default, string code = default, string clientRequestId = default, string serviceRequestId = default, Microsoft.Azure.Management.Logic.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.Logic.Models.RetryHistory : Nullable<DateTime> * Nullable<DateTime> * string * string * string * Microsoft.Azure.Management.Logic.Models.ErrorResponse -> Microsoft.Azure.Management.Logic.Models.RetryHistory
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional code As String = Nothing, Optional clientRequestId As String = Nothing, Optional serviceRequestId As String = Nothing, Optional error As ErrorResponse = Nothing)

パラメーター

startTime
Nullable<DateTime>

開始時刻を取得します。

endTime
Nullable<DateTime>

終了時刻を取得します。

code
String

状態コードを取得します。

clientRequestId
String

クライアント要求 ID を取得します。

serviceRequestId
String

サービス要求 ID を取得します。

error
ErrorResponse

エラー応答を取得します。

適用対象