共用方式為


RolloutPropertiesModel interface

定義推出的屬性。

屬性

operationInfo

首度發行的作資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

services

所部署服務的詳細資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status

首度發行的目前狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

totalRetryAttempts

在指定時間在推出上執行的重試總數的基數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

operationInfo

首度發行的作資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

operationInfo?: RolloutOperationInfo

屬性值

services

所部署服務的詳細資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

services?: Service[]

屬性值

status

首度發行的目前狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status?: string

屬性值

string

totalRetryAttempts

在指定時間在推出上執行的重試總數的基數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

totalRetryAttempts?: number

屬性值

number