Udostępnij za pośrednictwem


AzureResourceManagerError Konstruktory

Definicja

Przeciążenia

AzureResourceManagerError()

Inicjuje nowe wystąpienie klasy AzureResourceManagerError.

AzureResourceManagerError(String, String)

Inicjuje nowe wystąpienie klasy AzureResourceManagerError.

AzureResourceManagerError()

Inicjuje nowe wystąpienie klasy AzureResourceManagerError.

public AzureResourceManagerError ();
Public Sub New ()

Dotyczy

AzureResourceManagerError(String, String)

Inicjuje nowe wystąpienie klasy AzureResourceManagerError.

public AzureResourceManagerError (string code = default, string message = default);
new Microsoft.Azure.Management.Blueprint.Models.AzureResourceManagerError : string * string -> Microsoft.Azure.Management.Blueprint.Models.AzureResourceManagerError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

Parametry

code
String

Kod błędu.

message
String

Komunikat o błędzie.

Dotyczy