Uses of Class
com.azure.resourcemanager.trafficmanager.models.MonitorConfigCustomHeadersItem
Packages that use MonitorConfigCustomHeadersItem
Package
Description
Package containing the data models for TrafficManagerManagementClient.
null.
-
Uses of MonitorConfigCustomHeadersItem in com.azure.resourcemanager.trafficmanager.models
Classes in com.azure.resourcemanager.trafficmanager.models that implement interfaces with type arguments of type MonitorConfigCustomHeadersItemModifier and TypeClassDescriptionfinal classCustom header name and value.Methods in com.azure.resourcemanager.trafficmanager.models that return MonitorConfigCustomHeadersItemModifier and TypeMethodDescriptionMonitorConfigCustomHeadersItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MonitorConfigCustomHeadersItem from the JsonReader.Set the name property: Header name.Set the value property: Header value.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type MonitorConfigCustomHeadersItemModifier and TypeMethodDescriptionMonitorConfig.customHeaders()Get the customHeaders property: List of custom headers.Method parameters in com.azure.resourcemanager.trafficmanager.models with type arguments of type MonitorConfigCustomHeadersItemModifier and TypeMethodDescriptionMonitorConfig.withCustomHeaders(List<MonitorConfigCustomHeadersItem> customHeaders) Set the customHeaders property: List of custom headers.