OperationStatus 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
OperationStatus() |
Initializes a new instance of the OperationStatus class. |
OperationStatus(String, String, Nullable<DateTime>, Nullable<DateTime>, String, ErrorResponseCommon) |
Initializes a new instance of the OperationStatus class. |
OperationStatus()
Initializes a new instance of the OperationStatus class.
public OperationStatus ();
Public Sub New ()
Applies to
OperationStatus(String, String, Nullable<DateTime>, Nullable<DateTime>, String, ErrorResponseCommon)
Initializes a new instance of the OperationStatus class.
public OperationStatus (string id = default, string name = default, DateTime? startTime = default, DateTime? endTime = default, string status = default, Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommon error = default);
new Microsoft.Azure.Management.Monitor.Models.OperationStatus : string * string * Nullable<DateTime> * Nullable<DateTime> * string * Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommon -> Microsoft.Azure.Management.Monitor.Models.OperationStatus
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing, Optional error As ErrorResponseCommon = Nothing)
Parameters
- id
- String
The operation Id.
- name
- String
The operation name.
- status
- String
The status of the operation.
- error
- ErrorResponseCommon
The error detail of the operation if any.
Applies to
Azure SDK for .NET