次の方法で共有


ResourceOperationsExtensions.ListAsync メソッド

定義

サブスクリプションのすべてのリソースの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceListResult> ListAsync (this Microsoft.Azure.Management.Resources.IResourceOperations operations, Microsoft.Azure.Management.Resources.Models.ResourceListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IResourceOperations * Microsoft.Azure.Management.Resources.Models.ResourceListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceListResult>
<Extension()>
Public Function ListAsync (operations As IResourceOperations, parameters As ResourceListParameters) As Task(Of ResourceListResult)

パラメーター

operations
IResourceOperations

Microsoft.Azure.Management.Resources.IResourceOperations への参照です。

parameters
ResourceListParameters

省略可能。 クエリ パラメーターです。 null を渡した場合、すべてのリソース グループが返されます。

戻り値

リソース グループの一覧です。

適用対象