你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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