DeploymentStackValidateProperties 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 details.
public class DeploymentStackValidateProperties
type DeploymentStackValidateProperties = class
Public Class DeploymentStackValidateProperties
- Inheritance
-
DeploymentStackValidateProperties
Constructors
DeploymentStackValidateProperties() |
Initializes a new instance of the DeploymentStackValidateProperties class. |
DeploymentStackValidateProperties(ActionOnUnmanage, String, DenySettings, String, String, IDictionary<String,DeploymentParameter>, DeploymentStacksTemplateLink, IList<ResourceReference>) |
Initializes a new instance of the DeploymentStackValidateProperties class. |
Properties
ActionOnUnmanage |
Gets or sets defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted. |
CorrelationId |
Gets or sets the correlation id of the Deployment stack validate operation. It is in GUID format and is used for tracing. |
DenySettings |
Gets or sets the Deployment stack deny settings. |
DeploymentScope |
Gets or sets the Deployment stack deployment scope. |
Description |
Gets or sets the Deployment stack validation description. |
Parameters |
Gets or sets deployment parameters. |
TemplateLink |
Gets or sets the URI of the template. |
ValidatedResources |
Gets or sets the array of resources that were validated. |
Methods
Validate() |
Validate the object. |