次の方法で共有


IFunctionDeploymentSlots インターフェイス

定義

Azure 関数アプリデプロイ スロット管理 API のエントリ ポイント。

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

プロパティ

Manager

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

(継承元 IHasManager<ManagerT>)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)

メソッド

Define(String)

Azure 関数アプリデプロイ スロット管理 API のエントリ ポイント。

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

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

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

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

(継承元 ISupportsDeletingById)
DeleteByName(String)

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

(継承元 ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

リソースを Azure から非同期的に削除し、リソース名で識別します。

(継承元 ISupportsDeletingByName)
GetById(String)

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

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

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

(継承元 ISupportsGettingById<T>)
GetByName(String)

現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByName<T>)
List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)

適用対象