Uses of Class
com.azure.resourcemanager.containerinstance.models.HttpHeader
-
Packages that use HttpHeader Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of HttpHeader in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return HttpHeader Modifier and Type Method Description HttpHeaderHttpHeader. withName(String name)Set the name property: The header name.HttpHeaderHttpHeader. withValue(String value)Set the value property: The header value.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type HttpHeader Modifier and Type Method Description List<HttpHeader>ContainerHttpGet. httpHeaders()Get the httpHeaders property: The HTTP headers.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type HttpHeader Modifier and Type Method Description ContainerHttpGetContainerHttpGet. withHttpHeaders(List<HttpHeader> httpHeaders)Set the httpHeaders property: The HTTP headers.
-