DeploymentEnvironmentCreationData, constructeur (String, String, String, DeploymentEnvironmentKind, String, String, Dictionary<String, String>)
Espace de noms : Microsoft.TeamFoundation.Build.Client
Assembly : Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
teamProject As String, _
connectedServiceName As String, _
kind As DeploymentEnvironmentKind, _
friendlyName As String, _
description As String, _
environmentProperties As Dictionary(Of String, String) _
)
public DeploymentEnvironmentCreationData(
string name,
string teamProject,
string connectedServiceName,
DeploymentEnvironmentKind kind,
string friendlyName,
string description,
Dictionary<string, string> environmentProperties
)
Paramètres
- name
Type : System.String
- teamProject
Type : System.String
- connectedServiceName
Type : System.String
- friendlyName
Type : System.String
- description
Type : System.String
- environmentProperties
Type : System.Collections.Generic.Dictionary<String, String>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DeploymentEnvironmentCreationData Classe