All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.policyinsights.implementation.PolicyTrackedResourcesClientImpl Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.policyinsights.implementation;

import com.azure.core.annotation.ExpectedResponses;
import com.azure.core.annotation.Get;
import com.azure.core.annotation.HeaderParam;
import com.azure.core.annotation.Headers;
import com.azure.core.annotation.Host;
import com.azure.core.annotation.HostParam;
import com.azure.core.annotation.PathParam;
import com.azure.core.annotation.Post;
import com.azure.core.annotation.QueryParam;
import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceInterface;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.annotation.UnexpectedResponseExceptionType;
import com.azure.core.http.rest.PagedFlux;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.PagedResponse;
import com.azure.core.http.rest.PagedResponseBase;
import com.azure.core.http.rest.Response;
import com.azure.core.http.rest.RestProxy;
import com.azure.core.management.exception.ManagementException;
import com.azure.core.util.Context;
import com.azure.core.util.FluxUtil;
import com.azure.resourcemanager.policyinsights.fluent.PolicyTrackedResourcesClient;
import com.azure.resourcemanager.policyinsights.fluent.models.PolicyTrackedResourceInner;
import com.azure.resourcemanager.policyinsights.models.PolicyTrackedResourcesQueryResults;
import com.azure.resourcemanager.policyinsights.models.PolicyTrackedResourcesResourceType;
import reactor.core.publisher.Mono;

/**
 * An instance of this class provides access to all the operations defined in PolicyTrackedResourcesClient.
 */
public final class PolicyTrackedResourcesClientImpl implements PolicyTrackedResourcesClient {
    /**
     * The proxy service used to perform REST calls.
     */
    private final PolicyTrackedResourcesService service;

    /**
     * The service client containing this operation class.
     */
    private final PolicyInsightsClientImpl client;

    /**
     * Initializes an instance of PolicyTrackedResourcesClientImpl.
     * 
     * @param client the instance of the service client containing this operation class.
     */
    PolicyTrackedResourcesClientImpl(PolicyInsightsClientImpl client) {
        this.service = RestProxy.create(PolicyTrackedResourcesService.class, client.getHttpPipeline(),
            client.getSerializerAdapter());
        this.client = client;
    }

    /**
     * The interface defining all the services for PolicyInsightsClientPolicyTrackedResources to be used by the proxy
     * service to perform REST calls.
     */
    @Host("{$host}")
    @ServiceInterface(name = "PolicyInsightsClient")
    public interface PolicyTrackedResourcesService {
        @Headers({ "Content-Type: application/json" })
        @Post("/providers/{managementGroupsNamespace}/managementGroups/{managementGroupName}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForManagementGroup(
            @HostParam("$host") String endpoint,
            @PathParam("managementGroupsNamespace") String managementGroupsNamespace,
            @PathParam("managementGroupName") String managementGroupName,
            @PathParam("policyTrackedResourcesResource") PolicyTrackedResourcesResourceType policyTrackedResourcesResource,
            @QueryParam("$top") Integer top, @QueryParam("$filter") String filter,
            @QueryParam("api-version") String apiVersion, @HeaderParam("Accept") String accept, Context context);

        @Headers({ "Content-Type: application/json" })
        @Post("/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForSubscription(
            @HostParam("$host") String endpoint,
            @PathParam("policyTrackedResourcesResource") PolicyTrackedResourcesResourceType policyTrackedResourcesResource,
            @QueryParam("$top") Integer top, @QueryParam("$filter") String filter,
            @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion,
            @HeaderParam("Accept") String accept, Context context);

        @Headers({ "Content-Type: application/json" })
        @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForResourceGroup(
            @HostParam("$host") String endpoint, @PathParam("resourceGroupName") String resourceGroupName,
            @PathParam("policyTrackedResourcesResource") PolicyTrackedResourcesResourceType policyTrackedResourcesResource,
            @QueryParam("$top") Integer top, @QueryParam("$filter") String filter,
            @PathParam("subscriptionId") String subscriptionId, @QueryParam("api-version") String apiVersion,
            @HeaderParam("Accept") String accept, Context context);

        @Headers({ "Content-Type: application/json" })
        @Post("/{resourceId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForResource(
            @HostParam("$host") String endpoint, @PathParam(value = "resourceId", encoded = true) String resourceId,
            @PathParam("policyTrackedResourcesResource") PolicyTrackedResourcesResourceType policyTrackedResourcesResource,
            @QueryParam("$top") Integer top, @QueryParam("$filter") String filter,
            @QueryParam("api-version") String apiVersion, @HeaderParam("Accept") String accept, Context context);

        @Headers({ "Content-Type: application/json" })
        @Get("{nextLink}")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForManagementGroupNext(
            @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("$host") String endpoint,
            @HeaderParam("Accept") String accept, Context context);

