IBlank Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET