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

Upgrade

import type { Upgrade } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

Upgrade is the unit operation that upgrades a provisioned unit, which may also include the underlying resources represented by a Unit. Can only execute if the Unit is currently provisioned.

interface Upgrade {
inputVariables?: UnitVariable[];
release?: string;
}

§Properties

§
inputVariables?: UnitVariable[]
[src]

Optional. Set of input variables. Maximum 100. (optional)

§
release?: string
[src]

Optional. Reference to the Release object to use for the Unit. (optional).