Uses of Class
com.microsoft.azure.management.containerinstance.ContainerHttpGet
Packages that use ContainerHttpGet
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerHttpGet in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return ContainerHttpGetModifier and TypeMethodDescriptionContainerProbe.httpGet()
Get the Http Get settings to probe.ContainerHttpGet.withHttpHeaders
(HttpHeaders httpHeaders) Set the HTTP headers.Set the path to probe.ContainerHttpGet.withPort
(int port) Set the port number to probe.ContainerHttpGet.withScheme
(Scheme scheme) Set the scheme.Methods in com.microsoft.azure.management.containerinstance with parameters of type ContainerHttpGetModifier and TypeMethodDescriptionContainerProbe.withHttpGet
(ContainerHttpGet httpGet) Set the Http Get settings to probe.