IBlank Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Première étape de la définition de l’emplacement de déploiement.
public interface IBlank : Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.Definition.IWithConfiguration
type IBlank = interface
interface IWithConfiguration
Public Interface IBlank
Implements IWithConfiguration
- Dérivé
- Implémente
Méthodes
WithBrandNewConfiguration() |
Crée l’emplacement de déploiement avec de nouvelles configurations de site. (Hérité de IWithConfiguration) |
WithConfigurationFromDeploymentSlot(IDeploymentSlot) |
Copie les configurations de site à partir d’un emplacement de déploiement donné. (Hérité de IWithConfiguration) |
WithConfigurationFromParent() |
Copie les configurations de site à partir de l’application web à laquelle appartient l’emplacement de déploiement. (Hérité de IWithConfiguration) |
WithConfigurationFromWebApp(IWebApp) |
Copie les configurations de site à partir d’une application web donnée. (Hérité de IWithConfiguration) |
S’applique à
Azure SDK for .NET