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 を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET