DeploymentWhatIfSettings Klasse
- java.
lang. Object - com.
microsoft. azure. management. resources. DeploymentWhatIfSettings
- com.
public class DeploymentWhatIfSettings
Einstellungen für den Bereitstellungsvorgang What-If.
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung | |
---|---|---|
DeploymentWhatIfSettings() |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
What |
resultFormat()
Rufen Sie das Format der What-If Ergebnisse ab. |
Deployment |
withResultFormat(WhatIfResultFormat resultFormat)
Legen Sie das Format der What-If Ergebnisse fest. |
Geerbte Methoden von java.lang.Object
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:
withResultFormat
public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)
Legen Sie das Format der What-If Ergebnisse fest. Mögliche Werte sind: "ResourceIdOnly", "FullResourcePayloads".
Parameters:
Returns:
Gilt für:
Azure SDK for Java