GetVirtualMachineRunCommandByVirtualMachineResult

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asyncExecution: Boolean? = null

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
val errorBlobUri: String? = null

Specifies the Azure storage blob where script error stream will be uploaded.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The virtual machine run command instance view.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard
val outputBlobUri: String? = null

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
val runAsPassword: String? = null

Specifies the user account password on the VM when executing the run command.

Link copied to clipboard
val runAsUser: String? = null

Specifies the user account on the VM when executing the run command.

Link copied to clipboard

The source of the run command script.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard
val timeoutInSeconds: Int? = null

The timeout in seconds to execute the run command.

Link copied to clipboard

Resource type