次の方法で共有


RunCommandRequest Class

Definition

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.

Applies to