DeploymentStackValidateResult Class
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.
The Deployment stack validation result.
public class DeploymentStackValidateResult
type DeploymentStackValidateResult = class
Public Class DeploymentStackValidateResult
- Inheritance
-
DeploymentStackValidateResult
Constructors
DeploymentStackValidateResult() |
Initializes a new instance of the DeploymentStackValidateResult class. |
DeploymentStackValidateResult(String, String, String, SystemData, ErrorDetail, DeploymentStackValidateProperties) |
Initializes a new instance of the DeploymentStackValidateResult class. |
Properties
Error |
Gets or sets the error detail. |
Id |
Gets string Id used to locate any resource on Azure. |
Name |
Gets name of this resource. |
Properties |
Gets or sets the validation result details. |
SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. |
Type |
Gets type of this resource. |
Methods
Validate() |
Validate the object. |