Uses of Class
com.azure.resourcemanager.resources.models.WhatIfResultFormat
-
Packages that use WhatIfResultFormat Package Description com.azure.resourcemanager.resources.models 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 WhatIfResultFormat Modifier and Type Method Description static WhatIfResultFormatWhatIfResultFormat. fromString(String value)Parses a serialized value to a WhatIfResultFormat instance.WhatIfResultFormatDeploymentWhatIfSettings. resultFormat()Get the resultFormat property: The format of the What-If results.static WhatIfResultFormatWhatIfResultFormat. valueOf(String name)Returns 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 WhatIfResultFormat Modifier and Type Method Description DeploymentWhatIfSettingsDeploymentWhatIfSettings. withResultFormat(WhatIfResultFormat resultFormat)Set the resultFormat property: The format of the What-If results.
-