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