Partager via


DeploymentsOperationsExtensions.WhatIfAtSubscriptionScope Méthode

Définition

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

public static Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult WhatIfAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf parameters);
static member WhatIfAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentWhatIf -> Microsoft.Azure.Management.ResourceManager.Models.WhatIfOperationResult
<Extension()>
Public Function WhatIfAtSubscriptionScope (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 à