你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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