Share via


IRunCommandResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.RunCommandResultTypeConverter))]
public interface IRunCommandResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.RunCommandResultTypeConverter))>]
type IRunCommandResult = interface
    interface IJsonSerializable
Public Interface IRunCommandResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ExitCode

The exit code of the command

FinishedAt

The time when the command finished.

Id

The command id.

Log

The command output.

ProvisioningState

provisioning State

Reason

An explanation of why provisioningState is set to failed (if so).

StartedAt

The time when the command started.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to