Class RunCommandResultInner
java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.RunCommandResultInner
run command result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexitCode()Get the exitCode property: The exit code of the command.Get the finishedAt property: The time when the command finished.id()Get the id property: The command id.logs()Get the logs property: The command output.Get the provisioningState property: provisioning State.reason()Get the reason property: An explanation of why provisioningState is set to failed (if so).Get the startedAt property: The time when the command started.voidvalidate()Validates the instance.
-
Constructor Details
-
RunCommandResultInner
public RunCommandResultInner()Creates an instance of RunCommandResultInner class.
-
-
Method Details
-
id
Get the id property: The command id.- Returns:
- the id value.
-
provisioningState
Get the provisioningState property: provisioning State.- Returns:
- the provisioningState value.
-
exitCode
Get the exitCode property: The exit code of the command.- Returns:
- the exitCode value.
-
startedAt
Get the startedAt property: The time when the command started.- Returns:
- the startedAt value.
-
finishedAt
Get the finishedAt property: The time when the command finished.- Returns:
- the finishedAt value.
-
logs
Get the logs property: The command output.- Returns:
- the logs value.
-
reason
Get the reason property: An explanation of why provisioningState is set to failed (if so).- Returns:
- the reason value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-