Partager via


RolloutPropertiesModel Constructeurs

Définition

Surcharges

RolloutPropertiesModel()

Initialise une nouvelle instance de la classe RolloutPropertiesModel.

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

Initialise une nouvelle instance de la classe RolloutPropertiesModel.

RolloutPropertiesModel()

Initialise une nouvelle instance de la classe RolloutPropertiesModel.

public RolloutPropertiesModel ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe RolloutPropertiesModel.

public RolloutPropertiesModel (string status = default, int? totalRetryAttempts = default, Microsoft.Azure.Management.DeploymentManager.Models.RolloutOperationInfo operationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> services = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RolloutPropertiesModel : string * Nullable<int> * Microsoft.Azure.Management.DeploymentManager.Models.RolloutOperationInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutPropertiesModel
Public Sub New (Optional status As String = Nothing, Optional totalRetryAttempts As Nullable(Of Integer) = Nothing, Optional operationInfo As RolloutOperationInfo = Nothing, Optional services As IList(Of Service) = Nothing)

Paramètres

status
String

Status actuel du déploiement.

totalRetryAttempts
Nullable<Int32>

Nombre cardinal du nombre total de nouvelles tentatives effectuées lors du déploiement à un moment donné.

operationInfo
RolloutOperationInfo

Informations opérationnelles du déploiement.

services
IList<Service>

Informations détaillées sur les services déployés.

S’applique à