Uses of Class
com.azure.resourcemanager.apimanagement.models.HttpHeader
Packages that use HttpHeader
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of HttpHeader in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.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: Header name.Set the value property: Header value.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionConnectivityCheckRequestProtocolConfigurationHttpConfiguration.headers()Get the headers property: List of headers to be included in the request.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type HttpHeaderModifier and TypeMethodDescriptionConnectivityCheckRequestProtocolConfigurationHttpConfiguration.withHeaders(List<HttpHeader> headers) Set the headers property: List of headers to be included in the request.