UNPKG

@azure/quantum-jobs

Version:
101 lines 2.26 kB
/* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ import { JobDetails as JobDetailsMapper, BlobDetails as BlobDetailsMapper } from "../models/mappers"; export var accept = { parameterPath: "accept", mapper: { defaultValue: "application/json", isConstant: true, serializedName: "Accept", type: { name: "String" } } }; export var $host = { parameterPath: "$host", mapper: { serializedName: "$host", required: true, type: { name: "String" } }, skipEncoding: true }; export var subscriptionId = { parameterPath: "subscriptionId", mapper: { serializedName: "subscriptionId", required: true, type: { name: "String" } } }; export var resourceGroupName = { parameterPath: "resourceGroupName", mapper: { serializedName: "resourceGroupName", required: true, type: { name: "String" } } }; export var workspaceName = { parameterPath: "workspaceName", mapper: { serializedName: "workspaceName", required: true, type: { name: "String" } } }; export var jobId = { parameterPath: "jobId", mapper: { serializedName: "jobId", required: true, type: { name: "String" } } }; export var contentType = { parameterPath: ["options", "contentType"], mapper: { defaultValue: "application/json", isConstant: true, serializedName: "Content-Type", type: { name: "String" } } }; export var job = { parameterPath: "job", mapper: JobDetailsMapper }; export var nextLink = { parameterPath: "nextLink", mapper: { serializedName: "nextLink", required: true, type: { name: "String" } }, skipEncoding: true }; export var blobDetails = { parameterPath: "blobDetails", mapper: BlobDetailsMapper }; //# sourceMappingURL=parameters.js.map