UNPKG

azure-cli

Version:

Microsoft Azure Cross Platform Command Line tool

60 lines (55 loc) 1.39 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'; /** * The List Availability Set operation response. */ class AvailabilitySetListResult extends Array { /** * Create a AvailabilitySetListResult. */ constructor() { super(); } /** * Defines the metadata of AvailabilitySetListResult * * @returns {object} metadata of AvailabilitySetListResult * */ mapper() { return { required: false, serializedName: 'AvailabilitySetListResult', type: { name: 'Composite', className: 'AvailabilitySetListResult', modelProperties: { value: { required: false, serializedName: '', type: { name: 'Sequence', element: { required: false, serializedName: 'AvailabilitySetElementType', type: { name: 'Composite', className: 'AvailabilitySet' } } } } } } }; } } module.exports = AvailabilitySetListResult;