Delen via


SourceControlCreateOrUpdateParameters Constructors

Definitie

Overloads

SourceControlCreateOrUpdateParameters()

Initialiseert een nieuw exemplaar van de klasse SourceControlCreateOrUpdateParameters.

SourceControlCreateOrUpdateParameters(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, SourceControlSecurityTokenProperties, String)

Initialiseert een nieuw exemplaar van de klasse SourceControlCreateOrUpdateParameters.

SourceControlCreateOrUpdateParameters()

Initialiseert een nieuw exemplaar van de klasse SourceControlCreateOrUpdateParameters.

public SourceControlCreateOrUpdateParameters();
Public Sub New ()

Van toepassing op

SourceControlCreateOrUpdateParameters(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, SourceControlSecurityTokenProperties, String)

Initialiseert een nieuw exemplaar van de klasse SourceControlCreateOrUpdateParameters.

public SourceControlCreateOrUpdateParameters(string repoUrl = default, string branch = default, string folderPath = default, bool? autoSync = default, bool? publishRunbook = default, string sourceType = default, Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties securityToken = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.SourceControlCreateOrUpdateParameters : string * string * string * Nullable<bool> * Nullable<bool> * string * Microsoft.Azure.Management.Automation.Models.SourceControlSecurityTokenProperties * string -> Microsoft.Azure.Management.Automation.Models.SourceControlCreateOrUpdateParameters
Public Sub New (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 securityToken As SourceControlSecurityTokenProperties = Nothing, Optional description As String = Nothing)

Parameters

repoUrl
String

De opslagplaats-URL van het broncodebeheer.

branch
String

De opslagplaatsvertakking van het broncodebeheer. Vertakking opnemen als lege tekenreeks voor VsoTfvc.

folderPath
String

Het pad naar de map van het broncodebeheer. Het pad moet relatief zijn.

autoSync
Nullable<Boolean>

De automatische asynchronisatie van het broncodebeheer. De standaardinstelling is onwaar.

publishRunbook
Nullable<Boolean>

Het automatisch publiceren van het broncodebeheer. De standaardwaarde is true.

sourceType
String

Het brontype. Moet een van VsoGit, VsoTfvc, GitHub, hoofdlettergevoelig zijn. Mogelijke waarden zijn: 'VsoGit', 'VsoTfvc', 'GitHub'

securityToken
SourceControlSecurityTokenProperties

Het autorisatietoken voor de opslagplaats van het broncodebeheer.

description
String

De gebruikersbeschrijving van het broncodebeheer.

Van toepassing op