Sdílet prostřednictvím


ResourceManagementError Constructors

Definition

Overloads

ResourceManagementError()

Initializes a new instance of the ResourceManagementError class.

ResourceManagementError(String, String)

Initializes a new instance of the ResourceManagementError class with required arguments.

ResourceManagementError()

Initializes a new instance of the ResourceManagementError class.

public ResourceManagementError ();
Public Sub New ()

Applies to

ResourceManagementError(String, String)

Initializes a new instance of the ResourceManagementError class with required arguments.

public ResourceManagementError (string code, string message);
new Microsoft.Azure.Management.Resources.Models.ResourceManagementError : string * string -> Microsoft.Azure.Management.Resources.Models.ResourceManagementError
Public Sub New (code As String, message As String)

Parameters

code
String
message
String

Applies to