RolloutPropertiesAutoGenerated interface

Defines the properties of a rollout.

Properties

operationInfo

Operational information of the rollout. NOTE: This property will not be serialized. It can only be populated by the server.

services

The detailed information on the services being deployed. NOTE: This property will not be serialized. It can only be populated by the server.

status

The current status of the rollout. NOTE: This property will not be serialized. It can only be populated by the server.

totalRetryAttempts

The cardinal count of total number of retries performed on the rollout at a given time. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

operationInfo

Operational information of the rollout. NOTE: This property will not be serialized. It can only be populated by the server.

operationInfo?: RolloutOperationInfo

Property Value

services

The detailed information on the services being deployed. NOTE: This property will not be serialized. It can only be populated by the server.

services?: Service[]

Property Value

status

The current status of the rollout. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

totalRetryAttempts

The cardinal count of total number of retries performed on the rollout at a given time. NOTE: This property will not be serialized. It can only be populated by the server.

totalRetryAttempts?: number

Property Value

number