Sdílet prostřednictvím


ICommandResultProperties Interface

Definition

[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)

Applies to