EndpointArgs

constructor(contentTypesToCompresses: Output<List<String>>? = null, deliveryRules: Output<List<EndpointDeliveryRuleArgs>>? = null, geoFilters: Output<List<EndpointGeoFilterArgs>>? = null, globalDeliveryRule: Output<EndpointGlobalDeliveryRuleArgs>? = null, isCompressionEnabled: Output<Boolean>? = null, isHttpAllowed: Output<Boolean>? = null, isHttpsAllowed: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, optimizationType: Output<String>? = null, originHostHeader: Output<String>? = null, originPath: Output<String>? = null, origins: Output<List<EndpointOriginArgs>>? = null, probePath: Output<String>? = null, profileName: Output<String>? = null, querystringCachingBehaviour: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)