/* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ import { MediaServicesOperationResultsGetOptionalParams, MediaServicesOperationResultsGetResponse } from "../models"; /** Interface representing a MediaServicesOperationResults. */ export interface MediaServicesOperationResults { /** * Get media service operation result. * @param locationName Location name. * @param operationId Operation Id. * @param options The options parameters. */ get( locationName: string, operationId: string, options?: MediaServicesOperationResultsGetOptionalParams ): Promise; }