Partager via


Rollout Constructeurs

Définition

Surcharges

Rollout()

Initialise une nouvelle instance de la classe Rollout.

Rollout(String, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, Identity, String, String, Nullable<Int32>, RolloutOperationInfo, IList<Service>)

Initialise une nouvelle instance de la classe Rollout.

Rollout()

Initialise une nouvelle instance de la classe Rollout.

public Rollout ();
Public Sub New ()

S’applique à

Rollout(String, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, Identity, String, String, Nullable<Int32>, RolloutOperationInfo, IList<Service>)

Initialise une nouvelle instance de la classe Rollout.

public Rollout (string location, string buildVersion, string targetServiceTopologyId, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> stepGroups, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DeploymentManager.Models.Identity identity = default, string artifactSourceId = default, 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.Rollout : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DeploymentManager.Models.Identity * string * string * Nullable<int> * Microsoft.Azure.Management.DeploymentManager.Models.RolloutOperationInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Service> -> Microsoft.Azure.Management.DeploymentManager.Models.Rollout
Public Sub New (location As String, buildVersion As String, targetServiceTopologyId As String, stepGroups As IList(Of StepGroup), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As Identity = Nothing, Optional artifactSourceId As String = Nothing, 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

location
String

Emplacement géographique où réside la ressource

buildVersion
String

Version de la build en cours de déploiement.

targetServiceTopologyId
String

ID de ressource de la topologie de service à partir de laquelle les unités de service sont référencées dans les groupes d’étapes à déployer.

stepGroups
IList<StepGroup>

Liste des groupes d’étapes qui définissent l’orchestration.

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, Microsoft.Compute/virtualMachines ou Microsoft.Storage/storageAccounts.

tags
IDictionary<String,String>

Balises de ressource.

identity
Identity

Identité de la ressource.

artifactSourceId
String

Référence à l’ID de ressource source d’artefact où se trouve la charge utile.

status
String

Status actuelle du déploiement.

totalRetryAttempts
Nullable<Int32>

Nombre cardinal du nombre total de nouvelles tentatives effectuées sur le 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 à