SourceControl 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
SourceControl() |
Initialise une nouvelle instance de la classe SourceControl. |
SourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, DateTimeOffset, DateTimeOffset) |
Initialise une nouvelle instance de la classe SourceControl. |
SourceControl()
Initialise une nouvelle instance de la classe SourceControl.
public SourceControl ();
Public Sub New ()
S’applique à
SourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, DateTimeOffset, DateTimeOffset)
Initialise une nouvelle instance de la classe SourceControl.
public SourceControl (string id = default, string name = default, string type = default, string repoUrl = default, string branch = default, string folderPath = default, bool? autoSync = default, bool? publishRunbook = default, string sourceType = default, string description = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default);
new Microsoft.Azure.Management.Automation.Models.SourceControl : string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * string * string * DateTimeOffset * DateTimeOffset -> Microsoft.Azure.Management.Automation.Models.SourceControl
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional repoUrl As String = Nothing, Optional branch As String = Nothing, Optional folderPath As String = Nothing, Optional autoSync As Nullable(Of Boolean) = Nothing, Optional publishRunbook As Nullable(Of Boolean) = Nothing, Optional sourceType As String = Nothing, Optional description As String = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing)
Paramètres
- id
- String
ID de ressource complet pour la ressource
- name
- String
nom de la ressource.
- type
- String
Type de la ressource.
- repoUrl
- String
URL du dépôt du contrôle de code source.
- branch
- String
Branche de dépôt du contrôle de code source. Inclure la branche en tant que chaîne vide pour VsoTfvc.
- folderPath
- String
Chemin d’accès au dossier du contrôle de code source.
Synchronisation automatique du contrôle de code source. La valeur par défaut est false.
Publication automatique du contrôle de code source. La valeur par défaut est true.
- sourceType
- String
Type de source. Doit être l’un de VsoGit, VsoTfvc, GitHub. Les valeurs possibles sont les suivantes : « VsoGit », « VsoTfvc », « GitHub »
- description
- String
Description.
- creationTime
- DateTimeOffset
Heure de création.
- lastModifiedTime
- DateTimeOffset
Heure de la dernière modification.
S’applique à
Azure SDK for .NET