AppServiceCertificateOrdersOperationsExtensions.ListCertificatesAsync 메서드

정의

인증서 주문과 연결된 모든 인증서를 나열합니다.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner>> ListCertificatesAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations operations, string resourceGroupName, string certificateOrderName, System.Threading.CancellationToken cancellationToken = default);
static member ListCertificatesAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrdersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner>>
<Extension()>
Public Function ListCertificatesAsync (operations As IAppServiceCertificateOrdersOperations, resourceGroupName As String, certificateOrderName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceCertificateResourceInner))

매개 변수

operations
IAppServiceCertificateOrdersOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

리소스가 속한 리소스 그룹의 이름입니다.

certificateOrderName
String

인증서 주문의 이름입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

인증서 주문과 연결된 모든 인증서 나열에 대한 설명입니다.

적용 대상