VirtualMachineRunCommandUpdate 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 a Virtual Machine run command.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineRunCommandUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.UpdateResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineRunCommandUpdate = class
inherit UpdateResource
Public Class VirtualMachineRunCommandUpdate
Inherits UpdateResource
- Inheritance
- Attributes
Constructors
VirtualMachineRunCommandUpdate() |
Initializes a new instance of the VirtualMachineRunCommandUpdate class. |
VirtualMachineRunCommandUpdate(IDictionary<String,String>, VirtualMachineRunCommandScriptSource, IList<RunCommandInputParameter>, IList<RunCommandInputParameter>, Nullable<Boolean>, String, String, Nullable<Int32>, String, String, String, VirtualMachineRunCommandInstanceView) |
Initializes a new instance of the VirtualMachineRunCommandUpdate class. |
Properties
AsyncExecution |
Gets or sets optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. |
ErrorBlobUri |
Gets or sets specifies the Azure storage blob where script error stream will be uploaded. |
InstanceView |
Gets the virtual machine run command instance view. |
OutputBlobUri |
Gets or sets specifies the Azure storage blob where script output stream will be uploaded. |
Parameters |
Gets or sets the parameters used by the script. |
ProtectedParameters |
Gets or sets the parameters used by the script. |
ProvisioningState |
Gets the provisioning state, which only appears in the response. |
RunAsPassword |
Gets or sets specifies the user account password on the VM when executing the run command. |
RunAsUser |
Gets or sets specifies the user account on the VM when executing the run command. |
Source |
Gets or sets the source of the run command script. |
Tags |
Gets or sets resource tags (Inherited from UpdateResource) |
TimeoutInSeconds |
Gets or sets the timeout in seconds to execute the run command. |
Applies to
Azure SDK for .NET