import { PagedAsyncIterableIterator } from "@azure/core-paging"; import { ManagedInstanceAdvancedThreatProtectionSettings } from "../operationsInterfaces"; import { SqlManagementClient } from "../sqlManagementClient"; import { SimplePollerLike, OperationState } from "@azure/core-lro"; import { ManagedInstanceAdvancedThreatProtection, ManagedInstanceAdvancedThreatProtectionSettingsListByInstanceOptionalParams, AdvancedThreatProtectionName, ManagedInstanceAdvancedThreatProtectionSettingsGetOptionalParams, ManagedInstanceAdvancedThreatProtectionSettingsGetResponse, ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams, ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateResponse } from "../models"; /** Class containing ManagedInstanceAdvancedThreatProtectionSettings operations. */ export declare class ManagedInstanceAdvancedThreatProtectionSettingsImpl implements ManagedInstanceAdvancedThreatProtectionSettings { private readonly client; /** * Initialize a new instance of the class ManagedInstanceAdvancedThreatProtectionSettings class. * @param client Reference to the service client */ constructor(client: SqlManagementClient); /** * Get the managed instance's Advanced Threat Protection settings. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param options The options parameters. */ listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAdvancedThreatProtectionSettingsListByInstanceOptionalParams): PagedAsyncIterableIterator; private listByInstancePagingPage; private listByInstancePagingAll; /** * Get the managed instance's Advanced Threat Protection settings. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param options The options parameters. */ private _listByInstance; /** * Get a managed instance's Advanced Threat Protection state. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param advancedThreatProtectionName The name of the Advanced Threat Protection state. * @param options The options parameters. */ get(resourceGroupName: string, managedInstanceName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, options?: ManagedInstanceAdvancedThreatProtectionSettingsGetOptionalParams): Promise; /** * Creates or updates Advanced Threat Protection settings. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param advancedThreatProtectionName The name of the Advanced Threat Protection state. * @param parameters The managed instance Advanced Threat Protection state. * @param options The options parameters. */ beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, parameters: ManagedInstanceAdvancedThreatProtection, options?: ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise, ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateResponse>>; /** * Creates or updates Advanced Threat Protection settings. * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param advancedThreatProtectionName The name of the Advanced Threat Protection state. * @param parameters The managed instance Advanced Threat Protection state. * @param options The options parameters. */ beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, advancedThreatProtectionName: AdvancedThreatProtectionName, parameters: ManagedInstanceAdvancedThreatProtection, options?: ManagedInstanceAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise; /** * ListByInstanceNext * @param resourceGroupName The name of the resource group that contains the resource. You can obtain * this value from the Azure Resource Manager API or the portal. * @param managedInstanceName The name of the managed instance. * @param nextLink The nextLink from the previous successful call to the ListByInstance method. * @param options The options parameters. */ private _listByInstanceNext; } //# sourceMappingURL=managedInstanceAdvancedThreatProtectionSettings.d.ts.map