## API Report File for "@azure/arm-avs"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import type { Client } from '@azure-rest/core-client';
import type { OperationOptions } from '@azure-rest/core-client';
import type { OperationState } from '@azure/core-lro';
import type { PollerLike } from '@azure/core-lro';

// @public
export function $delete(context: AzureVMwareSolutionAPIContext, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesDeleteOptionalParams): PollerLike<OperationState<void>, void>;

// @public
export function createOrUpdate(context: AzureVMwareSolutionAPIContext, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, resource: License, options?: LicensesCreateOrUpdateOptionalParams): PollerLike<OperationState<License>, License>;

// @public
export function get(context: AzureVMwareSolutionAPIContext, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesGetOptionalParams): Promise<License>;

// @public
export function getProperties(context: AzureVMwareSolutionAPIContext, resourceGroupName: string, privateCloudName: string, licenseName: LicenseName, options?: LicensesGetPropertiesOptionalParams): Promise<LicensePropertiesUnion>;

// @public
export interface LicensesCreateOrUpdateOptionalParams extends OperationOptions {
    updateIntervalInMs?: number;
}

// @public
export interface LicensesDeleteOptionalParams extends OperationOptions {
    updateIntervalInMs?: number;
}

// @public
export interface LicensesGetOptionalParams extends OperationOptions {
}

// @public
export interface LicensesGetPropertiesOptionalParams extends OperationOptions {
}

// @public
export interface LicensesListOptionalParams extends OperationOptions {
}

// @public
export function list(context: AzureVMwareSolutionAPIContext, resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams): PagedAsyncIterableIterator<License>;

// (No @packageDocumentation comment for this package)

```
