RunCommandDocument 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.
Describes the properties of a Run Command.
public class RunCommandDocument : Microsoft.Azure.Management.Compute.Models.RunCommandDocumentBase
type RunCommandDocument = class
inherit RunCommandDocumentBase
Public Class RunCommandDocument
Inherits RunCommandDocumentBase
- Inheritance
Constructors
RunCommandDocument() |
Initializes a new instance of the RunCommandDocument class. |
RunCommandDocument(String, String, OperatingSystemTypes, String, String, IList<String>, IList<RunCommandParameterDefinition>) |
Initializes a new instance of the RunCommandDocument class. |
Properties
Description |
Gets or sets the VM run command description. (Inherited from RunCommandDocumentBase) |
Id |
Gets or sets the VM run command id. (Inherited from RunCommandDocumentBase) |
Label |
Gets or sets the VM run command label. (Inherited from RunCommandDocumentBase) |
OsType |
Gets or sets the Operating System type. Possible values include: 'Windows', 'Linux' (Inherited from RunCommandDocumentBase) |
Parameters |
Gets or sets the parameters used by the script. |
Schema |
Gets or sets the VM run command schema. (Inherited from RunCommandDocumentBase) |
Script |
Gets or sets the script to be executed. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET