Partager via


DeploymentsOperationsExtensions.BeginWhatIfAtManagementGroupScopeAsync 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 d’administration.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner> BeginWhatIfAtManagementGroupScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string groupId, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginWhatIfAtManagementGroupScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.ScopedDeploymentWhatIf * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner>
<Extension()>
Public Function BeginWhatIfAtManagementGroupScopeAsync (operations As IDeploymentsOperations, groupId As String, deploymentName As String, parameters As ScopedDeploymentWhatIf, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WhatIfOperationResultInner)

Paramètres

operations
IDeploymentsOperations

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

groupId
String

ID du groupe d’administration.

deploymentName
String

Le nom du déploiement.

parameters
ScopedDeploymentWhatIf

Paramètres à valider.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à