Dela via


IWebApps Gränssnitt

Definition

Startpunkt för API för webbapphantering.

public interface IWebApps : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.WebApp.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.IWebApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IWebApp>, 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 IWebApps = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsListing<IWebApp>
    interface ISupportsListingByResourceGroup<IWebApp>
    interface ISupportsGettingByResourceGroup<IWebApp>
    interface ISupportsGettingById<IWebApp>
    interface ISupportsDeletingByResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<IWebAppsOperations>
Public Interface IWebApps
Implements IBeta, IHasInner(Of IWebAppsOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IWebApp), ISupportsGettingByResourceGroup(Of IWebApp), ISupportsListing(Of IWebApp), ISupportsListingByResourceGroup(Of IWebApp)
Implementeringar

Egenskaper

Inner

Startpunkt för API för webbapphantering.

(Ärvd från IHasInner<T>)
Manager

Hämtar managerklienttypen 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 resurser av den angivna typen i den angivna resursgruppen.

(Ärvd från ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Visar resurser av den angivna typen i den angivna resursgruppen.

(Ärvd från ISupportsListingByResourceGroup<T>)
ListWebAppBasic()

Visar grundläggande information för Web Apps i den aktuella valda prenumerationen.

ListWebAppBasicAsync(Boolean, CancellationToken)

Visar grundläggande information för Web Apps i den aktuella valda prenumerationen.

ListWebAppBasicByResourceGroup(String)

Visar grundläggande information för Web Apps i den angivna resursgruppen.

ListWebAppBasicByResourceGroupAsync(String, Boolean, CancellationToken)

Visar grundläggande information för Web Apps i den angivna resursgruppen.

Gäller för