Freigeben über


IBlank Schnittstelle

Definition

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: