你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWebAppSourceControl 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Web 应用中 Web 应用源代码管理配置的不可变表示形式。
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)
- 实现
属性
Branch |
获取用于部署的分支的名称。 |
DeploymentRollbackEnabled |
获取是否启用部署回滚。 |
Inner |
Web 应用中 Web 应用源代码管理配置的不可变表示形式。 (继承自 IHasInner<T>) |
IsManualIntegration |
获取是执行手动集成还是持续集成。 |
Key |
Web 应用中 Web 应用源代码管理配置的不可变表示形式。 (继承自 IIndexable) |
Name |
获取资源的名称 (继承自 IHasName) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
RepositoryType |
获取 mercurial 或 Git 存储库类型。 |
RepositoryUrl |
获取存储库或源代码管理 URL。 |