OperationStatusError 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
OperationStatusError() |
Initializes a new instance of the OperationStatusError class. |
OperationStatusError(String, String, IList<OperationStatusError>, IList<OperationErrorAdditionalInfo>) |
Initializes a new instance of the OperationStatusError class. |
OperationStatusError()
Initializes a new instance of the OperationStatusError class.
public OperationStatusError ();
Public Sub New ()
Applies to
OperationStatusError(String, String, IList<OperationStatusError>, IList<OperationErrorAdditionalInfo>)
Initializes a new instance of the OperationStatusError class.
public OperationStatusError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationStatusError> details = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationErrorAdditionalInfo> additionalInfo = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationStatusError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationStatusError> * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationErrorAdditionalInfo> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationStatusError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of OperationStatusError) = Nothing, Optional additionalInfo As IList(Of OperationErrorAdditionalInfo) = Nothing)
Parameters
- code
- String
The error code.
- message
- String
The error message.
- details
- IList<OperationStatusError>
The error details.
- additionalInfo
- IList<OperationErrorAdditionalInfo>
The additional info.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET