TrafficManagerEndpoint.DefinitionStages.WithCustomHeader<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
public static interface TrafficManagerEndpoint.DefinitionStages.WithCustomHeader
The stage of the traffic manager endpoint definition allowing to specify custom headers.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withCustomHeader(String name, String value)
Add a custom header. |
abstract
With |
withCustomHeaders(Map<String,String> headerValues)
Add a custom header. |
Method Details
withCustomHeader
public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach
Add a custom header.
Parameters:
Returns:
withCustomHeaders
public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach
Add a custom header. This method replaces the current headers with the provided headers.
Parameters:
Returns:
Applies to
Azure SDK for Java