import type { SimplePollerLike, OperationState } from "@azure/core-lro"; import type { VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams, VpnServerConfigurationsAssociatedWithVirtualWanListResponse } from "../models/index.js"; /** Interface representing a VpnServerConfigurationsAssociatedWithVirtualWan. */ export interface VpnServerConfigurationsAssociatedWithVirtualWan { /** * Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. * @param resourceGroupName The resource group name. * @param virtualWANName The name of the VirtualWAN whose associated VpnServerConfigurations is needed. * @param options The options parameters. */ beginList(resourceGroupName: string, virtualWANName: string, options?: VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams): Promise, VpnServerConfigurationsAssociatedWithVirtualWanListResponse>>; /** * Gives the list of VpnServerConfigurations associated with Virtual Wan in a resource group. * @param resourceGroupName The resource group name. * @param virtualWANName The name of the VirtualWAN whose associated VpnServerConfigurations is needed. * @param options The options parameters. */ beginListAndWait(resourceGroupName: string, virtualWANName: string, options?: VpnServerConfigurationsAssociatedWithVirtualWanListOptionalParams): Promise; } //# sourceMappingURL=vpnServerConfigurationsAssociatedWithVirtualWan.d.ts.map