import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { DscpConfigurationOperations } from "../operationsInterfaces/index.js"; import type { NetworkManagementClient } from "../networkManagementClient.js"; import type { SimplePollerLike, OperationState } from "@azure/core-lro"; import type { DscpConfiguration, DscpConfigurationListOptionalParams, DscpConfigurationListAllOptionalParams, DscpConfigurationCreateOrUpdateOptionalParams, DscpConfigurationCreateOrUpdateResponse, DscpConfigurationDeleteOptionalParams, DscpConfigurationGetOptionalParams, DscpConfigurationGetResponse } from "../models/index.js"; /** Class containing DscpConfigurationOperations operations. */ export declare class DscpConfigurationOperationsImpl implements DscpConfigurationOperations { private readonly client; /** * Initialize a new instance of the class DscpConfigurationOperations class. * @param client Reference to the service client */ constructor(client: NetworkManagementClient); /** * Gets a DSCP Configuration. * @param resourceGroupName The name of the resource group. * @param options The options parameters. */ list(resourceGroupName: string, options?: DscpConfigurationListOptionalParams): PagedAsyncIterableIterator; private listPagingPage; private listPagingAll; /** * Gets all dscp configurations in a subscription. * @param options The options parameters. */ listAll(options?: DscpConfigurationListAllOptionalParams): PagedAsyncIterableIterator; private listAllPagingPage; private listAllPagingAll; /** * Creates or updates a DSCP Configuration. * @param resourceGroupName The name of the resource group. * @param dscpConfigurationName The name of the resource. * @param parameters Parameters supplied to the create or update dscp configuration operation. * @param options The options parameters. */ beginCreateOrUpdate(resourceGroupName: string, dscpConfigurationName: string, parameters: DscpConfiguration, options?: DscpConfigurationCreateOrUpdateOptionalParams): Promise, DscpConfigurationCreateOrUpdateResponse>>; /** * Creates or updates a DSCP Configuration. * @param resourceGroupName The name of the resource group. * @param dscpConfigurationName The name of the resource. * @param parameters Parameters supplied to the create or update dscp configuration operation. * @param options The options parameters. */ beginCreateOrUpdateAndWait(resourceGroupName: string, dscpConfigurationName: string, parameters: DscpConfiguration, options?: DscpConfigurationCreateOrUpdateOptionalParams): Promise; /** * Deletes a DSCP Configuration. * @param resourceGroupName The name of the resource group. * @param dscpConfigurationName The name of the resource. * @param options The options parameters. */ beginDelete(resourceGroupName: string, dscpConfigurationName: string, options?: DscpConfigurationDeleteOptionalParams): Promise, void>>; /** * Deletes a DSCP Configuration. * @param resourceGroupName The name of the resource group. * @param dscpConfigurationName The name of the resource. * @param options The options parameters. */ beginDeleteAndWait(resourceGroupName: string, dscpConfigurationName: string, options?: DscpConfigurationDeleteOptionalParams): Promise; /** * Gets a DSCP Configuration. * @param resourceGroupName The name of the resource group. * @param dscpConfigurationName The name of the resource. * @param options The options parameters. */ get(resourceGroupName: string, dscpConfigurationName: string, options?: DscpConfigurationGetOptionalParams): Promise; /** * Gets a DSCP Configuration. * @param resourceGroupName The name of the resource group. * @param options The options parameters. */ private _list; /** * Gets all dscp configurations in a subscription. * @param options The options parameters. */ private _listAll; /** * ListNext * @param resourceGroupName The name of the resource group. * @param nextLink The nextLink from the previous successful call to the List method. * @param options The options parameters. */ private _listNext; /** * ListAllNext * @param nextLink The nextLink from the previous successful call to the ListAll method. * @param options The options parameters. */ private _listAllNext; } //# sourceMappingURL=dscpConfigurationOperations.d.ts.map