| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerHttpGet |
ContainerProbe.httpGet()
Get the httpGet property: The Http Get settings to probe.
|
ContainerHttpGet |
ContainerHttpGet.withHttpHeaders(HttpHeaders httpHeaders)
Set the httpHeaders property: The HTTP headers.
|
ContainerHttpGet |
ContainerHttpGet.withPath(String path)
Set the path property: The path to probe.
|
ContainerHttpGet |
ContainerHttpGet.withPort(int port)
Set the port property: The port number to probe.
|
ContainerHttpGet |
ContainerHttpGet.withScheme(Scheme scheme)
Set the scheme property: The scheme.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProbe |
ContainerProbe.withHttpGet(ContainerHttpGet httpGet)
Set the httpGet property: The Http Get settings to probe.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.