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