Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerHttpGet
Packages that use ContainerHttpGet
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of ContainerHttpGet in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type ContainerHttpGetModifier and TypeClassDescriptionfinal classThe container Http Get settings, for liveness or readiness probe.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerHttpGetModifier and TypeMethodDescriptionstatic ContainerHttpGetContainerHttpGet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerHttpGet from the JsonReader.ContainerProbe.httpGet()Get the httpGet property: The Http Get settings to probe.ContainerHttpGet.withHttpHeaders(List<HttpHeader> httpHeaders) Set the httpHeaders property: The HTTP headers.Set the path property: The path to probe.ContainerHttpGet.withPort(int port) Set the port property: The port number to probe.ContainerHttpGet.withScheme(Scheme scheme) Set the scheme property: The scheme.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerHttpGetModifier and TypeMethodDescriptionContainerProbe.withHttpGet(ContainerHttpGet httpGet) Set the httpGet property: The Http Get settings to probe.