共用方式為


IWebApps 介面

定義

Web 應用程式管理 API 的進入點。

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)
實作

屬性

Inner

Web 應用程式管理 API 的進入點。

(繼承來源 IHasInner<T>)
Manager

取得此資源類型的管理員用戶端類型。

(繼承來源 IHasManager<ManagerT>)

方法

Define(String)

Web 應用程式管理 API 的進入點。

(繼承來源 ISupportsCreating<T>)
DeleteById(String)

從 Azure 刪除資源,並依其資源識別碼加以識別。

(繼承來源 ISupportsDeletingById)
DeleteById(String, Nullable<Boolean>, Nullable<Boolean>)

從 Azure 刪除資源,並依其資源識別碼加以識別。

DeleteByIdAsync(String, CancellationToken)

從 Azure 刪除資源,並依其資源識別碼加以識別。

(繼承來源 ISupportsDeletingById)
DeleteByIdAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

從 Azure 刪除資源,並依其資源識別碼加以識別。

DeleteByResourceGroup(String, String)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

(繼承來源 ISupportsDeletingByResourceGroup)
DeleteByResourceGroup(String, String, Nullable<Boolean>, Nullable<Boolean>)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

DeleteByResourceGroupAsync(String, String, CancellationToken)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

(繼承來源 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

從 Azure 刪除資源,並依其名稱和其資源群組加以識別。

GetById(String)

根據資源識別碼,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根據資源識別碼,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

根據資源名稱和其資源群組的名稱,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

根據資源名稱和其資源群組的名稱,從 Azure 取得資源的相關資訊。

(繼承來源 ISupportsGettingByResourceGroup<T>)
List()

列出目前所選訂用帳戶中指定類型的所有資源。

(繼承來源 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出目前所選訂用帳戶中指定類型的所有資源。

(繼承來源 ISupportsListing<T>)
ListByResourceGroup(String)

列出指定資源群組中指定類型的資源。

(繼承來源 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定資源群組中指定類型的資源。

(繼承來源 ISupportsListingByResourceGroup<T>)
ListWebAppBasic()

列出目前所選訂用帳戶中Web Apps的基本資訊。

ListWebAppBasicAsync(Boolean, CancellationToken)

列出目前所選訂用帳戶中Web Apps的基本資訊。

ListWebAppBasicByResourceGroup(String)

列出指定資源群組中Web Apps的基本資訊。

ListWebAppBasicByResourceGroupAsync(String, Boolean, CancellationToken)

列出指定資源群組中Web Apps的基本資訊。

適用於