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