import type { ContainerServiceContext as Client } from "../index.js"; import type { TagsObject, CredentialResults, ManagedNamespace, _ManagedNamespaceListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { ManagedNamespacesListCredentialOptionalParams, ManagedNamespacesListByManagedClusterOptionalParams, ManagedNamespacesDeleteOptionalParams, ManagedNamespacesUpdateOptionalParams, ManagedNamespacesCreateOrUpdateOptionalParams, ManagedNamespacesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _listCredentialSend(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesListCredentialOptionalParams): StreamableMethod; export declare function _listCredentialDeserialize(result: PathUncheckedResponse): Promise; /** Lists the credentials of a namespace. */ export declare function listCredential(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesListCredentialOptionalParams): Promise; export declare function _listByManagedClusterSend(context: Client, resourceGroupName: string, resourceName: string, options?: ManagedNamespacesListByManagedClusterOptionalParams): StreamableMethod; export declare function _listByManagedClusterDeserialize(result: PathUncheckedResponse): Promise<_ManagedNamespaceListResult>; /** Gets a list of managed namespaces in the specified managed cluster. */ export declare function listByManagedCluster(context: Client, resourceGroupName: string, resourceName: string, options?: ManagedNamespacesListByManagedClusterOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes a namespace. */ /** * @fixme delete is a reserved word that cannot be used as an operation name. * Please add @clientName("clientName") or @clientName("", "javascript") * to the operation to override the generated name. */ export declare function $delete(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams): PollerLike, void>; export declare function _updateSend(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: TagsObject, options?: ManagedNamespacesUpdateOptionalParams): StreamableMethod; export declare function _updateDeserialize(result: PathUncheckedResponse): Promise; /** Updates tags on a managed namespace. */ export declare function update(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: TagsObject, options?: ManagedNamespacesUpdateOptionalParams): Promise; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Creates or updates a namespace managed by ARM for the specified managed cluster. Users can configure aspects like resource quotas, network ingress/egress policies, and more. See aka.ms/aks/managed-namespaces for more details. */ export declare function createOrUpdate(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams): PollerLike, ManagedNamespace>; export declare function _getSend(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets the specified namespace of a managed cluster. */ export declare function get(context: Client, resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map