次の方法で共有


ApplicationsOperationsExtensions.ListAsync メソッド

定義

指定した Service Fabric クラスター リソースで作成されたマネージド アプリケーション リソースの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource>> ListAsync(this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource>>
<Extension()>
Public Function ListAsync (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationResource))

パラメーター

operations
IApplicationsOperations

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

resourceGroupName
String

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

clusterName
String

クラスター リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

Service Fabric クラスター リソースで作成中または作成中に作成されたすべてのマネージド アプリケーション リソースを取得します。

適用対象