你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SiteSourceControl 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用的源代码管理配置。
[Microsoft.Rest.Serialization.JsonTransformation]
public class SiteSourceControl : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteSourceControl = class
inherit ProxyOnlyResource
Public Class SiteSourceControl
Inherits ProxyOnlyResource
- 继承
- 属性
构造函数
SiteSourceControl() |
初始化 SiteSourceControl 类的新实例。 |
SiteSourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, GitHubActionConfiguration) |
初始化 SiteSourceControl 类的新实例。 |
属性
Branch |
获取或设置用于部署的分支的名称。 |
DeploymentRollbackEnabled |
获取或设置 <code>true</code> 以启用部署回滚;否则为 <code>false</code>。 |
GitHubActionConfiguration |
获取或设置是否选择了 GitHub 操作,而不是关联的配置。 |
Id |
获取资源 ID。 (继承自 ProxyOnlyResource) |
IsGitHubAction |
获取或设置 <code>true</code>(如果这是通过 GitHub 操作部署的)。 |
IsManualIntegration |
获取或设置 <code>true</code> 以限制为手动集成; <code>false</code> 启用持续集成 (将 Webhook 配置为 GitHub) 等联机存储库。 |
IsMercurial |
获取或设置 &Mercurial 存储库的 lt;code>true</code> <code>false</code> 用于 Git 存储库。 |
Kind |
获取或设置资源类型。 (继承自 ProxyOnlyResource) |
Name |
获取资源名称。 (继承自 ProxyOnlyResource) |
RepoUrl |
获取或设置存储库或源代码管理 URL。 |
Type |
获取资源类型。 (继承自 ProxyOnlyResource) |