UNPKG

azure-arm-scheduler

Version:

Microsoft Azure Scheduler Management Client Library for node

57 lines (52 loc) 1.24 kB
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ 'use strict'; /** * Class representing a HttpAuthentication. */ class HttpAuthentication { /** * Create a HttpAuthentication. * @member {string} type Polymorphic Discriminator */ constructor() { } /** * Defines the metadata of HttpAuthentication * * @returns {object} metadata of HttpAuthentication * */ mapper() { return { required: false, serializedName: 'HttpAuthentication', type: { name: 'Composite', polymorphicDiscriminator: { serializedName: 'type', clientName: 'type' }, uberParent: 'HttpAuthentication', className: 'HttpAuthentication', modelProperties: { type: { required: true, serializedName: 'type', type: { name: 'String' } } } } }; } } module.exports = HttpAuthentication;