import type { ContainerServiceClientOptionalParams } from "./api/index.js"; import type { AgentPoolsOperations } from "./classic/agentPools/index.js"; import type { MachinesOperations } from "./classic/machines/index.js"; import type { MaintenanceConfigurationsOperations } from "./classic/maintenanceConfigurations/index.js"; import type { ManagedClustersOperations } from "./classic/managedClusters/index.js"; import type { ManagedNamespacesOperations } from "./classic/managedNamespaces/index.js"; import type { OperationsOperations } from "./classic/operations/index.js"; import type { PrivateEndpointConnectionsOperations } from "./classic/privateEndpointConnections/index.js"; import type { PrivateLinkResourcesOperations } from "./classic/privateLinkResources/index.js"; import type { ResolvePrivateLinkServiceIdOperations } from "./classic/resolvePrivateLinkServiceId/index.js"; import type { SnapshotsOperations } from "./classic/snapshots/index.js"; import type { TrustedAccessRoleBindingsOperations } from "./classic/trustedAccessRoleBindings/index.js"; import type { TrustedAccessRolesOperations } from "./classic/trustedAccessRoles/index.js"; import type { TokenCredential } from "@azure/core-auth"; import type { Pipeline } from "@azure/core-rest-pipeline"; export type { ContainerServiceClientOptionalParams } from "./api/containerServiceContext.js"; export declare class ContainerServiceClient { private _client; /** The pipeline used by this client to make requests */ readonly pipeline: Pipeline; constructor(credential: TokenCredential, options?: ContainerServiceClientOptionalParams); constructor(credential: TokenCredential, subscriptionId: string, options?: ContainerServiceClientOptionalParams); /** The operation groups for trustedAccessRoles */ readonly trustedAccessRoles: TrustedAccessRolesOperations; /** The operation groups for resolvePrivateLinkServiceId */ readonly resolvePrivateLinkServiceId: ResolvePrivateLinkServiceIdOperations; /** The operation groups for privateLinkResources */ readonly privateLinkResources: PrivateLinkResourcesOperations; /** The operation groups for operations */ readonly operations: OperationsOperations; /** The operation groups for trustedAccessRoleBindings */ readonly trustedAccessRoleBindings: TrustedAccessRoleBindingsOperations; /** The operation groups for snapshots */ readonly snapshots: SnapshotsOperations; /** The operation groups for privateEndpointConnections */ readonly privateEndpointConnections: PrivateEndpointConnectionsOperations; /** The operation groups for machines */ readonly machines: MachinesOperations; /** The operation groups for managedNamespaces */ readonly managedNamespaces: ManagedNamespacesOperations; /** The operation groups for maintenanceConfigurations */ readonly maintenanceConfigurations: MaintenanceConfigurationsOperations; /** The operation groups for managedClusters */ readonly managedClusters: ManagedClustersOperations; /** The operation groups for agentPools */ readonly agentPools: AgentPoolsOperations; } //# sourceMappingURL=containerServiceClient.d.ts.map