DeploymentWhatIfSettings Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. DeploymentWhatIfSettings
- com.
Implements
public final class DeploymentWhatIfSettings
implements JsonSerializable<DeploymentWhatIfSettings>
Deployment What-If operation settings.
Constructor Summary
Constructor | Description |
---|---|
DeploymentWhatIfSettings() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
What |
resultFormat()
Get the result |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Deployment |
withResultFormat(WhatIfResultFormat resultFormat)
Set the result |
Methods inherited from java.lang.Object
Constructor Details
DeploymentWhatIfSettings
public DeploymentWhatIfSettings()
Creates an instance of DeploymentWhatIfSettings class.
Method Details
fromJson
public static DeploymentWhatIfSettings fromJson(JsonReader jsonReader)
Reads an instance of DeploymentWhatIfSettings from the JsonReader.
Parameters:
Returns:
Throws:
resultFormat
public WhatIfResultFormat resultFormat()
Get the resultFormat property: The format of the What-If results.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResultFormat
public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)
Set the resultFormat property: The format of the What-If results.
Parameters:
Returns:
Applies to
Azure SDK for Java