Uses of Class
com.azure.resourcemanager.cdn.models.RequestMethodMatchConditionParametersMatchValuesItem
-
Packages that use RequestMethodMatchConditionParametersMatchValuesItem Package Description com.azure.resourcemanager.cdn.models 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 RequestMethodMatchConditionParametersMatchValuesItem Modifier and Type Field Description static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. DELETEStatic value DELETE for RequestMethodMatchConditionParametersMatchValuesItem.static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. GETStatic value GET for RequestMethodMatchConditionParametersMatchValuesItem.static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. HEADStatic value HEAD for RequestMethodMatchConditionParametersMatchValuesItem.static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. OPTIONSStatic value OPTIONS for RequestMethodMatchConditionParametersMatchValuesItem.static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. POSTStatic value POST for RequestMethodMatchConditionParametersMatchValuesItem.static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. PUTStatic value PUT for RequestMethodMatchConditionParametersMatchValuesItem.static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. TRACEStatic value TRACE for RequestMethodMatchConditionParametersMatchValuesItem.Methods in com.azure.resourcemanager.cdn.models that return RequestMethodMatchConditionParametersMatchValuesItem Modifier and Type Method Description static RequestMethodMatchConditionParametersMatchValuesItemRequestMethodMatchConditionParametersMatchValuesItem. 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 RequestMethodMatchConditionParametersMatchValuesItem Modifier and Type Method Description List<RequestMethodMatchConditionParametersMatchValuesItem>RequestMethodMatchConditionParameters. matchValues()Get the matchValues property: The match value for the condition of the delivery rule.static Collection<RequestMethodMatchConditionParametersMatchValuesItem>RequestMethodMatchConditionParametersMatchValuesItem. values()Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type RequestMethodMatchConditionParametersMatchValuesItem Modifier and Type Method Description RequestMethodMatchConditionParametersRequestMethodMatchConditionParameters. withMatchValues(List<RequestMethodMatchConditionParametersMatchValuesItem> matchValues)Set the matchValues property: The match value for the condition of the delivery rule.
-