        @Headers({ "Content-Type: application/json" })
        @Get("{nextLink}")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForSubscriptionNext(
            @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("$host") String endpoint,
            @HeaderParam("Accept") String accept, Context context);

        @Headers({ "Content-Type: application/json" })
        @Get("{nextLink}")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForResourceGroupNext(
            @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("$host") String endpoint,
            @HeaderParam("Accept") String accept, Context context);

        @Headers({ "Content-Type: application/json" })
        @Get("{nextLink}")
        @ExpectedResponses({ 200 })
        @UnexpectedResponseExceptionType(ManagementException.class)
        Mono> listQueryResultsForResourceNext(
            @PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("$host") String endpoint,
            @HeaderParam("Accept") String accept, Context context);
    }

    /**
     * Queries policy tracked resources under the management group.
     * 
     * @param managementGroupName Management group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForManagementGroupSinglePageAsync(
        String managementGroupName, PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top,
        String filter) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (managementGroupName == null) {
            return Mono
                .error(new IllegalArgumentException("Parameter managementGroupName is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        final String managementGroupsNamespace = "Microsoft.Management";
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        return FluxUtil
            .withContext(context -> service.listQueryResultsForManagementGroup(this.client.getEndpoint(),
                managementGroupsNamespace, managementGroupName, policyTrackedResourcesResource, top, filter, apiVersion,
                accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Queries policy tracked resources under the management group.
     * 
     * @param managementGroupName Management group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForManagementGroupSinglePageAsync(
        String managementGroupName, PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top,
        String filter, Context context) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (managementGroupName == null) {
            return Mono
                .error(new IllegalArgumentException("Parameter managementGroupName is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        final String managementGroupsNamespace = "Microsoft.Management";
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service
            .listQueryResultsForManagementGroup(this.client.getEndpoint(), managementGroupsNamespace,
                managementGroupName, policyTrackedResourcesResource, top, filter, apiVersion, accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }

    /**
     * Queries policy tracked resources under the management group.
     * 
     * @param managementGroupName Management group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForManagementGroupAsync(String managementGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter) {
        return new PagedFlux<>(() -> listQueryResultsForManagementGroupSinglePageAsync(managementGroupName,
            policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForManagementGroupNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the management group.
     * 
     * @param managementGroupName Management group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForManagementGroupAsync(String managementGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedFlux<>(() -> listQueryResultsForManagementGroupSinglePageAsync(managementGroupName,
            policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForManagementGroupNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the management group.
     * 
     * @param managementGroupName Management group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForManagementGroupAsync(String managementGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedFlux<>(
            () -> listQueryResultsForManagementGroupSinglePageAsync(managementGroupName, policyTrackedResourcesResource,
                top, filter, context),
            nextLink -> listQueryResultsForManagementGroupNextSinglePageAsync(nextLink, context));
    }

    /**
     * Queries policy tracked resources under the management group.
     * 
     * @param managementGroupName Management group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable listQueryResultsForManagementGroup(String managementGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedIterable<>(
            listQueryResultsForManagementGroupAsync(managementGroupName, policyTrackedResourcesResource, top, filter));
    }

    /**
     * Queries policy tracked resources under the management group.
     * 
     * @param managementGroupName Management group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable listQueryResultsForManagementGroup(String managementGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedIterable<>(listQueryResultsForManagementGroupAsync(managementGroupName,
            policyTrackedResourcesResource, top, filter, context));
    }

    /**
     * Queries policy tracked resources under the subscription.
     * 
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForSubscriptionSinglePageAsync(
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        if (this.client.getSubscriptionId() == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter this.client.getSubscriptionId() is required and cannot be null."));
        }
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        return FluxUtil.withContext(context -> service.listQueryResultsForSubscription(this.client.getEndpoint(),
            policyTrackedResourcesResource, top, filter, this.client.getSubscriptionId(), apiVersion, accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Queries policy tracked resources under the subscription.
     * 
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForSubscriptionSinglePageAsync(
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        if (this.client.getSubscriptionId() == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter this.client.getSubscriptionId() is required and cannot be null."));
        }
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service
            .listQueryResultsForSubscription(this.client.getEndpoint(), policyTrackedResourcesResource, top, filter,
                this.client.getSubscriptionId(), apiVersion, accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }

    /**
     * Queries policy tracked resources under the subscription.
     * 
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForSubscriptionAsync(
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter) {
        return new PagedFlux<>(
            () -> listQueryResultsForSubscriptionSinglePageAsync(policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForSubscriptionNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the subscription.
     * 
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux
        listQueryResultsForSubscriptionAsync(PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedFlux<>(
            () -> listQueryResultsForSubscriptionSinglePageAsync(policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForSubscriptionNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the subscription.
     * 
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForSubscriptionAsync(
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedFlux<>(
            () -> listQueryResultsForSubscriptionSinglePageAsync(policyTrackedResourcesResource, top, filter, context),
            nextLink -> listQueryResultsForSubscriptionNextSinglePageAsync(nextLink, context));
    }

    /**
     * Queries policy tracked resources under the subscription.
     * 
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable
        listQueryResultsForSubscription(PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedIterable<>(listQueryResultsForSubscriptionAsync(policyTrackedResourcesResource, top, filter));
    }

    /**
     * Queries policy tracked resources under the subscription.
     * 
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable listQueryResultsForSubscription(
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedIterable<>(
            listQueryResultsForSubscriptionAsync(policyTrackedResourcesResource, top, filter, context));
    }

    /**
     * Queries policy tracked resources under the resource group.
     * 
     * @param resourceGroupName Resource group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForResourceGroupSinglePageAsync(
        String resourceGroupName, PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top,
        String filter) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (resourceGroupName == null) {
            return Mono
                .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        if (this.client.getSubscriptionId() == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter this.client.getSubscriptionId() is required and cannot be null."));
        }
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        return FluxUtil
            .withContext(context -> service.listQueryResultsForResourceGroup(this.client.getEndpoint(),
                resourceGroupName, policyTrackedResourcesResource, top, filter, this.client.getSubscriptionId(),
                apiVersion, accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Queries policy tracked resources under the resource group.
     * 
     * @param resourceGroupName Resource group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForResourceGroupSinglePageAsync(
        String resourceGroupName, PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top,
        String filter, Context context) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (resourceGroupName == null) {
            return Mono
                .error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        if (this.client.getSubscriptionId() == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter this.client.getSubscriptionId() is required and cannot be null."));
        }
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service.listQueryResultsForResourceGroup(this.client.getEndpoint(), resourceGroupName,
            policyTrackedResourcesResource, top, filter, this.client.getSubscriptionId(), apiVersion, accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }

    /**
     * Queries policy tracked resources under the resource group.
     * 
     * @param resourceGroupName Resource group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForResourceGroupAsync(String resourceGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter) {
        return new PagedFlux<>(() -> listQueryResultsForResourceGroupSinglePageAsync(resourceGroupName,
            policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForResourceGroupNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the resource group.
     * 
     * @param resourceGroupName Resource group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForResourceGroupAsync(String resourceGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedFlux<>(() -> listQueryResultsForResourceGroupSinglePageAsync(resourceGroupName,
            policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForResourceGroupNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the resource group.
     * 
     * @param resourceGroupName Resource group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForResourceGroupAsync(String resourceGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedFlux<>(
            () -> listQueryResultsForResourceGroupSinglePageAsync(resourceGroupName, policyTrackedResourcesResource,
                top, filter, context),
            nextLink -> listQueryResultsForResourceGroupNextSinglePageAsync(nextLink, context));
    }

    /**
     * Queries policy tracked resources under the resource group.
     * 
     * @param resourceGroupName Resource group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable listQueryResultsForResourceGroup(String resourceGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedIterable<>(
            listQueryResultsForResourceGroupAsync(resourceGroupName, policyTrackedResourcesResource, top, filter));
    }

    /**
     * Queries policy tracked resources under the resource group.
     * 
     * @param resourceGroupName Resource group name.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable listQueryResultsForResourceGroup(String resourceGroupName,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedIterable<>(listQueryResultsForResourceGroupAsync(resourceGroupName,
            policyTrackedResourcesResource, top, filter, context));
    }

    /**
     * Queries policy tracked resources under the resource.
     * 
     * @param resourceId Resource ID.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForResourceSinglePageAsync(
        String resourceId, PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top,
        String filter) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (resourceId == null) {
            return Mono.error(new IllegalArgumentException("Parameter resourceId is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        return FluxUtil
            .withContext(context -> service.listQueryResultsForResource(this.client.getEndpoint(), resourceId,
                policyTrackedResourcesResource, top, filter, apiVersion, accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Queries policy tracked resources under the resource.
     * 
     * @param resourceId Resource ID.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono> listQueryResultsForResourceSinglePageAsync(
        String resourceId, PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top,
        String filter, Context context) {
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        if (resourceId == null) {
            return Mono.error(new IllegalArgumentException("Parameter resourceId is required and cannot be null."));
        }
        if (policyTrackedResourcesResource == null) {
            return Mono.error(new IllegalArgumentException(
                "Parameter policyTrackedResourcesResource is required and cannot be null."));
        }
        final String apiVersion = "2018-07-01-preview";
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service
            .listQueryResultsForResource(this.client.getEndpoint(), resourceId, policyTrackedResourcesResource, top,
                filter, apiVersion, accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }

    /**
     * Queries policy tracked resources under the resource.
     * 
     * @param resourceId Resource ID.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForResourceAsync(String resourceId,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter) {
        return new PagedFlux<>(
            () -> listQueryResultsForResourceSinglePageAsync(resourceId, policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForResourceNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the resource.
     * 
     * @param resourceId Resource ID.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForResourceAsync(String resourceId,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedFlux<>(
            () -> listQueryResultsForResourceSinglePageAsync(resourceId, policyTrackedResourcesResource, top, filter),
            nextLink -> listQueryResultsForResourceNextSinglePageAsync(nextLink));
    }

    /**
     * Queries policy tracked resources under the resource.
     * 
     * @param resourceId Resource ID.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedFlux}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    private PagedFlux listQueryResultsForResourceAsync(String resourceId,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedFlux<>(() -> listQueryResultsForResourceSinglePageAsync(resourceId,
            policyTrackedResourcesResource, top, filter, context),
            nextLink -> listQueryResultsForResourceNextSinglePageAsync(nextLink, context));
    }

    /**
     * Queries policy tracked resources under the resource.
     * 
     * @param resourceId Resource ID.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable listQueryResultsForResource(String resourceId,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource) {
        final Integer top = null;
        final String filter = null;
        return new PagedIterable<>(
            listQueryResultsForResourceAsync(resourceId, policyTrackedResourcesResource, top, filter));
    }

    /**
     * Queries policy tracked resources under the resource.
     * 
     * @param resourceId Resource ID.
     * @param policyTrackedResourcesResource The name of the virtual resource under PolicyTrackedResources resource
     * type; only "default" is allowed.
     * @param top Maximum number of records to return.
     * @param filter OData filter expression.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results as paginated response with {@link PagedIterable}.
     */
    @ServiceMethod(returns = ReturnType.COLLECTION)
    public PagedIterable listQueryResultsForResource(String resourceId,
        PolicyTrackedResourcesResourceType policyTrackedResourcesResource, Integer top, String filter,
        Context context) {
        return new PagedIterable<>(
            listQueryResultsForResourceAsync(resourceId, policyTrackedResourcesResource, top, filter, context));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForManagementGroupNextSinglePageAsync(String nextLink) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        return FluxUtil
            .withContext(context -> service.listQueryResultsForManagementGroupNext(nextLink, this.client.getEndpoint(),
                accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForManagementGroupNextSinglePageAsync(String nextLink, Context context) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service.listQueryResultsForManagementGroupNext(nextLink, this.client.getEndpoint(), accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForSubscriptionNextSinglePageAsync(String nextLink) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        return FluxUtil
            .withContext(context -> service.listQueryResultsForSubscriptionNext(nextLink, this.client.getEndpoint(),
                accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForSubscriptionNextSinglePageAsync(String nextLink, Context context) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service.listQueryResultsForSubscriptionNext(nextLink, this.client.getEndpoint(), accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForResourceGroupNextSinglePageAsync(String nextLink) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        return FluxUtil
            .withContext(context -> service.listQueryResultsForResourceGroupNext(nextLink, this.client.getEndpoint(),
                accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForResourceGroupNextSinglePageAsync(String nextLink, Context context) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service.listQueryResultsForResourceGroupNext(nextLink, this.client.getEndpoint(), accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForResourceNextSinglePageAsync(String nextLink) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        return FluxUtil.withContext(
            context -> service.listQueryResultsForResourceNext(nextLink, this.client.getEndpoint(), accept, context))
            .>map(res -> new PagedResponseBase<>(res.getRequest(),
                res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
            .contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
    }

    /**
     * Get the next page of items.
     * 
     * @param nextLink The URL to get the next list of items.
     * @param context The context to associate with this operation.
     * @throws IllegalArgumentException thrown if parameters fail the validation.
     * @throws ManagementException thrown if the request is rejected by server.
     * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
     * @return query results along with {@link PagedResponse} on successful completion of {@link Mono}.
     */
    @ServiceMethod(returns = ReturnType.SINGLE)
    private Mono>
        listQueryResultsForResourceNextSinglePageAsync(String nextLink, Context context) {
        if (nextLink == null) {
            return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
        }
        if (this.client.getEndpoint() == null) {
            return Mono.error(
                new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
        }
        final String accept = "application/json";
        context = this.client.mergeContext(context);
        return service.listQueryResultsForResourceNext(nextLink, this.client.getEndpoint(), accept, context)
            .map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
                res.getValue().value(), res.getValue().nextLink(), null));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy