MockableResourceGraphTenantResource.GetResourcesAsync Method

Definition

Queries the resources managed by Azure Resource Manager for scopes specified in the request.

  • Request Path. : /providers/Microsoft.ResourceGraph/resources.
  • Operation Id. : ResourceGraphApi_Resources.
  • Default Api Version. : 2024-04-01.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ResourceGraph.Models.ResourceQueryResult>> GetResourcesAsync(Azure.ResourceManager.ResourceGraph.Models.ResourceQueryContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetResourcesAsync : Azure.ResourceManager.ResourceGraph.Models.ResourceQueryContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ResourceGraph.Models.ResourceQueryResult>>
override this.GetResourcesAsync : Azure.ResourceManager.ResourceGraph.Models.ResourceQueryContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ResourceGraph.Models.ResourceQueryResult>>
Public Overridable Function GetResourcesAsync (content As ResourceQueryContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ResourceQueryResult))

Parameters

content
ResourceQueryContent

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to