RunCommandDocumentBase 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 metadata.
public class RunCommandDocumentBase
type RunCommandDocumentBase = class
Public Class RunCommandDocumentBase
- Inheritance
-
RunCommandDocumentBase
- Derived
Constructors
RunCommandDocumentBase() |
Initializes a new instance of the RunCommandDocumentBase class. |
RunCommandDocumentBase(String, String, OperatingSystemTypes, String, String) |
Initializes a new instance of the RunCommandDocumentBase class. |
Properties
Description |
Gets or sets the VM run command description. |
Id |
Gets or sets the VM run command id. |
Label |
Gets or sets the VM run command label. |
OsType |
Gets or sets the Operating System type. Possible values include: 'Windows', 'Linux' |
Schema |
Gets or sets the VM run command schema. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET