Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppProbeHttpGetHttpHeadersItem
Packages that use ContainerAppProbeHttpGetHttpHeadersItem
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of ContainerAppProbeHttpGetHttpHeadersItem in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerAppProbeHttpGetHttpHeadersItemModifier and TypeMethodDescriptionContainerAppProbeHttpGetHttpHeadersItem.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAppProbeHttpGetHttpHeadersItem from the JsonReader.Set the name property: The header field name.Set the value property: The header field value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppProbeHttpGetHttpHeadersItemModifier and TypeMethodDescriptionContainerAppProbeHttpGet.httpHeaders()
Get the httpHeaders property: Custom headers to set in the request.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ContainerAppProbeHttpGetHttpHeadersItemModifier and TypeMethodDescriptionContainerAppProbeHttpGet.withHttpHeaders
(List<ContainerAppProbeHttpGetHttpHeadersItem> httpHeaders) Set the httpHeaders property: Custom headers to set in the request.