CommandResultProperties Class
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.
The results of a run command
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.CommandResultPropertiesTypeConverter))]
public class CommandResultProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ICommandResultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.CommandResultPropertiesTypeConverter))>]
type CommandResultProperties = class
interface ICommandResultProperties
interface IJsonSerializable
Public Class CommandResultProperties
Implements ICommandResultProperties
- Inheritance
-
CommandResultProperties
- Attributes
- Implements
Command |
Creates an new CommandResultProperties instance. |
Exit |
The exit code of the command |
Finished |
The time when the command finished. |
Log |
The command output. |
Provisioning |
provisioning State |
Reason |
An explanation of why provisioningState is set to failed (if so). |
Started |
The time when the command started. |
Deserialize |
Deserializes a IDictionary into an instance of CommandResultProperties. |
Deserialize |
Deserializes a PSObject into an instance of CommandResultProperties. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ICommandResultProperties. |
From |
Creates a new instance of CommandResultProperties, deserializing the content from a json string. |
To |
Serializes this instance of CommandResultProperties into a JsonNode. |
To |
Serializes this instance to a json string. |
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |