VirtualMachineRunCommandScriptSource 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 script sources for run command.
public class VirtualMachineRunCommandScriptSource
type VirtualMachineRunCommandScriptSource = class
Public Class VirtualMachineRunCommandScriptSource
- Inheritance
-
VirtualMachineRunCommandScriptSource
Constructors
VirtualMachineRunCommandScriptSource() |
Initializes a new instance of the VirtualMachineRunCommandScriptSource class. |
VirtualMachineRunCommandScriptSource(String, String, String) |
Initializes a new instance of the VirtualMachineRunCommandScriptSource class. |
Properties
CommandId |
Gets or sets specifies a commandId of predefined built-in script. |
Script |
Gets or sets specifies the script content to be executed on the VM. |
ScriptUri |
Gets or sets specifies the script download location. |
Applies to
Azure SDK for .NET