Uses of Class
com.microsoft.azure.management.cdn.DeliveryRuleCondition
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of DeliveryRuleCondition in com.microsoft.azure.management.cdn
Modifier and TypeClassDescriptionclass
Defines the Cookies condition for the delivery rule.class
Defines the HttpVersion condition for the delivery rule.class
Defines the IsDevice condition for the delivery rule.class
Defines the PostArgs condition for the delivery rule.class
Defines the QueryString condition for the delivery rule.class
Defines the RemoteAddress condition for the delivery rule.class
Defines the RequestBody condition for the delivery rule.class
Defines the RequestHeader condition for the delivery rule.class
Defines the RequestMethod condition for the delivery rule.class
Defines the RequestScheme condition for the delivery rule.class
Defines the RequestUri condition for the delivery rule.class
Defines the UrlFileExtension condition for the delivery rule.class
Defines the UrlFileName condition for the delivery rule.class
Defines the UrlPath condition for the delivery rule.Modifier and TypeMethodDescriptionDeliveryRule.conditions()
Get a list of conditions that must be matched for the actions to be executed.RuleUpdateParameters.conditions()
Get a list of conditions that must be matched for the actions to be executed.Modifier and TypeMethodDescriptionDeliveryRule.withConditions
(List<DeliveryRuleCondition> conditions) Set a list of conditions that must be matched for the actions to be executed.RuleUpdateParameters.withConditions
(List<DeliveryRuleCondition> conditions) Set a list of conditions that must be matched for the actions to be executed.