OperationResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
- error
- DataShareErrorInfo
状態が失敗した場合の error プロパティ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET