Partager via


DeploymentsOperationsExtensions.BeginWhatIfAtTenantScope Méthode

Définition

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

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

Paramètres

operations
IDeploymentsOperations

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

deploymentName
String

Le nom du déploiement.

parameters
ScopedDeploymentWhatIf

Paramètres à valider.

Retours

S’applique à