Partilhar via


ArmDeploymentResource.WhatIfAsync Método

Definição

Retorna alterações que serão feitas pela implantação se executadas no escopo do grupo de locatários.

  • Caminho da Solicitação/provedores/Microsoft.Resources/deployments/{deploymentName}/whatIf
  • Operação IdDeployments_WhatIfAtTenantScope
  • Caminho da Solicitação/provedores/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf
  • Operação IdDeployments_WhatIfAtManagementGroupScope
  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf
  • Operação IdDeployments_WhatIfAtSubscriptionScope
  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf
  • Operação IdDeployments_WhatIf
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Resources.Models.WhatIfOperationResult>> WhatIfAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member WhatIfAsync : Azure.WaitUntil * Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Resources.Models.WhatIfOperationResult>>
override this.WhatIfAsync : Azure.WaitUntil * Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Resources.Models.WhatIfOperationResult>>
Public Overridable Function WhatIfAsync (waitUntil As WaitUntil, content As ArmDeploymentWhatIfContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of WhatIfOperationResult))

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

content
ArmDeploymentWhatIfContent

Parâmetros a serem validados.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a