import type { AzureVMwareSolutionAPIContext as Client } from "../index.js"; import type { _LicenseListResult, License, LicensePropertiesUnion, LicenseName } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { LicensesGetPropertiesOptionalParams, LicensesDeleteOptionalParams, LicensesCreateOrUpdateOptionalParams, LicensesGetOptionalParams, LicensesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _getPropertiesSend(context: Client, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesGetPropertiesOptionalParams): StreamableMethod; export declare function _getPropertiesDeserialize(result: PathUncheckedResponse): Promise; /** Just like ArmResourceActionSync, but with no request body. */ export declare function getProperties(context: Client, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesGetPropertiesOptionalParams): Promise; export declare function _$deleteSend(context: Client, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Delete a License */ /** * @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, privateCloudName: string, licenseName: LicenseName, options?: LicensesDeleteOptionalParams): PollerLike, void>; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, resource: License, options?: LicensesCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Create a License */ export declare function createOrUpdate(context: Client, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, resource: License, options?: LicensesCreateOrUpdateOptionalParams): PollerLike, License>; export declare function _getSend(context: Client, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a License */ export declare function get(context: Client, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesGetOptionalParams): Promise; export declare function _listSend(context: Client, resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_LicenseListResult>; /** List License resources by PrivateCloud */ export declare function list(context: Client, resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map