applicationinsights
Version:
Microsoft Application Insights module for Node.js
60 lines • 1.52 kB
JavaScript
/*
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.host = exports.accept = exports.body = exports.contentType = void 0;
exports.contentType = {
parameterPath: ["options", "contentType"],
mapper: {
defaultValue: "application/json",
isConstant: true,
serializedName: "Content-Type",
type: {
name: "String",
},
},
};
exports.body = {
parameterPath: "body",
mapper: {
serializedName: "body",
required: true,
type: {
name: "Sequence",
element: {
type: {
name: "Composite",
className: "TelemetryItem",
},
},
},
},
};
exports.accept = {
parameterPath: "accept",
mapper: {
defaultValue: "application/json",
isConstant: true,
serializedName: "Accept",
type: {
name: "String",
},
},
};
exports.host = {
parameterPath: "host",
mapper: {
serializedName: "Host",
required: true,
type: {
name: "String",
},
},
skipEncoding: true,
};
//# sourceMappingURL=parameters.js.map
;