@Beta
public static interface TrafficManagerEndpoint.UpdateStages.WithCustomHeader
Modifier and Type | Method and Description |
---|---|
TrafficManagerEndpoint.Update |
withCustomHeader(String name,
String value)
Add a custom header.
|
TrafficManagerEndpoint.Update |
withCustomHeaders(Map<String,String> headers)
Add custom headers.
|
TrafficManagerEndpoint.Update |
withoutCustomHeader(String name)
Removes a custom header.
|
@Beta TrafficManagerEndpoint.Update withCustomHeader(String name, String value)
name
- the header namevalue
- the header value@Beta TrafficManagerEndpoint.Update withCustomHeaders(Map<String,String> headers)
headers
- the map containing header name and value pair@Beta TrafficManagerEndpoint.Update withoutCustomHeader(String name)
name
- the name of the header to removeCopyright © 2019. All rights reserved.