次の方法で共有


AppsOperationsExtensions.List(IAppsOperations, String, String) メソッド

定義

サービス内のすべてのリソースを一覧表示する要求を処理します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource> List (this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string resourceGroupName, string serviceName);
static member List : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource>
<Extension()>
Public Function List (operations As IAppsOperations, resourceGroupName As String, serviceName As String) As IPage(Of AppResource)

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

戻り値

適用対象