IRunCommandResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |