Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerState |
ContainerPropertiesInstanceView.currentState()
Get current container instance state.
|
ContainerState |
ContainerPropertiesInstanceView.previousState()
Get previous container instance state.
|
ContainerState |
ContainerState.withDetailStatus(String detailStatus)
Set the human-readable status of the container instance state.
|
ContainerState |
ContainerState.withExitCode(Integer exitCode)
Set the container instance exit codes correspond to those from the `docker run` command.
|
ContainerState |
ContainerState.withFinishTime(org.joda.time.DateTime finishTime)
Set the date-time when the container instance state finished.
|
ContainerState |
ContainerState.withStartTime(org.joda.time.DateTime startTime)
Set the date-time when the container instance state started.
|
ContainerState |
ContainerState.withState(String state)
Set the state of the container instance.
|
Copyright © 2019. All rights reserved.