UNPKG

azure-cli

Version:

Microsoft Azure Cross Platform Command Line tool

54 lines (49 loc) 1.16 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 API entity reference. * */ class ApiEntityReference { /** * Create a ApiEntityReference. * @member {string} [id] The ARM resource id in the form of * /subscriptions/{SubcriptionId}/resourceGroups/{ResourceGroupName}/... */ constructor() { } /** * Defines the metadata of ApiEntityReference * * @returns {object} metadata of ApiEntityReference * */ mapper() { return { required: false, serializedName: 'ApiEntityReference', type: { name: 'Composite', className: 'ApiEntityReference', modelProperties: { id: { required: false, serializedName: 'id', type: { name: 'String' } } } } }; } } module.exports = ApiEntityReference;