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

RolloutPropertiesModel 类

定义

定义推出的属性。

public class RolloutPropertiesModel
type RolloutPropertiesModel = class
Public Class RolloutPropertiesModel
继承
RolloutPropertiesModel

构造函数

RolloutPropertiesModel()

初始化 RolloutPropertiesModel 类的新实例。

RolloutPropertiesModel(String, Nullable<Int32>, RolloutOperationInfo, IList<Service>)

初始化 RolloutPropertiesModel 类的新实例。

属性

OperationInfo

获取推出的操作信息。

Services

获取有关正在部署的服务的详细信息。

Status

获取推出的当前状态。

TotalRetryAttempts

获取在给定时间对推出执行的重试总数的基数。

适用于