共用方式為


IDeploymentSlots 介面

定義

Azure Web 應用程式部署位置管理 API 的進入點。

public interface IDeploymentSlots : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.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.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot>, 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.IWebApp>
type IDeploymentSlots = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsListing<IDeploymentSlot>
    interface ISupportsGettingByName<IDeploymentSlot>
    interface ISupportsGettingById<IDeploymentSlot>
    interface ISupportsDeletingById
    interface ISupportsDeletingByName
    interface IHasManager<IAppServiceManager>
    interface IHasParent<IWebApp>
Public Interface IDeploymentSlots
Implements IBeta, IHasManager(Of IAppServiceManager), IHasParent(Of IWebApp), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IDeploymentSlot), ISupportsGettingByName(Of IDeploymentSlot), ISupportsListing(Of IDeploymentSlot)
實作

屬性

Manager

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

(繼承來源 IHasManager<ManagerT>)
Parent

取得這個子資源的父系。

(繼承來源 IHasParent<ParentT>)

方法

Define(String)

Azure Web 應用程式部署位置管理 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>)

適用於