Uses of Class
com.azure.resourcemanager.appcontainers.models.ContainerAppProbeHttpGetHttpHeadersItem
-
Packages that use ContainerAppProbeHttpGetHttpHeadersItem Package Description com.azure.resourcemanager.appcontainers.models 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 ContainerAppProbeHttpGetHttpHeadersItem Modifier and Type Method Description ContainerAppProbeHttpGetHttpHeadersItem
ContainerAppProbeHttpGetHttpHeadersItem. withName(String name)
Set the name property: The header field name.ContainerAppProbeHttpGetHttpHeadersItem
ContainerAppProbeHttpGetHttpHeadersItem. withValue(String value)
Set the value property: The header field value.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type ContainerAppProbeHttpGetHttpHeadersItem Modifier and Type Method Description List<ContainerAppProbeHttpGetHttpHeadersItem>
ContainerAppProbeHttpGet. 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 ContainerAppProbeHttpGetHttpHeadersItem Modifier and Type Method Description ContainerAppProbeHttpGet
ContainerAppProbeHttpGet. withHttpHeaders(List<ContainerAppProbeHttpGetHttpHeadersItem> httpHeaders)
Set the httpHeaders property: Custom headers to set in the request.
-