RunCommandResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. fluent. models. RunCommandResultInner
- com.
Implements
public final class RunCommandResultInner
implements JsonSerializable<RunCommandResultInner>
run command result.
Constructor Summary
Constructor | Description |
---|---|
RunCommandResultInner() |
Creates an instance of Run |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
exitCode()
Get the exit |
Offset |
finishedAt()
Get the finished |
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
String |
id()
Get the id property: The command id. |
String |
logs()
Get the logs property: The command output. |
String |
provisioningState()
Get the provisioning |
String |
reason()
Get the reason property: An explanation of why provisioning |
Offset |
startedAt()
Get the started |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RunCommandResultInner
public RunCommandResultInner()
Creates an instance of RunCommandResultInner class.
Method Details
exitCode
public Integer exitCode()
Get the exitCode property: The exit code of the command.
Returns:
finishedAt
public OffsetDateTime finishedAt()
Get the finishedAt property: The time when the command finished.
Returns:
fromJson
public static RunCommandResultInner fromJson(JsonReader jsonReader)
Reads an instance of RunCommandResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The command id.
Returns:
logs
public String logs()
Get the logs property: The command output.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: provisioning State.
Returns:
reason
public String reason()
Get the reason property: An explanation of why provisioningState is set to failed (if so).
Returns:
startedAt
public OffsetDateTime startedAt()
Get the startedAt property: The time when the command started.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java