DeploymentsOperationsExtensions.ValidateAtSubscriptionScopeAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentValidateResult> ValidateAtSubscriptionScopeAsync (this Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Deployment parameters, System.Threading.CancellationToken cancellationToken = default);
static member ValidateAtSubscriptionScopeAsync : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IDeploymentsOperations * string * Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Deployment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentValidateResult>
<Extension()>
Public Function ValidateAtSubscriptionScopeAsync (operations As IDeploymentsOperations, deploymentName As String, parameters As Deployment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResult)
Parameters
- operations
- IDeploymentsOperations
- deploymentName
- String
- parameters
- Deployment
- cancellationToken
- CancellationToken