Uses of Class
com.azure.resourcemanager.cdn.models.DeliveryRuleCondition
Packages that use DeliveryRuleCondition
Package
Description
Package containing the inner data models for CdnManagementClient.
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 DeliveryRuleConditionModifier and TypeMethodDescriptionRuleInner.conditions()Get the conditions property: A list of conditions that must be matched for the actions to be executed.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.fluent.models with type arguments of type DeliveryRuleConditionModifier and TypeMethodDescriptionRuleInner.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleProperties.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleUpdatePropertiesParameters.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.modelsModifier and TypeClassDescriptionfinal classDefines the ClientPort condition for the delivery rule.final classDefines the Cookies condition for the delivery rule.final classDefines the HostName condition for the delivery rule.final classDefines the HttpVersion condition for the delivery rule.final classDefines the IsDevice condition for the delivery rule.final classDefines the PostArgs condition for the delivery rule.final classDefines the QueryString condition for the delivery rule.final classDefines the RemoteAddress condition for the delivery rule.final classDefines the RequestBody condition for the delivery rule.final classDefines the RequestHeader condition for the delivery rule.final classDefines the RequestMethod condition for the delivery rule.final classDefines the RequestScheme condition for the delivery rule.final classDefines the RequestUri condition for the delivery rule.final classDefines the ServerPort condition for the delivery rule.final classDefines the SocketAddress condition for the delivery rule.final classDefines the SslProtocol condition for the delivery rule.final classDefines the UrlFileExtension condition for the delivery rule.final classDefines the UrlFileName condition for the delivery rule.final classDefines the UrlPath condition for the delivery rule.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeliveryRuleConditionModifier and TypeMethodDescriptionDeliveryRule.conditions()Get the conditions property: A list of conditions that must be matched for the actions to be executed.RuleUpdateParameters.conditions()Get the conditions property: A list of conditions that must be matched for the actions to be executed.Methods in com.azure.resourcemanager.cdn.models with parameters of type DeliveryRuleConditionModifier and TypeMethodDescriptionCdnStandardRulesEngineRule.DefinitionStage.WithMatchConditions.withMatchConditions(DeliveryRuleCondition... matchConditions) Specify a list of conditions that must be matched for the actions to be executed.CdnStandardRulesEngineRule.UpdateStages.WithMatchConditions.withMatchConditions(DeliveryRuleCondition... matchConditions) Specify 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 DeliveryRuleConditionModifier and TypeMethodDescriptionDeliveryRule.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.RuleUpdateParameters.withConditions(List<DeliveryRuleCondition> conditions) Set the conditions property: A list of conditions that must be matched for the actions to be executed.