次の方法で共有


IBlank インターフェイス

定義

デプロイ スロット定義の最初のステージ。

public interface IBlank : Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.Definition.IWithConfiguration
type IBlank = interface
    interface IWithConfiguration
Public Interface IBlank
Implements IWithConfiguration
派生
実装

メソッド

WithBrandNewConfiguration()

まったく新しいサイト構成を使用してデプロイ スロットを作成します。

(継承元 IWithConfiguration)
WithConfigurationFromDeploymentSlot(IDeploymentSlot)

特定の展開スロットからサイト構成をコピーします。

(継承元 IWithConfiguration)
WithConfigurationFromParent()

デプロイ スロットが属している Web アプリからサイト構成をコピーします。

(継承元 IWithConfiguration)
WithConfigurationFromWebApp(IWebApp)

特定の Web アプリからサイト構成をコピーします。

(継承元 IWithConfiguration)

適用対象