次の方法で共有


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;コード&gt;true&lt;/code&gt; を取得または設定&します。それ以外の場合は、&lt;code&gt;false&lt;/code&gt;。

GitHubActionConfiguration

関連付けられている構成よりも GitHub Action が選択されているかどうかを取得または設定します。

Id

リソース ID を取得します。

(継承元 ProxyOnlyResource)
IsGitHubAction

GitHub アクションを使用してデプロイされる場合は、lt;code&gt;true&lt;/code&gt; を取得または設定&します。

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; を取得または設定&します。git リポジトリの lt;code&gt;false&lt;/code&gt;

Kind

リソースの種類を取得または設定します。

(継承元 ProxyOnlyResource)
Name

リソース名を取得します。

(継承元 ProxyOnlyResource)
RepoUrl

リポジトリまたはソース管理 URL を取得または設定します。

Type

リソースの種類を取得します。

(継承元 ProxyOnlyResource)

適用対象