Partager via


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 QueryResponseInner resources(QueryRequest query)

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

abstract Response<QueryResponseInner> 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:

query - Request specifying query and its options.

Returns:

query result.

resourcesWithResponse

public abstract Response resourcesWithResponse(QueryRequest query, Context context)

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

Parameters:

query - Request specifying query and its options.
context - The context to associate with this operation.

Returns:

query result along with Response<T>.

Applies to