Sdílet prostřednictvím


IBlank Interface

Definition

The first stage of the deployment slot definition.

public interface IBlank : Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.Definition.IWithConfiguration
type IBlank = interface
    interface IWithConfiguration
Public Interface IBlank
Implements IWithConfiguration
Derived
Implements

Methods

WithBrandNewConfiguration()

Creates the deployment slot with brand new site configurations.

(Inherited from IWithConfiguration)
WithConfigurationFromDeploymentSlot(IDeploymentSlot)

Copies the site configurations from a given deployment slot.

(Inherited from IWithConfiguration)
WithConfigurationFromParent()

Copies the site configurations from the web app the deployment slot belongs to.

(Inherited from IWithConfiguration)
WithConfigurationFromWebApp(IWebApp)

Copies the site configurations from a given web app.

(Inherited from IWithConfiguration)

Applies to