你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SiteSourceControl 类

定义

应用的源代码管理配置。

[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 类的新实例。

SiteSourceControl(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, GitHubActionConfiguration)

初始化 SiteSourceControl 类的新实例。

属性

Branch

获取或设置用于部署的分支的名称。

DeploymentRollbackEnabled

获取或设置 &lt;code&gt;true&lt;/code&gt; 以启用部署回滚;否则为 &lt;code&gt;false&lt;/code&gt;。

GitHubActionConfiguration

获取或设置是否选择了 GitHub 操作,而不是关联的配置。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
IsGitHubAction

获取或设置 &lt;code&gt;true&lt;/code&gt;(如果这是通过 GitHub 操作部署的)。

IsManualIntegration

获取或设置 &lt;code&gt;true&lt;/code&gt; 以限制为手动集成; &lt;code&gt;false&lt;/code&gt; 启用持续集成 (将 Webhook 配置为 GitHub) 等联机存储库。

IsMercurial

获取或设置 &Mercurial 存储库的 lt;code&gt;true&lt;/code&gt; &lt;code&gt;false&lt;/code&gt; 用于 Git 存储库。

Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Name

获取资源名称。

(继承自 ProxyOnlyResource)
RepoUrl

获取或设置存储库或源代码管理 URL。

Type

获取资源类型。

(继承自 ProxyOnlyResource)

适用于