Share via


RolloutPropertiesModel Class

Definition

Defines the properties of a rollout.

public class RolloutPropertiesModel
type RolloutPropertiesModel = class
Public Class RolloutPropertiesModel
Inheritance
RolloutPropertiesModel

Constructors

RolloutPropertiesModel()

Initializes a new instance of the RolloutPropertiesModel class.

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

Initializes a new instance of the RolloutPropertiesModel class.

Properties

OperationInfo

Gets operational information of the rollout.

Services

Gets the detailed information on the services being deployed.

Status

Gets the current status of the rollout.

TotalRetryAttempts

Gets the cardinal count of total number of retries performed on the rollout at a given time.

Applies to