Get Virtual Machine Scale Set VMRun Command Result
data class GetVirtualMachineScaleSetVMRunCommandResult(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
fun GetVirtualMachineScaleSetVMRunCommandResult(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)