IntegrationAccountCertificatesOperationsExtensions.ListAsync メソッド

定義

統合アカウント証明書の一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate>> ListAsync (this Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations operations, string resourceGroupName, string integrationAccountName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate>>
<Extension()>
Public Function ListAsync (operations As IIntegrationAccountCertificatesOperations, resourceGroupName As String, integrationAccountName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IntegrationAccountCertificate))

パラメーター

operations
IIntegrationAccountCertificatesOperations

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

resourceGroupName
String

リソース グループ名。

integrationAccountName
String

統合アカウント名。

top
Nullable<Int32>

結果に含める項目の数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象