次の方法で共有


CertificateOperationsExtensions.ListByServiceAsync メソッド

定義

指定されたサービス インスタンスにおけるすべての証明書のコレクションを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CertificateContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.ICertificateOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.CertificateContract> odataQuery = default, bool? isKeyVaultRefreshFailed = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.ICertificateOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.CertificateContract> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.CertificateContract>>
<Extension()>
Public Function ListByServiceAsync (operations As ICertificateOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of CertificateContract) = Nothing, Optional isKeyVaultRefreshFailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CertificateContract))

パラメーター

operations
ICertificateOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<CertificateContract>

操作に適用する OData パラメーター。

isKeyVaultRefreshFailed
Nullable<Boolean>

true に設定すると、応答には更新に失敗した証明書エンティティのみが含まれます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象