IWebAppSourceControl Interface

Definition

An immutable representation of a web app source control configuration in a web app.

public interface IWebAppSourceControl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>
type IWebAppSourceControl = interface
    interface IBeta
    interface IHasInner<SiteSourceControlInner>
    interface IChildResource<IWebAppBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IWebAppBase>
Public Interface IWebAppSourceControl
Implements IBeta, IChildResource(Of IWebAppBase), IHasInner(Of SiteSourceControlInner), IHasParent(Of IWebAppBase)
Implements

Properties

Branch

Gets the name of the branch to use for deployment.

DeploymentRollbackEnabled

Gets whether deployment rollback is enabled.

Inner (Inherited from IHasInner<T>)
IsManualIntegration

Gets whether to do manual or continuous integration.

Key (Inherited from IIndexable)
Name

Gets the name of the resource

(Inherited from IHasName)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
RepositoryType

Gets mercurial or Git repository type.

RepositoryUrl

Gets the repository or source control url.

Applies to