Uses of Class
com.microsoft.azure.management.trafficmanager.MonitorConfigCustomHeadersItem
-
-
Uses of MonitorConfigCustomHeadersItem in com.microsoft.azure.management.trafficmanager
Methods in com.microsoft.azure.management.trafficmanager that return MonitorConfigCustomHeadersItem Modifier and Type Method Description MonitorConfigCustomHeadersItemMonitorConfigCustomHeadersItem. withName(String name)Set header name.MonitorConfigCustomHeadersItemMonitorConfigCustomHeadersItem. withValue(String value)Set header value.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type MonitorConfigCustomHeadersItem Modifier and Type Method Description List<MonitorConfigCustomHeadersItem>MonitorConfig. customHeaders()Get list of custom headers.Method parameters in com.microsoft.azure.management.trafficmanager with type arguments of type MonitorConfigCustomHeadersItem Modifier and Type Method Description MonitorConfigMonitorConfig. withCustomHeaders(List<MonitorConfigCustomHeadersItem> customHeaders)Set list of custom headers.
-