IBlank Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die erste Phase der Definition des Funktionsbereitstellungsslots.
public interface IBlank : Microsoft.Azure.Management.AppService.Fluent.FunctionDeploymentSlot.Definition.IWithConfiguration
type IBlank = interface
interface IWithConfiguration
Public Interface IBlank
Implements IWithConfiguration
- Abgeleitet
- Implementiert
Methoden
WithBrandNewConfiguration() |
Erstellt den Funktionsbereitstellungsslot mit brandneuen Standortkonfigurationen. (Geerbt von IWithConfiguration) |
WithConfigurationFromDeploymentSlot(IFunctionDeploymentSlot) |
Kopiert die Standortkonfigurationen aus einem bestimmten Funktionsbereitstellungsslot. (Geerbt von IWithConfiguration) |
WithConfigurationFromFunctionApp(IFunctionApp) |
Kopiert die Standortkonfigurationen aus einer bestimmten Funktions-App. (Geerbt von IWithConfiguration) |
WithConfigurationFromParent() |
Kopiert die Websitekonfigurationen aus der Web-App, zu der der Funktionsbereitstellungsslot gehört. (Geerbt von IWithConfiguration) |
Gilt für:
Azure SDK for .NET