Dela via


IFunctionDeploymentSlots Gränssnitt

Definition

Startpunkt för Distributionsfack-API för Azure-funktionsapp.

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)
Implementeringar

Egenskaper

Manager

Hämtar managerklienttypen för den här resurstypen.

(Ärvd från IHasManager<ManagerT>)
Parent

Hämtar överordnad för den här underordnade resursen.

(Ärvd från IHasParent<ParentT>)

Metoder

Define(String)

Startpunkt för Distributionsfack-API för Azure-funktionsapp.

(Ärvd från ISupportsCreating<T>)
DeleteById(String)

Tar bort en resurs från Azure och identifierar den med dess resurs-ID.

(Ärvd från ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Tar bort en resurs från Azure och identifierar den med dess resurs-ID.

(Ärvd från ISupportsDeletingById)
DeleteByName(String)

Tar bort en resurs från Azure och identifierar den med dess resursnamn.

(Ärvd från ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Tar bort en resurs asynkront från Azure och identifierar den med dess resursnamn.

(Ärvd från ISupportsDeletingByName)
GetById(String)

Hämtar information om en resurs från Azure baserat på resurs-ID:t.

(Ärvd från ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Hämtar information om en resurs från Azure baserat på resurs-ID:t.

(Ärvd från ISupportsGettingById<T>)
GetByName(String)

Hämtar information om en resurs från Azure baserat på resursnamnet i den aktuella resursgruppen.

(Ärvd från ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Hämtar information om en resurs från Azure baserat på resursnamnet i den aktuella resursgruppen.

(Ärvd från ISupportsGettingByName<T>)
List()

Visar en lista över alla resurser av den angivna typen i den aktuella valda prenumerationen.

(Ärvd från ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Visar en lista över alla resurser av den angivna typen i den aktuella valda prenumerationen.

(Ärvd från ISupportsListing<T>)

Gäller för