ResourceGroupsOperationsExtensions.ListResources Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.GenericResource> ListResources (this Microsoft.Azure.Management.Internal.Resources.IResourceGroupsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.GenericResourceFilter> odataQuery = default);
static member ListResources : Microsoft.Azure.Management.Internal.Resources.IResourceGroupsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.GenericResourceFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.GenericResource>
<Extension()>
Public Function ListResources (operations As IResourceGroupsOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of GenericResourceFilter) = Nothing) As IPage(Of GenericResource)

Parameters

resourceGroupName
String

Returns

Applies to