TemplateSpecsError 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
TemplateSpecsError() |
Initializes a new instance of the TemplateSpecsError class. |
TemplateSpecsError(ErrorResponse) |
Initializes a new instance of the TemplateSpecsError class. |
TemplateSpecsError()
Initializes a new instance of the TemplateSpecsError class.
public TemplateSpecsError ();
Public Sub New ()
Applies to
TemplateSpecsError(ErrorResponse)
Initializes a new instance of the TemplateSpecsError class.
public TemplateSpecsError (Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecsError : Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecsError
Public Sub New (Optional error As ErrorResponse = Nothing)
Parameters
- error
- ErrorResponse