Uses of Enum
com.azure.resourcemanager.resources.models.WhatIfResultFormat
Packages that use WhatIfResultFormat
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of WhatIfResultFormat in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return WhatIfResultFormatModifier and TypeMethodDescriptionstatic WhatIfResultFormatWhatIfResultFormat.fromString(String value) Parses a serialized value to a WhatIfResultFormat instance.DeploymentWhatIfSettings.resultFormat()Get the resultFormat property: The format of the What-If results.static WhatIfResultFormatReturns the enum constant of this type with the specified name.static WhatIfResultFormat[]WhatIfResultFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.resources.models with parameters of type WhatIfResultFormatModifier and TypeMethodDescriptionDeploymentWhatIfSettings.withResultFormat(WhatIfResultFormat resultFormat) Set the resultFormat property: The format of the What-If results.