PSRunCommandDocument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |