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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET