Uses of Enum Class
com.microsoft.azure.management.resources.WhatIfResultFormat
Packages that use WhatIfResultFormat
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of WhatIfResultFormat in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return WhatIfResultFormatModifier 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.Methods in com.microsoft.azure.management.resources with parameters of type WhatIfResultFormatModifier and TypeMethodDescriptionDeploymentWhatIfSettings.withResultFormat
(WhatIfResultFormat resultFormat) Set the format of the What-If results.