다음을 통해 공유


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)

리소스 ID로 식별하여 Azure에서 리소스를 삭제합니다.

(다음에서 상속됨 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

리소스 ID로 식별하여 Azure에서 리소스를 삭제합니다.

(다음에서 상속됨 ISupportsDeletingById)
DeleteByResourceGroup(String, String)

Azure에서 리소스를 삭제하여 이름 및 해당 리소스 그룹으로 식별합니다.

(다음에서 상속됨 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Azure에서 리소스를 삭제하여 이름 및 해당 리소스 그룹으로 식별합니다.

(다음에서 상속됨 ISupportsDeletingByResourceGroup)
GetById(String)

리소스 ID에 따라 Azure에서 리소스에 대한 정보를 가져옵니다.

(다음에서 상속됨 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

리소스 ID에 따라 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>)

적용 대상