RunCommandRequest 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.
A run command request
public class RunCommandRequest
type RunCommandRequest = class
Public Class RunCommandRequest
- Inheritance
-
RunCommandRequest
Constructors
RunCommandRequest() |
Initializes a new instance of the RunCommandRequest class. |
RunCommandRequest(String, String, String) |
Initializes a new instance of the RunCommandRequest class. |
Properties
ClusterToken |
Gets or sets authToken issued for AKS AAD Server App. |
Command |
Gets or sets the command to run. |
Context |
Gets or sets a base64 encoded zip file containing the files required by the command. |
Methods
Validate() |
Validate the object. |