OperationResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OperationResponse() |
Initializes a new instance of the OperationResponse class. |
OperationResponse(String, Nullable<DateTime>, DataShareErrorInfo, Nullable<DateTime>) |
Initializes a new instance of the OperationResponse class. |
OperationResponse()
Initializes a new instance of the OperationResponse class.
public OperationResponse ();
Public Sub New ()
Applies to
OperationResponse(String, Nullable<DateTime>, DataShareErrorInfo, Nullable<DateTime>)
Initializes a new instance of the OperationResponse class.
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)
Parameters
- status
- String
Operation state of the long running operation. Possible values include: 'Accepted', 'InProgress', 'TransientFailure', 'Succeeded', 'Failed', 'Canceled'
- error
- DataShareErrorInfo
The error property when status is failed.
Applies to
Azure SDK for .NET