ResizeError Constructors

Definition

Overloads

ResizeError()

Initializes a new instance of the ResizeError class.

ResizeError(String, String, IList<ResizeError>)

Initializes a new instance of the ResizeError class.

ResizeError()

Initializes a new instance of the ResizeError class.

public ResizeError ();
Public Sub New ()

Applies to

ResizeError(String, String, IList<ResizeError>)

Initializes a new instance of the ResizeError class.

public ResizeError (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ResizeError> details = default);
new Microsoft.Azure.Management.Batch.Models.ResizeError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ResizeError> -> Microsoft.Azure.Management.Batch.Models.ResizeError
Public Sub New (code As String, message As String, Optional details As IList(Of ResizeError) = 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.

details
IList<ResizeError>

Additional details about the error.

Applies to