DeploymentStackValidateProperties 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
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. |
DeploymentStackValidateProperties()
Initializes a new instance of the DeploymentStackValidateProperties class.
public DeploymentStackValidateProperties ();
Public Sub New ()
Applies to
DeploymentStackValidateProperties(ActionOnUnmanage, String, DenySettings, String, String, IDictionary<String,DeploymentParameter>, DeploymentStacksTemplateLink, IList<ResourceReference>)
Initializes a new instance of the DeploymentStackValidateProperties class.
public DeploymentStackValidateProperties (Microsoft.Azure.Management.Resources.Models.ActionOnUnmanage actionOnUnmanage = default, string correlationId = default, Microsoft.Azure.Management.Resources.Models.DenySettings denySettings = default, string deploymentScope = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Resources.Models.DeploymentParameter> parameters = default, Microsoft.Azure.Management.Resources.Models.DeploymentStacksTemplateLink templateLink = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.ResourceReference> validatedResources = default);
new Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateProperties : Microsoft.Azure.Management.Resources.Models.ActionOnUnmanage * string * Microsoft.Azure.Management.Resources.Models.DenySettings * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Resources.Models.DeploymentParameter> * Microsoft.Azure.Management.Resources.Models.DeploymentStacksTemplateLink * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.ResourceReference> -> Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateProperties
Public Sub New (Optional actionOnUnmanage As ActionOnUnmanage = Nothing, Optional correlationId As String = Nothing, Optional denySettings As DenySettings = Nothing, Optional deploymentScope As String = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, DeploymentParameter) = Nothing, Optional templateLink As DeploymentStacksTemplateLink = Nothing, Optional validatedResources As IList(Of ResourceReference) = Nothing)
Parameters
- actionOnUnmanage
- ActionOnUnmanage
Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
- correlationId
- String
The correlation id of the Deployment stack validate operation. It is in GUID format and is used for tracing.
- denySettings
- DenySettings
The Deployment stack deny settings.
- deploymentScope
- String
The Deployment stack deployment scope.
- description
- String
The Deployment stack validation description.
- parameters
- IDictionary<String,DeploymentParameter>
Deployment parameters.
- templateLink
- DeploymentStacksTemplateLink
The URI of the template.
- validatedResources
- IList<ResourceReference>
The array of resources that were validated.