ResourceManagementErrorWithDetails 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
ResourceManagementErrorWithDetails() |
Initializes a new instance of the ResourceManagementErrorWithDetails class. |
ResourceManagementErrorWithDetails(String, String, String, IList<ResourceManagementErrorWithDetails>) |
Initializes a new instance of the ResourceManagementErrorWithDetails class. |
ResourceManagementErrorWithDetails()
Initializes a new instance of the ResourceManagementErrorWithDetails class.
public ResourceManagementErrorWithDetails ();
Public Sub New ()
Applies to
ResourceManagementErrorWithDetails(String, String, String, IList<ResourceManagementErrorWithDetails>)
Initializes a new instance of the ResourceManagementErrorWithDetails class.
public ResourceManagementErrorWithDetails (string code = default, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails> details = default);
new Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails> -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementErrorWithDetails
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of ResourceManagementErrorWithDetails) = Nothing)
Parameters
- code
- String
The error code returned when exporting the template.
- message
- String
The error message describing the export error.
- target
- String
The target of the error.
- details
- IList<ResourceManagementErrorWithDetails>
Validation error.
Applies to
Azure SDK for .NET