DeploymentWhatIfSettings Classe

  • java.lang.Object
    • com.microsoft.azure.management.resources.DeploymentWhatIfSettings

public class DeploymentWhatIfSettings

Configurações de operação de What-If de implantação.

Resumo do Construtor

Construtor Description
DeploymentWhatIfSettings()

Resumo do método

Modificador e tipo Método e descrição
WhatIfResultFormat resultFormat()

Obtenha o formato dos resultados What-If.

DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)

Defina o formato dos resultados What-If.

Métodos herdados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalhes do construtor

DeploymentWhatIfSettings

public DeploymentWhatIfSettings()

Detalhes do método

resultFormat

public WhatIfResultFormat resultFormat()

Obtenha o formato dos resultados What-If. Os valores possíveis incluem: 'ResourceIdOnly', 'FullResourcePayloads'.

Returns:

o valor resultFormat

withResultFormat

public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)

Defina o formato dos resultados What-If. Os valores possíveis incluem: 'ResourceIdOnly', 'FullResourcePayloads'.

Parameters:

resultFormat - o valor resultFormat a ser definido

Returns:

o próprio objeto DeploymentWhatIfSettings.

Aplica-se a