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
Remarks
(Beta: This functionality is in preview and as such is subject to change in non-backwards compatible ways in
future releases, including removal, regardless of any compatibility expectations set by the containing library
version number.).
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. |
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. |