Class ValidationLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ValidationLevel>
com.azure.resourcemanager.resources.models.ValidationLevel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ValidationLevel
extends com.azure.core.util.ExpandableStringEnum<ValidationLevel>
The level of validation performed on the deployment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValidationLevelStatic value Provider for ValidationLevel.static final ValidationLevelStatic value ProviderNoRbac for ValidationLevel.static final ValidationLevelStatic value Template for ValidationLevel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationLevelfromString(String name) Creates or finds a ValidationLevel from its string representation.static Collection<ValidationLevel> values()Gets known ValidationLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TEMPLATE
Static value Template for ValidationLevel. -
PROVIDER
Static value Provider for ValidationLevel. -
PROVIDER_NO_RBAC
Static value ProviderNoRbac for ValidationLevel.
-
-
Constructor Details
-
ValidationLevel
Deprecated.Use thefromString(String)factory method.Creates a new instance of ValidationLevel value.
-
-
Method Details
-
fromString
Creates or finds a ValidationLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ValidationLevel.
-
values
Gets known ValidationLevel values.- Returns:
- known ValidationLevel values.
-
fromString(String)factory method.