IFunctionDeploymentSlots 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 刪除資源,並依其資源識別碼加以識別。 (繼承來源 ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
從 Azure 刪除資源,並依其資源識別碼加以識別。 (繼承來源 ISupportsDeletingById) |
DeleteByName(String) |
從 Azure 刪除資源,並依其資源名稱加以識別。 (繼承來源 ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
從 Azure 以非同步方式刪除資源,並依其資源名稱加以識別。 (繼承來源 ISupportsDeletingByName) |
GetById(String) |
根據資源識別碼,從 Azure 取得資源的相關資訊。 (繼承來源 ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
根據資源識別碼,從 Azure 取得資源的相關資訊。 (繼承來源 ISupportsGettingById<T>) |
GetByName(String) |
根據目前資源群組內的資源名稱,從 Azure 取得資源的相關資訊。 (繼承來源 ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
根據目前資源群組內的資源名稱,從 Azure 取得資源的相關資訊。 (繼承來源 ISupportsGettingByName<T>) |
List() |
列出目前所選訂用帳戶中指定類型的所有資源。 (繼承來源 ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
列出目前所選訂用帳戶中指定類型的所有資源。 (繼承來源 ISupportsListing<T>) |