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

PSRunCommandDocumentBase Class

Definition

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

Constructors

PSRunCommandDocumentBase()

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)
Schema
Schema

Gets or sets the VM run command schema.

(Inherited from RunCommandDocumentBase)

Methods

Validate()

Validate the object.

(Inherited from RunCommandDocumentBase)

Applies to