Share via


IFunctionDeploymentSlots Rozhraní

Definice

Vstupní bod pro rozhraní API pro správu slotů nasazení aplikace funkcí Azure.

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

Vlastnosti

Manager

Získá typ klienta správce tohoto typu prostředku.

(Zděděno od IHasManager<ManagerT>)
Parent

Získá nadřazenou položku tohoto podřízeného prostředku.

(Zděděno od IHasParent<ParentT>)

Metody

Define(String)

Vstupní bod pro rozhraní API pro správu slotů nasazení aplikace funkcí Azure.

(Zděděno od ISupportsCreating<T>)
DeleteById(String)

Odstraní prostředek z Azure a identifikuje ho podle JEHO ID prostředku.

(Zděděno od ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Odstraní prostředek z Azure a identifikuje ho podle JEHO ID prostředku.

(Zděděno od ISupportsDeletingById)
DeleteByName(String)

Odstraní prostředek z Azure a identifikuje ho podle názvu prostředku.

(Zděděno od ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Odstraní prostředek asynchronně z Azure a identifikuje ho podle názvu prostředku.

(Zděděno od ISupportsDeletingByName)
GetById(String)

Získá informace o prostředku z Azure na základě ID prostředku.

(Zděděno od ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Získá informace o prostředku z Azure na základě ID prostředku.

(Zděděno od ISupportsGettingById<T>)
GetByName(String)

Získá informace o prostředku z Azure na základě názvu prostředku v rámci aktuální skupiny prostředků.

(Zděděno od ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Získá informace o prostředku z Azure na základě názvu prostředku v rámci aktuální skupiny prostředků.

(Zděděno od ISupportsGettingByName<T>)
List()

Zobrazí seznam všech prostředků zadaného typu v aktuálně vybraném předplatném.

(Zděděno od ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Zobrazí seznam všech prostředků zadaného typu v aktuálně vybraném předplatném.

(Zděděno od ISupportsListing<T>)

Platí pro