UNPKG

@azure/ms-rest-azure-js

Version:

Isomorphic Azure client runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest

31 lines (27 loc) 610 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. /** * Defines constants for long running operation states. * * @const * @type {string} */ export type LongRunningOperationStates = | "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Cancelled"; /** * The default language in the request header. * * @const * @type {string} */ export const DEFAULT_LANGUAGE = "en-us"; /** * The ms-rest-azure version. * @const * @type {string} */ export const msRestAzureVersion = "2.1.0";