Uses of Class
com.azure.resourcemanager.cdn.models.IsDeviceMatchConditionParametersMatchValuesItem
Packages that use IsDeviceMatchConditionParametersMatchValuesItem
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of IsDeviceMatchConditionParametersMatchValuesItem in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type IsDeviceMatchConditionParametersMatchValuesItem in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDefines values for IsDeviceMatchConditionParametersMatchValuesItem.Fields in com.azure.resourcemanager.cdn.models declared as IsDeviceMatchConditionParametersMatchValuesItemModifier and TypeFieldDescriptionstatic final IsDeviceMatchConditionParametersMatchValuesItemIsDeviceMatchConditionParametersMatchValuesItem.DESKTOPStatic value Desktop for IsDeviceMatchConditionParametersMatchValuesItem.static final IsDeviceMatchConditionParametersMatchValuesItemIsDeviceMatchConditionParametersMatchValuesItem.MOBILEStatic value Mobile for IsDeviceMatchConditionParametersMatchValuesItem.Methods in com.azure.resourcemanager.cdn.models that return IsDeviceMatchConditionParametersMatchValuesItemModifier and TypeMethodDescriptionIsDeviceMatchConditionParametersMatchValuesItem.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 IsDeviceMatchConditionParametersMatchValuesItemModifier and TypeMethodDescriptionIsDeviceMatchConditionParameters.matchValues()Get the matchValues property: The match value for the condition of the delivery rule.IsDeviceMatchConditionParametersMatchValuesItem.values()Gets known IsDeviceMatchConditionParametersMatchValuesItem values.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type IsDeviceMatchConditionParametersMatchValuesItemModifier and TypeMethodDescriptionIsDeviceMatchConditionParameters.withMatchValues(List<IsDeviceMatchConditionParametersMatchValuesItem> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.