UNPKG

appcenter-cli

Version:

Command line tool for Visual Studio App Center

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'; /** * Generic export configuration. * */ class ExportConfig { /** * Create a ExportConfig. * @property {string} blobContainerSasUri A shared access signature (SAS) URI * with Read, Write and Delete permissions on a container. */ constructor() { } /** * Defines the metadata of ExportConfig * * @returns {object} metadata of ExportConfig * */ mapper() { return { required: false, serializedName: 'ExportConfig', type: { name: 'Composite', className: 'ExportConfig', modelProperties: { blobContainerSasUri: { required: true, serializedName: 'blob_container_sas_uri', type: { name: 'String' } } } } }; } } module.exports = ExportConfig;