@azure/arm-migrationassessment 1.0.0-alpha.20250718.1 → 1.0.0-alpha.20250722.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/azureMigrateAssessmentService.js +38 -5
- package/dist/browser/azureMigrateAssessmentService.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +1209 -588
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/assessedMachinesOperations.js +23 -40
- package/dist/browser/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/browser/operations/assessedSqlDatabaseV2Operations.js +23 -40
- package/dist/browser/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/browser/operations/assessedSqlInstanceV2Operations.js +23 -40
- package/dist/browser/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/browser/operations/assessedSqlMachinesOperations.js +23 -40
- package/dist/browser/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/browser/operations/assessedSqlRecommendedEntityOperations.js +23 -40
- package/dist/browser/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/browser/operations/assessmentOptionsOperations.js +23 -40
- package/dist/browser/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/browser/operations/assessmentProjectSummaryOperations.js +23 -40
- package/dist/browser/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/browser/operations/assessmentProjectsOperations.js +67 -91
- package/dist/browser/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/browser/operations/assessmentsOperations.js +45 -52
- package/dist/browser/operations/assessmentsOperations.js.map +1 -1
- package/dist/browser/operations/avsAssessedMachinesOperations.js +23 -40
- package/dist/browser/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/browser/operations/avsAssessmentOptionsOperations.js +23 -40
- package/dist/browser/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/browser/operations/avsAssessmentsOperations.js +45 -52
- package/dist/browser/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/browser/operations/groupsOperations.js +45 -52
- package/dist/browser/operations/groupsOperations.js.map +1 -1
- package/dist/browser/operations/hypervCollectorsOperations.js +34 -46
- package/dist/browser/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/browser/operations/importCollectorsOperations.js +34 -46
- package/dist/browser/operations/importCollectorsOperations.js.map +1 -1
- package/dist/browser/operations/machinesOperations.js +23 -40
- package/dist/browser/operations/machinesOperations.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.js +34 -46
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/browser/operations/privateLinkResourceOperations.js +23 -40
- package/dist/browser/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/browser/operations/serverCollectorsOperations.js +34 -46
- package/dist/browser/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/browser/operations/sqlAssessmentOptionsOperations.js +23 -40
- package/dist/browser/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/browser/operations/sqlAssessmentV2Operations.js +45 -52
- package/dist/browser/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/browser/operations/sqlAssessmentV2SummaryOperations.js +23 -40
- package/dist/browser/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/browser/operations/sqlCollectorOperations.js +34 -46
- package/dist/browser/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/browser/operations/vmwareCollectorsOperations.js +34 -46
- package/dist/browser/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/azureMigrateAssessmentService.js +38 -5
- package/dist/commonjs/azureMigrateAssessmentService.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +1209 -588
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/assessedMachinesOperations.js +23 -39
- package/dist/commonjs/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlDatabaseV2Operations.js +23 -39
- package/dist/commonjs/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlInstanceV2Operations.js +23 -39
- package/dist/commonjs/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlMachinesOperations.js +23 -39
- package/dist/commonjs/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/commonjs/operations/assessedSqlRecommendedEntityOperations.js +23 -39
- package/dist/commonjs/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentOptionsOperations.js +23 -39
- package/dist/commonjs/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentProjectSummaryOperations.js +23 -39
- package/dist/commonjs/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentProjectsOperations.js +67 -90
- package/dist/commonjs/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/commonjs/operations/assessmentsOperations.js +45 -51
- package/dist/commonjs/operations/assessmentsOperations.js.map +1 -1
- package/dist/commonjs/operations/avsAssessedMachinesOperations.js +23 -39
- package/dist/commonjs/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/commonjs/operations/avsAssessmentOptionsOperations.js +23 -39
- package/dist/commonjs/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/commonjs/operations/avsAssessmentsOperations.js +45 -51
- package/dist/commonjs/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/commonjs/operations/groupsOperations.js +45 -51
- package/dist/commonjs/operations/groupsOperations.js.map +1 -1
- package/dist/commonjs/operations/hypervCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/commonjs/operations/importCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/importCollectorsOperations.js.map +1 -1
- package/dist/commonjs/operations/machinesOperations.js +23 -39
- package/dist/commonjs/operations/machinesOperations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +34 -45
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResourceOperations.js +23 -39
- package/dist/commonjs/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/commonjs/operations/serverCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlAssessmentOptionsOperations.js +23 -39
- package/dist/commonjs/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlAssessmentV2Operations.js +45 -51
- package/dist/commonjs/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/commonjs/operations/sqlAssessmentV2SummaryOperations.js +23 -39
- package/dist/commonjs/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/commonjs/operations/sqlCollectorOperations.js +34 -45
- package/dist/commonjs/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/commonjs/operations/vmwareCollectorsOperations.js +34 -45
- package/dist/commonjs/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/azureMigrateAssessmentService.js +38 -5
- package/dist/esm/azureMigrateAssessmentService.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +1209 -588
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/assessedMachinesOperations.js +23 -40
- package/dist/esm/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/esm/operations/assessedSqlDatabaseV2Operations.js +23 -40
- package/dist/esm/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/esm/operations/assessedSqlInstanceV2Operations.js +23 -40
- package/dist/esm/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/esm/operations/assessedSqlMachinesOperations.js +23 -40
- package/dist/esm/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/esm/operations/assessedSqlRecommendedEntityOperations.js +23 -40
- package/dist/esm/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/esm/operations/assessmentOptionsOperations.js +23 -40
- package/dist/esm/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/esm/operations/assessmentProjectSummaryOperations.js +23 -40
- package/dist/esm/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/esm/operations/assessmentProjectsOperations.js +67 -91
- package/dist/esm/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/esm/operations/assessmentsOperations.js +45 -52
- package/dist/esm/operations/assessmentsOperations.js.map +1 -1
- package/dist/esm/operations/avsAssessedMachinesOperations.js +23 -40
- package/dist/esm/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/esm/operations/avsAssessmentOptionsOperations.js +23 -40
- package/dist/esm/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/esm/operations/avsAssessmentsOperations.js +45 -52
- package/dist/esm/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/esm/operations/groupsOperations.js +45 -52
- package/dist/esm/operations/groupsOperations.js.map +1 -1
- package/dist/esm/operations/hypervCollectorsOperations.js +34 -46
- package/dist/esm/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/esm/operations/importCollectorsOperations.js +34 -46
- package/dist/esm/operations/importCollectorsOperations.js.map +1 -1
- package/dist/esm/operations/machinesOperations.js +23 -40
- package/dist/esm/operations/machinesOperations.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.js +34 -46
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/esm/operations/privateLinkResourceOperations.js +23 -40
- package/dist/esm/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/esm/operations/serverCollectorsOperations.js +34 -46
- package/dist/esm/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/esm/operations/sqlAssessmentOptionsOperations.js +23 -40
- package/dist/esm/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/esm/operations/sqlAssessmentV2Operations.js +45 -52
- package/dist/esm/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/esm/operations/sqlAssessmentV2SummaryOperations.js +23 -40
- package/dist/esm/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/esm/operations/sqlCollectorOperations.js +34 -46
- package/dist/esm/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/esm/operations/vmwareCollectorsOperations.js +34 -46
- package/dist/esm/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/azureMigrateAssessmentService.js +38 -5
- package/dist/react-native/azureMigrateAssessmentService.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +1209 -588
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/assessedMachinesOperations.js +23 -40
- package/dist/react-native/operations/assessedMachinesOperations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlDatabaseV2Operations.js +23 -40
- package/dist/react-native/operations/assessedSqlDatabaseV2Operations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlInstanceV2Operations.js +23 -40
- package/dist/react-native/operations/assessedSqlInstanceV2Operations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlMachinesOperations.js +23 -40
- package/dist/react-native/operations/assessedSqlMachinesOperations.js.map +1 -1
- package/dist/react-native/operations/assessedSqlRecommendedEntityOperations.js +23 -40
- package/dist/react-native/operations/assessedSqlRecommendedEntityOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentOptionsOperations.js +23 -40
- package/dist/react-native/operations/assessmentOptionsOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentProjectSummaryOperations.js +23 -40
- package/dist/react-native/operations/assessmentProjectSummaryOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentProjectsOperations.js +67 -91
- package/dist/react-native/operations/assessmentProjectsOperations.js.map +1 -1
- package/dist/react-native/operations/assessmentsOperations.js +45 -52
- package/dist/react-native/operations/assessmentsOperations.js.map +1 -1
- package/dist/react-native/operations/avsAssessedMachinesOperations.js +23 -40
- package/dist/react-native/operations/avsAssessedMachinesOperations.js.map +1 -1
- package/dist/react-native/operations/avsAssessmentOptionsOperations.js +23 -40
- package/dist/react-native/operations/avsAssessmentOptionsOperations.js.map +1 -1
- package/dist/react-native/operations/avsAssessmentsOperations.js +45 -52
- package/dist/react-native/operations/avsAssessmentsOperations.js.map +1 -1
- package/dist/react-native/operations/groupsOperations.js +45 -52
- package/dist/react-native/operations/groupsOperations.js.map +1 -1
- package/dist/react-native/operations/hypervCollectorsOperations.js +34 -46
- package/dist/react-native/operations/hypervCollectorsOperations.js.map +1 -1
- package/dist/react-native/operations/importCollectorsOperations.js +34 -46
- package/dist/react-native/operations/importCollectorsOperations.js.map +1 -1
- package/dist/react-native/operations/machinesOperations.js +23 -40
- package/dist/react-native/operations/machinesOperations.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +34 -46
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist/react-native/operations/privateLinkResourceOperations.js +23 -40
- package/dist/react-native/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist/react-native/operations/serverCollectorsOperations.js +34 -46
- package/dist/react-native/operations/serverCollectorsOperations.js.map +1 -1
- package/dist/react-native/operations/sqlAssessmentOptionsOperations.js +23 -40
- package/dist/react-native/operations/sqlAssessmentOptionsOperations.js.map +1 -1
- package/dist/react-native/operations/sqlAssessmentV2Operations.js +45 -52
- package/dist/react-native/operations/sqlAssessmentV2Operations.js.map +1 -1
- package/dist/react-native/operations/sqlAssessmentV2SummaryOperations.js +23 -40
- package/dist/react-native/operations/sqlAssessmentV2SummaryOperations.js.map +1 -1
- package/dist/react-native/operations/sqlCollectorOperations.js +34 -46
- package/dist/react-native/operations/sqlCollectorOperations.js.map +1 -1
- package/dist/react-native/operations/vmwareCollectorsOperations.js +34 -46
- package/dist/react-native/operations/vmwareCollectorsOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-migrationassessment-node.api.md +4068 -4068
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assessmentsOperations.js","sourceRoot":"","sources":["../../../src/operations/assessmentsOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { AssessmentsOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureMigrateAssessmentService } from \"../azureMigrateAssessmentService.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n Assessment,\n AssessmentsOperationsListByGroupNextOptionalParams,\n AssessmentsOperationsListByGroupOptionalParams,\n AssessmentsOperationsListByGroupResponse,\n AssessmentsOperationsGetOptionalParams,\n AssessmentsOperationsGetResponse,\n AssessmentsOperationsCreateOptionalParams,\n AssessmentsOperationsCreateResponse,\n AssessmentsOperationsDeleteOptionalParams,\n AssessmentsOperationsDownloadUrlOptionalParams,\n AssessmentsOperationsDownloadUrlResponse,\n AssessmentsOperationsListByGroupNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AssessmentsOperations operations. */\nexport class AssessmentsOperationsImpl implements AssessmentsOperations {\n private readonly client: AzureMigrateAssessmentService;\n\n /**\n * Initialize a new instance of the class AssessmentsOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateAssessmentService) {\n this.client = client;\n }\n\n /**\n * List Assessment resources by Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param options The options parameters.\n */\n public listByGroup(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n ): PagedAsyncIterableIterator<Assessment> {\n const iter = this.listByGroupPagingAll(\n resourceGroupName,\n projectName,\n groupName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByGroupPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByGroupPagingPage(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Assessment[]> {\n let result: AssessmentsOperationsListByGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByGroup(\n resourceGroupName,\n projectName,\n groupName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByGroupNext(\n resourceGroupName,\n projectName,\n groupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByGroupPagingAll(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n ): AsyncIterableIterator<Assessment> {\n for await (const page of this.listByGroupPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List Assessment resources by Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param options The options parameters.\n */\n private _listByGroup(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n ): Promise<AssessmentsOperationsListByGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, options },\n listByGroupOperationSpec,\n );\n }\n\n /**\n * Get a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsOperationsGetOptionalParams,\n ): Promise<AssessmentsOperationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n resource: Assessment,\n options?: AssessmentsOperationsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AssessmentsOperationsCreateResponse>,\n AssessmentsOperationsCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AssessmentsOperationsCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n resource,\n options,\n },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n AssessmentsOperationsCreateResponse,\n OperationState<AssessmentsOperationsCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n resource: Assessment,\n options?: AssessmentsOperationsCreateOptionalParams,\n ): Promise<AssessmentsOperationsCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n resource,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsOperationsDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Get the URL for downloading the assessment in a report format.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param body The content of the action request\n * @param options The options parameters.\n */\n async beginDownloadUrl(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n body: Record<string, unknown>,\n options?: AssessmentsOperationsDownloadUrlOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AssessmentsOperationsDownloadUrlResponse>,\n AssessmentsOperationsDownloadUrlResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AssessmentsOperationsDownloadUrlResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n body,\n options,\n },\n spec: downloadUrlOperationSpec,\n });\n const poller = await createHttpPoller<\n AssessmentsOperationsDownloadUrlResponse,\n OperationState<AssessmentsOperationsDownloadUrlResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Get the URL for downloading the assessment in a report format.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param body The content of the action request\n * @param options The options parameters.\n */\n async beginDownloadUrlAndWait(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n body: Record<string, unknown>,\n options?: AssessmentsOperationsDownloadUrlOptionalParams,\n ): Promise<AssessmentsOperationsDownloadUrlResponse> {\n const poller = await this.beginDownloadUrl(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n body,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param nextLink The nextLink from the previous successful call to the ListByGroup method.\n * @param options The options parameters.\n */\n private _listByGroupNext(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n nextLink: string,\n options?: AssessmentsOperationsListByGroupNextOptionalParams,\n ): Promise<AssessmentsOperationsListByGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, nextLink, options },\n listByGroupNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assessment,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assessment,\n },\n 201: {\n bodyMapper: Mappers.Assessment,\n },\n 202: {\n bodyMapper: Mappers.Assessment,\n },\n 204: {\n bodyMapper: Mappers.Assessment,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.resource2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst downloadUrlOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}/downloadUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n },\n 201: {\n bodyMapper: Mappers.DownloadUrl,\n },\n 202: {\n bodyMapper: Mappers.DownloadUrl,\n },\n 204: {\n bodyMapper: Mappers.DownloadUrl,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.body1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"assessmentsOperations.js","sourceRoot":"","sources":["../../../src/operations/assessmentsOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { AssessmentsOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureMigrateAssessmentService } from \"../azureMigrateAssessmentService.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n Assessment,\n AssessmentsOperationsListByGroupNextOptionalParams,\n AssessmentsOperationsListByGroupOptionalParams,\n AssessmentsOperationsListByGroupResponse,\n AssessmentsOperationsGetOptionalParams,\n AssessmentsOperationsGetResponse,\n AssessmentsOperationsCreateOptionalParams,\n AssessmentsOperationsCreateResponse,\n AssessmentsOperationsDeleteOptionalParams,\n AssessmentsOperationsDownloadUrlOptionalParams,\n AssessmentsOperationsDownloadUrlResponse,\n AssessmentsOperationsListByGroupNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AssessmentsOperations operations. */\nexport class AssessmentsOperationsImpl implements AssessmentsOperations {\n private readonly client: AzureMigrateAssessmentService;\n\n /**\n * Initialize a new instance of the class AssessmentsOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateAssessmentService) {\n this.client = client;\n }\n\n /**\n * List Assessment resources by Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param options The options parameters.\n */\n public listByGroup(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n ): PagedAsyncIterableIterator<Assessment> {\n const iter = this.listByGroupPagingAll(\n resourceGroupName,\n projectName,\n groupName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByGroupPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByGroupPagingPage(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Assessment[]> {\n let result: AssessmentsOperationsListByGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByGroup(\n resourceGroupName,\n projectName,\n groupName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByGroupNext(\n resourceGroupName,\n projectName,\n groupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByGroupPagingAll(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n ): AsyncIterableIterator<Assessment> {\n for await (const page of this.listByGroupPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List Assessment resources by Group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param options The options parameters.\n */\n private _listByGroup(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n options?: AssessmentsOperationsListByGroupOptionalParams,\n ): Promise<AssessmentsOperationsListByGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, options },\n listByGroupOperationSpec,\n );\n }\n\n /**\n * Get a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsOperationsGetOptionalParams,\n ): Promise<AssessmentsOperationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n resource: Assessment,\n options?: AssessmentsOperationsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AssessmentsOperationsCreateResponse>,\n AssessmentsOperationsCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AssessmentsOperationsCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n resource,\n options,\n },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n AssessmentsOperationsCreateResponse,\n OperationState<AssessmentsOperationsCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n resource: Assessment,\n options?: AssessmentsOperationsCreateOptionalParams,\n ): Promise<AssessmentsOperationsCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n resource,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a Assessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AssessmentsOperationsDeleteOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n deleteOperationSpec,\n );\n }\n\n /**\n * Get the URL for downloading the assessment in a report format.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param body The content of the action request\n * @param options The options parameters.\n */\n async beginDownloadUrl(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n body: Record<string, unknown>,\n options?: AssessmentsOperationsDownloadUrlOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AssessmentsOperationsDownloadUrlResponse>,\n AssessmentsOperationsDownloadUrlResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AssessmentsOperationsDownloadUrlResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n body,\n options,\n },\n spec: downloadUrlOperationSpec,\n });\n const poller = await createHttpPoller<\n AssessmentsOperationsDownloadUrlResponse,\n OperationState<AssessmentsOperationsDownloadUrlResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Get the URL for downloading the assessment in a report format.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName Machine Assessment ARM name\n * @param body The content of the action request\n * @param options The options parameters.\n */\n async beginDownloadUrlAndWait(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n body: Record<string, unknown>,\n options?: AssessmentsOperationsDownloadUrlOptionalParams,\n ): Promise<AssessmentsOperationsDownloadUrlResponse> {\n const poller = await this.beginDownloadUrl(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n body,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param nextLink The nextLink from the previous successful call to the ListByGroup method.\n * @param options The options parameters.\n */\n private _listByGroupNext(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n nextLink: string,\n options?: AssessmentsOperationsListByGroupNextOptionalParams,\n ): Promise<AssessmentsOperationsListByGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, nextLink, options },\n listByGroupNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assessment,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Assessment,\n },\n 201: {\n bodyMapper: Mappers.Assessment,\n },\n 202: {\n bodyMapper: Mappers.Assessment,\n },\n 204: {\n bodyMapper: Mappers.Assessment,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.resource2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst downloadUrlOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/assessments/{assessmentName}/downloadUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n },\n 201: {\n bodyMapper: Mappers.DownloadUrl,\n },\n 202: {\n bodyMapper: Mappers.DownloadUrl,\n },\n 204: {\n bodyMapper: Mappers.DownloadUrl,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.body1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listByGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AssessmentListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -16,6 +16,7 @@ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
|
16
16
|
/// <reference lib="esnext.asynciterable" />
|
|
17
17
|
/** Class containing AvsAssessedMachinesOperations operations. */
|
|
18
18
|
class AvsAssessedMachinesOperationsImpl {
|
|
19
|
+
client;
|
|
19
20
|
/**
|
|
20
21
|
* Initialize a new instance of the class AvsAssessedMachinesOperations class.
|
|
21
22
|
* @param client Reference to the service client
|
|
@@ -41,52 +42,35 @@ class AvsAssessedMachinesOperationsImpl {
|
|
|
41
42
|
return this;
|
|
42
43
|
},
|
|
43
44
|
byPage: (settings) => {
|
|
44
|
-
if (settings
|
|
45
|
+
if (settings?.maxPageSize) {
|
|
45
46
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
46
47
|
}
|
|
47
48
|
return this.listByAvsAssessmentPagingPage(resourceGroupName, projectName, groupName, assessmentName, options, settings);
|
|
48
49
|
},
|
|
49
50
|
};
|
|
50
51
|
}
|
|
51
|
-
listByAvsAssessmentPagingPage(resourceGroupName, projectName, groupName, assessmentName, options, settings) {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
});
|
|
52
|
+
async *listByAvsAssessmentPagingPage(resourceGroupName, projectName, groupName, assessmentName, options, settings) {
|
|
53
|
+
let result;
|
|
54
|
+
let continuationToken = settings?.continuationToken;
|
|
55
|
+
if (!continuationToken) {
|
|
56
|
+
result = await this._listByAvsAssessment(resourceGroupName, projectName, groupName, assessmentName, options);
|
|
57
|
+
let page = result.value || [];
|
|
58
|
+
continuationToken = result.nextLink;
|
|
59
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
60
|
+
yield page;
|
|
61
|
+
}
|
|
62
|
+
while (continuationToken) {
|
|
63
|
+
result = await this._listByAvsAssessmentNext(resourceGroupName, projectName, groupName, assessmentName, continuationToken, options);
|
|
64
|
+
continuationToken = result.nextLink;
|
|
65
|
+
let page = result.value || [];
|
|
66
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
67
|
+
yield page;
|
|
68
|
+
}
|
|
70
69
|
}
|
|
71
|
-
listByAvsAssessmentPagingAll(resourceGroupName, projectName, groupName, assessmentName, options) {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listByAvsAssessmentPagingPage(resourceGroupName, projectName, groupName, assessmentName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
76
|
-
_c = _f.value;
|
|
77
|
-
_d = false;
|
|
78
|
-
const page = _c;
|
|
79
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
83
|
-
finally {
|
|
84
|
-
try {
|
|
85
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
86
|
-
}
|
|
87
|
-
finally { if (e_1) throw e_1.error; }
|
|
88
|
-
}
|
|
89
|
-
});
|
|
70
|
+
async *listByAvsAssessmentPagingAll(resourceGroupName, projectName, groupName, assessmentName, options) {
|
|
71
|
+
for await (const page of this.listByAvsAssessmentPagingPage(resourceGroupName, projectName, groupName, assessmentName, options)) {
|
|
72
|
+
yield* page;
|
|
73
|
+
}
|
|
90
74
|
}
|
|
91
75
|
/**
|
|
92
76
|
* List AvsAssessedMachine resources by AvsAssessment
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avsAssessedMachinesOperations.js","sourceRoot":"","sources":["../../../src/operations/avsAssessedMachinesOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { AvsAssessedMachinesOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureMigrateAssessmentService } from \"../azureMigrateAssessmentService.js\";\nimport {\n AvsAssessedMachine,\n AvsAssessedMachinesOperationsListByAvsAssessmentNextOptionalParams,\n AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n AvsAssessedMachinesOperationsListByAvsAssessmentResponse,\n AvsAssessedMachinesOperationsGetOptionalParams,\n AvsAssessedMachinesOperationsGetResponse,\n AvsAssessedMachinesOperationsListByAvsAssessmentNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AvsAssessedMachinesOperations operations. */\nexport class AvsAssessedMachinesOperationsImpl\n implements AvsAssessedMachinesOperations\n{\n private readonly client: AzureMigrateAssessmentService;\n\n /**\n * Initialize a new instance of the class AvsAssessedMachinesOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateAssessmentService) {\n this.client = client;\n }\n\n /**\n * List AvsAssessedMachine resources by AvsAssessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param options The options parameters.\n */\n public listByAvsAssessment(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n ): PagedAsyncIterableIterator<AvsAssessedMachine> {\n const iter = this.listByAvsAssessmentPagingAll(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByAvsAssessmentPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByAvsAssessmentPagingPage(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<AvsAssessedMachine[]> {\n let result: AvsAssessedMachinesOperationsListByAvsAssessmentResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByAvsAssessment(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByAvsAssessmentNext(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByAvsAssessmentPagingAll(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n ): AsyncIterableIterator<AvsAssessedMachine> {\n for await (const page of this.listByAvsAssessmentPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List AvsAssessedMachine resources by AvsAssessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param options The options parameters.\n */\n private _listByAvsAssessment(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n ): Promise<AvsAssessedMachinesOperationsListByAvsAssessmentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n listByAvsAssessmentOperationSpec,\n );\n }\n\n /**\n * Get a AvsAssessedMachine\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param avsAssessedMachineName AVS assessment Assessed Machine ARM name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n avsAssessedMachineName: string,\n options?: AvsAssessedMachinesOperationsGetOptionalParams,\n ): Promise<AvsAssessedMachinesOperationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n avsAssessedMachineName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * ListByAvsAssessmentNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param nextLink The nextLink from the previous successful call to the ListByAvsAssessment method.\n * @param options The options parameters.\n */\n private _listByAvsAssessmentNext(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n nextLink: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentNextOptionalParams,\n ): Promise<AvsAssessedMachinesOperationsListByAvsAssessmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n nextLink,\n options,\n },\n listByAvsAssessmentNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAvsAssessmentOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/avsAssessments/{assessmentName}/avsAssessedMachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessedMachineListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.pageSize,\n Parameters.continuationToken,\n Parameters.totalRecordCount,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/avsAssessments/{assessmentName}/avsAssessedMachines/{avsAssessedMachineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessedMachine,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n Parameters.avsAssessedMachineName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByAvsAssessmentNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessedMachineListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"avsAssessedMachinesOperations.js","sourceRoot":"","sources":["../../../src/operations/avsAssessedMachinesOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { AvsAssessedMachinesOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureMigrateAssessmentService } from \"../azureMigrateAssessmentService.js\";\nimport {\n AvsAssessedMachine,\n AvsAssessedMachinesOperationsListByAvsAssessmentNextOptionalParams,\n AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n AvsAssessedMachinesOperationsListByAvsAssessmentResponse,\n AvsAssessedMachinesOperationsGetOptionalParams,\n AvsAssessedMachinesOperationsGetResponse,\n AvsAssessedMachinesOperationsListByAvsAssessmentNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AvsAssessedMachinesOperations operations. */\nexport class AvsAssessedMachinesOperationsImpl\n implements AvsAssessedMachinesOperations\n{\n private readonly client: AzureMigrateAssessmentService;\n\n /**\n * Initialize a new instance of the class AvsAssessedMachinesOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateAssessmentService) {\n this.client = client;\n }\n\n /**\n * List AvsAssessedMachine resources by AvsAssessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param options The options parameters.\n */\n public listByAvsAssessment(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n ): PagedAsyncIterableIterator<AvsAssessedMachine> {\n const iter = this.listByAvsAssessmentPagingAll(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByAvsAssessmentPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByAvsAssessmentPagingPage(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<AvsAssessedMachine[]> {\n let result: AvsAssessedMachinesOperationsListByAvsAssessmentResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByAvsAssessment(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByAvsAssessmentNext(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByAvsAssessmentPagingAll(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n ): AsyncIterableIterator<AvsAssessedMachine> {\n for await (const page of this.listByAvsAssessmentPagingPage(\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List AvsAssessedMachine resources by AvsAssessment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param options The options parameters.\n */\n private _listByAvsAssessment(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentOptionalParams,\n ): Promise<AvsAssessedMachinesOperationsListByAvsAssessmentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, groupName, assessmentName, options },\n listByAvsAssessmentOperationSpec,\n );\n }\n\n /**\n * Get a AvsAssessedMachine\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param avsAssessedMachineName AVS assessment Assessed Machine ARM name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n avsAssessedMachineName: string,\n options?: AvsAssessedMachinesOperationsGetOptionalParams,\n ): Promise<AvsAssessedMachinesOperationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n avsAssessedMachineName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * ListByAvsAssessmentNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param groupName Group ARM name\n * @param assessmentName AVS Assessment ARM name\n * @param nextLink The nextLink from the previous successful call to the ListByAvsAssessment method.\n * @param options The options parameters.\n */\n private _listByAvsAssessmentNext(\n resourceGroupName: string,\n projectName: string,\n groupName: string,\n assessmentName: string,\n nextLink: string,\n options?: AvsAssessedMachinesOperationsListByAvsAssessmentNextOptionalParams,\n ): Promise<AvsAssessedMachinesOperationsListByAvsAssessmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n projectName,\n groupName,\n assessmentName,\n nextLink,\n options,\n },\n listByAvsAssessmentNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAvsAssessmentOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/avsAssessments/{assessmentName}/avsAssessedMachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessedMachineListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.pageSize,\n Parameters.continuationToken,\n Parameters.totalRecordCount,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}/avsAssessments/{assessmentName}/avsAssessedMachines/{avsAssessedMachineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessedMachine,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n Parameters.avsAssessedMachineName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByAvsAssessmentNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessedMachineListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.groupName,\n Parameters.assessmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -16,6 +16,7 @@ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
|
16
16
|
/// <reference lib="esnext.asynciterable" />
|
|
17
17
|
/** Class containing AvsAssessmentOptionsOperations operations. */
|
|
18
18
|
class AvsAssessmentOptionsOperationsImpl {
|
|
19
|
+
client;
|
|
19
20
|
/**
|
|
20
21
|
* Initialize a new instance of the class AvsAssessmentOptionsOperations class.
|
|
21
22
|
* @param client Reference to the service client
|
|
@@ -39,52 +40,35 @@ class AvsAssessmentOptionsOperationsImpl {
|
|
|
39
40
|
return this;
|
|
40
41
|
},
|
|
41
42
|
byPage: (settings) => {
|
|
42
|
-
if (settings
|
|
43
|
+
if (settings?.maxPageSize) {
|
|
43
44
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
45
|
}
|
|
45
46
|
return this.listByAssessmentProjectPagingPage(resourceGroupName, projectName, options, settings);
|
|
46
47
|
},
|
|
47
48
|
};
|
|
48
49
|
}
|
|
49
|
-
listByAssessmentProjectPagingPage(resourceGroupName, projectName, options, settings) {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
});
|
|
50
|
+
async *listByAssessmentProjectPagingPage(resourceGroupName, projectName, options, settings) {
|
|
51
|
+
let result;
|
|
52
|
+
let continuationToken = settings?.continuationToken;
|
|
53
|
+
if (!continuationToken) {
|
|
54
|
+
result = await this._listByAssessmentProject(resourceGroupName, projectName, options);
|
|
55
|
+
let page = result.value || [];
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
58
|
+
yield page;
|
|
59
|
+
}
|
|
60
|
+
while (continuationToken) {
|
|
61
|
+
result = await this._listByAssessmentProjectNext(resourceGroupName, projectName, continuationToken, options);
|
|
62
|
+
continuationToken = result.nextLink;
|
|
63
|
+
let page = result.value || [];
|
|
64
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
65
|
+
yield page;
|
|
66
|
+
}
|
|
68
67
|
}
|
|
69
|
-
listByAssessmentProjectPagingAll(resourceGroupName, projectName, options) {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listByAssessmentProjectPagingPage(resourceGroupName, projectName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
-
_c = _f.value;
|
|
75
|
-
_d = false;
|
|
76
|
-
const page = _c;
|
|
77
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
-
finally {
|
|
82
|
-
try {
|
|
83
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
84
|
-
}
|
|
85
|
-
finally { if (e_1) throw e_1.error; }
|
|
86
|
-
}
|
|
87
|
-
});
|
|
68
|
+
async *listByAssessmentProjectPagingAll(resourceGroupName, projectName, options) {
|
|
69
|
+
for await (const page of this.listByAssessmentProjectPagingPage(resourceGroupName, projectName, options)) {
|
|
70
|
+
yield* page;
|
|
71
|
+
}
|
|
88
72
|
}
|
|
89
73
|
/**
|
|
90
74
|
* List AvsAssessmentOptions resources by AssessmentProject
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avsAssessmentOptionsOperations.js","sourceRoot":"","sources":["../../../src/operations/avsAssessmentOptionsOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { AvsAssessmentOptionsOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureMigrateAssessmentService } from \"../azureMigrateAssessmentService.js\";\nimport {\n AvsAssessmentOptions,\n AvsAssessmentOptionsOperationsListByAssessmentProjectNextOptionalParams,\n AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n AvsAssessmentOptionsOperationsListByAssessmentProjectResponse,\n AvsAssessmentOptionsOperationsGetOptionalParams,\n AvsAssessmentOptionsOperationsGetResponse,\n AvsAssessmentOptionsOperationsListByAssessmentProjectNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AvsAssessmentOptionsOperations operations. */\nexport class AvsAssessmentOptionsOperationsImpl\n implements AvsAssessmentOptionsOperations\n{\n private readonly client: AzureMigrateAssessmentService;\n\n /**\n * Initialize a new instance of the class AvsAssessmentOptionsOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateAssessmentService) {\n this.client = client;\n }\n\n /**\n * List AvsAssessmentOptions resources by AssessmentProject\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param options The options parameters.\n */\n public listByAssessmentProject(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n ): PagedAsyncIterableIterator<AvsAssessmentOptions> {\n const iter = this.listByAssessmentProjectPagingAll(\n resourceGroupName,\n projectName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByAssessmentProjectPagingPage(\n resourceGroupName,\n projectName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByAssessmentProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<AvsAssessmentOptions[]> {\n let result: AvsAssessmentOptionsOperationsListByAssessmentProjectResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByAssessmentProject(\n resourceGroupName,\n projectName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByAssessmentProjectNext(\n resourceGroupName,\n projectName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByAssessmentProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n ): AsyncIterableIterator<AvsAssessmentOptions> {\n for await (const page of this.listByAssessmentProjectPagingPage(\n resourceGroupName,\n projectName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List AvsAssessmentOptions resources by AssessmentProject\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param options The options parameters.\n */\n private _listByAssessmentProject(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n ): Promise<AvsAssessmentOptionsOperationsListByAssessmentProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByAssessmentProjectOperationSpec,\n );\n }\n\n /**\n * Get a AvsAssessmentOptions\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param avsAssessmentOptionsName AVS Assessment options ARM name. Accepted value is 'default'\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n avsAssessmentOptionsName: string,\n options?: AvsAssessmentOptionsOperationsGetOptionalParams,\n ): Promise<AvsAssessmentOptionsOperationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, avsAssessmentOptionsName, options },\n getOperationSpec,\n );\n }\n\n /**\n * ListByAssessmentProjectNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param nextLink The nextLink from the previous successful call to the ListByAssessmentProject\n * method.\n * @param options The options parameters.\n */\n private _listByAssessmentProjectNext(\n resourceGroupName: string,\n projectName: string,\n nextLink: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectNextOptionalParams,\n ): Promise<AvsAssessmentOptionsOperationsListByAssessmentProjectNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, nextLink, options },\n listByAssessmentProjectNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAssessmentProjectOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/avsAssessmentOptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessmentOptionsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/avsAssessmentOptions/{avsAssessmentOptionsName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessmentOptions,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.avsAssessmentOptionsName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByAssessmentProjectNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessmentOptionsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"avsAssessmentOptionsOperations.js","sourceRoot":"","sources":["../../../src/operations/avsAssessmentOptionsOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { AvsAssessmentOptionsOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureMigrateAssessmentService } from \"../azureMigrateAssessmentService.js\";\nimport {\n AvsAssessmentOptions,\n AvsAssessmentOptionsOperationsListByAssessmentProjectNextOptionalParams,\n AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n AvsAssessmentOptionsOperationsListByAssessmentProjectResponse,\n AvsAssessmentOptionsOperationsGetOptionalParams,\n AvsAssessmentOptionsOperationsGetResponse,\n AvsAssessmentOptionsOperationsListByAssessmentProjectNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AvsAssessmentOptionsOperations operations. */\nexport class AvsAssessmentOptionsOperationsImpl\n implements AvsAssessmentOptionsOperations\n{\n private readonly client: AzureMigrateAssessmentService;\n\n /**\n * Initialize a new instance of the class AvsAssessmentOptionsOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AzureMigrateAssessmentService) {\n this.client = client;\n }\n\n /**\n * List AvsAssessmentOptions resources by AssessmentProject\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param options The options parameters.\n */\n public listByAssessmentProject(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n ): PagedAsyncIterableIterator<AvsAssessmentOptions> {\n const iter = this.listByAssessmentProjectPagingAll(\n resourceGroupName,\n projectName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByAssessmentProjectPagingPage(\n resourceGroupName,\n projectName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByAssessmentProjectPagingPage(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<AvsAssessmentOptions[]> {\n let result: AvsAssessmentOptionsOperationsListByAssessmentProjectResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByAssessmentProject(\n resourceGroupName,\n projectName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByAssessmentProjectNext(\n resourceGroupName,\n projectName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByAssessmentProjectPagingAll(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n ): AsyncIterableIterator<AvsAssessmentOptions> {\n for await (const page of this.listByAssessmentProjectPagingPage(\n resourceGroupName,\n projectName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List AvsAssessmentOptions resources by AssessmentProject\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param options The options parameters.\n */\n private _listByAssessmentProject(\n resourceGroupName: string,\n projectName: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectOptionalParams,\n ): Promise<AvsAssessmentOptionsOperationsListByAssessmentProjectResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, options },\n listByAssessmentProjectOperationSpec,\n );\n }\n\n /**\n * Get a AvsAssessmentOptions\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param avsAssessmentOptionsName AVS Assessment options ARM name. Accepted value is 'default'\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n projectName: string,\n avsAssessmentOptionsName: string,\n options?: AvsAssessmentOptionsOperationsGetOptionalParams,\n ): Promise<AvsAssessmentOptionsOperationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, avsAssessmentOptionsName, options },\n getOperationSpec,\n );\n }\n\n /**\n * ListByAssessmentProjectNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param projectName Assessment Project Name\n * @param nextLink The nextLink from the previous successful call to the ListByAssessmentProject\n * method.\n * @param options The options parameters.\n */\n private _listByAssessmentProjectNext(\n resourceGroupName: string,\n projectName: string,\n nextLink: string,\n options?: AvsAssessmentOptionsOperationsListByAssessmentProjectNextOptionalParams,\n ): Promise<AvsAssessmentOptionsOperationsListByAssessmentProjectNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, projectName, nextLink, options },\n listByAssessmentProjectNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAssessmentProjectOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/avsAssessmentOptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessmentOptionsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/avsAssessmentOptions/{avsAssessmentOptionsName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessmentOptions,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n Parameters.avsAssessmentOptionsName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByAssessmentProjectNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvsAssessmentOptionsListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.projectName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -18,6 +18,7 @@ const lroImpl_js_1 = require("../lroImpl.js");
|
|
|
18
18
|
/// <reference lib="esnext.asynciterable" />
|
|
19
19
|
/** Class containing AvsAssessmentsOperations operations. */
|
|
20
20
|
class AvsAssessmentsOperationsImpl {
|
|
21
|
+
client;
|
|
21
22
|
/**
|
|
22
23
|
* Initialize a new instance of the class AvsAssessmentsOperations class.
|
|
23
24
|
* @param client Reference to the service client
|
|
@@ -42,52 +43,35 @@ class AvsAssessmentsOperationsImpl {
|
|
|
42
43
|
return this;
|
|
43
44
|
},
|
|
44
45
|
byPage: (settings) => {
|
|
45
|
-
if (settings
|
|
46
|
+
if (settings?.maxPageSize) {
|
|
46
47
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
47
48
|
}
|
|
48
49
|
return this.listByGroupPagingPage(resourceGroupName, projectName, groupName, options, settings);
|
|
49
50
|
},
|
|
50
51
|
};
|
|
51
52
|
}
|
|
52
|
-
listByGroupPagingPage(resourceGroupName, projectName, groupName, options, settings) {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
});
|
|
53
|
+
async *listByGroupPagingPage(resourceGroupName, projectName, groupName, options, settings) {
|
|
54
|
+
let result;
|
|
55
|
+
let continuationToken = settings?.continuationToken;
|
|
56
|
+
if (!continuationToken) {
|
|
57
|
+
result = await this._listByGroup(resourceGroupName, projectName, groupName, options);
|
|
58
|
+
let page = result.value || [];
|
|
59
|
+
continuationToken = result.nextLink;
|
|
60
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
61
|
+
yield page;
|
|
62
|
+
}
|
|
63
|
+
while (continuationToken) {
|
|
64
|
+
result = await this._listByGroupNext(resourceGroupName, projectName, groupName, continuationToken, options);
|
|
65
|
+
continuationToken = result.nextLink;
|
|
66
|
+
let page = result.value || [];
|
|
67
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
68
|
+
yield page;
|
|
69
|
+
}
|
|
71
70
|
}
|
|
72
|
-
listByGroupPagingAll(resourceGroupName, projectName, groupName, options) {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listByGroupPagingPage(resourceGroupName, projectName, groupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
77
|
-
_c = _f.value;
|
|
78
|
-
_d = false;
|
|
79
|
-
const page = _c;
|
|
80
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
84
|
-
finally {
|
|
85
|
-
try {
|
|
86
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
87
|
-
}
|
|
88
|
-
finally { if (e_1) throw e_1.error; }
|
|
89
|
-
}
|
|
90
|
-
});
|
|
71
|
+
async *listByGroupPagingAll(resourceGroupName, projectName, groupName, options) {
|
|
72
|
+
for await (const page of this.listByGroupPagingPage(resourceGroupName, projectName, groupName, options)) {
|
|
73
|
+
yield* page;
|
|
74
|
+
}
|
|
91
75
|
}
|
|
92
76
|
/**
|
|
93
77
|
* List AvsAssessment resources by Group
|
|
@@ -124,14 +108,19 @@ class AvsAssessmentsOperationsImpl {
|
|
|
124
108
|
return this.client.sendOperationRequest(args, spec);
|
|
125
109
|
};
|
|
126
110
|
const sendOperationFn = async (args, spec) => {
|
|
127
|
-
var _a;
|
|
128
111
|
let currentRawResponse = undefined;
|
|
129
|
-
const providedCallback =
|
|
112
|
+
const providedCallback = args.options?.onResponse;
|
|
130
113
|
const callback = (rawResponse, flatResponse) => {
|
|
131
114
|
currentRawResponse = rawResponse;
|
|
132
|
-
providedCallback
|
|
115
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
116
|
+
};
|
|
117
|
+
const updatedArgs = {
|
|
118
|
+
...args,
|
|
119
|
+
options: {
|
|
120
|
+
...args.options,
|
|
121
|
+
onResponse: callback,
|
|
122
|
+
},
|
|
133
123
|
};
|
|
134
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
135
124
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
136
125
|
return {
|
|
137
126
|
flatResponse,
|
|
@@ -155,8 +144,8 @@ class AvsAssessmentsOperationsImpl {
|
|
|
155
144
|
spec: createOperationSpec,
|
|
156
145
|
});
|
|
157
146
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
158
|
-
restoreFrom: options
|
|
159
|
-
intervalInMs: options
|
|
147
|
+
restoreFrom: options?.resumeFrom,
|
|
148
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
160
149
|
resourceLocationConfig: "azure-async-operation",
|
|
161
150
|
});
|
|
162
151
|
await poller.poll();
|
|
@@ -200,14 +189,19 @@ class AvsAssessmentsOperationsImpl {
|
|
|
200
189
|
return this.client.sendOperationRequest(args, spec);
|
|
201
190
|
};
|
|
202
191
|
const sendOperationFn = async (args, spec) => {
|
|
203
|
-
var _a;
|
|
204
192
|
let currentRawResponse = undefined;
|
|
205
|
-
const providedCallback =
|
|
193
|
+
const providedCallback = args.options?.onResponse;
|
|
206
194
|
const callback = (rawResponse, flatResponse) => {
|
|
207
195
|
currentRawResponse = rawResponse;
|
|
208
|
-
providedCallback
|
|
196
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
197
|
+
};
|
|
198
|
+
const updatedArgs = {
|
|
199
|
+
...args,
|
|
200
|
+
options: {
|
|
201
|
+
...args.options,
|
|
202
|
+
onResponse: callback,
|
|
203
|
+
},
|
|
209
204
|
};
|
|
210
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
211
205
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
212
206
|
return {
|
|
213
207
|
flatResponse,
|
|
@@ -231,8 +225,8 @@ class AvsAssessmentsOperationsImpl {
|
|
|
231
225
|
spec: downloadUrlOperationSpec,
|
|
232
226
|
});
|
|
233
227
|
const poller = await (0, core_lro_1.createHttpPoller)(lro, {
|
|
234
|
-
restoreFrom: options
|
|
235
|
-
intervalInMs: options
|
|
228
|
+
restoreFrom: options?.resumeFrom,
|
|
229
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
236
230
|
resourceLocationConfig: "location",
|
|
237
231
|
});
|
|
238
232
|
await poller.poll();
|