Uses of Enum Class
com.microsoft.azure.management.resources.WhatIfResultFormat
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of WhatIfResultFormat in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionstatic WhatIfResultFormat
WhatIfResultFormat.fromString
(String value) Parses a serialized value to a WhatIfResultFormat instance.DeploymentWhatIfSettings.resultFormat()
Get the format of the What-If results.static WhatIfResultFormat
Returns the enum constant of this class with the specified name.static WhatIfResultFormat[]
WhatIfResultFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDeploymentWhatIfSettings.withResultFormat
(WhatIfResultFormat resultFormat) Set the format of the What-If results.