AutoScaleRunError Constructors

Definition

Overloads

AutoScaleRunError()

Initializes a new instance of the AutoScaleRunError class.

AutoScaleRunError(String, String, IList<AutoScaleRunError>)

Initializes a new instance of the AutoScaleRunError class.

AutoScaleRunError()

Initializes a new instance of the AutoScaleRunError class.

public AutoScaleRunError ();
Public Sub New ()

Applies to

AutoScaleRunError(String, String, IList<AutoScaleRunError>)

Initializes a new instance of the AutoScaleRunError class.

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

Additional details about the error.

Applies to