Udostępnij za pośrednictwem


AutoScaleRunError Konstruktory

Definicja

Przeciążenia

AutoScaleRunError()

Inicjuje nowe wystąpienie klasy AutoScaleRunError.

AutoScaleRunError(String, String, IList<AutoScaleRunError>)

Inicjuje nowe wystąpienie klasy AutoScaleRunError.

AutoScaleRunError()

Inicjuje nowe wystąpienie klasy AutoScaleRunError.

public AutoScaleRunError ();
Public Sub New ()

Dotyczy

AutoScaleRunError(String, String, IList<AutoScaleRunError>)

Inicjuje nowe wystąpienie klasy AutoScaleRunError.

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)

Parametry

code
String

Identyfikator błędu. Kody są niezmienne i mają być używane programowo.

message
String

Komunikat opisujący błąd, który ma być odpowiedni do wyświetlania w interfejsie użytkownika.

details
IList<AutoScaleRunError>

Dodatkowe szczegóły dotyczące błędu.

Dotyczy