Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerHttpGet
-
Packages that use ContainerHttpGet Package Description com.azure.resourcemanager.containerinstance.models 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 ContainerHttpGet Modifier and Type Method Description ContainerHttpGetContainerProbe. httpGet()Get the httpGet property: The Http Get settings to probe.ContainerHttpGetContainerHttpGet. withHttpHeaders(List<HttpHeader> httpHeaders)Set the httpHeaders property: The HTTP headers.ContainerHttpGetContainerHttpGet. withPath(String path)Set the path property: The path to probe.ContainerHttpGetContainerHttpGet. withPort(int port)Set the port property: The port number to probe.ContainerHttpGetContainerHttpGet. withScheme(Scheme scheme)Set the scheme property: The scheme.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerHttpGet Modifier and Type Method Description ContainerProbeContainerProbe. withHttpGet(ContainerHttpGet httpGet)Set the httpGet property: The Http Get settings to probe.
-