IFunctionDeploymentSlots Schnittstelle

Definition

Einstiegspunkt für die Azure-Funktions-App-Bereitstellungsslotverwaltungs-API.

public interface IFunctionDeploymentSlots : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.FunctionDeploymentSlot.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.AppService.Fluent.IFunctionDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.AppService.Fluent.IFunctionDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IFunctionDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>
type IFunctionDeploymentSlots = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IFunctionDeploymentSlot>
    interface ISupportsGettingByName<IFunctionDeploymentSlot>
    interface ISupportsGettingById<IFunctionDeploymentSlot>
    interface ISupportsDeletingById
    interface ISupportsDeletingByName
    interface IHasManager<IAppServiceManager>
    interface IHasParent<IFunctionApp>
Public Interface IFunctionDeploymentSlots
Implements IBeta, IHasManager(Of IAppServiceManager), IHasParent(Of IFunctionApp), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IFunctionDeploymentSlot), ISupportsGettingByName(Of IFunctionDeploymentSlot), ISupportsListing(Of IFunctionDeploymentSlot)
Implementiert

Eigenschaften

Manager

Ruft den Managerclienttyp dieses Ressourcentyps ab.

(Geerbt von IHasManager<ManagerT>)
Parent

Ruft das übergeordnete Element dieser untergeordneten Ressource ab.

(Geerbt von IHasParent<ParentT>)

Methoden

Define(String)

Einstiegspunkt für die Azure-Funktions-App-Bereitstellungsslotverwaltungs-API.

(Geerbt von ISupportsCreating<T>)
DeleteById(String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihrer Ressourcen-ID.

(Geerbt von ISupportsDeletingById)
DeleteByName(String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Ressourcennamens.

(Geerbt von ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Löscht eine Ressource asynchron aus Azure und identifiziert sie anhand ihres Ressourcennamens.

(Geerbt von ISupportsDeletingByName)
GetById(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf der Ressourcen-ID ab.

(Geerbt von ISupportsGettingById<T>)
GetByName(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
List()

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)

Gilt für: