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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET