ServiceUnit 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
ServiceUnit() |
Initialise une nouvelle instance de la classe ServiceUnit. |
ServiceUnit(String, DeploymentMode, ServiceUnitArtifacts, String, IList<RolloutStep>) |
Initialise une nouvelle instance de la classe ServiceUnit. |
ServiceUnit()
Initialise une nouvelle instance de la classe ServiceUnit.
public ServiceUnit ();
Public Sub New ()
S’applique à
ServiceUnit(String, DeploymentMode, ServiceUnitArtifacts, String, IList<RolloutStep>)
Initialise une nouvelle instance de la classe ServiceUnit.
public ServiceUnit (string targetResourceGroup, Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode deploymentMode, Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts artifacts = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.RolloutStep> steps = default);
new Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit : string * Microsoft.Azure.Management.DeploymentManager.Models.DeploymentMode * Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitArtifacts * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.RolloutStep> -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnit
Public Sub New (targetResourceGroup As String, deploymentMode As DeploymentMode, Optional artifacts As ServiceUnitArtifacts = Nothing, Optional name As String = Nothing, Optional steps As IList(Of RolloutStep) = Nothing)
Paramètres
- targetResourceGroup
- String
Groupe de ressources Azure auquel les ressources de l’unité de service appartiennent ou doivent être déployées.
- deploymentMode
- DeploymentMode
Décrit le type de déploiement ARM à effectuer sur la ressource. Les valeurs possibles sont les suivantes : « Incrémentiel », « Complete »
- artifacts
- ServiceUnitArtifacts
Artefacts de l’unité de service.
- name
- String
Nom de l’unité de service.
- steps
- IList<RolloutStep>
Informations détaillées sur l’étape, le cas échéant.
S’applique à
Azure SDK for .NET