WebSiteUpdateConfigurationParameters.ScmType Property

 

Gets or sets the source control method that the web site is using.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public string ScmType { get; set; }

Property Value

Type: System.String

The source control method.

For example, Local Git. If deployment from source control has not been set up for the web site, this value is None.

Return to top
Show: