Uses of Class
com.azure.resourcemanager.cdn.models.HttpVersionOperator
-
Packages that use HttpVersionOperator Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of HttpVersionOperator in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as HttpVersionOperator Modifier and Type Field Description static HttpVersionOperatorHttpVersionOperator. EQUALStatic value Equal for HttpVersionOperator.Methods in com.azure.resourcemanager.cdn.models that return HttpVersionOperator Modifier and Type Method Description static HttpVersionOperatorHttpVersionOperator. fromString(String name)Creates or finds a HttpVersionOperator from its string representation.HttpVersionOperatorHttpVersionMatchConditionParameters. operator()Get the operator property: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type HttpVersionOperator Modifier and Type Method Description static Collection<HttpVersionOperator>HttpVersionOperator. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type HttpVersionOperator Modifier and Type Method Description HttpVersionMatchConditionParametersHttpVersionMatchConditionParameters. withOperator(HttpVersionOperator operator)Set the operator property: Describes operator to be matched.
-