Class AzureNameValidator

  • All Implemented Interfaces:
    com.google.common.base.Predicate<String>, Predicate<String>

    public class AzureNameValidator
    extends Validator<String>
    Validates name for azure entities https://docs.microsoft.com/en-us/azure/architecture/best-practices/naming-conventions
    See Also:
    Validator