Uses of Class
com.azure.resourcemanager.resources.models.OnErrorDeploymentType
-
Packages that use OnErrorDeploymentType Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of OnErrorDeploymentType in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return OnErrorDeploymentType Modifier and Type Method Description static OnErrorDeploymentTypeOnErrorDeploymentType. fromString(String value)Parses a serialized value to a OnErrorDeploymentType instance.OnErrorDeploymentTypeOnErrorDeployment. type()Get the type property: The deployment on error behavior type.OnErrorDeploymentTypeOnErrorDeploymentExtended. type()Get the type property: The deployment on error behavior type.static OnErrorDeploymentTypeOnErrorDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static OnErrorDeploymentType[]OnErrorDeploymentType. 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 OnErrorDeploymentType Modifier and Type Method Description OnErrorDeploymentOnErrorDeployment. withType(OnErrorDeploymentType type)Set the type property: The deployment on error behavior type.OnErrorDeploymentExtendedOnErrorDeploymentExtended. withType(OnErrorDeploymentType type)Set the type property: The deployment on error behavior type.
-