RolloutPropertiesModel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
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.
S’applique à
Azure SDK for .NET