次の方法で共有


ApplicationsOperationsExtensions.List メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource> List(this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations operations, string resourceGroupName, string clusterName);
static member List : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationResource>
<Extension()>
Public Function List (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String) As IPage(Of ApplicationResource)

パラメーター

operations
IApplicationsOperations

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

resourceGroupName
String

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

clusterName
String

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

戻り値

注釈

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

適用対象