次の方法で共有


ServicesOperationsExtensions.List(IServicesOperations, String) メソッド

定義

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

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

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

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

戻り値

適用対象