UNPKG

501 BTypeScriptView Raw
1/**
2 * Defines constants for long running operation states.
3 *
4 * @const
5 * @type {string}
6 */
7export declare type LongRunningOperationStates = "InProgress" | "Succeeded" | "Failed" | "Canceled" | "Cancelled";
8/**
9 * The default language in the request header.
10 *
11 * @const
12 * @type {string}
13 */
14export declare const DEFAULT_LANGUAGE = "en-us";
15/**
16 * The ms-rest-azure version.
17 * @const
18 * @type {string}
19 */
20export declare const msRestAzureVersion = "2.1.0";
21//# sourceMappingURL=constants.d.ts.map
\No newline at end of file