Partilhar via


ArmDeploymentResource.WhatIf Método

Definição

Retorna as 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
  • IdDeployments_WhatIfAtTenantScope de operação
  • Caminho da Solicitação/provedores/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf
  • IdDeployments_WhatIfAtManagementGroupScope de operação
  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf
  • IdDeployments_WhatIfAtSubscriptionScope de operação
  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf
  • IdDeployments_WhatIf de operação
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Resources.Models.WhatIfOperationResult> WhatIf (Azure.WaitUntil waitUntil, Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member WhatIf : Azure.WaitUntil * Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Resources.Models.WhatIfOperationResult>
override this.WhatIf : Azure.WaitUntil * Azure.ResourceManager.Resources.Models.ArmDeploymentWhatIfContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Resources.Models.WhatIfOperationResult>
Public Overridable Function WhatIf (waitUntil As WaitUntil, content As ArmDeploymentWhatIfContent, Optional cancellationToken As CancellationToken = Nothing) As 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 longa execução, 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