Freigeben über


DeploymentWhatIfSettings Klasse

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

public class DeploymentWhatIfSettings

Einstellungen für den Bereitstellungsvorgang What-If.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
DeploymentWhatIfSettings()

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
WhatIfResultFormat resultFormat()

Rufen Sie das Format der What-If Ergebnisse ab.

DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)

Legen Sie das Format der What-If Ergebnisse fest.

Geerbte Methoden von 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

Details zum Konstruktor

DeploymentWhatIfSettings

public DeploymentWhatIfSettings()

Details zur Methode

resultFormat

public WhatIfResultFormat resultFormat()

Rufen Sie das Format der What-If Ergebnisse ab. Mögliche Werte sind: "ResourceIdOnly", "FullResourcePayloads".

Returns:

der resultFormat-Wert

withResultFormat

public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)

Legen Sie das Format der What-If Ergebnisse fest. Mögliche Werte sind: "ResourceIdOnly", "FullResourcePayloads".

Parameters:

resultFormat - der festzulegende resultFormat-Wert

Returns:

das DeploymentWhatIfSettings-Objekt selbst.

Gilt für: