次の方法で共有


ServicesOperationsExtensions.ListByApplications メソッド

定義

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

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

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

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

clusterName
String

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

applicationName
String

アプリケーション リソースの名前。

戻り値

注釈

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

適用対象