ResourceGroupsOperationsExtensions.ListResources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- operations
- IResourceGroupsOperations
- resourceGroupName
- String
- odataQuery
- ODataQuery<GenericResourceFilter>