ResourceProvidersClient Interface
public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Query |
resources(QueryRequest query)
Queries the resources managed by Azure Resource Manager for scopes specified in the request. |
|
abstract
Response<Query |
resourcesWithResponse(QueryRequest query, Context context)
Queries the resources managed by Azure Resource Manager for scopes specified in the request. |
Method Details
resources
public abstract QueryResponseInner resources(QueryRequest query)
Queries the resources managed by Azure Resource Manager for scopes specified in the request.
Parameters:
Returns:
resourcesWithResponse
public abstract Response<QueryResponseInner> resourcesWithResponse(QueryRequest query, Context context)
Queries the resources managed by Azure Resource Manager for scopes specified in the request.
Parameters:
Returns: