Uses of Class
com.azure.resourcemanager.cdn.models.IsDeviceMatchConditionParametersMatchValuesItem
-
Packages that use IsDeviceMatchConditionParametersMatchValuesItem Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of IsDeviceMatchConditionParametersMatchValuesItem in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as IsDeviceMatchConditionParametersMatchValuesItem Modifier and Type Field Description static IsDeviceMatchConditionParametersMatchValuesItemIsDeviceMatchConditionParametersMatchValuesItem. DESKTOPStatic value Desktop for IsDeviceMatchConditionParametersMatchValuesItem.static IsDeviceMatchConditionParametersMatchValuesItemIsDeviceMatchConditionParametersMatchValuesItem. MOBILEStatic value Mobile for IsDeviceMatchConditionParametersMatchValuesItem.Methods in com.azure.resourcemanager.cdn.models that return IsDeviceMatchConditionParametersMatchValuesItem Modifier and Type Method Description static IsDeviceMatchConditionParametersMatchValuesItemIsDeviceMatchConditionParametersMatchValuesItem. fromString(String name)Creates or finds a IsDeviceMatchConditionParametersMatchValuesItem from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type IsDeviceMatchConditionParametersMatchValuesItem Modifier and Type Method Description List<IsDeviceMatchConditionParametersMatchValuesItem>IsDeviceMatchConditionParameters. matchValues()Get the matchValues property: The match value for the condition of the delivery rule.static Collection<IsDeviceMatchConditionParametersMatchValuesItem>IsDeviceMatchConditionParametersMatchValuesItem. values()Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type IsDeviceMatchConditionParametersMatchValuesItem Modifier and Type Method Description IsDeviceMatchConditionParametersIsDeviceMatchConditionParameters. withMatchValues(List<IsDeviceMatchConditionParametersMatchValuesItem> matchValues)Set the matchValues property: The match value for the condition of the delivery rule.
-