Uses of Class
com.azure.resourcemanager.network.models.HttpHeader
-
Packages that use HttpHeader Package Description com.azure.resourcemanager.network.models 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 HttpHeader Modifier and Type Method Description HttpHeaderHttpHeader. withName(String name)Set the name property: The name in HTTP header.HttpHeaderHttpHeader. withValue(String value)Set the value property: The value in HTTP header.Methods in com.azure.resourcemanager.network.models that return types with arguments of type HttpHeader Modifier and Type Method Description List<HttpHeader>HttpConfiguration. headers()Get the headers property: List of HTTP headers.List<HttpHeader>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 HttpHeader Modifier and Type Method Description HttpConfigurationHttpConfiguration. withHeaders(List<HttpHeader> headers)Set the headers property: List of HTTP headers.ConnectionMonitorHttpConfigurationConnectionMonitorHttpConfiguration. withRequestHeaders(List<HttpHeader> requestHeaders)Set the requestHeaders property: The HTTP headers to transmit with the request.
-