Uses of Class
com.azure.resourcemanager.trafficmanager.models.MonitorConfigCustomHeadersItem
-
Packages that use MonitorConfigCustomHeadersItem Package Description com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of MonitorConfigCustomHeadersItem in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return MonitorConfigCustomHeadersItem Modifier and Type Method Description MonitorConfigCustomHeadersItemMonitorConfigCustomHeadersItem. withName(String name)Set the name property: Header name.MonitorConfigCustomHeadersItemMonitorConfigCustomHeadersItem. withValue(String value)Set the value property: Header value.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type MonitorConfigCustomHeadersItem Modifier and Type Method Description List<MonitorConfigCustomHeadersItem>MonitorConfig. customHeaders()Get the customHeaders property: List of custom headers.Method parameters in com.azure.resourcemanager.trafficmanager.models with type arguments of type MonitorConfigCustomHeadersItem Modifier and Type Method Description MonitorConfigMonitorConfig. withCustomHeaders(List<MonitorConfigCustomHeadersItem> customHeaders)Set the customHeaders property: List of custom headers.
-