IFunctionDeploymentSlots Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Point d’entrée pour l’API de gestion des emplacements de déploiement d’application de fonction 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)
- Implémente
Propriétés
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
Méthodes
Define(String) |
Point d’entrée pour l’API de gestion des emplacements de déploiement d’application de fonction Azure. (Hérité de ISupportsCreating<T>) |
DeleteById(String) |
Supprime une ressource d’Azure, en l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Supprime une ressource d’Azure, en l’identifiant par son ID de ressource. (Hérité de ISupportsDeletingById) |
DeleteByName(String) |
Supprime une ressource d’Azure, en l’identifiant par son nom de ressource. (Hérité de ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
Supprime une ressource de façon asynchrone d’Azure, en l’identifiant par son nom de ressource. (Hérité de ISupportsDeletingByName) |
GetById(String) |
Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource. (Hérité de ISupportsGettingById<T>) |
GetByName(String) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
List() |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
S’applique à
Azure SDK for .NET