DeploymentsOperationsExtensions.BeginWhatIfAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET