次の方法で共有


IWebAppSourceControl インターフェイス

定義

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 を取得します。

適用対象