Uses of Class
com.azure.resourcemanager.cdn.models.IsDeviceMatchConditionParameters
Packages that use IsDeviceMatchConditionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of IsDeviceMatchConditionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type IsDeviceMatchConditionParametersModifier and TypeClassDescriptionfinal classDefines the parameters for IsDevice match conditions.Methods in com.azure.resourcemanager.cdn.models that return IsDeviceMatchConditionParametersModifier and TypeMethodDescriptionIsDeviceMatchConditionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IsDeviceMatchConditionParameters from the JsonReader.DeliveryRuleIsDeviceCondition.parameters()Get the parameters property: Defines the parameters for the condition.IsDeviceMatchConditionParameters.withMatchValues(List<IsDeviceMatchConditionParametersMatchValuesItem> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.IsDeviceMatchConditionParameters.withNegateCondition(Boolean negateCondition) Set the negateCondition property: Describes if this is negate condition or not.IsDeviceMatchConditionParameters.withOperator(IsDeviceOperator operator) Set the operator property: Describes operator to be matched.IsDeviceMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.IsDeviceMatchConditionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type IsDeviceMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleIsDeviceCondition.withParameters(IsDeviceMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.