IFunctionApps インターフェイス

定義

Web アプリ管理 API のエントリ ポイント。

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)
実装

プロパティ

Inner

Web アプリ管理 API のエントリ ポイント。

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)

メソッド

Define(String)

Web アプリ管理 API のエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteById(String)

Azure からリソースを削除し、リソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteById(String, Nullable<Boolean>, Nullable<Boolean>)

Azure からリソースを削除し、リソース ID で識別します。

DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、リソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Azure からリソースを削除し、リソース ID で識別します。

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)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

リソース ID に基づいて、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>)
ListFunctionAppBasic()

現在選択されているサブスクリプションの Function Apps の基本情報を一覧表示します。

ListFunctionAppBasicAsync(Boolean, CancellationToken)

現在選択されているサブスクリプションの Function Apps の基本情報を一覧表示します。

ListFunctionAppBasicByResourceGroup(String)

指定したリソース グループ内の Function Apps の基本情報を一覧表示します。

ListFunctionAppBasicByResourceGroupAsync(String, Boolean, CancellationToken)

指定したリソース グループ内の Function Apps の基本情報を一覧表示します。

適用対象