Share via


IAppServiceCertificates Rozhraní

Definice

Vstupní bod pro rozhraní API pro správu certifikátů

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)
Implementuje

Vlastnosti

Inner

Vstupní bod pro rozhraní API pro správu certifikátů

(Zděděno od IHasInner<T>)
Manager

Získá typ klienta správce tohoto typu prostředku.

(Zděděno od IHasManager<ManagerT>)

Metody

Define(String)

Vstupní bod pro rozhraní API pro správu certifikátů

(Zděděno od ISupportsCreating<T>)
DeleteById(String)

Odstraní prostředek z Azure a identifikuje ho podle JEHO ID prostředku.

(Zděděno od ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Odstraní prostředek z Azure a identifikuje ho podle JEHO ID prostředku.

(Zděděno od ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Odstraní prostředek z Azure a identifikuje ho podle jeho názvu a skupiny prostředků.

(Zděděno od ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Odstraní prostředek z Azure a identifikuje ho podle jeho názvu a skupiny prostředků.

(Zděděno od ISupportsDeletingByResourceGroup)
GetById(String)

Získá informace o prostředku z Azure na základě ID prostředku.

(Zděděno od ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Získá informace o prostředku z Azure na základě ID prostředku.

(Zděděno od ISupportsGettingById<T>)
GetByResourceGroup(String, String)

Získá informace o prostředku z Azure na základě názvu prostředku a názvu jeho skupiny prostředků.

(Zděděno od ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

Získá informace o prostředku z Azure na základě názvu prostředku a názvu jeho skupiny prostředků.

(Zděděno od ISupportsGettingByResourceGroup<T>)
List()

Zobrazí seznam všech prostředků zadaného typu v aktuálně vybraném předplatném.

(Zděděno od ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Zobrazí seznam všech prostředků zadaného typu v aktuálně vybraném předplatném.

(Zděděno od ISupportsListing<T>)
ListByResourceGroup(String)

Zobrazí seznam prostředků zadaného typu v zadané skupině prostředků.

(Zděděno od ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

Zobrazí seznam prostředků zadaného typu v zadané skupině prostředků.

(Zděděno od ISupportsListingByResourceGroup<T>)

Platí pro