共用方式為


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

取得無水或 Git 存放庫類型。

RepositoryUrl

取得存放庫或原始檔控制 URL。

適用於