你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RolloutRequestProperties interface

The properties for defining a rollout.

Properties

artifactSourceId

The reference to the artifact source resource Id where the payload is located.

buildVersion

The version of the build being deployed.

stepGroups

The list of step groups that define the orchestration.

targetServiceTopologyId

The resource Id of the service topology from which service units are being referenced in step groups to be deployed.

Property Details

artifactSourceId

The reference to the artifact source resource Id where the payload is located.

artifactSourceId?: string

Property Value

string

buildVersion

The version of the build being deployed.

buildVersion: string

Property Value

string

stepGroups

The list of step groups that define the orchestration.

stepGroups: StepGroup[]

Property Value

targetServiceTopologyId

The resource Id of the service topology from which service units are being referenced in step groups to be deployed.

targetServiceTopologyId: string

Property Value

string