Uses of Class
com.azure.resourcemanager.network.models.HttpHeader
Packages that use HttpHeader
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of HttpHeader in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return HttpHeaderModifier and TypeMethodDescriptionstatic HttpHeaderHttpHeader.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HttpHeader from the JsonReader.Set the name property: The name in HTTP header.Set the value property: The value in HTTP header.Methods in com.azure.resourcemanager.network.models that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionHttpConfiguration.headers()Get the headers property: List of HTTP headers.ConnectionMonitorHttpConfiguration.requestHeaders()Get the requestHeaders property: The HTTP headers to transmit with the request.Method parameters in com.azure.resourcemanager.network.models with type arguments of type HttpHeaderModifier and TypeMethodDescriptionHttpConfiguration.withHeaders(List<HttpHeader> headers) Set the headers property: List of HTTP headers.ConnectionMonitorHttpConfiguration.withRequestHeaders(List<HttpHeader> requestHeaders) Set the requestHeaders property: The HTTP headers to transmit with the request.