IPolicyTrackedResourcesOperations Interface

Definition

PolicyTrackedResourcesOperations operations.

public interface IPolicyTrackedResourcesOperations
type IPolicyTrackedResourcesOperations = interface
Public Interface IPolicyTrackedResourcesOperations

Methods

ListQueryResultsForManagementGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the management group.

ListQueryResultsForManagementGroupWithHttpMessagesAsync(String, QueryOptions, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the management group.

ListQueryResultsForResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the resource group.

ListQueryResultsForResourceGroupWithHttpMessagesAsync(String, String, QueryOptions, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the resource group.

ListQueryResultsForResourceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the resource.

ListQueryResultsForResourceWithHttpMessagesAsync(String, QueryOptions, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the resource.

ListQueryResultsForSubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the subscription.

ListQueryResultsForSubscriptionWithHttpMessagesAsync(String, QueryOptions, Dictionary<String,List<String>>, CancellationToken)

Queries policy tracked resources under the subscription.

Extension Methods

ListQueryResultsForManagementGroup(IPolicyTrackedResourcesOperations, String, QueryOptions)

Queries policy tracked resources under the management group.

ListQueryResultsForManagementGroupAsync(IPolicyTrackedResourcesOperations, String, QueryOptions, CancellationToken)

Queries policy tracked resources under the management group.

ListQueryResultsForManagementGroupNext(IPolicyTrackedResourcesOperations, String)

Queries policy tracked resources under the management group.

ListQueryResultsForManagementGroupNextAsync(IPolicyTrackedResourcesOperations, String, CancellationToken)

Queries policy tracked resources under the management group.

ListQueryResultsForResource(IPolicyTrackedResourcesOperations, String, QueryOptions)

Queries policy tracked resources under the resource.

ListQueryResultsForResourceAsync(IPolicyTrackedResourcesOperations, String, QueryOptions, CancellationToken)

Queries policy tracked resources under the resource.

ListQueryResultsForResourceGroup(IPolicyTrackedResourcesOperations, String, String, QueryOptions)

Queries policy tracked resources under the resource group.

ListQueryResultsForResourceGroupAsync(IPolicyTrackedResourcesOperations, String, String, QueryOptions, CancellationToken)

Queries policy tracked resources under the resource group.

ListQueryResultsForResourceGroupNext(IPolicyTrackedResourcesOperations, String)

Queries policy tracked resources under the resource group.

ListQueryResultsForResourceGroupNextAsync(IPolicyTrackedResourcesOperations, String, CancellationToken)

Queries policy tracked resources under the resource group.

ListQueryResultsForResourceNext(IPolicyTrackedResourcesOperations, String)

Queries policy tracked resources under the resource.

ListQueryResultsForResourceNextAsync(IPolicyTrackedResourcesOperations, String, CancellationToken)

Queries policy tracked resources under the resource.

ListQueryResultsForSubscription(IPolicyTrackedResourcesOperations, String, QueryOptions)

Queries policy tracked resources under the subscription.

ListQueryResultsForSubscriptionAsync(IPolicyTrackedResourcesOperations, String, QueryOptions, CancellationToken)

Queries policy tracked resources under the subscription.

ListQueryResultsForSubscriptionNext(IPolicyTrackedResourcesOperations, String)

Queries policy tracked resources under the subscription.

ListQueryResultsForSubscriptionNextAsync(IPolicyTrackedResourcesOperations, String, CancellationToken)

Queries policy tracked resources under the subscription.

Applies to