ICommandResultProperties 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.CommandResultPropertiesTypeConverter))]
public interface ICommandResultProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.CommandResultPropertiesTypeConverter))>]
type ICommandResultProperties = interface
interface IJsonSerializable
Public Interface ICommandResultProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ExitCode |
The exit code of the command |
FinishedAt |
The time when the command finished. |
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) |