Partager via


DeploymentsOperationsExtensions.BeginWhatIfAtSubscriptionScope Méthode

Définition

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

public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult BeginWhatIfAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);
static member BeginWhatIfAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -> Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult
<Extension()>
Public Function BeginWhatIfAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String, parameters As DeploymentWhatIf) As WhatIfOperationResult

Paramètres

operations
IDeploymentsOperations

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

deploymentName
String

Le nom du déploiement.

parameters
DeploymentWhatIf

Paramètres sur What If.

Retours

S’applique à