Uses of Enum
com.azure.resourcemanager.resources.models.OnErrorDeploymentType
Packages that use OnErrorDeploymentType
Package
Description
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 OnErrorDeploymentTypeModifier and TypeMethodDescriptionstatic OnErrorDeploymentTypeOnErrorDeploymentType.fromString(String value) Parses a serialized value to a OnErrorDeploymentType instance.OnErrorDeployment.type()Get the type property: The deployment on error behavior type.OnErrorDeploymentExtended.type()Get the type property: The deployment on error behavior type.static OnErrorDeploymentTypeReturns 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 OnErrorDeploymentTypeModifier and TypeMethodDescriptionOnErrorDeployment.withType(OnErrorDeploymentType type) Set the type property: The deployment on error behavior type.OnErrorDeploymentExtended.withType(OnErrorDeploymentType type) Set the type property: The deployment on error behavior type.