Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerHttpGet
Packages that use ContainerHttpGet
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerHttpGet in com.azure.resourcemanager.containerinstance.models
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.