SiteSourceControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SiteSourceControl() | |
SiteSourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
SiteSourceControl()
public SiteSourceControl ();
Public Sub New ()
Applies to
SiteSourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
public SiteSourceControl (string id = default, string name = default, string kind = default, string type = default, string repoUrl = default, string branch = default, bool? isManualIntegration = default, bool? deploymentRollbackEnabled = default, bool? isMercurial = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SiteSourceControl : string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SiteSourceControl
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional repoUrl As String = Nothing, Optional branch As String = Nothing, Optional isManualIntegration As Nullable(Of Boolean) = Nothing, Optional deploymentRollbackEnabled As Nullable(Of Boolean) = Nothing, Optional isMercurial As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- repoUrl
- String
- branch
- String