Skip to main content

Interface: IDeploymentInfo

deployment.v1.IDeploymentInfo

Properties of a DeploymentInfo.

Hierarchy

Properties

createTime

Optional createTime: null | $Properties

DeploymentInfo createTime

Inherited from

$Properties.createTime


deployment

Optional deployment: null | $Properties

DeploymentInfo deployment

Inherited from

$Properties.deployment


isCurrent

Optional isCurrent: null | boolean

If this deployment is the current deployment of its deployment series.

Inherited from

$Properties.isCurrent


metadata

Optional metadata: null | { [k: string]: $Properties; }

A user-defined set of key-values. Can be updated as part of write operations to the deployment, such as SetCurrentDeployment.

Inherited from

$Properties.metadata


taskQueueInfos

Optional taskQueueInfos: null | $Properties[]

DeploymentInfo taskQueueInfos

Inherited from

$Properties.taskQueueInfos