ResourcesOperationsExtensions.ListByResourceGroupAsync メソッド

定義

リソース グループのすべてのリソースを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded>> ListByResourceGroupAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.GenericResourceFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IResourcesOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of GenericResourceFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GenericResourceExpanded))

パラメーター

operations
IResourcesOperations

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

resourceGroupName
String

取得するリソースを含むリソース グループ。

odataQuery
ODataQuery<GenericResourceFilter>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象