/* * 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. */ import * as msRest from "@azure/ms-rest-js"; export const application: msRest.OperationQueryParameter = { parameterPath: [ "options", "application" ], mapper: { serializedName: "application", type: { name: "String" } } }; export const endpoint: msRest.OperationURLParameter = { parameterPath: "endpoint", mapper: { required: true, serializedName: "Endpoint", defaultValue: '', type: { name: "String" } }, skipEncoding: true }; export const imageData: msRest.OperationParameter = { parameterPath: "imageData", mapper: { required: true, serializedName: "imageData", type: { name: "Stream" } } }; export const projectId: msRest.OperationURLParameter = { parameterPath: "projectId", mapper: { required: true, serializedName: "projectId", type: { name: "Uuid" } } }; export const publishedName: msRest.OperationURLParameter = { parameterPath: "publishedName", mapper: { required: true, serializedName: "publishedName", type: { name: "String" } } };