Partager via


IDeploymentsOperations.BeginWhatIfWithHttpMessagesAsync 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 ressources.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner,Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>> BeginWhatIfWithHttpMessagesAsync (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginWhatIfWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentWhatIf * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ResourceManager.Fluent.Models.WhatIfOperationResultInner, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentsWhatIfHeaders>>
Public Function BeginWhatIfWithHttpMessagesAsync (resourceGroupName As String, deploymentName As String, parameters As DeploymentWhatIf, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WhatIfOperationResultInner, DeploymentsWhatIfHeaders))

Paramètres

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.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à