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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET