ResourceGraphClientExtensions.Resources 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.
Queries the resources managed by Azure Resource Manager for scopes specified in the request. https://aka.ms/resource-graph/learntoquery
public static Microsoft.Azure.Management.ResourceGraph.Models.QueryResponse Resources (this Microsoft.Azure.Management.ResourceGraph.IResourceGraphClient operations, Microsoft.Azure.Management.ResourceGraph.Models.QueryRequest query);
static member Resources : Microsoft.Azure.Management.ResourceGraph.IResourceGraphClient * Microsoft.Azure.Management.ResourceGraph.Models.QueryRequest -> Microsoft.Azure.Management.ResourceGraph.Models.QueryResponse
<Extension()>
Public Function Resources (operations As IResourceGraphClient, query As QueryRequest) As QueryResponse
Parameters
- operations
- IResourceGraphClient
The operations group for this extension method.
- query
- QueryRequest
Request specifying query and its options.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET