次の方法で共有


IBlank<ParentT> インターフェイス

定義

Web アプリの更新プログラムの一部としての Web アプリソース管理定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithRepositoryType<ParentT>
type IBlank<'ParentT> = interface
    interface IWithRepositoryType<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithRepositoryType(Of ParentT)

型パラメーター

ParentT

最終的な Attachable.attach() の戻り値の型。

派生
実装

メソッド

WithContinuouslyIntegratedGitHubRepository(String)

リポジトリを GitHub リポジトリとして指定します。 継続的インテグレーションが有効になります。 このリポジトリはパブリックまたはプライベートにすることができますが、GitHub アクセス トークンには、リポジトリに Webhook を追加するのに十分な特権が必要です。

(継承元 IWithRepositoryType<ParentT>)
WithContinuouslyIntegratedGitHubRepository(String, String)

リポジトリを GitHub リポジトリとして指定します。 継続的インテグレーションが有効になります。 このリポジトリはパブリックまたはプライベートにすることができますが、GitHub アクセス トークンには、リポジトリに Webhook を追加するのに十分な特権が必要です。

(継承元 IWithRepositoryType<ParentT>)
WithPublicGitRepository(String)

リポジトリをパブリック外部リポジトリ (Git または Mercurial) として指定します。 継続的インテグレーションは有効になりません。

(継承元 IWithRepositoryType<ParentT>)
WithPublicMercurialRepository(String)

リポジトリをパブリック外部リポジトリ (Git または Mercurial) として指定します。 継続的インテグレーションは有効になりません。

(継承元 IWithRepositoryType<ParentT>)

適用対象