EndpointDeliveryRule

constructor(cacheExpirationAction: EndpointDeliveryRuleCacheExpirationAction? = null, cacheKeyQueryStringAction: EndpointDeliveryRuleCacheKeyQueryStringAction? = null, cookiesConditions: List<EndpointDeliveryRuleCookiesCondition>? = null, deviceCondition: EndpointDeliveryRuleDeviceCondition? = null, httpVersionConditions: List<EndpointDeliveryRuleHttpVersionCondition>? = null, modifyRequestHeaderActions: List<EndpointDeliveryRuleModifyRequestHeaderAction>? = null, modifyResponseHeaderActions: List<EndpointDeliveryRuleModifyResponseHeaderAction>? = null, name: String, order: Int, postArgConditions: List<EndpointDeliveryRulePostArgCondition>? = null, queryStringConditions: List<EndpointDeliveryRuleQueryStringCondition>? = null, remoteAddressConditions: List<EndpointDeliveryRuleRemoteAddressCondition>? = null, requestBodyConditions: List<EndpointDeliveryRuleRequestBodyCondition>? = null, requestHeaderConditions: List<EndpointDeliveryRuleRequestHeaderCondition>? = null, requestMethodCondition: EndpointDeliveryRuleRequestMethodCondition? = null, requestSchemeCondition: EndpointDeliveryRuleRequestSchemeCondition? = null, requestUriConditions: List<EndpointDeliveryRuleRequestUriCondition>? = null, urlFileExtensionConditions: List<EndpointDeliveryRuleUrlFileExtensionCondition>? = null, urlFileNameConditions: List<EndpointDeliveryRuleUrlFileNameCondition>? = null, urlPathConditions: List<EndpointDeliveryRuleUrlPathCondition>? = null, urlRedirectAction: EndpointDeliveryRuleUrlRedirectAction? = null, urlRewriteAction: EndpointDeliveryRuleUrlRewriteAction? = null)