ContainerExec Class
- java.
lang. Object - com.
azure. resourcemanager. containerinstance. models. ContainerExec
- com.
Implements
public final class ContainerExec
implements JsonSerializable<ContainerExec>
The container execution command, for liveness or readiness probe.
Constructor Summary
Constructor | Description |
---|---|
ContainerExec() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
command()
Get the command property: The commands to execute within the container. |
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Container |
withCommand(List<String> command)
Set the command property: The commands to execute within the container. |
Methods inherited from java.lang.Object
Constructor Details
ContainerExec
public ContainerExec()
Creates an instance of ContainerExec class.
Method Details
command
public List
Get the command property: The commands to execute within the container.
Returns:
fromJson
public static ContainerExec fromJson(JsonReader jsonReader)
Reads an instance of ContainerExec from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCommand
public ContainerExec withCommand(List
Set the command property: The commands to execute within the container.
Parameters:
Returns:
Applies to
Azure SDK for Java