RunCommandRequest 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.
A run command request
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.RunCommandRequestTypeConverter))]
public class RunCommandRequest : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IRunCommandRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.RunCommandRequestTypeConverter))>]
type RunCommandRequest = class
interface IRunCommandRequest
interface IJsonSerializable
Public Class RunCommandRequest
Implements IRunCommandRequest
- Inheritance
-
RunCommandRequest
- Attributes
- Implements
Run |
Creates an new RunCommandRequest instance. |
Cluster |
AuthToken issued for AKS AAD Server App. |
Command |
The command to run. |
Context |
A base64 encoded zip file containing the files required by the command. |
Deserialize |
Deserializes a IDictionary into an instance of RunCommandRequest. |
Deserialize |
Deserializes a PSObject into an instance of RunCommandRequest. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IRunCommandRequest. |
From |
Creates a new instance of RunCommandRequest, deserializing the content from a json string. |
To |
Serializes this instance of RunCommandRequest into a JsonNode. |
To |
Serializes this instance to a json string. |
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |