ArmClient.DeploymentsValidateAsync Method
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.
Validate a template deployment
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentValidateResult> DeploymentsValidateAsync(string subscription, string resourceGroup, string deploymentName, Azure.Connectors.Sdk.Arm.Models.Deployment input, System.Threading.CancellationToken cancellationToken = default);
abstract member DeploymentsValidateAsync : string * string * string * Azure.Connectors.Sdk.Arm.Models.Deployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentValidateResult>
override this.DeploymentsValidateAsync : string * string * string * Azure.Connectors.Sdk.Arm.Models.Deployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentValidateResult>
Public Overridable Function DeploymentsValidateAsync (subscription As String, resourceGroup As String, deploymentName As String, input As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)
Parameters
- subscription
- String
Subscription
- resourceGroup
- String
Resource Group
- deploymentName
- String
Deployment Name
- input
- Deployment
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Validate a template deployment response.
Remarks
Validates a deployment template. This operation does not have side effects and can be used to test a template deployment for syntax or logical errors.