ParentT - the return type of Attachable.InDefinition.attach()@Beta
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader<ParentT>
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
withCustomHeader(String name,
String value)
Add a custom header.
|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
withCustomHeaders(Map<String,String> headerValues)
Add custom headers.
|
@Beta TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withCustomHeader(String name, String value)
name - the header namevalue - the header value@Beta TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withCustomHeaders(Map<String,String> headerValues)
headerValues - the map containing header name and value pairCopyright © 2019. All rights reserved.