Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerProbe |
Container.livenessProbe()
Get the liveness probe.
|
ContainerProbe |
Container.readinessProbe()
Get the readiness probe.
|
ContainerProbe |
ContainerProbe.withExec(ContainerExec exec)
Set the execution command to probe.
|
ContainerProbe |
ContainerProbe.withFailureThreshold(Integer failureThreshold)
Set the failure threshold.
|
ContainerProbe |
ContainerProbe.withHttpGet(ContainerHttpGet httpGet)
Set the Http Get settings to probe.
|
ContainerProbe |
ContainerProbe.withInitialDelaySeconds(Integer initialDelaySeconds)
Set the initial delay seconds.
|
ContainerProbe |
ContainerProbe.withPeriodSeconds(Integer periodSeconds)
Set the period seconds.
|
ContainerProbe |
ContainerProbe.withSuccessThreshold(Integer successThreshold)
Set the success threshold.
|
ContainerProbe |
ContainerProbe.withTimeoutSeconds(Integer timeoutSeconds)
Set the timeout seconds.
|
Modifier and Type | Method and Description |
---|---|
Container |
Container.withLivenessProbe(ContainerProbe livenessProbe)
Set the liveness probe.
|
Container |
Container.withReadinessProbe(ContainerProbe readinessProbe)
Set the readiness probe.
|
Copyright © 2019. All rights reserved.