RolloutPropertiesModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET