IResourceWithEndpoints.withEndpointProxySupport
Method
interface IResourceWithEndpoints { // ... omitted for brevity withEndpointProxySupport(proxyEnabled: boolean): IResourceWithEndpoints;}Signature
method
withEndpointProxySupport builder Set whether a resource can use proxied endpoints or whether they should be disabled for all endpoints belonging to the resource. If set to `false`, endpoints belonging to the resource will ignore the configured proxy settings and run proxy-less.
withEndpointProxySupport(proxyEnabled: boolean): IResourceWithEndpointsParameters
proxyEnabled boolean Returns
IResourceWithEndpoints Defined on
This method is defined on the following type: