Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExecStep

import type { ExecStep } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

A step that runs an executable for a PatchJob.

interface ExecStep {
linuxExecStepConfig?: ExecStepConfig;
windowsExecStepConfig?: ExecStepConfig;
}

§Properties

§
linuxExecStepConfig?: ExecStepConfig
[src]

The ExecStepConfig for all Linux VMs targeted by the PatchJob.

§
windowsExecStepConfig?: ExecStepConfig
[src]

The ExecStepConfig for all Windows VMs targeted by the PatchJob.