共用方式為


IAppServiceCertificates 介面

定義

憑證管理 API 的進入點。

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

屬性

Inner

憑證管理 API 的進入點。

(繼承來源 IHasInner<T>)
Manager

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

(繼承來源 IHasManager<ManagerT>)

方法

Define(String)

憑證管理 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>)

適用於