Get Virtual Machine Run Command By Virtual Machine Result
data class GetVirtualMachineRunCommandByVirtualMachineResult(val asyncExecution: Boolean? = null, val errorBlobUri: String? = null, val id: String, val instanceView: VirtualMachineRunCommandInstanceViewResponse, val location: String, val name: String, val outputBlobUri: String? = null, val parameters: List<RunCommandInputParameterResponse>? = null, val protectedParameters: List<RunCommandInputParameterResponse>? = null, val provisioningState: String, val runAsPassword: String? = null, val runAsUser: String? = null, val source: VirtualMachineRunCommandScriptSourceResponse? = null, val tags: Map<String, String>? = null, val timeoutInSeconds: Int? = null, val type: String)
Describes a Virtual Machine run command.
Constructors
Link copied to clipboard
constructor(asyncExecution: Boolean? = null, errorBlobUri: String? = null, id: String, instanceView: VirtualMachineRunCommandInstanceViewResponse, location: String, name: String, outputBlobUri: String? = null, parameters: List<RunCommandInputParameterResponse>? = null, protectedParameters: List<RunCommandInputParameterResponse>? = null, provisioningState: String, runAsPassword: String? = null, runAsUser: String? = null, source: VirtualMachineRunCommandScriptSourceResponse? = null, tags: Map<String, String>? = null, timeoutInSeconds: Int? = null, type: String)
Properties
Link copied to clipboard
Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete.
Link copied to clipboard
Specifies the Azure storage blob where script error stream will be uploaded.
Link copied to clipboard
The virtual machine run command instance view.
Link copied to clipboard
Specifies the Azure storage blob where script output stream will be uploaded.
Link copied to clipboard
The parameters used by the script.
Link copied to clipboard
The parameters used by the script.
Link copied to clipboard
The provisioning state, which only appears in the response.
Link copied to clipboard
Specifies the user account password on the VM when executing the run command.
Link copied to clipboard
The source of the run command script.
Link copied to clipboard
The timeout in seconds to execute the run command.