MoveResourceErrorBody Constructors

Definition

Overloads

MoveResourceErrorBody()

Initializes a new instance of the MoveResourceErrorBody class.

MoveResourceErrorBody(String, String, String, IList<MoveResourceErrorBody>)

Initializes a new instance of the MoveResourceErrorBody class.

MoveResourceErrorBody()

Initializes a new instance of the MoveResourceErrorBody class.

public MoveResourceErrorBody ();
Public Sub New ()

Applies to

MoveResourceErrorBody(String, String, String, IList<MoveResourceErrorBody>)

Initializes a new instance of the MoveResourceErrorBody class.

public MoveResourceErrorBody (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceErrorBody> details = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceErrorBody : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceErrorBody> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.MoveResourceErrorBody
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of MoveResourceErrorBody) = Nothing)

Parameters

code
String

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
String

A message describing the error, intended to be suitable for display in a user interface.

target
String

The target of the particular error. For example, the name of the property in error.

details
IList<MoveResourceErrorBody>

A list of additional details about the error.

Applies to