Uses of Class
com.azure.resourcemanager.resources.models.ChangeType
-
Packages that use ChangeType Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ChangeType in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ChangeType Modifier and Type Method Description ChangeTypeWhatIfChange. changeType()Get the changeType property: Type of change that will be made to the resource when the deployment is executed.static ChangeTypeChangeType. fromString(String value)Parses a serialized value to a ChangeType instance.static ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. 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 ChangeType Modifier and Type Method Description WhatIfChangeWhatIfChange. withChangeType(ChangeType changeType)Set the changeType property: Type of change that will be made to the resource when the deployment is executed.
-