Compartilhar via


ResourcesOperationsExtensions.ListByResourceGroupAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.GenericResource>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IResourcesOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.GenericResourceFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IResourcesOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.GenericResourceFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.GenericResource>>
<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 GenericResource))

Parameters

resourceGroupName
String
cancellationToken
CancellationToken

Returns

Applies to