Uses of Class
com.azure.resourcemanager.resources.models.ValidationLevel
Packages that use ValidationLevel
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ValidationLevel in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type ValidationLevel in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionfinal classThe level of validation performed on the deployment.Fields in com.azure.resourcemanager.resources.models declared as ValidationLevelModifier and TypeFieldDescriptionstatic final ValidationLevelValidationLevel.PROVIDERStatic value Provider for ValidationLevel.static final ValidationLevelValidationLevel.PROVIDER_NO_RBACStatic value ProviderNoRbac for ValidationLevel.static final ValidationLevelValidationLevel.TEMPLATEStatic value Template for ValidationLevel.Methods in com.azure.resourcemanager.resources.models that return ValidationLevelModifier and TypeMethodDescriptionstatic ValidationLevelValidationLevel.fromString(String name) Creates or finds a ValidationLevel from its string representation.DeploymentProperties.validationLevel()Get the validationLevel property: The validation level of the deployment.DeploymentPropertiesExtended.validationLevel()Get the validationLevel property: The validation level of the deployment.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ValidationLevelModifier and TypeMethodDescriptionstatic Collection<ValidationLevel> ValidationLevel.values()Gets known ValidationLevel values.Methods in com.azure.resourcemanager.resources.models with parameters of type ValidationLevelModifier and TypeMethodDescriptionDeploymentProperties.withValidationLevel(ValidationLevel validationLevel) Set the validationLevel property: The validation level of the deployment.DeploymentPropertiesExtended.withValidationLevel(ValidationLevel validationLevel) Set the validationLevel property: The validation level of the deployment.DeploymentWhatIfProperties.withValidationLevel(ValidationLevel validationLevel) Set the validationLevel property: The validation level of the deployment.