Uses of Class
com.azure.resourcemanager.cdn.models.RequestMethodOperator
Packages that use RequestMethodOperator
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RequestMethodOperator in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type RequestMethodOperator in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDescribes operator to be matched.Fields in com.azure.resourcemanager.cdn.models declared as RequestMethodOperatorModifier and TypeFieldDescriptionstatic final RequestMethodOperatorRequestMethodOperator.EQUALStatic value Equal for RequestMethodOperator.Methods in com.azure.resourcemanager.cdn.models that return RequestMethodOperatorModifier and TypeMethodDescriptionstatic RequestMethodOperatorRequestMethodOperator.fromString(String name) Creates or finds a RequestMethodOperator from its string representation.RequestMethodMatchConditionParameters.operator()Get the operator property: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RequestMethodOperatorModifier and TypeMethodDescriptionstatic Collection<RequestMethodOperator> RequestMethodOperator.values()Gets known RequestMethodOperator values.Methods in com.azure.resourcemanager.cdn.models with parameters of type RequestMethodOperatorModifier and TypeMethodDescriptionRequestMethodMatchConditionParameters.withOperator(RequestMethodOperator operator) Set the operator property: Describes operator to be matched.