ResourceManagementError Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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