次の方法で共有


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

キャンセル トークン。

戻り値

注釈

[証明書の注文に関連付けられているすべての証明書を一覧表示する] の説明。

適用対象