Dela via


IWebAppSourceControl Gränssnitt

Definition

En oföränderlig representation av en webbapps källkontrollkonfiguration i en webbapp.

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)
Implementeringar

Egenskaper

Branch

Hämtar namnet på grenen som ska användas för distribution.

DeploymentRollbackEnabled

Hämtar info om distributionsåterställningen är aktiverad.

Inner

En oföränderlig representation av en webbapps källkontrollkonfiguration i en webbapp.

(Ärvd från IHasInner<T>)
IsManualIntegration

Hämtar information om du vill utföra manuell eller kontinuerlig integrering.

Key

En oföränderlig representation av en webbapps källkontrollkonfiguration i en webbapp.

(Ärvd från IIndexable)
Name

Hämtar namnet på resursen

(Ärvd från IHasName)
Parent

Hämtar överordnad för den här underordnade resursen.

(Ärvd från IHasParent<ParentT>)
RepositoryType

Hämtar mercurial- eller Git-lagringsplatstyp.

RepositoryUrl

Hämtar url:en för lagringsplatsen eller källkontrollen.

Gäller för