| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProbe |
Container.livenessProbe()
Get the livenessProbe property: The liveness probe.
|
ContainerProbe |
Container.readinessProbe()
Get the readinessProbe property: The readiness probe.
|
ContainerProbe |
ContainerProbe.withExec(ContainerExec exec)
Set the exec property: The execution command to probe.
|
ContainerProbe |
ContainerProbe.withFailureThreshold(Integer failureThreshold)
Set the failureThreshold property: The failure threshold.
|
ContainerProbe |
ContainerProbe.withHttpGet(ContainerHttpGet httpGet)
Set the httpGet property: The Http Get settings to probe.
|
ContainerProbe |
ContainerProbe.withInitialDelaySeconds(Integer initialDelaySeconds)
Set the initialDelaySeconds property: The initial delay seconds.
|
ContainerProbe |
ContainerProbe.withPeriodSeconds(Integer periodSeconds)
Set the periodSeconds property: The period seconds.
|
ContainerProbe |
ContainerProbe.withSuccessThreshold(Integer successThreshold)
Set the successThreshold property: The success threshold.
|
ContainerProbe |
ContainerProbe.withTimeoutSeconds(Integer timeoutSeconds)
Set the timeoutSeconds property: The timeout seconds.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withLivenessProbe(ContainerProbe livenessProbe)
Set the livenessProbe property: The liveness probe.
|
Container |
Container.withReadinessProbe(ContainerProbe readinessProbe)
Set the readinessProbe property: The readiness probe.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.