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

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

```ts

import { Client } from '@azure-rest/core-client';
import { OperationOptions } from '@azure-rest/core-client';

// @public
export function get(context: ChaosManagementContext, location: string, operationId: string, options?: OperationStatusesGetOptionalParams): Promise<OperationStatusResult>;

// @public
export interface OperationStatusesGetOptionalParams extends OperationOptions {
}

// (No @packageDocumentation comment for this package)

```
