RolloutRequest 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
RolloutRequest() |
Initialise une nouvelle instance de la classe RolloutRequest. |
RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String) |
Initialise une nouvelle instance de la classe RolloutRequest. |
RolloutRequest()
Initialise une nouvelle instance de la classe RolloutRequest.
public RolloutRequest ();
Public Sub New ()
S’applique à
RolloutRequest(String, Identity, String, String, IList<StepGroup>, String, String, String, IDictionary<String,String>, String)
Initialise une nouvelle instance de la classe RolloutRequest.
public RolloutRequest (string location, Microsoft.Azure.Management.DeploymentManager.Models.Identity identity, 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, string artifactSourceId = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest : string * Microsoft.Azure.Management.DeploymentManager.Models.Identity * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.StepGroup> * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutRequest
Public Sub New (location As String, identity As Identity, 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 artifactSourceId As String = Nothing)
Paramètres
- location
- String
Emplacement géographique où réside la ressource
- identity
- Identity
Identité de 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.
- 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. Ex- Microsoft.Compute/virtualMachines ou Microsoft.Storage/storageAccounts.
- tags
- IDictionary<String,String>
Balises de ressource.
- artifactSourceId
- String
Référence à l’ID de ressource source de l’artefact où se trouve la charge utile.
S’applique à
Azure SDK for .NET