Partager via


DeploymentsOperationsExtensions.BeginWhatIf 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 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 à