Uses of Class
com.azure.resourcemanager.cdn.models.RequestMethodMatchConditionParametersMatchValuesItem
Packages that use RequestMethodMatchConditionParametersMatchValuesItem
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RequestMethodMatchConditionParametersMatchValuesItem in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as RequestMethodMatchConditionParametersMatchValuesItemModifier and TypeFieldDescriptionstatic final RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem.DELETEStatic value DELETE for RequestMethodMatchConditionParametersMatchValuesItem.static final RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem.GETStatic value GET for RequestMethodMatchConditionParametersMatchValuesItem.static final RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem.HEADStatic value HEAD for RequestMethodMatchConditionParametersMatchValuesItem.static final RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem.OPTIONSStatic value OPTIONS for RequestMethodMatchConditionParametersMatchValuesItem.static final RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem.POSTStatic value POST for RequestMethodMatchConditionParametersMatchValuesItem.static final RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem.PUTStatic value PUT for RequestMethodMatchConditionParametersMatchValuesItem.static final RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem.TRACEStatic value TRACE for RequestMethodMatchConditionParametersMatchValuesItem.Methods in com.azure.resourcemanager.cdn.models that return RequestMethodMatchConditionParametersMatchValuesItemModifier and TypeMethodDescriptionRequestMethodMatchConditionParametersMatchValuesItem.fromString(String name) Creates or finds a RequestMethodMatchConditionParametersMatchValuesItem from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RequestMethodMatchConditionParametersMatchValuesItemModifier and TypeMethodDescriptionRequestMethodMatchConditionParameters.matchValues()Get the matchValues property: The match value for the condition of the delivery rule.RequestMethodMatchConditionParametersMatchValuesItem.values()Gets known RequestMethodMatchConditionParametersMatchValuesItem values.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type RequestMethodMatchConditionParametersMatchValuesItemModifier and TypeMethodDescriptionRequestMethodMatchConditionParameters.withMatchValues(List<RequestMethodMatchConditionParametersMatchValuesItem> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.