Uses of Class
com.azure.resourcemanager.cdn.models.DeliveryRuleCondition
-
Packages that use DeliveryRuleCondition Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of DeliveryRuleCondition in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type DeliveryRuleCondition Modifier and Type Method Description List<DeliveryRuleCondition>RuleInner. conditions()Get the conditions property: A list of conditions that must be matched for the actions to be executed.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type DeliveryRuleCondition Modifier and Type Method Description RuleInnerRuleInner. withConditions(List<DeliveryRuleCondition> conditions)Set the conditions property: A list of conditions that must be matched for the actions to be executed. -
Uses of DeliveryRuleCondition in com.azure.resourcemanager.cdn.models
Subclasses of DeliveryRuleCondition in com.azure.resourcemanager.cdn.models Modifier and Type Class Description classDeliveryRuleCookiesConditionDefines the Cookies condition for the delivery rule.classDeliveryRuleHttpVersionConditionDefines the HttpVersion condition for the delivery rule.classDeliveryRuleIsDeviceConditionDefines the IsDevice condition for the delivery rule.classDeliveryRulePostArgsConditionDefines the PostArgs condition for the delivery rule.classDeliveryRuleQueryStringConditionDefines the QueryString condition for the delivery rule.classDeliveryRuleRemoteAddressConditionDefines the RemoteAddress condition for the delivery rule.classDeliveryRuleRequestBodyConditionDefines the RequestBody condition for the delivery rule.classDeliveryRuleRequestHeaderConditionDefines the RequestHeader condition for the delivery rule.classDeliveryRuleRequestMethodConditionDefines the RequestMethod condition for the delivery rule.classDeliveryRuleRequestSchemeConditionDefines the RequestScheme condition for the delivery rule.classDeliveryRuleRequestUriConditionDefines the RequestUri condition for the delivery rule.classDeliveryRuleUrlFileExtensionConditionDefines the UrlFileExtension condition for the delivery rule.classDeliveryRuleUrlFileNameConditionDefines the UrlFileName condition for the delivery rule.classDeliveryRuleUrlPathConditionDefines the UrlPath condition for the delivery rule.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeliveryRuleCondition Modifier and Type Method Description List<DeliveryRuleCondition>DeliveryRule. conditions()Get the conditions property: A list of conditions that must be matched for the actions to be executed.List<DeliveryRuleCondition>RuleUpdateParameters. conditions()Get the conditions property: A list of conditions that must be matched for the actions to be executed.List<DeliveryRuleCondition>RuleUpdatePropertiesParameters. conditions()Get the conditions property: A list of conditions that must be matched for the actions to be executed.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type DeliveryRuleCondition Modifier and Type Method Description DeliveryRuleDeliveryRule. withConditions(List<DeliveryRuleCondition> conditions)Set the conditions property: A list of conditions that must be matched for the actions to be executed.RulePropertiesRuleProperties. withConditions(List<DeliveryRuleCondition> conditions)Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleUpdateParametersRuleUpdateParameters. withConditions(List<DeliveryRuleCondition> conditions)Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleUpdatePropertiesParametersRuleUpdatePropertiesParameters. withConditions(List<DeliveryRuleCondition> conditions)Set the conditions property: A list of conditions that must be matched for the actions to be executed.
-