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

BareMetalMachineRunCommandContent 类

定义

BareMetalMachineRunCommandParameters 表示在裸机计算机上执行脚本的请求正文。

public class BareMetalMachineRunCommandContent
type BareMetalMachineRunCommandContent = class
Public Class BareMetalMachineRunCommandContent
继承
BareMetalMachineRunCommandContent

构造函数

BareMetalMachineRunCommandContent(Int64, String)

初始化 BareMetalMachineRunCommandContent 的新实例。

属性

Arguments

将作为独立参数传递给脚本的字符串参数列表。

LimitTimeSeconds

允许运行脚本的最长时间。 如果执行时间超过最大值,将停止脚本,捕获之前生成的任何输出,并且与超时匹配的退出代码将返回 (252) 。

Script

在裸机计算机上执行的 base64 编码脚本。

适用于