IFunctionApps Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Startpunkt för API för webbapphantering.
public interface IFunctionApps : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IFunctionApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>
type IFunctionApps = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsListing<IFunctionApp>
interface ISupportsListingByResourceGroup<IFunctionApp>
interface ISupportsGettingByResourceGroup<IFunctionApp>
interface ISupportsGettingById<IFunctionApp>
interface ISupportsDeletingByResourceGroup
interface IHasManager<IAppServiceManager>
interface IHasInner<IWebAppsOperations>
Public Interface IFunctionApps
Implements IBeta, IHasInner(Of IWebAppsOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IFunctionApp), ISupportsGettingByResourceGroup(Of IFunctionApp), ISupportsListing(Of IFunctionApp), ISupportsListingByResourceGroup(Of IFunctionApp)
- Implementeringar
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<IFunctionApp> ISupportsGettingByResourceGroup<IFunctionApp> ISupportsListing<IFunctionApp> ISupportsListingByResourceGroup<IFunctionApp> IBeta IHasInner<IWebAppsOperations> IHasManager<IAppServiceManager>
Egenskaper
Inner |
Startpunkt för API för webbapphantering. (Ärvd från IHasInner<T>) |
Manager |
Hämtar hanteringsklienttypen för den här resurstypen. (Ärvd från IHasManager<ManagerT>) |
Metoder
Define(String) |
Startpunkt för API för webbapphantering. (Ä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) |
DeleteById(String, Nullable<Boolean>, Nullable<Boolean>) |
Tar bort en resurs från Azure och identifierar den med dess resurs-ID. |
DeleteByIdAsync(String, CancellationToken) |
Tar bort en resurs från Azure och identifierar den med dess resurs-ID. (Ärvd från ISupportsDeletingById) |
DeleteByIdAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Tar bort en resurs från Azure och identifierar den med dess resurs-ID. |
DeleteByResourceGroup(String, String) |
Tar bort en resurs från Azure och identifierar den med dess namn och resursgrupp. (Ärvd från ISupportsDeletingByResourceGroup) |
DeleteByResourceGroup(String, String, Nullable<Boolean>, Nullable<Boolean>) |
Tar bort en resurs från Azure och identifierar den med dess namn och resursgrupp. |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Tar bort en resurs från Azure och identifierar den med dess namn och resursgrupp. (Ärvd från ISupportsDeletingByResourceGroup) |
DeleteByResourceGroupAsync(String, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken) |
Tar bort en resurs från Azure och identifierar den med dess namn och resursgrupp. |
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>) |
GetByResourceGroup(String, String) |
Hämtar information om en resurs från Azure baserat på resursnamnet och namnet på resursgruppen. (Ärvd från ISupportsGettingByResourceGroup<T>) |
GetByResourceGroupAsync(String, String, CancellationToken) |
Hämtar information om en resurs från Azure baserat på resursnamnet och namnet på resursgruppen. (Ärvd från ISupportsGettingByResourceGroup<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>) |
ListByResourceGroup(String) |
Visar en lista över resurser av den angivna typen i den angivna resursgruppen. (Ärvd från ISupportsListingByResourceGroup<T>) |
ListByResourceGroupAsync(String, Boolean, CancellationToken) |
Visar en lista över resurser av den angivna typen i den angivna resursgruppen. (Ärvd från ISupportsListingByResourceGroup<T>) |
ListFunctionAppBasic() |
Visar grundläggande information för Funktionsappar i den aktuella valda prenumerationen. |
ListFunctionAppBasicAsync(Boolean, CancellationToken) |
Visar grundläggande information för Funktionsappar i den aktuella valda prenumerationen. |
ListFunctionAppBasicByResourceGroup(String) |
Visar grundläggande information för Funktionsappar i den angivna resursgruppen. |
ListFunctionAppBasicByResourceGroupAsync(String, Boolean, CancellationToken) |
Visar grundläggande information för Funktionsappar i den angivna resursgruppen. |
Gäller för
Azure SDK for .NET