ManagedClusterRunCommandResult Class
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.
run command result.
public class ManagedClusterRunCommandResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult>
public class ManagedClusterRunCommandResult
type ManagedClusterRunCommandResult = class
interface IJsonModel<ManagedClusterRunCommandResult>
interface IPersistableModel<ManagedClusterRunCommandResult>
type ManagedClusterRunCommandResult = class
Public Class ManagedClusterRunCommandResult
Implements IJsonModel(Of ManagedClusterRunCommandResult), IPersistableModel(Of ManagedClusterRunCommandResult)
Public Class ManagedClusterRunCommandResult
- Inheritance
-
ManagedClusterRunCommandResult
- Implements
Properties
ExitCode |
The exit code of the command. |
FinishedOn |
The time when the command finished. |
Id |
The command id. |
Logs |
The command output. |
ProvisioningState |
provisioning State. |
Reason |
An explanation of why provisioningState is set to failed (if so). |
StartedOn |
The time when the command started. |
Explicit Interface Implementations
IJsonModel<ManagedClusterRunCommandResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedClusterRunCommandResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedClusterRunCommandResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedClusterRunCommandResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedClusterRunCommandResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET