GateProperties interface
A Gate controls the progression during a staged rollout, e.g. in an Update Run.
Properties
| display |
The human-readable display name of the Gate. |
| gate |
The type of the Gate determines how it is completed. |
| provisioning |
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