DeploymentsOperationsExtensions.BeginWhatIf 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 Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIf (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);
static member BeginWhatIf : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -> Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult
<Extension()>
Public Function BeginWhatIf (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf) As WhatIfOperationResult
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.
Retours
S’applique à
Azure SDK for .NET