Partager via


DeploymentsOperationsExtensions.BeginWhatIfAsync Méthode

Définition

Retourne les modifications qui seront apportées par le déploiement si elles sont exécutées dans l’étendue du groupe de ressources.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginWhatIfAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>
<Extension()>
Public Function BeginWhatIfAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources dans lequel le modèle sera déployé. Le nom ne respecte pas la casse.

deploymentName
String

Le nom du déploiement.

parameters
DeploymentWhatIf

Paramètres à valider.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à