次の方法で共有


OperationResponse コンストラクター

定義

オーバーロード

OperationResponse()

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

OperationResponse(String, Nullable<DateTime>, DataShareErrorInfo, Nullable<DateTime>)

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

OperationResponse()

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

public OperationResponse();
Public Sub New ()

適用対象

OperationResponse(String, Nullable<DateTime>, DataShareErrorInfo, Nullable<DateTime>)

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

public OperationResponse(string status, DateTime? endTime = default, Microsoft.Azure.Management.DataShare.Models.DataShareErrorInfo error = default, DateTime? startTime = default);
new Microsoft.Azure.Management.DataShare.Models.OperationResponse : string * Nullable<DateTime> * Microsoft.Azure.Management.DataShare.Models.DataShareErrorInfo * Nullable<DateTime> -> Microsoft.Azure.Management.DataShare.Models.OperationResponse
Public Sub New (status As String, Optional endTime As Nullable(Of DateTime) = Nothing, Optional error As DataShareErrorInfo = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing)

パラメーター

status
String

実行時間の長い操作の操作状態。 使用できる値は、'Accepted'、'InProgress'、'TransientFailure'、'Succeeded'、'Failed'、'Canceled' です。

endTime
Nullable<DateTime>

開始時刻

error
DataShareErrorInfo

状態が失敗した場合の error プロパティ。

startTime
Nullable<DateTime>

開始時刻

適用対象