共用方式為


RolloutStep interface

定義目標服務單位上的特定步驟。

屬性

messages

在推出期間補充資訊訊息。 注意:此屬性不會序列化。 它只能由伺服器填入。

name

步驟的名稱。

operationInfo

特定動作執行的詳細資訊。 注意:此屬性不會序列化。 它只能由伺服器填入。

resourceOperations

在 Azure 資源上執行的資源作業集,如果有的話。 注意:此屬性不會序列化。 它只能由伺服器填入。

status

步驟的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

stepGroup

目前步驟所屬的步驟群組。

屬性詳細資料

messages

在推出期間補充資訊訊息。 注意:此屬性不會序列化。 它只能由伺服器填入。

messages?: Message[]

屬性值

name

步驟的名稱。

name: string

屬性值

string

operationInfo

特定動作執行的詳細資訊。 注意:此屬性不會序列化。 它只能由伺服器填入。

operationInfo?: StepOperationInfo

屬性值

resourceOperations

在 Azure 資源上執行的資源作業集,如果有的話。 注意:此屬性不會序列化。 它只能由伺服器填入。

resourceOperations?: ResourceOperation[]

屬性值

status

步驟的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

status?: string

屬性值

string

stepGroup

目前步驟所屬的步驟群組。

stepGroup?: string

屬性值

string