Run Command Args
constructor(errorBlobManagedIdentity: Output<RunCommandErrorBlobManagedIdentityArgs>? = null, errorBlobUri: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, outputBlobManagedIdentity: Output<RunCommandOutputBlobManagedIdentityArgs>? = null, outputBlobUri: Output<String>? = null, parameters: Output<List<RunCommandParameterArgs>>? = null, protectedParameters: Output<List<RunCommandProtectedParameterArgs>>? = null, runAsPassword: Output<String>? = null, runAsUser: Output<String>? = null, source: Output<RunCommandSourceArgs>? = null, tags: Output<Map<String, String>>? = null, virtualMachineId: Output<String>? = null)