共用方式為


IAppServiceCertificateOrders 介面

定義

App Service 憑證訂單管理 API 的進入點。

public interface IAppServiceCertificateOrders : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.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.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>
type IAppServiceCertificateOrders = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsListingByResourceGroup<IAppServiceCertificateOrder>
    interface ISupportsGettingByResourceGroup<IAppServiceCertificateOrder>
    interface ISupportsListing<IAppServiceCertificateOrder>
    interface ISupportsGettingById<IAppServiceCertificateOrder>
    interface ISupportsDeletingByResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<IAppServiceCertificateOrdersOperations>
Public Interface IAppServiceCertificateOrders
Implements IBeta, IHasInner(Of IAppServiceCertificateOrdersOperations), IHasManager(Of IAppServiceManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IAppServiceCertificateOrder), ISupportsGettingByResourceGroup(Of IAppServiceCertificateOrder), ISupportsListing(Of IAppServiceCertificateOrder), ISupportsListingByResourceGroup(Of IAppServiceCertificateOrder)
實作

屬性

Inner

App Service 憑證訂單管理 API 的進入點。

(繼承來源 IHasInner<T>)
Manager

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

(繼承來源 IHasManager<ManagerT>)

方法

Define(String)

App Service 憑證訂單管理 API 的進入點。

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

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

(繼承來源 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

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

(繼承來源 ISupportsDeletingById)
DeleteByResourceGroup(String, String)

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

(繼承來源 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

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

(繼承來源 ISupportsDeletingByResourceGroup)
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>)

適用於