public final class ContainerExec extends Object
| Constructor and Description |
|---|
ContainerExec() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
command()
Get the command property: The commands to execute within the container.
|
void |
validate()
Validates the instance.
|
ContainerExec |
withCommand(List<String> command)
Set the command property: The commands to execute within the container.
|
public List<String> command()
public ContainerExec withCommand(List<String> command)
command - the command value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.