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

PSRunCommandDocument Class

Definition

public class PSRunCommandDocument
public class PSRunCommandDocument : Microsoft.Azure.Management.Compute.Models.RunCommandDocument
type PSRunCommandDocument = class
type PSRunCommandDocument = class
    inherit RunCommandDocument
Public Class PSRunCommandDocument
Public Class PSRunCommandDocument
Inherits RunCommandDocument
Inheritance
PSRunCommandDocument
Inheritance

Constructors

PSRunCommandDocument()

Properties

Description
Description

Gets or sets the VM run command description.

(Inherited from RunCommandDocumentBase)
Id
Id

Gets or sets the VM run command id.

(Inherited from RunCommandDocumentBase)
Label
Label

Gets or sets the VM run command label.

(Inherited from RunCommandDocumentBase)
OsType
OsType

Gets or sets the Operating System type. Possible values include: 'Windows', 'Linux'

(Inherited from RunCommandDocumentBase)
Parameters
Parameters

Gets or sets the parameters used by the script.

(Inherited from RunCommandDocument)
Schema
Schema

Gets or sets the VM run command schema.

(Inherited from RunCommandDocumentBase)
Script
Script

Gets or sets the script to be executed.

(Inherited from RunCommandDocument)

Methods

Validate()

Validate the object.

(Inherited from RunCommandDocument)

Applies to