Share via


GateProperties interface

A Gate controls the progression during a staged rollout, e.g. in an Update Run.

Properties

displayName

The human-readable display name of the Gate.

gateType

The type of the Gate determines how it is completed.

provisioningState

The provisioning state of the Gate resource.

state

The state of the Gate.

target

The target that the Gate is controlling, e.g. an Update Run.

Property Details

displayName

The human-readable display name of the Gate.

displayName?: string

Property Value

string

gateType

The type of the Gate determines how it is completed.

gateType: string

Property Value

string

provisioningState

The provisioning state of the Gate resource.

provisioningState?: string

Property Value

string

state

The state of the Gate.

state: string

Property Value

string

target

The target that the Gate is controlling, e.g. an Update Run.

target: GateTarget

Property Value