@azure/arm-workloadorchestration 1.0.0-alpha.20250901.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/LICENSE +21 -0
- package/README.md +118 -0
- package/dist/browser/api/configTemplateVersions/index.d.ts +3 -0
- package/dist/browser/api/configTemplateVersions/index.js +4 -0
- package/dist/browser/api/configTemplateVersions/index.js.map +1 -0
- package/dist/browser/api/configTemplateVersions/operations.d.ts +14 -0
- package/dist/browser/api/configTemplateVersions/operations.js +73 -0
- package/dist/browser/api/configTemplateVersions/operations.js.map +1 -0
- package/dist/browser/api/configTemplateVersions/options.d.ts +8 -0
- package/dist/browser/api/configTemplateVersions/options.js +4 -0
- package/dist/browser/api/configTemplateVersions/options.js.map +1 -0
- package/dist/browser/api/configTemplates/index.d.ts +3 -0
- package/dist/browser/api/configTemplates/index.js +4 -0
- package/dist/browser/api/configTemplates/index.js.map +1 -0
- package/dist/browser/api/configTemplates/operations.d.ts +44 -0
- package/dist/browser/api/configTemplates/operations.js +278 -0
- package/dist/browser/api/configTemplates/operations.js.map +1 -0
- package/dist/browser/api/configTemplates/options.d.ts +32 -0
- package/dist/browser/api/configTemplates/options.js +4 -0
- package/dist/browser/api/configTemplates/options.js.map +1 -0
- package/dist/browser/api/contexts/index.d.ts +3 -0
- package/dist/browser/api/contexts/index.js +4 -0
- package/dist/browser/api/contexts/index.js.map +1 -0
- package/dist/browser/api/contexts/operations.d.ts +36 -0
- package/dist/browser/api/contexts/operations.js +204 -0
- package/dist/browser/api/contexts/operations.js.map +1 -0
- package/dist/browser/api/contexts/options.d.ts +26 -0
- package/dist/browser/api/contexts/options.js +4 -0
- package/dist/browser/api/contexts/options.js.map +1 -0
- package/dist/browser/api/diagnostics/index.d.ts +3 -0
- package/dist/browser/api/diagnostics/index.js +4 -0
- package/dist/browser/api/diagnostics/index.js.map +1 -0
- package/dist/browser/api/diagnostics/operations.d.ts +36 -0
- package/dist/browser/api/diagnostics/operations.js +208 -0
- package/dist/browser/api/diagnostics/operations.js.map +1 -0
- package/dist/browser/api/diagnostics/options.d.ts +26 -0
- package/dist/browser/api/diagnostics/options.js +4 -0
- package/dist/browser/api/diagnostics/options.js.map +1 -0
- package/dist/browser/api/dynamicSchemaVersions/index.d.ts +3 -0
- package/dist/browser/api/dynamicSchemaVersions/index.js +4 -0
- package/dist/browser/api/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/browser/api/dynamicSchemaVersions/operations.d.ts +32 -0
- package/dist/browser/api/dynamicSchemaVersions/operations.js +190 -0
- package/dist/browser/api/dynamicSchemaVersions/operations.js.map +1 -0
- package/dist/browser/api/dynamicSchemaVersions/options.d.ts +21 -0
- package/dist/browser/api/dynamicSchemaVersions/options.js +4 -0
- package/dist/browser/api/dynamicSchemaVersions/options.js.map +1 -0
- package/dist/browser/api/dynamicSchemas/index.d.ts +3 -0
- package/dist/browser/api/dynamicSchemas/index.js +4 -0
- package/dist/browser/api/dynamicSchemas/index.js.map +1 -0
- package/dist/browser/api/dynamicSchemas/operations.d.ts +32 -0
- package/dist/browser/api/dynamicSchemas/operations.js +177 -0
- package/dist/browser/api/dynamicSchemas/operations.js.map +1 -0
- package/dist/browser/api/dynamicSchemas/options.d.ts +21 -0
- package/dist/browser/api/dynamicSchemas/options.js +4 -0
- package/dist/browser/api/dynamicSchemas/options.js.map +1 -0
- package/dist/browser/api/executions/index.d.ts +3 -0
- package/dist/browser/api/executions/index.js +4 -0
- package/dist/browser/api/executions/index.js.map +1 -0
- package/dist/browser/api/executions/operations.d.ts +32 -0
- package/dist/browser/api/executions/operations.js +195 -0
- package/dist/browser/api/executions/operations.js.map +1 -0
- package/dist/browser/api/executions/options.d.ts +23 -0
- package/dist/browser/api/executions/options.js +4 -0
- package/dist/browser/api/executions/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/instanceHistories/index.d.ts +3 -0
- package/dist/browser/api/instanceHistories/index.js +4 -0
- package/dist/browser/api/instanceHistories/index.js.map +1 -0
- package/dist/browser/api/instanceHistories/operations.d.ts +14 -0
- package/dist/browser/api/instanceHistories/operations.js +77 -0
- package/dist/browser/api/instanceHistories/operations.js.map +1 -0
- package/dist/browser/api/instanceHistories/options.d.ts +8 -0
- package/dist/browser/api/instanceHistories/options.js +4 -0
- package/dist/browser/api/instanceHistories/options.js.map +1 -0
- package/dist/browser/api/instances/index.d.ts +3 -0
- package/dist/browser/api/instances/index.js +4 -0
- package/dist/browser/api/instances/index.js.map +1 -0
- package/dist/browser/api/instances/operations.d.ts +32 -0
- package/dist/browser/api/instances/operations.js +186 -0
- package/dist/browser/api/instances/operations.js.map +1 -0
- package/dist/browser/api/instances/options.d.ts +23 -0
- package/dist/browser/api/instances/options.js +4 -0
- package/dist/browser/api/instances/options.js.map +1 -0
- package/dist/browser/api/jobs/index.d.ts +3 -0
- package/dist/browser/api/jobs/index.js +4 -0
- package/dist/browser/api/jobs/index.js.map +1 -0
- package/dist/browser/api/jobs/operations.d.ts +14 -0
- package/dist/browser/api/jobs/operations.js +65 -0
- package/dist/browser/api/jobs/operations.js.map +1 -0
- package/dist/browser/api/jobs/options.d.ts +8 -0
- package/dist/browser/api/jobs/options.js +4 -0
- package/dist/browser/api/jobs/options.js.map +1 -0
- package/dist/browser/api/schemaReferences/index.d.ts +3 -0
- package/dist/browser/api/schemaReferences/index.js +4 -0
- package/dist/browser/api/schemaReferences/index.js.map +1 -0
- package/dist/browser/api/schemaReferences/operations.d.ts +14 -0
- package/dist/browser/api/schemaReferences/operations.js +69 -0
- package/dist/browser/api/schemaReferences/operations.js.map +1 -0
- package/dist/browser/api/schemaReferences/options.d.ts +8 -0
- package/dist/browser/api/schemaReferences/options.js +4 -0
- package/dist/browser/api/schemaReferences/options.js.map +1 -0
- package/dist/browser/api/schemaVersions/index.d.ts +3 -0
- package/dist/browser/api/schemaVersions/index.js +4 -0
- package/dist/browser/api/schemaVersions/index.js.map +1 -0
- package/dist/browser/api/schemaVersions/operations.d.ts +32 -0
- package/dist/browser/api/schemaVersions/operations.js +177 -0
- package/dist/browser/api/schemaVersions/operations.js.map +1 -0
- package/dist/browser/api/schemaVersions/options.d.ts +21 -0
- package/dist/browser/api/schemaVersions/options.js +4 -0
- package/dist/browser/api/schemaVersions/options.js.map +1 -0
- package/dist/browser/api/schemas/index.d.ts +3 -0
- package/dist/browser/api/schemas/index.js +4 -0
- package/dist/browser/api/schemas/index.js.map +1 -0
- package/dist/browser/api/schemas/operations.d.ts +44 -0
- package/dist/browser/api/schemas/operations.js +270 -0
- package/dist/browser/api/schemas/operations.js.map +1 -0
- package/dist/browser/api/schemas/options.d.ts +32 -0
- package/dist/browser/api/schemas/options.js +4 -0
- package/dist/browser/api/schemas/options.js.map +1 -0
- package/dist/browser/api/siteReferences/index.d.ts +3 -0
- package/dist/browser/api/siteReferences/index.js +4 -0
- package/dist/browser/api/siteReferences/index.js.map +1 -0
- package/dist/browser/api/siteReferences/operations.d.ts +32 -0
- package/dist/browser/api/siteReferences/operations.js +181 -0
- package/dist/browser/api/siteReferences/operations.js.map +1 -0
- package/dist/browser/api/siteReferences/options.d.ts +23 -0
- package/dist/browser/api/siteReferences/options.js +4 -0
- package/dist/browser/api/siteReferences/options.js.map +1 -0
- package/dist/browser/api/solutionTemplateVersions/index.d.ts +3 -0
- package/dist/browser/api/solutionTemplateVersions/index.js +4 -0
- package/dist/browser/api/solutionTemplateVersions/index.js.map +1 -0
- package/dist/browser/api/solutionTemplateVersions/operations.d.ts +27 -0
- package/dist/browser/api/solutionTemplateVersions/operations.js +188 -0
- package/dist/browser/api/solutionTemplateVersions/operations.js.map +1 -0
- package/dist/browser/api/solutionTemplateVersions/options.d.ts +23 -0
- package/dist/browser/api/solutionTemplateVersions/options.js +4 -0
- package/dist/browser/api/solutionTemplateVersions/options.js.map +1 -0
- package/dist/browser/api/solutionTemplates/index.d.ts +3 -0
- package/dist/browser/api/solutionTemplates/index.js +4 -0
- package/dist/browser/api/solutionTemplates/index.js.map +1 -0
- package/dist/browser/api/solutionTemplates/operations.d.ts +44 -0
- package/dist/browser/api/solutionTemplates/operations.js +290 -0
- package/dist/browser/api/solutionTemplates/operations.js.map +1 -0
- package/dist/browser/api/solutionTemplates/options.d.ts +34 -0
- package/dist/browser/api/solutionTemplates/options.js +4 -0
- package/dist/browser/api/solutionTemplates/options.js.map +1 -0
- package/dist/browser/api/solutionVersions/index.d.ts +3 -0
- package/dist/browser/api/solutionVersions/index.js +4 -0
- package/dist/browser/api/solutionVersions/index.js.map +1 -0
- package/dist/browser/api/solutionVersions/operations.d.ts +32 -0
- package/dist/browser/api/solutionVersions/operations.js +194 -0
- package/dist/browser/api/solutionVersions/operations.js.map +1 -0
- package/dist/browser/api/solutionVersions/options.d.ts +23 -0
- package/dist/browser/api/solutionVersions/options.js +4 -0
- package/dist/browser/api/solutionVersions/options.js.map +1 -0
- package/dist/browser/api/solutions/index.d.ts +3 -0
- package/dist/browser/api/solutions/index.js +4 -0
- package/dist/browser/api/solutions/index.js.map +1 -0
- package/dist/browser/api/solutions/operations.d.ts +32 -0
- package/dist/browser/api/solutions/operations.js +181 -0
- package/dist/browser/api/solutions/operations.js.map +1 -0
- package/dist/browser/api/solutions/options.d.ts +23 -0
- package/dist/browser/api/solutions/options.js +4 -0
- package/dist/browser/api/solutions/options.js.map +1 -0
- package/dist/browser/api/targets/index.d.ts +3 -0
- package/dist/browser/api/targets/index.js +4 -0
- package/dist/browser/api/targets/index.js.map +1 -0
- package/dist/browser/api/targets/operations.d.ts +68 -0
- package/dist/browser/api/targets/operations.js +493 -0
- package/dist/browser/api/targets/operations.js.map +1 -0
- package/dist/browser/api/targets/options.d.ts +68 -0
- package/dist/browser/api/targets/options.js +4 -0
- package/dist/browser/api/targets/options.js.map +1 -0
- package/dist/browser/api/workflowVersions/index.d.ts +3 -0
- package/dist/browser/api/workflowVersions/index.js +4 -0
- package/dist/browser/api/workflowVersions/index.js.map +1 -0
- package/dist/browser/api/workflowVersions/operations.d.ts +32 -0
- package/dist/browser/api/workflowVersions/operations.js +194 -0
- package/dist/browser/api/workflowVersions/operations.js.map +1 -0
- package/dist/browser/api/workflowVersions/options.d.ts +23 -0
- package/dist/browser/api/workflowVersions/options.js +4 -0
- package/dist/browser/api/workflowVersions/options.js.map +1 -0
- package/dist/browser/api/workflows/index.d.ts +3 -0
- package/dist/browser/api/workflows/index.js +4 -0
- package/dist/browser/api/workflows/index.js.map +1 -0
- package/dist/browser/api/workflows/operations.d.ts +32 -0
- package/dist/browser/api/workflows/operations.js +181 -0
- package/dist/browser/api/workflows/operations.js.map +1 -0
- package/dist/browser/api/workflows/options.d.ts +23 -0
- package/dist/browser/api/workflows/options.js +4 -0
- package/dist/browser/api/workflows/options.js.map +1 -0
- package/dist/browser/api/workloadOrchestrationManagementContext.d.ts +22 -0
- package/dist/browser/api/workloadOrchestrationManagementContext.js +43 -0
- package/dist/browser/api/workloadOrchestrationManagementContext.js.map +1 -0
- package/dist/browser/classic/configTemplateVersions/index.d.ts +13 -0
- package/dist/browser/classic/configTemplateVersions/index.js +15 -0
- package/dist/browser/classic/configTemplateVersions/index.js.map +1 -0
- package/dist/browser/classic/configTemplates/index.d.ts +31 -0
- package/dist/browser/classic/configTemplates/index.js +21 -0
- package/dist/browser/classic/configTemplates/index.js.map +1 -0
- package/dist/browser/classic/contexts/index.d.ts +27 -0
- package/dist/browser/classic/contexts/index.js +19 -0
- package/dist/browser/classic/contexts/index.js.map +1 -0
- package/dist/browser/classic/diagnostics/index.d.ts +27 -0
- package/dist/browser/classic/diagnostics/index.js +19 -0
- package/dist/browser/classic/diagnostics/index.js.map +1 -0
- package/dist/browser/classic/dynamicSchemaVersions/index.d.ts +25 -0
- package/dist/browser/classic/dynamicSchemaVersions/index.js +18 -0
- package/dist/browser/classic/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/browser/classic/dynamicSchemas/index.d.ts +25 -0
- package/dist/browser/classic/dynamicSchemas/index.js +18 -0
- package/dist/browser/classic/dynamicSchemas/index.js.map +1 -0
- package/dist/browser/classic/executions/index.d.ts +25 -0
- package/dist/browser/classic/executions/index.js +18 -0
- package/dist/browser/classic/executions/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +22 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/instanceHistories/index.d.ts +13 -0
- package/dist/browser/classic/instanceHistories/index.js +15 -0
- package/dist/browser/classic/instanceHistories/index.js.map +1 -0
- package/dist/browser/classic/instances/index.d.ts +25 -0
- package/dist/browser/classic/instances/index.js +18 -0
- package/dist/browser/classic/instances/index.js.map +1 -0
- package/dist/browser/classic/jobs/index.d.ts +13 -0
- package/dist/browser/classic/jobs/index.js +15 -0
- package/dist/browser/classic/jobs/index.js.map +1 -0
- package/dist/browser/classic/schemaReferences/index.d.ts +13 -0
- package/dist/browser/classic/schemaReferences/index.js +15 -0
- package/dist/browser/classic/schemaReferences/index.js.map +1 -0
- package/dist/browser/classic/schemaVersions/index.d.ts +25 -0
- package/dist/browser/classic/schemaVersions/index.js +18 -0
- package/dist/browser/classic/schemaVersions/index.js.map +1 -0
- package/dist/browser/classic/schemas/index.d.ts +31 -0
- package/dist/browser/classic/schemas/index.js +21 -0
- package/dist/browser/classic/schemas/index.js.map +1 -0
- package/dist/browser/classic/siteReferences/index.d.ts +25 -0
- package/dist/browser/classic/siteReferences/index.js +18 -0
- package/dist/browser/classic/siteReferences/index.js.map +1 -0
- package/dist/browser/classic/solutionTemplateVersions/index.d.ts +20 -0
- package/dist/browser/classic/solutionTemplateVersions/index.js +18 -0
- package/dist/browser/classic/solutionTemplateVersions/index.js.map +1 -0
- package/dist/browser/classic/solutionTemplates/index.d.ts +31 -0
- package/dist/browser/classic/solutionTemplates/index.js +21 -0
- package/dist/browser/classic/solutionTemplates/index.js.map +1 -0
- package/dist/browser/classic/solutionVersions/index.d.ts +25 -0
- package/dist/browser/classic/solutionVersions/index.js +18 -0
- package/dist/browser/classic/solutionVersions/index.js.map +1 -0
- package/dist/browser/classic/solutions/index.d.ts +25 -0
- package/dist/browser/classic/solutions/index.js +18 -0
- package/dist/browser/classic/solutions/index.js.map +1 -0
- package/dist/browser/classic/targets/index.d.ts +43 -0
- package/dist/browser/classic/targets/index.js +27 -0
- package/dist/browser/classic/targets/index.js.map +1 -0
- package/dist/browser/classic/workflowVersions/index.d.ts +25 -0
- package/dist/browser/classic/workflowVersions/index.js +18 -0
- package/dist/browser/classic/workflowVersions/index.js.map +1 -0
- package/dist/browser/classic/workflows/index.d.ts +25 -0
- package/dist/browser/classic/workflows/index.js +18 -0
- package/dist/browser/classic/workflows/index.js.map +1 -0
- package/dist/browser/index.d.ts +31 -0
- package/dist/browser/index.js +8 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1711 -0
- package/dist/browser/models/models.js +1992 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +328 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +170 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/workloadOrchestrationManagementClient.d.ts +75 -0
- package/dist/browser/workloadOrchestrationManagementClient.js +105 -0
- package/dist/browser/workloadOrchestrationManagementClient.js.map +1 -0
- package/dist/commonjs/api/configTemplateVersions/index.d.ts +3 -0
- package/dist/commonjs/api/configTemplateVersions/index.js +9 -0
- package/dist/commonjs/api/configTemplateVersions/index.js.map +1 -0
- package/dist/commonjs/api/configTemplateVersions/operations.d.ts +14 -0
- package/dist/commonjs/api/configTemplateVersions/operations.js +81 -0
- package/dist/commonjs/api/configTemplateVersions/operations.js.map +1 -0
- package/dist/commonjs/api/configTemplateVersions/options.d.ts +8 -0
- package/dist/commonjs/api/configTemplateVersions/options.js +5 -0
- package/dist/commonjs/api/configTemplateVersions/options.js.map +1 -0
- package/dist/commonjs/api/configTemplates/index.d.ts +3 -0
- package/dist/commonjs/api/configTemplates/index.js +15 -0
- package/dist/commonjs/api/configTemplates/index.js.map +1 -0
- package/dist/commonjs/api/configTemplates/operations.d.ts +44 -0
- package/dist/commonjs/api/configTemplates/operations.js +304 -0
- package/dist/commonjs/api/configTemplates/operations.js.map +1 -0
- package/dist/commonjs/api/configTemplates/options.d.ts +32 -0
- package/dist/commonjs/api/configTemplates/options.js +5 -0
- package/dist/commonjs/api/configTemplates/options.js.map +1 -0
- package/dist/commonjs/api/contexts/index.d.ts +3 -0
- package/dist/commonjs/api/contexts/index.js +13 -0
- package/dist/commonjs/api/contexts/index.js.map +1 -0
- package/dist/commonjs/api/contexts/operations.d.ts +36 -0
- package/dist/commonjs/api/contexts/operations.js +224 -0
- package/dist/commonjs/api/contexts/operations.js.map +1 -0
- package/dist/commonjs/api/contexts/options.d.ts +26 -0
- package/dist/commonjs/api/contexts/options.js +5 -0
- package/dist/commonjs/api/contexts/options.js.map +1 -0
- package/dist/commonjs/api/diagnostics/index.d.ts +3 -0
- package/dist/commonjs/api/diagnostics/index.js +13 -0
- package/dist/commonjs/api/diagnostics/index.js.map +1 -0
- package/dist/commonjs/api/diagnostics/operations.d.ts +36 -0
- package/dist/commonjs/api/diagnostics/operations.js +228 -0
- package/dist/commonjs/api/diagnostics/operations.js.map +1 -0
- package/dist/commonjs/api/diagnostics/options.d.ts +26 -0
- package/dist/commonjs/api/diagnostics/options.js +5 -0
- package/dist/commonjs/api/diagnostics/options.js.map +1 -0
- package/dist/commonjs/api/dynamicSchemaVersions/index.d.ts +3 -0
- package/dist/commonjs/api/dynamicSchemaVersions/index.js +12 -0
- package/dist/commonjs/api/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/commonjs/api/dynamicSchemaVersions/operations.d.ts +32 -0
- package/dist/commonjs/api/dynamicSchemaVersions/operations.js +207 -0
- package/dist/commonjs/api/dynamicSchemaVersions/operations.js.map +1 -0
- package/dist/commonjs/api/dynamicSchemaVersions/options.d.ts +21 -0
- package/dist/commonjs/api/dynamicSchemaVersions/options.js +5 -0
- package/dist/commonjs/api/dynamicSchemaVersions/options.js.map +1 -0
- package/dist/commonjs/api/dynamicSchemas/index.d.ts +3 -0
- package/dist/commonjs/api/dynamicSchemas/index.js +12 -0
- package/dist/commonjs/api/dynamicSchemas/index.js.map +1 -0
- package/dist/commonjs/api/dynamicSchemas/operations.d.ts +32 -0
- package/dist/commonjs/api/dynamicSchemas/operations.js +194 -0
- package/dist/commonjs/api/dynamicSchemas/operations.js.map +1 -0
- package/dist/commonjs/api/dynamicSchemas/options.d.ts +21 -0
- package/dist/commonjs/api/dynamicSchemas/options.js +5 -0
- package/dist/commonjs/api/dynamicSchemas/options.js.map +1 -0
- package/dist/commonjs/api/executions/index.d.ts +3 -0
- package/dist/commonjs/api/executions/index.js +12 -0
- package/dist/commonjs/api/executions/index.js.map +1 -0
- package/dist/commonjs/api/executions/operations.d.ts +32 -0
- package/dist/commonjs/api/executions/operations.js +212 -0
- package/dist/commonjs/api/executions/operations.js.map +1 -0
- package/dist/commonjs/api/executions/options.d.ts +23 -0
- package/dist/commonjs/api/executions/options.js +5 -0
- package/dist/commonjs/api/executions/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/instanceHistories/index.d.ts +3 -0
- package/dist/commonjs/api/instanceHistories/index.js +9 -0
- package/dist/commonjs/api/instanceHistories/index.js.map +1 -0
- package/dist/commonjs/api/instanceHistories/operations.d.ts +14 -0
- package/dist/commonjs/api/instanceHistories/operations.js +85 -0
- package/dist/commonjs/api/instanceHistories/operations.js.map +1 -0
- package/dist/commonjs/api/instanceHistories/options.d.ts +8 -0
- package/dist/commonjs/api/instanceHistories/options.js +5 -0
- package/dist/commonjs/api/instanceHistories/options.js.map +1 -0
- package/dist/commonjs/api/instances/index.d.ts +3 -0
- package/dist/commonjs/api/instances/index.js +12 -0
- package/dist/commonjs/api/instances/index.js.map +1 -0
- package/dist/commonjs/api/instances/operations.d.ts +32 -0
- package/dist/commonjs/api/instances/operations.js +203 -0
- package/dist/commonjs/api/instances/operations.js.map +1 -0
- package/dist/commonjs/api/instances/options.d.ts +23 -0
- package/dist/commonjs/api/instances/options.js +5 -0
- package/dist/commonjs/api/instances/options.js.map +1 -0
- package/dist/commonjs/api/jobs/index.d.ts +3 -0
- package/dist/commonjs/api/jobs/index.js +9 -0
- package/dist/commonjs/api/jobs/index.js.map +1 -0
- package/dist/commonjs/api/jobs/operations.d.ts +14 -0
- package/dist/commonjs/api/jobs/operations.js +73 -0
- package/dist/commonjs/api/jobs/operations.js.map +1 -0
- package/dist/commonjs/api/jobs/options.d.ts +8 -0
- package/dist/commonjs/api/jobs/options.js +5 -0
- package/dist/commonjs/api/jobs/options.js.map +1 -0
- package/dist/commonjs/api/schemaReferences/index.d.ts +3 -0
- package/dist/commonjs/api/schemaReferences/index.js +9 -0
- package/dist/commonjs/api/schemaReferences/index.js.map +1 -0
- package/dist/commonjs/api/schemaReferences/operations.d.ts +14 -0
- package/dist/commonjs/api/schemaReferences/operations.js +77 -0
- package/dist/commonjs/api/schemaReferences/operations.js.map +1 -0
- package/dist/commonjs/api/schemaReferences/options.d.ts +8 -0
- package/dist/commonjs/api/schemaReferences/options.js +5 -0
- package/dist/commonjs/api/schemaReferences/options.js.map +1 -0
- package/dist/commonjs/api/schemaVersions/index.d.ts +3 -0
- package/dist/commonjs/api/schemaVersions/index.js +12 -0
- package/dist/commonjs/api/schemaVersions/index.js.map +1 -0
- package/dist/commonjs/api/schemaVersions/operations.d.ts +32 -0
- package/dist/commonjs/api/schemaVersions/operations.js +194 -0
- package/dist/commonjs/api/schemaVersions/operations.js.map +1 -0
- package/dist/commonjs/api/schemaVersions/options.d.ts +21 -0
- package/dist/commonjs/api/schemaVersions/options.js +5 -0
- package/dist/commonjs/api/schemaVersions/options.js.map +1 -0
- package/dist/commonjs/api/schemas/index.d.ts +3 -0
- package/dist/commonjs/api/schemas/index.js +15 -0
- package/dist/commonjs/api/schemas/index.js.map +1 -0
- package/dist/commonjs/api/schemas/operations.d.ts +44 -0
- package/dist/commonjs/api/schemas/operations.js +296 -0
- package/dist/commonjs/api/schemas/operations.js.map +1 -0
- package/dist/commonjs/api/schemas/options.d.ts +32 -0
- package/dist/commonjs/api/schemas/options.js +5 -0
- package/dist/commonjs/api/schemas/options.js.map +1 -0
- package/dist/commonjs/api/siteReferences/index.d.ts +3 -0
- package/dist/commonjs/api/siteReferences/index.js +12 -0
- package/dist/commonjs/api/siteReferences/index.js.map +1 -0
- package/dist/commonjs/api/siteReferences/operations.d.ts +32 -0
- package/dist/commonjs/api/siteReferences/operations.js +198 -0
- package/dist/commonjs/api/siteReferences/operations.js.map +1 -0
- package/dist/commonjs/api/siteReferences/options.d.ts +23 -0
- package/dist/commonjs/api/siteReferences/options.js +5 -0
- package/dist/commonjs/api/siteReferences/options.js.map +1 -0
- package/dist/commonjs/api/solutionTemplateVersions/index.d.ts +3 -0
- package/dist/commonjs/api/solutionTemplateVersions/index.js +12 -0
- package/dist/commonjs/api/solutionTemplateVersions/index.js.map +1 -0
- package/dist/commonjs/api/solutionTemplateVersions/operations.d.ts +27 -0
- package/dist/commonjs/api/solutionTemplateVersions/operations.js +205 -0
- package/dist/commonjs/api/solutionTemplateVersions/operations.js.map +1 -0
- package/dist/commonjs/api/solutionTemplateVersions/options.d.ts +23 -0
- package/dist/commonjs/api/solutionTemplateVersions/options.js +5 -0
- package/dist/commonjs/api/solutionTemplateVersions/options.js.map +1 -0
- package/dist/commonjs/api/solutionTemplates/index.d.ts +3 -0
- package/dist/commonjs/api/solutionTemplates/index.js +15 -0
- package/dist/commonjs/api/solutionTemplates/index.js.map +1 -0
- package/dist/commonjs/api/solutionTemplates/operations.d.ts +44 -0
- package/dist/commonjs/api/solutionTemplates/operations.js +316 -0
- package/dist/commonjs/api/solutionTemplates/operations.js.map +1 -0
- package/dist/commonjs/api/solutionTemplates/options.d.ts +34 -0
- package/dist/commonjs/api/solutionTemplates/options.js +5 -0
- package/dist/commonjs/api/solutionTemplates/options.js.map +1 -0
- package/dist/commonjs/api/solutionVersions/index.d.ts +3 -0
- package/dist/commonjs/api/solutionVersions/index.js +12 -0
- package/dist/commonjs/api/solutionVersions/index.js.map +1 -0
- package/dist/commonjs/api/solutionVersions/operations.d.ts +32 -0
- package/dist/commonjs/api/solutionVersions/operations.js +211 -0
- package/dist/commonjs/api/solutionVersions/operations.js.map +1 -0
- package/dist/commonjs/api/solutionVersions/options.d.ts +23 -0
- package/dist/commonjs/api/solutionVersions/options.js +5 -0
- package/dist/commonjs/api/solutionVersions/options.js.map +1 -0
- package/dist/commonjs/api/solutions/index.d.ts +3 -0
- package/dist/commonjs/api/solutions/index.js +12 -0
- package/dist/commonjs/api/solutions/index.js.map +1 -0
- package/dist/commonjs/api/solutions/operations.d.ts +32 -0
- package/dist/commonjs/api/solutions/operations.js +198 -0
- package/dist/commonjs/api/solutions/operations.js.map +1 -0
- package/dist/commonjs/api/solutions/options.d.ts +23 -0
- package/dist/commonjs/api/solutions/options.js +5 -0
- package/dist/commonjs/api/solutions/options.js.map +1 -0
- package/dist/commonjs/api/targets/index.d.ts +3 -0
- package/dist/commonjs/api/targets/index.js +21 -0
- package/dist/commonjs/api/targets/index.js.map +1 -0
- package/dist/commonjs/api/targets/operations.d.ts +68 -0
- package/dist/commonjs/api/targets/operations.js +537 -0
- package/dist/commonjs/api/targets/operations.js.map +1 -0
- package/dist/commonjs/api/targets/options.d.ts +68 -0
- package/dist/commonjs/api/targets/options.js +5 -0
- package/dist/commonjs/api/targets/options.js.map +1 -0
- package/dist/commonjs/api/workflowVersions/index.d.ts +3 -0
- package/dist/commonjs/api/workflowVersions/index.js +12 -0
- package/dist/commonjs/api/workflowVersions/index.js.map +1 -0
- package/dist/commonjs/api/workflowVersions/operations.d.ts +32 -0
- package/dist/commonjs/api/workflowVersions/operations.js +211 -0
- package/dist/commonjs/api/workflowVersions/operations.js.map +1 -0
- package/dist/commonjs/api/workflowVersions/options.d.ts +23 -0
- package/dist/commonjs/api/workflowVersions/options.js +5 -0
- package/dist/commonjs/api/workflowVersions/options.js.map +1 -0
- package/dist/commonjs/api/workflows/index.d.ts +3 -0
- package/dist/commonjs/api/workflows/index.js +12 -0
- package/dist/commonjs/api/workflows/index.js.map +1 -0
- package/dist/commonjs/api/workflows/operations.d.ts +32 -0
- package/dist/commonjs/api/workflows/operations.js +198 -0
- package/dist/commonjs/api/workflows/operations.js.map +1 -0
- package/dist/commonjs/api/workflows/options.d.ts +23 -0
- package/dist/commonjs/api/workflows/options.js +5 -0
- package/dist/commonjs/api/workflows/options.js.map +1 -0
- package/dist/commonjs/api/workloadOrchestrationManagementContext.d.ts +22 -0
- package/dist/commonjs/api/workloadOrchestrationManagementContext.js +46 -0
- package/dist/commonjs/api/workloadOrchestrationManagementContext.js.map +1 -0
- package/dist/commonjs/classic/configTemplateVersions/index.d.ts +13 -0
- package/dist/commonjs/classic/configTemplateVersions/index.js +18 -0
- package/dist/commonjs/classic/configTemplateVersions/index.js.map +1 -0
- package/dist/commonjs/classic/configTemplates/index.d.ts +31 -0
- package/dist/commonjs/classic/configTemplates/index.js +24 -0
- package/dist/commonjs/classic/configTemplates/index.js.map +1 -0
- package/dist/commonjs/classic/contexts/index.d.ts +27 -0
- package/dist/commonjs/classic/contexts/index.js +22 -0
- package/dist/commonjs/classic/contexts/index.js.map +1 -0
- package/dist/commonjs/classic/diagnostics/index.d.ts +27 -0
- package/dist/commonjs/classic/diagnostics/index.js +22 -0
- package/dist/commonjs/classic/diagnostics/index.js.map +1 -0
- package/dist/commonjs/classic/dynamicSchemaVersions/index.d.ts +25 -0
- package/dist/commonjs/classic/dynamicSchemaVersions/index.js +21 -0
- package/dist/commonjs/classic/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/commonjs/classic/dynamicSchemas/index.d.ts +25 -0
- package/dist/commonjs/classic/dynamicSchemas/index.js +21 -0
- package/dist/commonjs/classic/dynamicSchemas/index.js.map +1 -0
- package/dist/commonjs/classic/executions/index.d.ts +25 -0
- package/dist/commonjs/classic/executions/index.js +21 -0
- package/dist/commonjs/classic/executions/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +22 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/instanceHistories/index.d.ts +13 -0
- package/dist/commonjs/classic/instanceHistories/index.js +18 -0
- package/dist/commonjs/classic/instanceHistories/index.js.map +1 -0
- package/dist/commonjs/classic/instances/index.d.ts +25 -0
- package/dist/commonjs/classic/instances/index.js +21 -0
- package/dist/commonjs/classic/instances/index.js.map +1 -0
- package/dist/commonjs/classic/jobs/index.d.ts +13 -0
- package/dist/commonjs/classic/jobs/index.js +18 -0
- package/dist/commonjs/classic/jobs/index.js.map +1 -0
- package/dist/commonjs/classic/schemaReferences/index.d.ts +13 -0
- package/dist/commonjs/classic/schemaReferences/index.js +18 -0
- package/dist/commonjs/classic/schemaReferences/index.js.map +1 -0
- package/dist/commonjs/classic/schemaVersions/index.d.ts +25 -0
- package/dist/commonjs/classic/schemaVersions/index.js +21 -0
- package/dist/commonjs/classic/schemaVersions/index.js.map +1 -0
- package/dist/commonjs/classic/schemas/index.d.ts +31 -0
- package/dist/commonjs/classic/schemas/index.js +24 -0
- package/dist/commonjs/classic/schemas/index.js.map +1 -0
- package/dist/commonjs/classic/siteReferences/index.d.ts +25 -0
- package/dist/commonjs/classic/siteReferences/index.js +21 -0
- package/dist/commonjs/classic/siteReferences/index.js.map +1 -0
- package/dist/commonjs/classic/solutionTemplateVersions/index.d.ts +20 -0
- package/dist/commonjs/classic/solutionTemplateVersions/index.js +21 -0
- package/dist/commonjs/classic/solutionTemplateVersions/index.js.map +1 -0
- package/dist/commonjs/classic/solutionTemplates/index.d.ts +31 -0
- package/dist/commonjs/classic/solutionTemplates/index.js +24 -0
- package/dist/commonjs/classic/solutionTemplates/index.js.map +1 -0
- package/dist/commonjs/classic/solutionVersions/index.d.ts +25 -0
- package/dist/commonjs/classic/solutionVersions/index.js +21 -0
- package/dist/commonjs/classic/solutionVersions/index.js.map +1 -0
- package/dist/commonjs/classic/solutions/index.d.ts +25 -0
- package/dist/commonjs/classic/solutions/index.js +21 -0
- package/dist/commonjs/classic/solutions/index.js.map +1 -0
- package/dist/commonjs/classic/targets/index.d.ts +43 -0
- package/dist/commonjs/classic/targets/index.js +30 -0
- package/dist/commonjs/classic/targets/index.js.map +1 -0
- package/dist/commonjs/classic/workflowVersions/index.d.ts +25 -0
- package/dist/commonjs/classic/workflowVersions/index.js +21 -0
- package/dist/commonjs/classic/workflowVersions/index.js.map +1 -0
- package/dist/commonjs/classic/workflows/index.d.ts +25 -0
- package/dist/commonjs/classic/workflows/index.js +21 -0
- package/dist/commonjs/classic/workflows/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +31 -0
- package/dist/commonjs/index.js +31 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.js +25 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +1711 -0
- package/dist/commonjs/models/models.js +2232 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +331 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +33 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +173 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/workloadOrchestrationManagementClient.d.ts +75 -0
- package/dist/commonjs/workloadOrchestrationManagementClient.js +109 -0
- package/dist/commonjs/workloadOrchestrationManagementClient.js.map +1 -0
- package/dist/esm/api/configTemplateVersions/index.d.ts +3 -0
- package/dist/esm/api/configTemplateVersions/index.js +4 -0
- package/dist/esm/api/configTemplateVersions/index.js.map +1 -0
- package/dist/esm/api/configTemplateVersions/operations.d.ts +14 -0
- package/dist/esm/api/configTemplateVersions/operations.js +73 -0
- package/dist/esm/api/configTemplateVersions/operations.js.map +1 -0
- package/dist/esm/api/configTemplateVersions/options.d.ts +8 -0
- package/dist/esm/api/configTemplateVersions/options.js +4 -0
- package/dist/esm/api/configTemplateVersions/options.js.map +1 -0
- package/dist/esm/api/configTemplates/index.d.ts +3 -0
- package/dist/esm/api/configTemplates/index.js +4 -0
- package/dist/esm/api/configTemplates/index.js.map +1 -0
- package/dist/esm/api/configTemplates/operations.d.ts +44 -0
- package/dist/esm/api/configTemplates/operations.js +278 -0
- package/dist/esm/api/configTemplates/operations.js.map +1 -0
- package/dist/esm/api/configTemplates/options.d.ts +32 -0
- package/dist/esm/api/configTemplates/options.js +4 -0
- package/dist/esm/api/configTemplates/options.js.map +1 -0
- package/dist/esm/api/contexts/index.d.ts +3 -0
- package/dist/esm/api/contexts/index.js +4 -0
- package/dist/esm/api/contexts/index.js.map +1 -0
- package/dist/esm/api/contexts/operations.d.ts +36 -0
- package/dist/esm/api/contexts/operations.js +204 -0
- package/dist/esm/api/contexts/operations.js.map +1 -0
- package/dist/esm/api/contexts/options.d.ts +26 -0
- package/dist/esm/api/contexts/options.js +4 -0
- package/dist/esm/api/contexts/options.js.map +1 -0
- package/dist/esm/api/diagnostics/index.d.ts +3 -0
- package/dist/esm/api/diagnostics/index.js +4 -0
- package/dist/esm/api/diagnostics/index.js.map +1 -0
- package/dist/esm/api/diagnostics/operations.d.ts +36 -0
- package/dist/esm/api/diagnostics/operations.js +208 -0
- package/dist/esm/api/diagnostics/operations.js.map +1 -0
- package/dist/esm/api/diagnostics/options.d.ts +26 -0
- package/dist/esm/api/diagnostics/options.js +4 -0
- package/dist/esm/api/diagnostics/options.js.map +1 -0
- package/dist/esm/api/dynamicSchemaVersions/index.d.ts +3 -0
- package/dist/esm/api/dynamicSchemaVersions/index.js +4 -0
- package/dist/esm/api/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/esm/api/dynamicSchemaVersions/operations.d.ts +32 -0
- package/dist/esm/api/dynamicSchemaVersions/operations.js +190 -0
- package/dist/esm/api/dynamicSchemaVersions/operations.js.map +1 -0
- package/dist/esm/api/dynamicSchemaVersions/options.d.ts +21 -0
- package/dist/esm/api/dynamicSchemaVersions/options.js +4 -0
- package/dist/esm/api/dynamicSchemaVersions/options.js.map +1 -0
- package/dist/esm/api/dynamicSchemas/index.d.ts +3 -0
- package/dist/esm/api/dynamicSchemas/index.js +4 -0
- package/dist/esm/api/dynamicSchemas/index.js.map +1 -0
- package/dist/esm/api/dynamicSchemas/operations.d.ts +32 -0
- package/dist/esm/api/dynamicSchemas/operations.js +177 -0
- package/dist/esm/api/dynamicSchemas/operations.js.map +1 -0
- package/dist/esm/api/dynamicSchemas/options.d.ts +21 -0
- package/dist/esm/api/dynamicSchemas/options.js +4 -0
- package/dist/esm/api/dynamicSchemas/options.js.map +1 -0
- package/dist/esm/api/executions/index.d.ts +3 -0
- package/dist/esm/api/executions/index.js +4 -0
- package/dist/esm/api/executions/index.js.map +1 -0
- package/dist/esm/api/executions/operations.d.ts +32 -0
- package/dist/esm/api/executions/operations.js +195 -0
- package/dist/esm/api/executions/operations.js.map +1 -0
- package/dist/esm/api/executions/options.d.ts +23 -0
- package/dist/esm/api/executions/options.js +4 -0
- package/dist/esm/api/executions/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/instanceHistories/index.d.ts +3 -0
- package/dist/esm/api/instanceHistories/index.js +4 -0
- package/dist/esm/api/instanceHistories/index.js.map +1 -0
- package/dist/esm/api/instanceHistories/operations.d.ts +14 -0
- package/dist/esm/api/instanceHistories/operations.js +77 -0
- package/dist/esm/api/instanceHistories/operations.js.map +1 -0
- package/dist/esm/api/instanceHistories/options.d.ts +8 -0
- package/dist/esm/api/instanceHistories/options.js +4 -0
- package/dist/esm/api/instanceHistories/options.js.map +1 -0
- package/dist/esm/api/instances/index.d.ts +3 -0
- package/dist/esm/api/instances/index.js +4 -0
- package/dist/esm/api/instances/index.js.map +1 -0
- package/dist/esm/api/instances/operations.d.ts +32 -0
- package/dist/esm/api/instances/operations.js +186 -0
- package/dist/esm/api/instances/operations.js.map +1 -0
- package/dist/esm/api/instances/options.d.ts +23 -0
- package/dist/esm/api/instances/options.js +4 -0
- package/dist/esm/api/instances/options.js.map +1 -0
- package/dist/esm/api/jobs/index.d.ts +3 -0
- package/dist/esm/api/jobs/index.js +4 -0
- package/dist/esm/api/jobs/index.js.map +1 -0
- package/dist/esm/api/jobs/operations.d.ts +14 -0
- package/dist/esm/api/jobs/operations.js +65 -0
- package/dist/esm/api/jobs/operations.js.map +1 -0
- package/dist/esm/api/jobs/options.d.ts +8 -0
- package/dist/esm/api/jobs/options.js +4 -0
- package/dist/esm/api/jobs/options.js.map +1 -0
- package/dist/esm/api/schemaReferences/index.d.ts +3 -0
- package/dist/esm/api/schemaReferences/index.js +4 -0
- package/dist/esm/api/schemaReferences/index.js.map +1 -0
- package/dist/esm/api/schemaReferences/operations.d.ts +14 -0
- package/dist/esm/api/schemaReferences/operations.js +69 -0
- package/dist/esm/api/schemaReferences/operations.js.map +1 -0
- package/dist/esm/api/schemaReferences/options.d.ts +8 -0
- package/dist/esm/api/schemaReferences/options.js +4 -0
- package/dist/esm/api/schemaReferences/options.js.map +1 -0
- package/dist/esm/api/schemaVersions/index.d.ts +3 -0
- package/dist/esm/api/schemaVersions/index.js +4 -0
- package/dist/esm/api/schemaVersions/index.js.map +1 -0
- package/dist/esm/api/schemaVersions/operations.d.ts +32 -0
- package/dist/esm/api/schemaVersions/operations.js +177 -0
- package/dist/esm/api/schemaVersions/operations.js.map +1 -0
- package/dist/esm/api/schemaVersions/options.d.ts +21 -0
- package/dist/esm/api/schemaVersions/options.js +4 -0
- package/dist/esm/api/schemaVersions/options.js.map +1 -0
- package/dist/esm/api/schemas/index.d.ts +3 -0
- package/dist/esm/api/schemas/index.js +4 -0
- package/dist/esm/api/schemas/index.js.map +1 -0
- package/dist/esm/api/schemas/operations.d.ts +44 -0
- package/dist/esm/api/schemas/operations.js +270 -0
- package/dist/esm/api/schemas/operations.js.map +1 -0
- package/dist/esm/api/schemas/options.d.ts +32 -0
- package/dist/esm/api/schemas/options.js +4 -0
- package/dist/esm/api/schemas/options.js.map +1 -0
- package/dist/esm/api/siteReferences/index.d.ts +3 -0
- package/dist/esm/api/siteReferences/index.js +4 -0
- package/dist/esm/api/siteReferences/index.js.map +1 -0
- package/dist/esm/api/siteReferences/operations.d.ts +32 -0
- package/dist/esm/api/siteReferences/operations.js +181 -0
- package/dist/esm/api/siteReferences/operations.js.map +1 -0
- package/dist/esm/api/siteReferences/options.d.ts +23 -0
- package/dist/esm/api/siteReferences/options.js +4 -0
- package/dist/esm/api/siteReferences/options.js.map +1 -0
- package/dist/esm/api/solutionTemplateVersions/index.d.ts +3 -0
- package/dist/esm/api/solutionTemplateVersions/index.js +4 -0
- package/dist/esm/api/solutionTemplateVersions/index.js.map +1 -0
- package/dist/esm/api/solutionTemplateVersions/operations.d.ts +27 -0
- package/dist/esm/api/solutionTemplateVersions/operations.js +188 -0
- package/dist/esm/api/solutionTemplateVersions/operations.js.map +1 -0
- package/dist/esm/api/solutionTemplateVersions/options.d.ts +23 -0
- package/dist/esm/api/solutionTemplateVersions/options.js +4 -0
- package/dist/esm/api/solutionTemplateVersions/options.js.map +1 -0
- package/dist/esm/api/solutionTemplates/index.d.ts +3 -0
- package/dist/esm/api/solutionTemplates/index.js +4 -0
- package/dist/esm/api/solutionTemplates/index.js.map +1 -0
- package/dist/esm/api/solutionTemplates/operations.d.ts +44 -0
- package/dist/esm/api/solutionTemplates/operations.js +290 -0
- package/dist/esm/api/solutionTemplates/operations.js.map +1 -0
- package/dist/esm/api/solutionTemplates/options.d.ts +34 -0
- package/dist/esm/api/solutionTemplates/options.js +4 -0
- package/dist/esm/api/solutionTemplates/options.js.map +1 -0
- package/dist/esm/api/solutionVersions/index.d.ts +3 -0
- package/dist/esm/api/solutionVersions/index.js +4 -0
- package/dist/esm/api/solutionVersions/index.js.map +1 -0
- package/dist/esm/api/solutionVersions/operations.d.ts +32 -0
- package/dist/esm/api/solutionVersions/operations.js +194 -0
- package/dist/esm/api/solutionVersions/operations.js.map +1 -0
- package/dist/esm/api/solutionVersions/options.d.ts +23 -0
- package/dist/esm/api/solutionVersions/options.js +4 -0
- package/dist/esm/api/solutionVersions/options.js.map +1 -0
- package/dist/esm/api/solutions/index.d.ts +3 -0
- package/dist/esm/api/solutions/index.js +4 -0
- package/dist/esm/api/solutions/index.js.map +1 -0
- package/dist/esm/api/solutions/operations.d.ts +32 -0
- package/dist/esm/api/solutions/operations.js +181 -0
- package/dist/esm/api/solutions/operations.js.map +1 -0
- package/dist/esm/api/solutions/options.d.ts +23 -0
- package/dist/esm/api/solutions/options.js +4 -0
- package/dist/esm/api/solutions/options.js.map +1 -0
- package/dist/esm/api/targets/index.d.ts +3 -0
- package/dist/esm/api/targets/index.js +4 -0
- package/dist/esm/api/targets/index.js.map +1 -0
- package/dist/esm/api/targets/operations.d.ts +68 -0
- package/dist/esm/api/targets/operations.js +493 -0
- package/dist/esm/api/targets/operations.js.map +1 -0
- package/dist/esm/api/targets/options.d.ts +68 -0
- package/dist/esm/api/targets/options.js +4 -0
- package/dist/esm/api/targets/options.js.map +1 -0
- package/dist/esm/api/workflowVersions/index.d.ts +3 -0
- package/dist/esm/api/workflowVersions/index.js +4 -0
- package/dist/esm/api/workflowVersions/index.js.map +1 -0
- package/dist/esm/api/workflowVersions/operations.d.ts +32 -0
- package/dist/esm/api/workflowVersions/operations.js +194 -0
- package/dist/esm/api/workflowVersions/operations.js.map +1 -0
- package/dist/esm/api/workflowVersions/options.d.ts +23 -0
- package/dist/esm/api/workflowVersions/options.js +4 -0
- package/dist/esm/api/workflowVersions/options.js.map +1 -0
- package/dist/esm/api/workflows/index.d.ts +3 -0
- package/dist/esm/api/workflows/index.js +4 -0
- package/dist/esm/api/workflows/index.js.map +1 -0
- package/dist/esm/api/workflows/operations.d.ts +32 -0
- package/dist/esm/api/workflows/operations.js +181 -0
- package/dist/esm/api/workflows/operations.js.map +1 -0
- package/dist/esm/api/workflows/options.d.ts +23 -0
- package/dist/esm/api/workflows/options.js +4 -0
- package/dist/esm/api/workflows/options.js.map +1 -0
- package/dist/esm/api/workloadOrchestrationManagementContext.d.ts +22 -0
- package/dist/esm/api/workloadOrchestrationManagementContext.js +43 -0
- package/dist/esm/api/workloadOrchestrationManagementContext.js.map +1 -0
- package/dist/esm/classic/configTemplateVersions/index.d.ts +13 -0
- package/dist/esm/classic/configTemplateVersions/index.js +15 -0
- package/dist/esm/classic/configTemplateVersions/index.js.map +1 -0
- package/dist/esm/classic/configTemplates/index.d.ts +31 -0
- package/dist/esm/classic/configTemplates/index.js +21 -0
- package/dist/esm/classic/configTemplates/index.js.map +1 -0
- package/dist/esm/classic/contexts/index.d.ts +27 -0
- package/dist/esm/classic/contexts/index.js +19 -0
- package/dist/esm/classic/contexts/index.js.map +1 -0
- package/dist/esm/classic/diagnostics/index.d.ts +27 -0
- package/dist/esm/classic/diagnostics/index.js +19 -0
- package/dist/esm/classic/diagnostics/index.js.map +1 -0
- package/dist/esm/classic/dynamicSchemaVersions/index.d.ts +25 -0
- package/dist/esm/classic/dynamicSchemaVersions/index.js +18 -0
- package/dist/esm/classic/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/esm/classic/dynamicSchemas/index.d.ts +25 -0
- package/dist/esm/classic/dynamicSchemas/index.js +18 -0
- package/dist/esm/classic/dynamicSchemas/index.js.map +1 -0
- package/dist/esm/classic/executions/index.d.ts +25 -0
- package/dist/esm/classic/executions/index.js +18 -0
- package/dist/esm/classic/executions/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +22 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/instanceHistories/index.d.ts +13 -0
- package/dist/esm/classic/instanceHistories/index.js +15 -0
- package/dist/esm/classic/instanceHistories/index.js.map +1 -0
- package/dist/esm/classic/instances/index.d.ts +25 -0
- package/dist/esm/classic/instances/index.js +18 -0
- package/dist/esm/classic/instances/index.js.map +1 -0
- package/dist/esm/classic/jobs/index.d.ts +13 -0
- package/dist/esm/classic/jobs/index.js +15 -0
- package/dist/esm/classic/jobs/index.js.map +1 -0
- package/dist/esm/classic/schemaReferences/index.d.ts +13 -0
- package/dist/esm/classic/schemaReferences/index.js +15 -0
- package/dist/esm/classic/schemaReferences/index.js.map +1 -0
- package/dist/esm/classic/schemaVersions/index.d.ts +25 -0
- package/dist/esm/classic/schemaVersions/index.js +18 -0
- package/dist/esm/classic/schemaVersions/index.js.map +1 -0
- package/dist/esm/classic/schemas/index.d.ts +31 -0
- package/dist/esm/classic/schemas/index.js +21 -0
- package/dist/esm/classic/schemas/index.js.map +1 -0
- package/dist/esm/classic/siteReferences/index.d.ts +25 -0
- package/dist/esm/classic/siteReferences/index.js +18 -0
- package/dist/esm/classic/siteReferences/index.js.map +1 -0
- package/dist/esm/classic/solutionTemplateVersions/index.d.ts +20 -0
- package/dist/esm/classic/solutionTemplateVersions/index.js +18 -0
- package/dist/esm/classic/solutionTemplateVersions/index.js.map +1 -0
- package/dist/esm/classic/solutionTemplates/index.d.ts +31 -0
- package/dist/esm/classic/solutionTemplates/index.js +21 -0
- package/dist/esm/classic/solutionTemplates/index.js.map +1 -0
- package/dist/esm/classic/solutionVersions/index.d.ts +25 -0
- package/dist/esm/classic/solutionVersions/index.js +18 -0
- package/dist/esm/classic/solutionVersions/index.js.map +1 -0
- package/dist/esm/classic/solutions/index.d.ts +25 -0
- package/dist/esm/classic/solutions/index.js +18 -0
- package/dist/esm/classic/solutions/index.js.map +1 -0
- package/dist/esm/classic/targets/index.d.ts +43 -0
- package/dist/esm/classic/targets/index.js +27 -0
- package/dist/esm/classic/targets/index.js.map +1 -0
- package/dist/esm/classic/workflowVersions/index.d.ts +25 -0
- package/dist/esm/classic/workflowVersions/index.js +18 -0
- package/dist/esm/classic/workflowVersions/index.js.map +1 -0
- package/dist/esm/classic/workflows/index.d.ts +25 -0
- package/dist/esm/classic/workflows/index.js +18 -0
- package/dist/esm/classic/workflows/index.js.map +1 -0
- package/dist/esm/index.d.ts +31 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1711 -0
- package/dist/esm/models/models.js +1992 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +328 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +170 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/workloadOrchestrationManagementClient.d.ts +75 -0
- package/dist/esm/workloadOrchestrationManagementClient.js +105 -0
- package/dist/esm/workloadOrchestrationManagementClient.js.map +1 -0
- package/dist/react-native/api/configTemplateVersions/index.d.ts +3 -0
- package/dist/react-native/api/configTemplateVersions/index.js +4 -0
- package/dist/react-native/api/configTemplateVersions/index.js.map +1 -0
- package/dist/react-native/api/configTemplateVersions/operations.d.ts +14 -0
- package/dist/react-native/api/configTemplateVersions/operations.js +73 -0
- package/dist/react-native/api/configTemplateVersions/operations.js.map +1 -0
- package/dist/react-native/api/configTemplateVersions/options.d.ts +8 -0
- package/dist/react-native/api/configTemplateVersions/options.js +4 -0
- package/dist/react-native/api/configTemplateVersions/options.js.map +1 -0
- package/dist/react-native/api/configTemplates/index.d.ts +3 -0
- package/dist/react-native/api/configTemplates/index.js +4 -0
- package/dist/react-native/api/configTemplates/index.js.map +1 -0
- package/dist/react-native/api/configTemplates/operations.d.ts +44 -0
- package/dist/react-native/api/configTemplates/operations.js +278 -0
- package/dist/react-native/api/configTemplates/operations.js.map +1 -0
- package/dist/react-native/api/configTemplates/options.d.ts +32 -0
- package/dist/react-native/api/configTemplates/options.js +4 -0
- package/dist/react-native/api/configTemplates/options.js.map +1 -0
- package/dist/react-native/api/contexts/index.d.ts +3 -0
- package/dist/react-native/api/contexts/index.js +4 -0
- package/dist/react-native/api/contexts/index.js.map +1 -0
- package/dist/react-native/api/contexts/operations.d.ts +36 -0
- package/dist/react-native/api/contexts/operations.js +204 -0
- package/dist/react-native/api/contexts/operations.js.map +1 -0
- package/dist/react-native/api/contexts/options.d.ts +26 -0
- package/dist/react-native/api/contexts/options.js +4 -0
- package/dist/react-native/api/contexts/options.js.map +1 -0
- package/dist/react-native/api/diagnostics/index.d.ts +3 -0
- package/dist/react-native/api/diagnostics/index.js +4 -0
- package/dist/react-native/api/diagnostics/index.js.map +1 -0
- package/dist/react-native/api/diagnostics/operations.d.ts +36 -0
- package/dist/react-native/api/diagnostics/operations.js +208 -0
- package/dist/react-native/api/diagnostics/operations.js.map +1 -0
- package/dist/react-native/api/diagnostics/options.d.ts +26 -0
- package/dist/react-native/api/diagnostics/options.js +4 -0
- package/dist/react-native/api/diagnostics/options.js.map +1 -0
- package/dist/react-native/api/dynamicSchemaVersions/index.d.ts +3 -0
- package/dist/react-native/api/dynamicSchemaVersions/index.js +4 -0
- package/dist/react-native/api/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/react-native/api/dynamicSchemaVersions/operations.d.ts +32 -0
- package/dist/react-native/api/dynamicSchemaVersions/operations.js +190 -0
- package/dist/react-native/api/dynamicSchemaVersions/operations.js.map +1 -0
- package/dist/react-native/api/dynamicSchemaVersions/options.d.ts +21 -0
- package/dist/react-native/api/dynamicSchemaVersions/options.js +4 -0
- package/dist/react-native/api/dynamicSchemaVersions/options.js.map +1 -0
- package/dist/react-native/api/dynamicSchemas/index.d.ts +3 -0
- package/dist/react-native/api/dynamicSchemas/index.js +4 -0
- package/dist/react-native/api/dynamicSchemas/index.js.map +1 -0
- package/dist/react-native/api/dynamicSchemas/operations.d.ts +32 -0
- package/dist/react-native/api/dynamicSchemas/operations.js +177 -0
- package/dist/react-native/api/dynamicSchemas/operations.js.map +1 -0
- package/dist/react-native/api/dynamicSchemas/options.d.ts +21 -0
- package/dist/react-native/api/dynamicSchemas/options.js +4 -0
- package/dist/react-native/api/dynamicSchemas/options.js.map +1 -0
- package/dist/react-native/api/executions/index.d.ts +3 -0
- package/dist/react-native/api/executions/index.js +4 -0
- package/dist/react-native/api/executions/index.js.map +1 -0
- package/dist/react-native/api/executions/operations.d.ts +32 -0
- package/dist/react-native/api/executions/operations.js +195 -0
- package/dist/react-native/api/executions/operations.js.map +1 -0
- package/dist/react-native/api/executions/options.d.ts +23 -0
- package/dist/react-native/api/executions/options.js +4 -0
- package/dist/react-native/api/executions/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/instanceHistories/index.d.ts +3 -0
- package/dist/react-native/api/instanceHistories/index.js +4 -0
- package/dist/react-native/api/instanceHistories/index.js.map +1 -0
- package/dist/react-native/api/instanceHistories/operations.d.ts +14 -0
- package/dist/react-native/api/instanceHistories/operations.js +77 -0
- package/dist/react-native/api/instanceHistories/operations.js.map +1 -0
- package/dist/react-native/api/instanceHistories/options.d.ts +8 -0
- package/dist/react-native/api/instanceHistories/options.js +4 -0
- package/dist/react-native/api/instanceHistories/options.js.map +1 -0
- package/dist/react-native/api/instances/index.d.ts +3 -0
- package/dist/react-native/api/instances/index.js +4 -0
- package/dist/react-native/api/instances/index.js.map +1 -0
- package/dist/react-native/api/instances/operations.d.ts +32 -0
- package/dist/react-native/api/instances/operations.js +186 -0
- package/dist/react-native/api/instances/operations.js.map +1 -0
- package/dist/react-native/api/instances/options.d.ts +23 -0
- package/dist/react-native/api/instances/options.js +4 -0
- package/dist/react-native/api/instances/options.js.map +1 -0
- package/dist/react-native/api/jobs/index.d.ts +3 -0
- package/dist/react-native/api/jobs/index.js +4 -0
- package/dist/react-native/api/jobs/index.js.map +1 -0
- package/dist/react-native/api/jobs/operations.d.ts +14 -0
- package/dist/react-native/api/jobs/operations.js +65 -0
- package/dist/react-native/api/jobs/operations.js.map +1 -0
- package/dist/react-native/api/jobs/options.d.ts +8 -0
- package/dist/react-native/api/jobs/options.js +4 -0
- package/dist/react-native/api/jobs/options.js.map +1 -0
- package/dist/react-native/api/schemaReferences/index.d.ts +3 -0
- package/dist/react-native/api/schemaReferences/index.js +4 -0
- package/dist/react-native/api/schemaReferences/index.js.map +1 -0
- package/dist/react-native/api/schemaReferences/operations.d.ts +14 -0
- package/dist/react-native/api/schemaReferences/operations.js +69 -0
- package/dist/react-native/api/schemaReferences/operations.js.map +1 -0
- package/dist/react-native/api/schemaReferences/options.d.ts +8 -0
- package/dist/react-native/api/schemaReferences/options.js +4 -0
- package/dist/react-native/api/schemaReferences/options.js.map +1 -0
- package/dist/react-native/api/schemaVersions/index.d.ts +3 -0
- package/dist/react-native/api/schemaVersions/index.js +4 -0
- package/dist/react-native/api/schemaVersions/index.js.map +1 -0
- package/dist/react-native/api/schemaVersions/operations.d.ts +32 -0
- package/dist/react-native/api/schemaVersions/operations.js +177 -0
- package/dist/react-native/api/schemaVersions/operations.js.map +1 -0
- package/dist/react-native/api/schemaVersions/options.d.ts +21 -0
- package/dist/react-native/api/schemaVersions/options.js +4 -0
- package/dist/react-native/api/schemaVersions/options.js.map +1 -0
- package/dist/react-native/api/schemas/index.d.ts +3 -0
- package/dist/react-native/api/schemas/index.js +4 -0
- package/dist/react-native/api/schemas/index.js.map +1 -0
- package/dist/react-native/api/schemas/operations.d.ts +44 -0
- package/dist/react-native/api/schemas/operations.js +270 -0
- package/dist/react-native/api/schemas/operations.js.map +1 -0
- package/dist/react-native/api/schemas/options.d.ts +32 -0
- package/dist/react-native/api/schemas/options.js +4 -0
- package/dist/react-native/api/schemas/options.js.map +1 -0
- package/dist/react-native/api/siteReferences/index.d.ts +3 -0
- package/dist/react-native/api/siteReferences/index.js +4 -0
- package/dist/react-native/api/siteReferences/index.js.map +1 -0
- package/dist/react-native/api/siteReferences/operations.d.ts +32 -0
- package/dist/react-native/api/siteReferences/operations.js +181 -0
- package/dist/react-native/api/siteReferences/operations.js.map +1 -0
- package/dist/react-native/api/siteReferences/options.d.ts +23 -0
- package/dist/react-native/api/siteReferences/options.js +4 -0
- package/dist/react-native/api/siteReferences/options.js.map +1 -0
- package/dist/react-native/api/solutionTemplateVersions/index.d.ts +3 -0
- package/dist/react-native/api/solutionTemplateVersions/index.js +4 -0
- package/dist/react-native/api/solutionTemplateVersions/index.js.map +1 -0
- package/dist/react-native/api/solutionTemplateVersions/operations.d.ts +27 -0
- package/dist/react-native/api/solutionTemplateVersions/operations.js +188 -0
- package/dist/react-native/api/solutionTemplateVersions/operations.js.map +1 -0
- package/dist/react-native/api/solutionTemplateVersions/options.d.ts +23 -0
- package/dist/react-native/api/solutionTemplateVersions/options.js +4 -0
- package/dist/react-native/api/solutionTemplateVersions/options.js.map +1 -0
- package/dist/react-native/api/solutionTemplates/index.d.ts +3 -0
- package/dist/react-native/api/solutionTemplates/index.js +4 -0
- package/dist/react-native/api/solutionTemplates/index.js.map +1 -0
- package/dist/react-native/api/solutionTemplates/operations.d.ts +44 -0
- package/dist/react-native/api/solutionTemplates/operations.js +290 -0
- package/dist/react-native/api/solutionTemplates/operations.js.map +1 -0
- package/dist/react-native/api/solutionTemplates/options.d.ts +34 -0
- package/dist/react-native/api/solutionTemplates/options.js +4 -0
- package/dist/react-native/api/solutionTemplates/options.js.map +1 -0
- package/dist/react-native/api/solutionVersions/index.d.ts +3 -0
- package/dist/react-native/api/solutionVersions/index.js +4 -0
- package/dist/react-native/api/solutionVersions/index.js.map +1 -0
- package/dist/react-native/api/solutionVersions/operations.d.ts +32 -0
- package/dist/react-native/api/solutionVersions/operations.js +194 -0
- package/dist/react-native/api/solutionVersions/operations.js.map +1 -0
- package/dist/react-native/api/solutionVersions/options.d.ts +23 -0
- package/dist/react-native/api/solutionVersions/options.js +4 -0
- package/dist/react-native/api/solutionVersions/options.js.map +1 -0
- package/dist/react-native/api/solutions/index.d.ts +3 -0
- package/dist/react-native/api/solutions/index.js +4 -0
- package/dist/react-native/api/solutions/index.js.map +1 -0
- package/dist/react-native/api/solutions/operations.d.ts +32 -0
- package/dist/react-native/api/solutions/operations.js +181 -0
- package/dist/react-native/api/solutions/operations.js.map +1 -0
- package/dist/react-native/api/solutions/options.d.ts +23 -0
- package/dist/react-native/api/solutions/options.js +4 -0
- package/dist/react-native/api/solutions/options.js.map +1 -0
- package/dist/react-native/api/targets/index.d.ts +3 -0
- package/dist/react-native/api/targets/index.js +4 -0
- package/dist/react-native/api/targets/index.js.map +1 -0
- package/dist/react-native/api/targets/operations.d.ts +68 -0
- package/dist/react-native/api/targets/operations.js +493 -0
- package/dist/react-native/api/targets/operations.js.map +1 -0
- package/dist/react-native/api/targets/options.d.ts +68 -0
- package/dist/react-native/api/targets/options.js +4 -0
- package/dist/react-native/api/targets/options.js.map +1 -0
- package/dist/react-native/api/workflowVersions/index.d.ts +3 -0
- package/dist/react-native/api/workflowVersions/index.js +4 -0
- package/dist/react-native/api/workflowVersions/index.js.map +1 -0
- package/dist/react-native/api/workflowVersions/operations.d.ts +32 -0
- package/dist/react-native/api/workflowVersions/operations.js +194 -0
- package/dist/react-native/api/workflowVersions/operations.js.map +1 -0
- package/dist/react-native/api/workflowVersions/options.d.ts +23 -0
- package/dist/react-native/api/workflowVersions/options.js +4 -0
- package/dist/react-native/api/workflowVersions/options.js.map +1 -0
- package/dist/react-native/api/workflows/index.d.ts +3 -0
- package/dist/react-native/api/workflows/index.js +4 -0
- package/dist/react-native/api/workflows/index.js.map +1 -0
- package/dist/react-native/api/workflows/operations.d.ts +32 -0
- package/dist/react-native/api/workflows/operations.js +181 -0
- package/dist/react-native/api/workflows/operations.js.map +1 -0
- package/dist/react-native/api/workflows/options.d.ts +23 -0
- package/dist/react-native/api/workflows/options.js +4 -0
- package/dist/react-native/api/workflows/options.js.map +1 -0
- package/dist/react-native/api/workloadOrchestrationManagementContext.d.ts +22 -0
- package/dist/react-native/api/workloadOrchestrationManagementContext.js +43 -0
- package/dist/react-native/api/workloadOrchestrationManagementContext.js.map +1 -0
- package/dist/react-native/classic/configTemplateVersions/index.d.ts +13 -0
- package/dist/react-native/classic/configTemplateVersions/index.js +15 -0
- package/dist/react-native/classic/configTemplateVersions/index.js.map +1 -0
- package/dist/react-native/classic/configTemplates/index.d.ts +31 -0
- package/dist/react-native/classic/configTemplates/index.js +21 -0
- package/dist/react-native/classic/configTemplates/index.js.map +1 -0
- package/dist/react-native/classic/contexts/index.d.ts +27 -0
- package/dist/react-native/classic/contexts/index.js +19 -0
- package/dist/react-native/classic/contexts/index.js.map +1 -0
- package/dist/react-native/classic/diagnostics/index.d.ts +27 -0
- package/dist/react-native/classic/diagnostics/index.js +19 -0
- package/dist/react-native/classic/diagnostics/index.js.map +1 -0
- package/dist/react-native/classic/dynamicSchemaVersions/index.d.ts +25 -0
- package/dist/react-native/classic/dynamicSchemaVersions/index.js +18 -0
- package/dist/react-native/classic/dynamicSchemaVersions/index.js.map +1 -0
- package/dist/react-native/classic/dynamicSchemas/index.d.ts +25 -0
- package/dist/react-native/classic/dynamicSchemas/index.js +18 -0
- package/dist/react-native/classic/dynamicSchemas/index.js.map +1 -0
- package/dist/react-native/classic/executions/index.d.ts +25 -0
- package/dist/react-native/classic/executions/index.js +18 -0
- package/dist/react-native/classic/executions/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +22 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/instanceHistories/index.d.ts +13 -0
- package/dist/react-native/classic/instanceHistories/index.js +15 -0
- package/dist/react-native/classic/instanceHistories/index.js.map +1 -0
- package/dist/react-native/classic/instances/index.d.ts +25 -0
- package/dist/react-native/classic/instances/index.js +18 -0
- package/dist/react-native/classic/instances/index.js.map +1 -0
- package/dist/react-native/classic/jobs/index.d.ts +13 -0
- package/dist/react-native/classic/jobs/index.js +15 -0
- package/dist/react-native/classic/jobs/index.js.map +1 -0
- package/dist/react-native/classic/schemaReferences/index.d.ts +13 -0
- package/dist/react-native/classic/schemaReferences/index.js +15 -0
- package/dist/react-native/classic/schemaReferences/index.js.map +1 -0
- package/dist/react-native/classic/schemaVersions/index.d.ts +25 -0
- package/dist/react-native/classic/schemaVersions/index.js +18 -0
- package/dist/react-native/classic/schemaVersions/index.js.map +1 -0
- package/dist/react-native/classic/schemas/index.d.ts +31 -0
- package/dist/react-native/classic/schemas/index.js +21 -0
- package/dist/react-native/classic/schemas/index.js.map +1 -0
- package/dist/react-native/classic/siteReferences/index.d.ts +25 -0
- package/dist/react-native/classic/siteReferences/index.js +18 -0
- package/dist/react-native/classic/siteReferences/index.js.map +1 -0
- package/dist/react-native/classic/solutionTemplateVersions/index.d.ts +20 -0
- package/dist/react-native/classic/solutionTemplateVersions/index.js +18 -0
- package/dist/react-native/classic/solutionTemplateVersions/index.js.map +1 -0
- package/dist/react-native/classic/solutionTemplates/index.d.ts +31 -0
- package/dist/react-native/classic/solutionTemplates/index.js +21 -0
- package/dist/react-native/classic/solutionTemplates/index.js.map +1 -0
- package/dist/react-native/classic/solutionVersions/index.d.ts +25 -0
- package/dist/react-native/classic/solutionVersions/index.js +18 -0
- package/dist/react-native/classic/solutionVersions/index.js.map +1 -0
- package/dist/react-native/classic/solutions/index.d.ts +25 -0
- package/dist/react-native/classic/solutions/index.js +18 -0
- package/dist/react-native/classic/solutions/index.js.map +1 -0
- package/dist/react-native/classic/targets/index.d.ts +43 -0
- package/dist/react-native/classic/targets/index.js +27 -0
- package/dist/react-native/classic/targets/index.js.map +1 -0
- package/dist/react-native/classic/workflowVersions/index.d.ts +25 -0
- package/dist/react-native/classic/workflowVersions/index.js +18 -0
- package/dist/react-native/classic/workflowVersions/index.js.map +1 -0
- package/dist/react-native/classic/workflows/index.d.ts +25 -0
- package/dist/react-native/classic/workflows/index.js +18 -0
- package/dist/react-native/classic/workflows/index.js.map +1 -0
- package/dist/react-native/index.d.ts +31 -0
- package/dist/react-native/index.js +8 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +1711 -0
- package/dist/react-native/models/models.js +1992 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +328 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +170 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/workloadOrchestrationManagementClient.d.ts +75 -0
- package/dist/react-native/workloadOrchestrationManagementClient.js +105 -0
- package/dist/react-native/workloadOrchestrationManagementClient.js.map +1 -0
- package/package.json +573 -0
|
@@ -0,0 +1,1711 @@
|
|
|
1
|
+
/** DynamicSchema Resource */
|
|
2
|
+
export interface DynamicSchema extends ProxyResource {
|
|
3
|
+
/** The resource-specific properties for this resource. */
|
|
4
|
+
properties?: DynamicSchemaProperties;
|
|
5
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
6
|
+
readonly eTag?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function dynamicSchemaSerializer(item: DynamicSchema): any;
|
|
9
|
+
export declare function dynamicSchemaDeserializer(item: any): DynamicSchema;
|
|
10
|
+
/** DynamicSchema Properties */
|
|
11
|
+
export interface DynamicSchemaProperties {
|
|
12
|
+
/** Display name of the dynamic schema */
|
|
13
|
+
readonly displayName?: string;
|
|
14
|
+
/** Type of configuration */
|
|
15
|
+
readonly configurationType?: ConfigurationType;
|
|
16
|
+
/** Type of configuration model */
|
|
17
|
+
readonly configurationModel?: ConfigurationModel;
|
|
18
|
+
/** Provisioning state of resource */
|
|
19
|
+
readonly provisioningState?: ProvisioningState;
|
|
20
|
+
}
|
|
21
|
+
export declare function dynamicSchemaPropertiesSerializer(item: DynamicSchemaProperties): any;
|
|
22
|
+
export declare function dynamicSchemaPropertiesDeserializer(item: any): DynamicSchemaProperties;
|
|
23
|
+
/** Available configuration types */
|
|
24
|
+
export declare enum KnownConfigurationType {
|
|
25
|
+
/** Configuration type Shared */
|
|
26
|
+
Shared = "Shared",
|
|
27
|
+
/** Configuration type Hierarchy */
|
|
28
|
+
Hierarchy = "Hierarchy"
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Available configuration types \
|
|
32
|
+
* {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
|
|
33
|
+
* this enum contains the known values that the service supports.
|
|
34
|
+
* ### Known values supported by the service
|
|
35
|
+
* **Shared**: Configuration type Shared \
|
|
36
|
+
* **Hierarchy**: Configuration type Hierarchy
|
|
37
|
+
*/
|
|
38
|
+
export type ConfigurationType = string;
|
|
39
|
+
/** Available configuration models */
|
|
40
|
+
export declare enum KnownConfigurationModel {
|
|
41
|
+
/** Configuration model Application */
|
|
42
|
+
Application = "Application",
|
|
43
|
+
/** Configuration model Common */
|
|
44
|
+
Common = "Common"
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Available configuration models \
|
|
48
|
+
* {@link KnownConfigurationModel} can be used interchangeably with ConfigurationModel,
|
|
49
|
+
* this enum contains the known values that the service supports.
|
|
50
|
+
* ### Known values supported by the service
|
|
51
|
+
* **Application**: Configuration model Application \
|
|
52
|
+
* **Common**: Configuration model Common
|
|
53
|
+
*/
|
|
54
|
+
export type ConfigurationModel = string;
|
|
55
|
+
/** Provisioning state of resource */
|
|
56
|
+
export declare enum KnownProvisioningState {
|
|
57
|
+
/** Resource has been created. */
|
|
58
|
+
Succeeded = "Succeeded",
|
|
59
|
+
/** Resource creation failed. */
|
|
60
|
+
Failed = "Failed",
|
|
61
|
+
/** Resource creation was canceled. */
|
|
62
|
+
Canceled = "Canceled",
|
|
63
|
+
/** Resource Provisioning is initialized */
|
|
64
|
+
Initialized = "Initialized",
|
|
65
|
+
/** Resource Provisioning is in progress */
|
|
66
|
+
Inprogress = "InProgress",
|
|
67
|
+
/** Resource Provisioning is deleting */
|
|
68
|
+
Deleting = "Deleting"
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Provisioning state of resource \
|
|
72
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
73
|
+
* this enum contains the known values that the service supports.
|
|
74
|
+
* ### Known values supported by the service
|
|
75
|
+
* **Succeeded**: Resource has been created. \
|
|
76
|
+
* **Failed**: Resource creation failed. \
|
|
77
|
+
* **Canceled**: Resource creation was canceled. \
|
|
78
|
+
* **Initialized**: Resource Provisioning is initialized \
|
|
79
|
+
* **InProgress**: Resource Provisioning is in progress \
|
|
80
|
+
* **Deleting**: Resource Provisioning is deleting
|
|
81
|
+
*/
|
|
82
|
+
export type ProvisioningState = string;
|
|
83
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
84
|
+
export interface ProxyResource extends Resource {
|
|
85
|
+
}
|
|
86
|
+
export declare function proxyResourceSerializer(item: ProxyResource): any;
|
|
87
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
88
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
89
|
+
export interface Resource {
|
|
90
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
91
|
+
readonly id?: string;
|
|
92
|
+
/** The name of the resource */
|
|
93
|
+
readonly name?: string;
|
|
94
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
95
|
+
readonly type?: string;
|
|
96
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
97
|
+
readonly systemData?: SystemData;
|
|
98
|
+
}
|
|
99
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
100
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
101
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
102
|
+
export interface SystemData {
|
|
103
|
+
/** The identity that created the resource. */
|
|
104
|
+
createdBy?: string;
|
|
105
|
+
/** The type of identity that created the resource. */
|
|
106
|
+
createdByType?: CreatedByType;
|
|
107
|
+
/** The timestamp of resource creation (UTC). */
|
|
108
|
+
createdAt?: Date;
|
|
109
|
+
/** The identity that last modified the resource. */
|
|
110
|
+
lastModifiedBy?: string;
|
|
111
|
+
/** The type of identity that last modified the resource. */
|
|
112
|
+
lastModifiedByType?: CreatedByType;
|
|
113
|
+
/** The timestamp of resource last modification (UTC) */
|
|
114
|
+
lastModifiedAt?: Date;
|
|
115
|
+
}
|
|
116
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
117
|
+
/** The kind of entity that created the resource. */
|
|
118
|
+
export declare enum KnownCreatedByType {
|
|
119
|
+
/** The entity was created by a user. */
|
|
120
|
+
User = "User",
|
|
121
|
+
/** The entity was created by an application. */
|
|
122
|
+
Application = "Application",
|
|
123
|
+
/** The entity was created by a managed identity. */
|
|
124
|
+
ManagedIdentity = "ManagedIdentity",
|
|
125
|
+
/** The entity was created by a key. */
|
|
126
|
+
Key = "Key"
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* The kind of entity that created the resource. \
|
|
130
|
+
* {@link KnowncreatedByType} can be used interchangeably with createdByType,
|
|
131
|
+
* this enum contains the known values that the service supports.
|
|
132
|
+
* ### Known values supported by the service
|
|
133
|
+
* **User**: The entity was created by a user. \
|
|
134
|
+
* **Application**: The entity was created by an application. \
|
|
135
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
136
|
+
* **Key**: The entity was created by a key.
|
|
137
|
+
*/
|
|
138
|
+
export type CreatedByType = string;
|
|
139
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
140
|
+
export interface ErrorResponse {
|
|
141
|
+
/** The error object. */
|
|
142
|
+
error?: ErrorDetail;
|
|
143
|
+
}
|
|
144
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
145
|
+
/** The error detail. */
|
|
146
|
+
export interface ErrorDetail {
|
|
147
|
+
/** The error code. */
|
|
148
|
+
readonly code?: string;
|
|
149
|
+
/** The error message. */
|
|
150
|
+
readonly message?: string;
|
|
151
|
+
/** The error target. */
|
|
152
|
+
readonly target?: string;
|
|
153
|
+
/** The error details. */
|
|
154
|
+
readonly details?: ErrorDetail[];
|
|
155
|
+
/** The error additional info. */
|
|
156
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
157
|
+
}
|
|
158
|
+
export declare function errorDetailSerializer(item: ErrorDetail): any;
|
|
159
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
160
|
+
export declare function errorDetailArraySerializer(result: Array<ErrorDetail>): any[];
|
|
161
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
162
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
163
|
+
/** The resource management error additional info. */
|
|
164
|
+
export interface ErrorAdditionalInfo {
|
|
165
|
+
/** The additional info type. */
|
|
166
|
+
readonly type?: string;
|
|
167
|
+
/** The additional info. */
|
|
168
|
+
readonly info?: any;
|
|
169
|
+
}
|
|
170
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
171
|
+
/** The response of a DynamicSchema list operation. */
|
|
172
|
+
export interface _DynamicSchemaListResult {
|
|
173
|
+
/** The DynamicSchema items on this page */
|
|
174
|
+
value: DynamicSchema[];
|
|
175
|
+
/** The link to the next page of items */
|
|
176
|
+
nextLink?: string;
|
|
177
|
+
}
|
|
178
|
+
export declare function _dynamicSchemaListResultDeserializer(item: any): _DynamicSchemaListResult;
|
|
179
|
+
export declare function dynamicSchemaArraySerializer(result: Array<DynamicSchema>): any[];
|
|
180
|
+
export declare function dynamicSchemaArrayDeserializer(result: Array<DynamicSchema>): any[];
|
|
181
|
+
/** Schema Resource */
|
|
182
|
+
export interface Schema extends TrackedResource {
|
|
183
|
+
/** The resource-specific properties for this resource. */
|
|
184
|
+
properties?: SchemaProperties;
|
|
185
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
186
|
+
readonly eTag?: string;
|
|
187
|
+
}
|
|
188
|
+
export declare function schemaSerializer(item: Schema): any;
|
|
189
|
+
export declare function schemaDeserializer(item: any): Schema;
|
|
190
|
+
/** Schema Properties */
|
|
191
|
+
export interface SchemaProperties {
|
|
192
|
+
/** Current Version of schema */
|
|
193
|
+
readonly currentVersion?: string;
|
|
194
|
+
/** Provisioning state of resource */
|
|
195
|
+
readonly provisioningState?: ProvisioningState;
|
|
196
|
+
}
|
|
197
|
+
export declare function schemaPropertiesSerializer(item: SchemaProperties): any;
|
|
198
|
+
export declare function schemaPropertiesDeserializer(item: any): SchemaProperties;
|
|
199
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
200
|
+
export interface TrackedResource extends Resource {
|
|
201
|
+
/** Resource tags. */
|
|
202
|
+
tags?: Record<string, string>;
|
|
203
|
+
/** The geo-location where the resource lives */
|
|
204
|
+
location: string;
|
|
205
|
+
}
|
|
206
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
207
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
208
|
+
/** The type used for update operations of the Schema. */
|
|
209
|
+
export interface SchemaUpdate {
|
|
210
|
+
/** The resource-specific properties for this resource. */
|
|
211
|
+
properties?: SchemaUpdateProperties;
|
|
212
|
+
/** Resource tags. */
|
|
213
|
+
tags?: Record<string, string>;
|
|
214
|
+
}
|
|
215
|
+
export declare function schemaUpdateSerializer(item: SchemaUpdate): any;
|
|
216
|
+
/** The updatable properties of the Schema. */
|
|
217
|
+
export interface SchemaUpdateProperties {
|
|
218
|
+
}
|
|
219
|
+
export declare function schemaUpdatePropertiesSerializer(item: SchemaUpdateProperties): any;
|
|
220
|
+
/** Schema Version With Update Type */
|
|
221
|
+
export interface SchemaVersionWithUpdateType {
|
|
222
|
+
/** Update type */
|
|
223
|
+
updateType?: UpdateType;
|
|
224
|
+
/** Version to create */
|
|
225
|
+
version?: string;
|
|
226
|
+
/** Schema Version */
|
|
227
|
+
schemaVersion: SchemaVersion;
|
|
228
|
+
}
|
|
229
|
+
export declare function schemaVersionWithUpdateTypeSerializer(item: SchemaVersionWithUpdateType): any;
|
|
230
|
+
/** Denotes which part of the version number will be updated */
|
|
231
|
+
export declare enum KnownUpdateType {
|
|
232
|
+
/** Major version */
|
|
233
|
+
Major = "Major",
|
|
234
|
+
/** Minor version */
|
|
235
|
+
Minor = "Minor",
|
|
236
|
+
/** Patch version */
|
|
237
|
+
Patch = "Patch"
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Denotes which part of the version number will be updated \
|
|
241
|
+
* {@link KnownUpdateType} can be used interchangeably with UpdateType,
|
|
242
|
+
* this enum contains the known values that the service supports.
|
|
243
|
+
* ### Known values supported by the service
|
|
244
|
+
* **Major**: Major version \
|
|
245
|
+
* **Minor**: Minor version \
|
|
246
|
+
* **Patch**: Patch version
|
|
247
|
+
*/
|
|
248
|
+
export type UpdateType = string;
|
|
249
|
+
/** Schema Version Resource */
|
|
250
|
+
export interface SchemaVersion extends ProxyResource {
|
|
251
|
+
/** The resource-specific properties for this resource. */
|
|
252
|
+
properties?: SchemaVersionProperties;
|
|
253
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
254
|
+
readonly eTag?: string;
|
|
255
|
+
}
|
|
256
|
+
export declare function schemaVersionSerializer(item: SchemaVersion): any;
|
|
257
|
+
export declare function schemaVersionDeserializer(item: any): SchemaVersion;
|
|
258
|
+
/** Schema Version Properties */
|
|
259
|
+
export interface SchemaVersionProperties {
|
|
260
|
+
/** Value of schema version */
|
|
261
|
+
value: string;
|
|
262
|
+
/** Provisioning state of resource */
|
|
263
|
+
readonly provisioningState?: ProvisioningState;
|
|
264
|
+
}
|
|
265
|
+
export declare function schemaVersionPropertiesSerializer(item: SchemaVersionProperties): any;
|
|
266
|
+
export declare function schemaVersionPropertiesDeserializer(item: any): SchemaVersionProperties;
|
|
267
|
+
/** Version Parameter */
|
|
268
|
+
export interface VersionParameter {
|
|
269
|
+
/** Version of the Resource */
|
|
270
|
+
version: string;
|
|
271
|
+
}
|
|
272
|
+
export declare function versionParameterSerializer(item: VersionParameter): any;
|
|
273
|
+
/** Remove Version response */
|
|
274
|
+
export interface RemoveVersionResponse {
|
|
275
|
+
/** Status for remove version response */
|
|
276
|
+
status: string;
|
|
277
|
+
}
|
|
278
|
+
export declare function removeVersionResponseDeserializer(item: any): RemoveVersionResponse;
|
|
279
|
+
/** The response of a Schema list operation. */
|
|
280
|
+
export interface _SchemaListResult {
|
|
281
|
+
/** The Schema items on this page */
|
|
282
|
+
value: Schema[];
|
|
283
|
+
/** The link to the next page of items */
|
|
284
|
+
nextLink?: string;
|
|
285
|
+
}
|
|
286
|
+
export declare function _schemaListResultDeserializer(item: any): _SchemaListResult;
|
|
287
|
+
export declare function schemaArraySerializer(result: Array<Schema>): any[];
|
|
288
|
+
export declare function schemaArrayDeserializer(result: Array<Schema>): any[];
|
|
289
|
+
/** The response of a SchemaVersion list operation. */
|
|
290
|
+
export interface _SchemaVersionListResult {
|
|
291
|
+
/** The SchemaVersion items on this page */
|
|
292
|
+
value: SchemaVersion[];
|
|
293
|
+
/** The link to the next page of items */
|
|
294
|
+
nextLink?: string;
|
|
295
|
+
}
|
|
296
|
+
export declare function _schemaVersionListResultDeserializer(item: any): _SchemaVersionListResult;
|
|
297
|
+
export declare function schemaVersionArraySerializer(result: Array<SchemaVersion>): any[];
|
|
298
|
+
export declare function schemaVersionArrayDeserializer(result: Array<SchemaVersion>): any[];
|
|
299
|
+
/** Solution Version Resource. It has the resolved configuration along with edge specification. */
|
|
300
|
+
export interface SolutionVersion extends ProxyResource {
|
|
301
|
+
/** The resource-specific properties for this resource. */
|
|
302
|
+
properties?: SolutionVersionProperties;
|
|
303
|
+
extendedLocation?: ExtendedLocation;
|
|
304
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
305
|
+
readonly eTag?: string;
|
|
306
|
+
}
|
|
307
|
+
export declare function solutionVersionSerializer(item: SolutionVersion): any;
|
|
308
|
+
export declare function solutionVersionDeserializer(item: any): SolutionVersion;
|
|
309
|
+
/** Solution Version Properties */
|
|
310
|
+
export interface SolutionVersionProperties {
|
|
311
|
+
/** Solution Template Version Id */
|
|
312
|
+
readonly solutionTemplateVersionId?: string;
|
|
313
|
+
/** Revision number of resolved config for this solution version */
|
|
314
|
+
readonly revision?: number;
|
|
315
|
+
/** Name of applicable target's display name */
|
|
316
|
+
readonly targetDisplayName?: string;
|
|
317
|
+
/** Resolved configuration values */
|
|
318
|
+
readonly configuration?: string;
|
|
319
|
+
/** Configuration on the line level across all solution template versions */
|
|
320
|
+
readonly targetLevelConfiguration?: string;
|
|
321
|
+
/** App components spec */
|
|
322
|
+
specification: Record<string, any>;
|
|
323
|
+
/** Review id of resolved config for this solution version */
|
|
324
|
+
readonly reviewId?: string;
|
|
325
|
+
/** External validation id */
|
|
326
|
+
readonly externalValidationId?: string;
|
|
327
|
+
/** State of solution instance */
|
|
328
|
+
readonly state?: State;
|
|
329
|
+
/** Current Stage of revision */
|
|
330
|
+
readonly currentStage?: StageMap;
|
|
331
|
+
/** Stages of revision */
|
|
332
|
+
readonly stages?: StageMap[];
|
|
333
|
+
/** Solution instance name */
|
|
334
|
+
readonly solutionInstanceName?: string;
|
|
335
|
+
/** Solution Dependency Context */
|
|
336
|
+
readonly solutionDependencies?: SolutionDependency[];
|
|
337
|
+
/** Error Details if any failure is there */
|
|
338
|
+
readonly errorDetails?: ErrorDetail;
|
|
339
|
+
/** The URI for tracking the latest action performed on this solution version. */
|
|
340
|
+
readonly latestActionTrackingUri?: string;
|
|
341
|
+
/** Object Id of user who triggered the latest action on this solution version. */
|
|
342
|
+
readonly lastestActionTriggeredBy?: string;
|
|
343
|
+
/** The type of the latest action performed on this solution version. */
|
|
344
|
+
readonly actionType?: JobType;
|
|
345
|
+
/** Provisioning state of resource */
|
|
346
|
+
readonly provisioningState?: ProvisioningState;
|
|
347
|
+
}
|
|
348
|
+
export declare function solutionVersionPropertiesSerializer(item: SolutionVersionProperties): any;
|
|
349
|
+
export declare function solutionVersionPropertiesDeserializer(item: any): SolutionVersionProperties;
|
|
350
|
+
/** Solution Instance State */
|
|
351
|
+
export declare enum KnownState {
|
|
352
|
+
/** Solution Instance is in review */
|
|
353
|
+
InReview = "InReview",
|
|
354
|
+
/** Solution Instance upgrade is in review */
|
|
355
|
+
UpgradeInReview = "UpgradeInReview",
|
|
356
|
+
/** Solution Instance is ready to deploy */
|
|
357
|
+
ReadyToDeploy = "ReadyToDeploy",
|
|
358
|
+
/** Solution Instance is ready to upgrade */
|
|
359
|
+
ReadyToUpgrade = "ReadyToUpgrade",
|
|
360
|
+
/** Solution Instance is deploying */
|
|
361
|
+
Deploying = "Deploying",
|
|
362
|
+
/** Solution Instance is deployed */
|
|
363
|
+
Deployed = "Deployed",
|
|
364
|
+
/** Solution Instance failed to deploy */
|
|
365
|
+
Failed = "Failed",
|
|
366
|
+
/** Solution Instance is undeployed */
|
|
367
|
+
Undeployed = "Undeployed",
|
|
368
|
+
/** Solution Instance is pending external validation */
|
|
369
|
+
PendingExternalValidation = "PendingExternalValidation",
|
|
370
|
+
/** Solution Instance failed external validation */
|
|
371
|
+
ExternalValidationFailed = "ExternalValidationFailed",
|
|
372
|
+
/** Solution Instance is staging the images */
|
|
373
|
+
Staging = "Staging",
|
|
374
|
+
/** State is not applicable */
|
|
375
|
+
NotApplicable = "NotApplicable"
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Solution Instance State \
|
|
379
|
+
* {@link KnownState} can be used interchangeably with State,
|
|
380
|
+
* this enum contains the known values that the service supports.
|
|
381
|
+
* ### Known values supported by the service
|
|
382
|
+
* **InReview**: Solution Instance is in review \
|
|
383
|
+
* **UpgradeInReview**: Solution Instance upgrade is in review \
|
|
384
|
+
* **ReadyToDeploy**: Solution Instance is ready to deploy \
|
|
385
|
+
* **ReadyToUpgrade**: Solution Instance is ready to upgrade \
|
|
386
|
+
* **Deploying**: Solution Instance is deploying \
|
|
387
|
+
* **Deployed**: Solution Instance is deployed \
|
|
388
|
+
* **Failed**: Solution Instance failed to deploy \
|
|
389
|
+
* **Undeployed**: Solution Instance is undeployed \
|
|
390
|
+
* **PendingExternalValidation**: Solution Instance is pending external validation \
|
|
391
|
+
* **ExternalValidationFailed**: Solution Instance failed external validation \
|
|
392
|
+
* **Staging**: Solution Instance is staging the images \
|
|
393
|
+
* **NotApplicable**: State is not applicable
|
|
394
|
+
*/
|
|
395
|
+
export type State = string;
|
|
396
|
+
/** Stage Map for Solution Version */
|
|
397
|
+
export interface StageMap {
|
|
398
|
+
/** Display State */
|
|
399
|
+
readonly displayState: string;
|
|
400
|
+
/** Stage name */
|
|
401
|
+
readonly stage: CMStages;
|
|
402
|
+
/** Stage status */
|
|
403
|
+
readonly status: StateCategory;
|
|
404
|
+
/** Stage start time */
|
|
405
|
+
readonly startTime?: Date;
|
|
406
|
+
/** Stage end time */
|
|
407
|
+
readonly endTime?: Date;
|
|
408
|
+
/** Child stages which represents more granular level stage status if any */
|
|
409
|
+
readonly childStages?: StageMap[];
|
|
410
|
+
}
|
|
411
|
+
export declare function stageMapDeserializer(item: any): StageMap;
|
|
412
|
+
/** Stages for Solution Version */
|
|
413
|
+
export declare enum KnownCMStages {
|
|
414
|
+
/** Configuration stage */
|
|
415
|
+
Configuration = "Configuration",
|
|
416
|
+
/** Publish stage */
|
|
417
|
+
Publish = "Publish",
|
|
418
|
+
/** Deployment stage */
|
|
419
|
+
Deployment = "Deployment",
|
|
420
|
+
/** Uninstallation stage */
|
|
421
|
+
Uninstallation = "Uninstallation",
|
|
422
|
+
/** External Validation stage */
|
|
423
|
+
ExternalValidation = "ExternalValidation",
|
|
424
|
+
/** Staging stage */
|
|
425
|
+
Staging = "Staging",
|
|
426
|
+
/** Unstaging stage */
|
|
427
|
+
Unstaging = "Unstaging"
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
* Stages for Solution Version \
|
|
431
|
+
* {@link KnownCMStages} can be used interchangeably with CMStages,
|
|
432
|
+
* this enum contains the known values that the service supports.
|
|
433
|
+
* ### Known values supported by the service
|
|
434
|
+
* **Configuration**: Configuration stage \
|
|
435
|
+
* **Publish**: Publish stage \
|
|
436
|
+
* **Deployment**: Deployment stage \
|
|
437
|
+
* **Uninstallation**: Uninstallation stage \
|
|
438
|
+
* **ExternalValidation**: External Validation stage \
|
|
439
|
+
* **Staging**: Staging stage \
|
|
440
|
+
* **Unstaging**: Unstaging stage
|
|
441
|
+
*/
|
|
442
|
+
export type CMStages = string;
|
|
443
|
+
/** State Category for Solution Version */
|
|
444
|
+
export declare enum KnownStateCategory {
|
|
445
|
+
/** Pending state [Non-Terminal] */
|
|
446
|
+
Pending = "Pending",
|
|
447
|
+
/** InProgress state [Non-Terminal] */
|
|
448
|
+
InProgress = "InProgress",
|
|
449
|
+
/** Completed state [Terminal] */
|
|
450
|
+
Completed = "Completed",
|
|
451
|
+
/** Failed state [Terminal] */
|
|
452
|
+
Failed = "Failed",
|
|
453
|
+
/** None state [Terminal] */
|
|
454
|
+
None = "None"
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* State Category for Solution Version \
|
|
458
|
+
* {@link KnownStateCategory} can be used interchangeably with StateCategory,
|
|
459
|
+
* this enum contains the known values that the service supports.
|
|
460
|
+
* ### Known values supported by the service
|
|
461
|
+
* **Pending**: Pending state [Non-Terminal] \
|
|
462
|
+
* **InProgress**: InProgress state [Non-Terminal] \
|
|
463
|
+
* **Completed**: Completed state [Terminal] \
|
|
464
|
+
* **Failed**: Failed state [Terminal] \
|
|
465
|
+
* **None**: None state [Terminal]
|
|
466
|
+
*/
|
|
467
|
+
export type StateCategory = string;
|
|
468
|
+
export declare function stageMapArrayDeserializer(result: Array<StageMap>): any[];
|
|
469
|
+
export declare function solutionDependencyArrayDeserializer(result: Array<SolutionDependency>): any[];
|
|
470
|
+
/** Solution Dependency Context */
|
|
471
|
+
export interface SolutionDependency {
|
|
472
|
+
/** Solution Version Id */
|
|
473
|
+
solutionVersionId: string;
|
|
474
|
+
/** Solution Instance Name */
|
|
475
|
+
solutionInstanceName?: string;
|
|
476
|
+
/** Solution Template Version Id */
|
|
477
|
+
solutionTemplateVersionId: string;
|
|
478
|
+
/** Target Id */
|
|
479
|
+
targetId: string;
|
|
480
|
+
/** Solution dependencies */
|
|
481
|
+
dependencies?: SolutionDependency[];
|
|
482
|
+
}
|
|
483
|
+
export declare function solutionDependencyDeserializer(item: any): SolutionDependency;
|
|
484
|
+
/** JobType for the job. Supports extensibility via string values. */
|
|
485
|
+
export declare enum KnownJobType {
|
|
486
|
+
/** A deployment job. */
|
|
487
|
+
Deploy = "deploy",
|
|
488
|
+
/** A staging job. */
|
|
489
|
+
Staging = "staging",
|
|
490
|
+
/** A validation job. */
|
|
491
|
+
ExternalValidation = "externalValidation"
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* JobType for the job. Supports extensibility via string values. \
|
|
495
|
+
* {@link KnownJobType} can be used interchangeably with JobType,
|
|
496
|
+
* this enum contains the known values that the service supports.
|
|
497
|
+
* ### Known values supported by the service
|
|
498
|
+
* **deploy**: A deployment job. \
|
|
499
|
+
* **staging**: A staging job. \
|
|
500
|
+
* **externalValidation**: A validation job.
|
|
501
|
+
*/
|
|
502
|
+
export type JobType = string;
|
|
503
|
+
/** The complex type of the extended location. */
|
|
504
|
+
export interface ExtendedLocation {
|
|
505
|
+
/** The name of the extended location. */
|
|
506
|
+
name: string;
|
|
507
|
+
/** The type of the extended location. */
|
|
508
|
+
type: ExtendedLocationType;
|
|
509
|
+
}
|
|
510
|
+
export declare function extendedLocationSerializer(item: ExtendedLocation): any;
|
|
511
|
+
export declare function extendedLocationDeserializer(item: any): ExtendedLocation;
|
|
512
|
+
/** The supported ExtendedLocation types. */
|
|
513
|
+
export declare enum KnownExtendedLocationType {
|
|
514
|
+
/** Azure Edge Zones location type */
|
|
515
|
+
EdgeZone = "EdgeZone",
|
|
516
|
+
/** Azure Custom Locations type */
|
|
517
|
+
CustomLocation = "CustomLocation"
|
|
518
|
+
}
|
|
519
|
+
/**
|
|
520
|
+
* The supported ExtendedLocation types. \
|
|
521
|
+
* {@link KnownExtendedLocationType} can be used interchangeably with ExtendedLocationType,
|
|
522
|
+
* this enum contains the known values that the service supports.
|
|
523
|
+
* ### Known values supported by the service
|
|
524
|
+
* **EdgeZone**: Azure Edge Zones location type \
|
|
525
|
+
* **CustomLocation**: Azure Custom Locations type
|
|
526
|
+
*/
|
|
527
|
+
export type ExtendedLocationType = string;
|
|
528
|
+
/** The response of a SolutionVersion list operation. */
|
|
529
|
+
export interface _SolutionVersionListResult {
|
|
530
|
+
/** The SolutionVersion items on this page */
|
|
531
|
+
value: SolutionVersion[];
|
|
532
|
+
/** The link to the next page of items */
|
|
533
|
+
nextLink?: string;
|
|
534
|
+
}
|
|
535
|
+
export declare function _solutionVersionListResultDeserializer(item: any): _SolutionVersionListResult;
|
|
536
|
+
export declare function solutionVersionArraySerializer(result: Array<SolutionVersion>): any[];
|
|
537
|
+
export declare function solutionVersionArrayDeserializer(result: Array<SolutionVersion>): any[];
|
|
538
|
+
/** Job extension resource for tracking job execution and substatuses. */
|
|
539
|
+
export interface Job extends ExtensionResource {
|
|
540
|
+
/** The resource-specific properties for this resource. */
|
|
541
|
+
properties?: JobProperties;
|
|
542
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
543
|
+
readonly eTag?: string;
|
|
544
|
+
}
|
|
545
|
+
export declare function jobDeserializer(item: any): Job;
|
|
546
|
+
/** Properties of a Job resource, including type, status, parameters, steps, and error details. */
|
|
547
|
+
export interface JobProperties {
|
|
548
|
+
/** The type of job. */
|
|
549
|
+
jobType: JobType;
|
|
550
|
+
/** Start time of the job (ISO8601). */
|
|
551
|
+
startTime?: Date;
|
|
552
|
+
/** End time of the job (ISO8601). */
|
|
553
|
+
endTime?: Date;
|
|
554
|
+
/** Status of the job. */
|
|
555
|
+
status: JobStatus;
|
|
556
|
+
/** Parameters for the job. */
|
|
557
|
+
jobParameter?: JobParameterBaseUnion;
|
|
558
|
+
/** Correlation ID for tracking. */
|
|
559
|
+
correlationId?: string;
|
|
560
|
+
/** Steps and substatuses for the job. */
|
|
561
|
+
steps?: JobStep[];
|
|
562
|
+
/** The OID or identity that triggered the job. */
|
|
563
|
+
triggeredBy?: string;
|
|
564
|
+
/** Provisioning state of the resource. */
|
|
565
|
+
readonly provisioningState?: ProvisioningState;
|
|
566
|
+
/** Error Details if any failure is there */
|
|
567
|
+
readonly errorDetails?: ErrorDetail;
|
|
568
|
+
}
|
|
569
|
+
export declare function jobPropertiesDeserializer(item: any): JobProperties;
|
|
570
|
+
/** Status of a job or job step. */
|
|
571
|
+
export declare enum KnownJobStatus {
|
|
572
|
+
/** The job or step is not started. */
|
|
573
|
+
NotStarted = "NotStarted",
|
|
574
|
+
/** The job or step is in progress. */
|
|
575
|
+
InProgress = "InProgress",
|
|
576
|
+
/** The job or step succeeded. */
|
|
577
|
+
Succeeded = "Succeeded",
|
|
578
|
+
/** The job or step failed. */
|
|
579
|
+
Failed = "Failed"
|
|
580
|
+
}
|
|
581
|
+
/**
|
|
582
|
+
* Status of a job or job step. \
|
|
583
|
+
* {@link KnownJobStatus} can be used interchangeably with JobStatus,
|
|
584
|
+
* this enum contains the known values that the service supports.
|
|
585
|
+
* ### Known values supported by the service
|
|
586
|
+
* **NotStarted**: The job or step is not started. \
|
|
587
|
+
* **InProgress**: The job or step is in progress. \
|
|
588
|
+
* **Succeeded**: The job or step succeeded. \
|
|
589
|
+
* **Failed**: The job or step failed.
|
|
590
|
+
*/
|
|
591
|
+
export type JobStatus = string;
|
|
592
|
+
/** Base Job Parameter */
|
|
593
|
+
export interface JobParameterBase {
|
|
594
|
+
/** Job type discriminator value */
|
|
595
|
+
/** The discriminator possible values: deploy */
|
|
596
|
+
jobType: JobType;
|
|
597
|
+
}
|
|
598
|
+
export declare function jobParameterBaseDeserializer(item: any): JobParameterBase;
|
|
599
|
+
/** Alias for JobParameterBaseUnion */
|
|
600
|
+
export type JobParameterBaseUnion = DeployJobParameter | JobParameterBase;
|
|
601
|
+
export declare function jobParameterBaseUnionDeserializer(item: any): JobParameterBaseUnion;
|
|
602
|
+
/** Parameters for a deployment job. */
|
|
603
|
+
export interface DeployJobParameter extends JobParameterBase {
|
|
604
|
+
/** Job type discriminator value */
|
|
605
|
+
jobType: "deploy";
|
|
606
|
+
parameter?: InstallSolutionParameter;
|
|
607
|
+
}
|
|
608
|
+
export declare function deployJobParameterDeserializer(item: any): DeployJobParameter;
|
|
609
|
+
/** Install Solution Parameter */
|
|
610
|
+
export interface InstallSolutionParameter {
|
|
611
|
+
/** Solution Version ARM Id */
|
|
612
|
+
solutionVersionId: string;
|
|
613
|
+
}
|
|
614
|
+
export declare function installSolutionParameterSerializer(item: InstallSolutionParameter): any;
|
|
615
|
+
export declare function installSolutionParameterDeserializer(item: any): InstallSolutionParameter;
|
|
616
|
+
export declare function jobStepArrayDeserializer(result: Array<JobStep>): any[];
|
|
617
|
+
/** Job Step */
|
|
618
|
+
export interface JobStep {
|
|
619
|
+
/** Name of the step */
|
|
620
|
+
name: string;
|
|
621
|
+
/** Status of the step */
|
|
622
|
+
status: JobStatus;
|
|
623
|
+
/** Start time of the step (ISO8601) */
|
|
624
|
+
startTime?: Date;
|
|
625
|
+
/** End time of the step (ISO8601) */
|
|
626
|
+
endTime?: Date;
|
|
627
|
+
/** Message for the step */
|
|
628
|
+
message?: string;
|
|
629
|
+
/** Statistics for the step */
|
|
630
|
+
statistics?: JobStepStatisticsBaseUnion;
|
|
631
|
+
/** Nested substeps for this step */
|
|
632
|
+
steps?: JobStep[];
|
|
633
|
+
/** Error Details if any failure is there */
|
|
634
|
+
readonly errorDetails?: ErrorDetail;
|
|
635
|
+
}
|
|
636
|
+
export declare function jobStepDeserializer(item: any): JobStep;
|
|
637
|
+
/** Base Job Step Statistics */
|
|
638
|
+
export interface JobStepStatisticsBase {
|
|
639
|
+
/** Statistics type discriminator value */
|
|
640
|
+
/** The discriminator possible values: deploy */
|
|
641
|
+
statisticsType: JobType;
|
|
642
|
+
}
|
|
643
|
+
export declare function jobStepStatisticsBaseDeserializer(item: any): JobStepStatisticsBase;
|
|
644
|
+
/** Alias for JobStepStatisticsBaseUnion */
|
|
645
|
+
export type JobStepStatisticsBaseUnion = DeployJobStepStatistics | JobStepStatisticsBase;
|
|
646
|
+
export declare function jobStepStatisticsBaseUnionDeserializer(item: any): JobStepStatisticsBaseUnion;
|
|
647
|
+
/** Deploy statistics for a job step, including total, success, and failed counts. */
|
|
648
|
+
export interface DeployJobStepStatistics extends JobStepStatisticsBase {
|
|
649
|
+
/** Statistics type discriminator value */
|
|
650
|
+
statisticsType: "deploy";
|
|
651
|
+
/** Total count of items processed in this step */
|
|
652
|
+
totalCount?: number;
|
|
653
|
+
/** Count of successful items in this step */
|
|
654
|
+
successCount?: number;
|
|
655
|
+
/** Count of failed items in this step */
|
|
656
|
+
failedCount?: number;
|
|
657
|
+
}
|
|
658
|
+
export declare function deployJobStepStatisticsDeserializer(item: any): DeployJobStepStatistics;
|
|
659
|
+
/** The base extension resource. */
|
|
660
|
+
export interface ExtensionResource extends Resource {
|
|
661
|
+
}
|
|
662
|
+
export declare function extensionResourceDeserializer(item: any): ExtensionResource;
|
|
663
|
+
/** The response of a Job list operation. */
|
|
664
|
+
export interface _JobListResult {
|
|
665
|
+
/** The Job items on this page */
|
|
666
|
+
value: Job[];
|
|
667
|
+
/** The link to the next page of items */
|
|
668
|
+
nextLink?: string;
|
|
669
|
+
}
|
|
670
|
+
export declare function _jobListResultDeserializer(item: any): _JobListResult;
|
|
671
|
+
export declare function jobArrayDeserializer(result: Array<Job>): any[];
|
|
672
|
+
/** Target Resource. Represents a resource to be deployed on the edge. */
|
|
673
|
+
export interface Target extends TrackedResource {
|
|
674
|
+
/** The resource-specific properties for this resource. */
|
|
675
|
+
properties?: TargetProperties;
|
|
676
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
677
|
+
readonly eTag?: string;
|
|
678
|
+
extendedLocation?: ExtendedLocation;
|
|
679
|
+
}
|
|
680
|
+
export declare function targetSerializer(item: Target): any;
|
|
681
|
+
export declare function targetDeserializer(item: any): Target;
|
|
682
|
+
/** Target Properties */
|
|
683
|
+
export interface TargetProperties {
|
|
684
|
+
/** Description of target */
|
|
685
|
+
description: string;
|
|
686
|
+
/** Display name of target */
|
|
687
|
+
displayName: string;
|
|
688
|
+
/** ArmId of Context */
|
|
689
|
+
contextId: string;
|
|
690
|
+
/** target spec */
|
|
691
|
+
targetSpecification: Record<string, any>;
|
|
692
|
+
/** List of capabilities */
|
|
693
|
+
capabilities: string[];
|
|
694
|
+
/** Hierarchy Level */
|
|
695
|
+
hierarchyLevel: string;
|
|
696
|
+
/** Status of target */
|
|
697
|
+
readonly status?: DeploymentStatus;
|
|
698
|
+
/** Scope of the target resource */
|
|
699
|
+
solutionScope?: string;
|
|
700
|
+
/** State of resource */
|
|
701
|
+
state?: ResourceState;
|
|
702
|
+
/** Provisioning state of resource */
|
|
703
|
+
readonly provisioningState?: ProvisioningState;
|
|
704
|
+
}
|
|
705
|
+
export declare function targetPropertiesSerializer(item: TargetProperties): any;
|
|
706
|
+
export declare function targetPropertiesDeserializer(item: any): TargetProperties;
|
|
707
|
+
/** Deployment Status */
|
|
708
|
+
export interface DeploymentStatus {
|
|
709
|
+
/** The lastModified of the Status */
|
|
710
|
+
lastModified?: Date;
|
|
711
|
+
/** Indicates if Instance is deployed */
|
|
712
|
+
deployed?: number;
|
|
713
|
+
/** The expected running job id */
|
|
714
|
+
expectedRunningJobId?: number;
|
|
715
|
+
/** The running job id */
|
|
716
|
+
runningJobId?: number;
|
|
717
|
+
/** Deployment status */
|
|
718
|
+
status?: string;
|
|
719
|
+
/** Status details */
|
|
720
|
+
statusDetails?: string;
|
|
721
|
+
/** Deployment Generation */
|
|
722
|
+
generation?: number;
|
|
723
|
+
/** Target resource statuses */
|
|
724
|
+
targetStatuses?: TargetStatus[];
|
|
725
|
+
}
|
|
726
|
+
export declare function deploymentStatusDeserializer(item: any): DeploymentStatus;
|
|
727
|
+
export declare function targetStatusArrayDeserializer(result: Array<TargetStatus>): any[];
|
|
728
|
+
/** Target Status */
|
|
729
|
+
export interface TargetStatus {
|
|
730
|
+
/** Target name */
|
|
731
|
+
name?: string;
|
|
732
|
+
/** Target status */
|
|
733
|
+
status?: string;
|
|
734
|
+
/** Component statuses */
|
|
735
|
+
componentStatuses?: ComponentStatus[];
|
|
736
|
+
}
|
|
737
|
+
export declare function targetStatusDeserializer(item: any): TargetStatus;
|
|
738
|
+
export declare function componentStatusArrayDeserializer(result: Array<ComponentStatus>): any[];
|
|
739
|
+
/** Component Status */
|
|
740
|
+
export interface ComponentStatus {
|
|
741
|
+
/** Component name */
|
|
742
|
+
name?: string;
|
|
743
|
+
/** Component status */
|
|
744
|
+
status?: string;
|
|
745
|
+
}
|
|
746
|
+
export declare function componentStatusDeserializer(item: any): ComponentStatus;
|
|
747
|
+
/** Resource Type State */
|
|
748
|
+
export declare enum KnownResourceState {
|
|
749
|
+
/** Resource is active */
|
|
750
|
+
Active = "active",
|
|
751
|
+
/** Resource is inactive */
|
|
752
|
+
Inactive = "inactive"
|
|
753
|
+
}
|
|
754
|
+
/**
|
|
755
|
+
* Resource Type State \
|
|
756
|
+
* {@link KnownResourceState} can be used interchangeably with ResourceState,
|
|
757
|
+
* this enum contains the known values that the service supports.
|
|
758
|
+
* ### Known values supported by the service
|
|
759
|
+
* **active**: Resource is active \
|
|
760
|
+
* **inactive**: Resource is inactive
|
|
761
|
+
*/
|
|
762
|
+
export type ResourceState = string;
|
|
763
|
+
/** The type used for update operations of the Target. */
|
|
764
|
+
export interface TargetUpdate {
|
|
765
|
+
/** Resource tags. */
|
|
766
|
+
tags?: Record<string, string>;
|
|
767
|
+
/** The resource-specific properties for this resource. */
|
|
768
|
+
properties?: TargetUpdateProperties;
|
|
769
|
+
}
|
|
770
|
+
export declare function targetUpdateSerializer(item: TargetUpdate): any;
|
|
771
|
+
/** The updatable properties of the Target. */
|
|
772
|
+
export interface TargetUpdateProperties {
|
|
773
|
+
/** Description of target */
|
|
774
|
+
description?: string;
|
|
775
|
+
/** Display name of target */
|
|
776
|
+
displayName?: string;
|
|
777
|
+
/** ArmId of Context */
|
|
778
|
+
contextId?: string;
|
|
779
|
+
/** target spec */
|
|
780
|
+
targetSpecification?: Record<string, any>;
|
|
781
|
+
/** List of capabilities */
|
|
782
|
+
capabilities?: string[];
|
|
783
|
+
/** Hierarchy Level */
|
|
784
|
+
hierarchyLevel?: string;
|
|
785
|
+
/** Scope of the target resource */
|
|
786
|
+
solutionScope?: string;
|
|
787
|
+
/** State of resource */
|
|
788
|
+
state?: ResourceState;
|
|
789
|
+
}
|
|
790
|
+
export declare function targetUpdatePropertiesSerializer(item: TargetUpdateProperties): any;
|
|
791
|
+
/** The response of a Target list operation. */
|
|
792
|
+
export interface _TargetListResult {
|
|
793
|
+
/** The Target items on this page */
|
|
794
|
+
value: Target[];
|
|
795
|
+
/** The link to the next page of items */
|
|
796
|
+
nextLink?: string;
|
|
797
|
+
}
|
|
798
|
+
export declare function _targetListResultDeserializer(item: any): _TargetListResult;
|
|
799
|
+
export declare function targetArraySerializer(result: Array<Target>): any[];
|
|
800
|
+
export declare function targetArrayDeserializer(result: Array<Target>): any[];
|
|
801
|
+
/** Uninstall Solution Parameter */
|
|
802
|
+
export interface UninstallSolutionParameter {
|
|
803
|
+
/** Solution Template ARM Id */
|
|
804
|
+
solutionTemplateId: string;
|
|
805
|
+
/** Solution Instance Name */
|
|
806
|
+
solutionInstanceName?: string;
|
|
807
|
+
}
|
|
808
|
+
export declare function uninstallSolutionParameterSerializer(item: UninstallSolutionParameter): any;
|
|
809
|
+
/** Install Solution Parameter */
|
|
810
|
+
export interface RemoveRevisionParameter {
|
|
811
|
+
/** Solution Template ARM Id */
|
|
812
|
+
solutionTemplateId: string;
|
|
813
|
+
/** Solution Version Name */
|
|
814
|
+
solutionVersion: string;
|
|
815
|
+
}
|
|
816
|
+
export declare function removeRevisionParameterSerializer(item: RemoveRevisionParameter): any;
|
|
817
|
+
/** Solution Template Parameter */
|
|
818
|
+
export interface SolutionTemplateParameter {
|
|
819
|
+
/** Solution Template Version ARM Id */
|
|
820
|
+
solutionTemplateVersionId: string;
|
|
821
|
+
/** Solution Instance Name */
|
|
822
|
+
solutionInstanceName?: string;
|
|
823
|
+
/** Solution Dependencies */
|
|
824
|
+
solutionDependencies?: SolutionDependencyParameter[];
|
|
825
|
+
}
|
|
826
|
+
export declare function solutionTemplateParameterSerializer(item: SolutionTemplateParameter): any;
|
|
827
|
+
export declare function solutionDependencyParameterArraySerializer(result: Array<SolutionDependencyParameter>): any[];
|
|
828
|
+
/** Solution Dependency Context */
|
|
829
|
+
export interface SolutionDependencyParameter {
|
|
830
|
+
/** Solution Version Id */
|
|
831
|
+
solutionVersionId?: string;
|
|
832
|
+
/** Solution Template Id */
|
|
833
|
+
solutionTemplateId?: string;
|
|
834
|
+
/** Solution Template Version */
|
|
835
|
+
solutionTemplateVersion?: string;
|
|
836
|
+
/** Solution Instance Name */
|
|
837
|
+
solutionInstanceName?: string;
|
|
838
|
+
/** Target Id */
|
|
839
|
+
targetId?: string;
|
|
840
|
+
/** Solution dependencies */
|
|
841
|
+
dependencies?: SolutionDependencyParameter[];
|
|
842
|
+
}
|
|
843
|
+
export declare function solutionDependencyParameterSerializer(item: SolutionDependencyParameter): any;
|
|
844
|
+
/** Resolved Configuration */
|
|
845
|
+
export interface ResolvedConfiguration {
|
|
846
|
+
/** Resolved Configuration as string */
|
|
847
|
+
configuration: string;
|
|
848
|
+
}
|
|
849
|
+
export declare function resolvedConfigurationDeserializer(item: any): ResolvedConfiguration;
|
|
850
|
+
/** Solution Version Parameter */
|
|
851
|
+
export interface SolutionVersionParameter {
|
|
852
|
+
/** Solution Version ARM Id */
|
|
853
|
+
solutionVersionId: string;
|
|
854
|
+
}
|
|
855
|
+
export declare function solutionVersionParameterSerializer(item: SolutionVersionParameter): any;
|
|
856
|
+
/** Update External Validation Status Parameter */
|
|
857
|
+
export interface UpdateExternalValidationStatusParameter {
|
|
858
|
+
/** Solution Version Id */
|
|
859
|
+
solutionVersionId: string;
|
|
860
|
+
/** Error Details if any failure is there */
|
|
861
|
+
errorDetails?: ErrorDetail;
|
|
862
|
+
/** External validation id */
|
|
863
|
+
externalValidationId: string;
|
|
864
|
+
/** Validation Status of external validation */
|
|
865
|
+
validationStatus: ValidationStatus;
|
|
866
|
+
}
|
|
867
|
+
export declare function updateExternalValidationStatusParameterSerializer(item: UpdateExternalValidationStatusParameter): any;
|
|
868
|
+
/** Solution Instance Validation Status */
|
|
869
|
+
export declare enum KnownValidationStatus {
|
|
870
|
+
/** Solution Instance is valid */
|
|
871
|
+
Valid = "Valid",
|
|
872
|
+
/** Solution Instance is invalid */
|
|
873
|
+
Invalid = "Invalid"
|
|
874
|
+
}
|
|
875
|
+
/**
|
|
876
|
+
* Solution Instance Validation Status \
|
|
877
|
+
* {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,
|
|
878
|
+
* this enum contains the known values that the service supports.
|
|
879
|
+
* ### Known values supported by the service
|
|
880
|
+
* **Valid**: Solution Instance is valid \
|
|
881
|
+
* **Invalid**: Solution Instance is invalid
|
|
882
|
+
*/
|
|
883
|
+
export type ValidationStatus = string;
|
|
884
|
+
/** Dynamic Schema Version Resource */
|
|
885
|
+
export interface DynamicSchemaVersion extends ProxyResource {
|
|
886
|
+
/** The resource-specific properties for this resource. */
|
|
887
|
+
properties?: SchemaVersionProperties;
|
|
888
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
889
|
+
readonly eTag?: string;
|
|
890
|
+
}
|
|
891
|
+
export declare function dynamicSchemaVersionSerializer(item: DynamicSchemaVersion): any;
|
|
892
|
+
export declare function dynamicSchemaVersionDeserializer(item: any): DynamicSchemaVersion;
|
|
893
|
+
/** The response of a DynamicSchemaVersion list operation. */
|
|
894
|
+
export interface _DynamicSchemaVersionListResult {
|
|
895
|
+
/** The DynamicSchemaVersion items on this page */
|
|
896
|
+
value: DynamicSchemaVersion[];
|
|
897
|
+
/** The link to the next page of items */
|
|
898
|
+
nextLink?: string;
|
|
899
|
+
}
|
|
900
|
+
export declare function _dynamicSchemaVersionListResultDeserializer(item: any): _DynamicSchemaVersionListResult;
|
|
901
|
+
export declare function dynamicSchemaVersionArraySerializer(result: Array<DynamicSchemaVersion>): any[];
|
|
902
|
+
export declare function dynamicSchemaVersionArrayDeserializer(result: Array<DynamicSchemaVersion>): any[];
|
|
903
|
+
/** Schema Reference Resource */
|
|
904
|
+
export interface SchemaReference extends ExtensionResource {
|
|
905
|
+
/** The resource-specific properties for this resource. */
|
|
906
|
+
properties?: SchemaReferenceProperties;
|
|
907
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
908
|
+
readonly eTag?: string;
|
|
909
|
+
}
|
|
910
|
+
export declare function schemaReferenceDeserializer(item: any): SchemaReference;
|
|
911
|
+
/** Schema Reference Properties */
|
|
912
|
+
export interface SchemaReferenceProperties {
|
|
913
|
+
/** Schema Id of schema reference */
|
|
914
|
+
schemaId: string;
|
|
915
|
+
/** Provisioning state of resource */
|
|
916
|
+
readonly provisioningState?: ProvisioningState;
|
|
917
|
+
}
|
|
918
|
+
export declare function schemaReferencePropertiesDeserializer(item: any): SchemaReferenceProperties;
|
|
919
|
+
/** The response of a SchemaReference list operation. */
|
|
920
|
+
export interface _SchemaReferenceListResult {
|
|
921
|
+
/** The SchemaReference items on this page */
|
|
922
|
+
value: SchemaReference[];
|
|
923
|
+
/** The link to the next page of items */
|
|
924
|
+
nextLink?: string;
|
|
925
|
+
}
|
|
926
|
+
export declare function _schemaReferenceListResultDeserializer(item: any): _SchemaReferenceListResult;
|
|
927
|
+
export declare function schemaReferenceArrayDeserializer(result: Array<SchemaReference>): any[];
|
|
928
|
+
/** Solution Resource attached to a Target */
|
|
929
|
+
export interface Solution extends ProxyResource {
|
|
930
|
+
/** The resource-specific properties for this resource. */
|
|
931
|
+
properties?: SolutionProperties;
|
|
932
|
+
extendedLocation?: ExtendedLocation;
|
|
933
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
934
|
+
readonly eTag?: string;
|
|
935
|
+
}
|
|
936
|
+
export declare function solutionSerializer(item: Solution): any;
|
|
937
|
+
export declare function solutionDeserializer(item: any): Solution;
|
|
938
|
+
/** Solution Properties */
|
|
939
|
+
export interface SolutionProperties {
|
|
940
|
+
/** Solution template Id */
|
|
941
|
+
readonly solutionTemplateId?: string;
|
|
942
|
+
/** Display name of the solution */
|
|
943
|
+
readonly displayName?: string;
|
|
944
|
+
/** List of latest revisions for available solution template versions */
|
|
945
|
+
readonly availableSolutionTemplateVersions?: AvailableSolutionTemplateVersion[];
|
|
946
|
+
/** Provisioning state of resource */
|
|
947
|
+
readonly provisioningState?: ProvisioningState;
|
|
948
|
+
}
|
|
949
|
+
export declare function solutionPropertiesSerializer(item: SolutionProperties): any;
|
|
950
|
+
export declare function solutionPropertiesDeserializer(item: any): SolutionProperties;
|
|
951
|
+
export declare function availableSolutionTemplateVersionArrayDeserializer(result: Array<AvailableSolutionTemplateVersion>): any[];
|
|
952
|
+
/** Available Solution template Version along with latest revision */
|
|
953
|
+
export interface AvailableSolutionTemplateVersion {
|
|
954
|
+
/** Solution template Version */
|
|
955
|
+
solutionTemplateVersion: string;
|
|
956
|
+
/** Latest Configuration Revision */
|
|
957
|
+
latestConfigRevision: string;
|
|
958
|
+
/** Has this solution template version been configured */
|
|
959
|
+
isConfigured: boolean;
|
|
960
|
+
}
|
|
961
|
+
export declare function availableSolutionTemplateVersionDeserializer(item: any): AvailableSolutionTemplateVersion;
|
|
962
|
+
/** The type used for update operations of the Solution. */
|
|
963
|
+
export interface SolutionUpdate {
|
|
964
|
+
/** The resource-specific properties for this resource. */
|
|
965
|
+
properties?: SolutionUpdateProperties;
|
|
966
|
+
}
|
|
967
|
+
export declare function solutionUpdateSerializer(item: SolutionUpdate): any;
|
|
968
|
+
/** The updatable properties of the Solution. */
|
|
969
|
+
export interface SolutionUpdateProperties {
|
|
970
|
+
}
|
|
971
|
+
export declare function solutionUpdatePropertiesSerializer(item: SolutionUpdateProperties): any;
|
|
972
|
+
/** The response of a Solution list operation. */
|
|
973
|
+
export interface _SolutionListResult {
|
|
974
|
+
/** The Solution items on this page */
|
|
975
|
+
value: Solution[];
|
|
976
|
+
/** The link to the next page of items */
|
|
977
|
+
nextLink?: string;
|
|
978
|
+
}
|
|
979
|
+
export declare function _solutionListResultDeserializer(item: any): _SolutionListResult;
|
|
980
|
+
export declare function solutionArraySerializer(result: Array<Solution>): any[];
|
|
981
|
+
export declare function solutionArrayDeserializer(result: Array<Solution>): any[];
|
|
982
|
+
/** Solution Template Version Resource. Contains configurations that use expressions which can be resolved hierarchically along with edge specifications. */
|
|
983
|
+
export interface SolutionTemplateVersion extends ProxyResource {
|
|
984
|
+
/** The resource-specific properties for this resource. */
|
|
985
|
+
properties?: SolutionTemplateVersionProperties;
|
|
986
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
987
|
+
readonly eTag?: string;
|
|
988
|
+
}
|
|
989
|
+
export declare function solutionTemplateVersionSerializer(item: SolutionTemplateVersion): any;
|
|
990
|
+
export declare function solutionTemplateVersionDeserializer(item: any): SolutionTemplateVersion;
|
|
991
|
+
/** Solution Template Version Properties */
|
|
992
|
+
export interface SolutionTemplateVersionProperties {
|
|
993
|
+
/** Config expressions for this solution version */
|
|
994
|
+
configurations: string;
|
|
995
|
+
/** App components spec */
|
|
996
|
+
specification: Record<string, any>;
|
|
997
|
+
/** Orchestrator type */
|
|
998
|
+
orchestratorType?: OrchestratorType;
|
|
999
|
+
/** Provisioning state of resource */
|
|
1000
|
+
readonly provisioningState?: ProvisioningState;
|
|
1001
|
+
}
|
|
1002
|
+
export declare function solutionTemplateVersionPropertiesSerializer(item: SolutionTemplateVersionProperties): any;
|
|
1003
|
+
export declare function solutionTemplateVersionPropertiesDeserializer(item: any): SolutionTemplateVersionProperties;
|
|
1004
|
+
/** Available Orchestrator types */
|
|
1005
|
+
export declare enum KnownOrchestratorType {
|
|
1006
|
+
/** Default type */
|
|
1007
|
+
TO = "TO"
|
|
1008
|
+
}
|
|
1009
|
+
/**
|
|
1010
|
+
* Available Orchestrator types \
|
|
1011
|
+
* {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,
|
|
1012
|
+
* this enum contains the known values that the service supports.
|
|
1013
|
+
* ### Known values supported by the service
|
|
1014
|
+
* **TO**: Default type
|
|
1015
|
+
*/
|
|
1016
|
+
export type OrchestratorType = string;
|
|
1017
|
+
/** The response of a SolutionTemplateVersion list operation. */
|
|
1018
|
+
export interface _SolutionTemplateVersionListResult {
|
|
1019
|
+
/** The SolutionTemplateVersion items on this page */
|
|
1020
|
+
value: SolutionTemplateVersion[];
|
|
1021
|
+
/** The link to the next page of items */
|
|
1022
|
+
nextLink?: string;
|
|
1023
|
+
}
|
|
1024
|
+
export declare function _solutionTemplateVersionListResultDeserializer(item: any): _SolutionTemplateVersionListResult;
|
|
1025
|
+
export declare function solutionTemplateVersionArraySerializer(result: Array<SolutionTemplateVersion>): any[];
|
|
1026
|
+
export declare function solutionTemplateVersionArrayDeserializer(result: Array<SolutionTemplateVersion>): any[];
|
|
1027
|
+
/** Bulk deploy solution parameter */
|
|
1028
|
+
export interface BulkDeploySolutionParameter {
|
|
1029
|
+
/** Targets to which solution needs to be deployed */
|
|
1030
|
+
targets: BulkDeployTargetDetails[];
|
|
1031
|
+
}
|
|
1032
|
+
export declare function bulkDeploySolutionParameterSerializer(item: BulkDeploySolutionParameter): any;
|
|
1033
|
+
export declare function bulkDeployTargetDetailsArraySerializer(result: Array<BulkDeployTargetDetails>): any[];
|
|
1034
|
+
/** Bulk deploy target details */
|
|
1035
|
+
export interface BulkDeployTargetDetails {
|
|
1036
|
+
/** ArmId of Target Solution Version */
|
|
1037
|
+
solutionVersionId: string;
|
|
1038
|
+
}
|
|
1039
|
+
export declare function bulkDeployTargetDetailsSerializer(item: BulkDeployTargetDetails): any;
|
|
1040
|
+
/** Bulk publish solution parameter */
|
|
1041
|
+
export interface BulkPublishSolutionParameter {
|
|
1042
|
+
/** Targets to which solution needs to be published */
|
|
1043
|
+
targets: BulkPublishTargetDetails[];
|
|
1044
|
+
/** Name of the solution instance */
|
|
1045
|
+
solutionInstanceName?: string;
|
|
1046
|
+
/** Solution dependencies */
|
|
1047
|
+
solutionDependencies?: SolutionDependencyParameter[];
|
|
1048
|
+
/** Configuration of solution */
|
|
1049
|
+
solutionConfiguration?: string;
|
|
1050
|
+
}
|
|
1051
|
+
export declare function bulkPublishSolutionParameterSerializer(item: BulkPublishSolutionParameter): any;
|
|
1052
|
+
export declare function bulkPublishTargetDetailsArraySerializer(result: Array<BulkPublishTargetDetails>): any[];
|
|
1053
|
+
/** Bulk publish target details */
|
|
1054
|
+
export interface BulkPublishTargetDetails {
|
|
1055
|
+
/** ArmId of Target */
|
|
1056
|
+
targetId: string;
|
|
1057
|
+
/** Name of the solution instance */
|
|
1058
|
+
solutionInstanceName?: string;
|
|
1059
|
+
/** ArmId of Target Solution Version */
|
|
1060
|
+
solutionVersionId?: string;
|
|
1061
|
+
/** Configuration of solution */
|
|
1062
|
+
solutionConfiguration?: string;
|
|
1063
|
+
}
|
|
1064
|
+
export declare function bulkPublishTargetDetailsSerializer(item: BulkPublishTargetDetails): any;
|
|
1065
|
+
/** Bulk publish solution parameter */
|
|
1066
|
+
export interface BulkReviewSolutionParameter {
|
|
1067
|
+
/** Targets to which solution needs to be published */
|
|
1068
|
+
targets: BulkReviewTargetDetails[];
|
|
1069
|
+
/** Name of the solution instance */
|
|
1070
|
+
solutionInstanceName?: string;
|
|
1071
|
+
/** Solution dependencies */
|
|
1072
|
+
solutionDependencies?: SolutionDependencyParameter[];
|
|
1073
|
+
/** Configuration of solution */
|
|
1074
|
+
solutionConfiguration?: string;
|
|
1075
|
+
}
|
|
1076
|
+
export declare function bulkReviewSolutionParameterSerializer(item: BulkReviewSolutionParameter): any;
|
|
1077
|
+
export declare function bulkReviewTargetDetailsArraySerializer(result: Array<BulkReviewTargetDetails>): any[];
|
|
1078
|
+
/** Bulk publish target details */
|
|
1079
|
+
export interface BulkReviewTargetDetails {
|
|
1080
|
+
/** ArmId of Target */
|
|
1081
|
+
targetId: string;
|
|
1082
|
+
/** Name of the solution instance */
|
|
1083
|
+
solutionInstanceName?: string;
|
|
1084
|
+
/** Configuration of solution */
|
|
1085
|
+
solutionConfiguration?: string;
|
|
1086
|
+
}
|
|
1087
|
+
export declare function bulkReviewTargetDetailsSerializer(item: BulkReviewTargetDetails): any;
|
|
1088
|
+
/** Solution Template Resource. Contains capabilities and operations for creating versions. */
|
|
1089
|
+
export interface SolutionTemplate extends TrackedResource {
|
|
1090
|
+
/** The resource-specific properties for this resource. */
|
|
1091
|
+
properties?: SolutionTemplateProperties;
|
|
1092
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1093
|
+
readonly eTag?: string;
|
|
1094
|
+
}
|
|
1095
|
+
export declare function solutionTemplateSerializer(item: SolutionTemplate): any;
|
|
1096
|
+
export declare function solutionTemplateDeserializer(item: any): SolutionTemplate;
|
|
1097
|
+
/** Solution Template Properties */
|
|
1098
|
+
export interface SolutionTemplateProperties {
|
|
1099
|
+
/** A unique identifier for the solution template, generated by the system */
|
|
1100
|
+
readonly uniqueIdentifier?: string;
|
|
1101
|
+
/** Description of Solution template */
|
|
1102
|
+
description: string;
|
|
1103
|
+
/** List of capabilities */
|
|
1104
|
+
capabilities: string[];
|
|
1105
|
+
/** Latest solution template version */
|
|
1106
|
+
readonly latestVersion?: string;
|
|
1107
|
+
/** State of resource */
|
|
1108
|
+
state?: ResourceState;
|
|
1109
|
+
/** Flag to enable external validation */
|
|
1110
|
+
enableExternalValidation?: boolean;
|
|
1111
|
+
/** Provisioning state of resource */
|
|
1112
|
+
readonly provisioningState?: ProvisioningState;
|
|
1113
|
+
}
|
|
1114
|
+
export declare function solutionTemplatePropertiesSerializer(item: SolutionTemplateProperties): any;
|
|
1115
|
+
export declare function solutionTemplatePropertiesDeserializer(item: any): SolutionTemplateProperties;
|
|
1116
|
+
/** The type used for update operations of the SolutionTemplate. */
|
|
1117
|
+
export interface SolutionTemplateUpdate {
|
|
1118
|
+
/** Resource tags. */
|
|
1119
|
+
tags?: Record<string, string>;
|
|
1120
|
+
/** The resource-specific properties for this resource. */
|
|
1121
|
+
properties?: SolutionTemplateUpdateProperties;
|
|
1122
|
+
}
|
|
1123
|
+
export declare function solutionTemplateUpdateSerializer(item: SolutionTemplateUpdate): any;
|
|
1124
|
+
/** The updatable properties of the SolutionTemplate. */
|
|
1125
|
+
export interface SolutionTemplateUpdateProperties {
|
|
1126
|
+
/** Description of Solution template */
|
|
1127
|
+
description?: string;
|
|
1128
|
+
/** List of capabilities */
|
|
1129
|
+
capabilities?: string[];
|
|
1130
|
+
/** State of resource */
|
|
1131
|
+
state?: ResourceState;
|
|
1132
|
+
/** Flag to enable external validation */
|
|
1133
|
+
enableExternalValidation?: boolean;
|
|
1134
|
+
}
|
|
1135
|
+
export declare function solutionTemplateUpdatePropertiesSerializer(item: SolutionTemplateUpdateProperties): any;
|
|
1136
|
+
/** Solution Template Version With Update Type */
|
|
1137
|
+
export interface SolutionTemplateVersionWithUpdateType {
|
|
1138
|
+
/** Update type */
|
|
1139
|
+
updateType?: UpdateType;
|
|
1140
|
+
/** Version to create */
|
|
1141
|
+
version?: string;
|
|
1142
|
+
/** Solution Template Version */
|
|
1143
|
+
solutionTemplateVersion: SolutionTemplateVersion;
|
|
1144
|
+
}
|
|
1145
|
+
export declare function solutionTemplateVersionWithUpdateTypeSerializer(item: SolutionTemplateVersionWithUpdateType): any;
|
|
1146
|
+
/** The response of a SolutionTemplate list operation. */
|
|
1147
|
+
export interface _SolutionTemplateListResult {
|
|
1148
|
+
/** The SolutionTemplate items on this page */
|
|
1149
|
+
value: SolutionTemplate[];
|
|
1150
|
+
/** The link to the next page of items */
|
|
1151
|
+
nextLink?: string;
|
|
1152
|
+
}
|
|
1153
|
+
export declare function _solutionTemplateListResultDeserializer(item: any): _SolutionTemplateListResult;
|
|
1154
|
+
export declare function solutionTemplateArraySerializer(result: Array<SolutionTemplate>): any[];
|
|
1155
|
+
export declare function solutionTemplateArrayDeserializer(result: Array<SolutionTemplate>): any[];
|
|
1156
|
+
/** Instance Resource. Represents a deployment object. */
|
|
1157
|
+
export interface Instance extends ProxyResource {
|
|
1158
|
+
/** The resource-specific properties for this resource. */
|
|
1159
|
+
properties?: InstanceProperties;
|
|
1160
|
+
extendedLocation?: ExtendedLocation;
|
|
1161
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1162
|
+
readonly eTag?: string;
|
|
1163
|
+
}
|
|
1164
|
+
export declare function instanceSerializer(item: Instance): any;
|
|
1165
|
+
export declare function instanceDeserializer(item: any): Instance;
|
|
1166
|
+
/** Instance Properties */
|
|
1167
|
+
export interface InstanceProperties {
|
|
1168
|
+
/** Solution version of instance */
|
|
1169
|
+
solutionVersionId: string;
|
|
1170
|
+
/** Target of instance */
|
|
1171
|
+
targetId: string;
|
|
1172
|
+
/** State of instance */
|
|
1173
|
+
activeState?: ActiveState;
|
|
1174
|
+
/** Reconciliation policy of instance */
|
|
1175
|
+
reconciliationPolicy?: ReconciliationPolicyProperties;
|
|
1176
|
+
/** Scope of instance */
|
|
1177
|
+
solutionScope?: string;
|
|
1178
|
+
/** Status of instance */
|
|
1179
|
+
readonly status?: DeploymentStatus;
|
|
1180
|
+
/** Deployment timestamp of instance */
|
|
1181
|
+
readonly deploymentTimestampEpoch?: number;
|
|
1182
|
+
/** Provisioning state of resource */
|
|
1183
|
+
readonly provisioningState?: ProvisioningState;
|
|
1184
|
+
}
|
|
1185
|
+
export declare function instancePropertiesSerializer(item: InstanceProperties): any;
|
|
1186
|
+
export declare function instancePropertiesDeserializer(item: any): InstanceProperties;
|
|
1187
|
+
/** Instance State */
|
|
1188
|
+
export declare enum KnownActiveState {
|
|
1189
|
+
/** Instance is active */
|
|
1190
|
+
Active = "active",
|
|
1191
|
+
/** Instance is inactive */
|
|
1192
|
+
Inactive = "inactive"
|
|
1193
|
+
}
|
|
1194
|
+
/**
|
|
1195
|
+
* Instance State \
|
|
1196
|
+
* {@link KnownActiveState} can be used interchangeably with ActiveState,
|
|
1197
|
+
* this enum contains the known values that the service supports.
|
|
1198
|
+
* ### Known values supported by the service
|
|
1199
|
+
* **active**: Instance is active \
|
|
1200
|
+
* **inactive**: Instance is inactive
|
|
1201
|
+
*/
|
|
1202
|
+
export type ActiveState = string;
|
|
1203
|
+
/** Defines a ReconciliationPolicy */
|
|
1204
|
+
export interface ReconciliationPolicyProperties {
|
|
1205
|
+
/** The state of the ReconciliationPolicy */
|
|
1206
|
+
state: ReconciliationState;
|
|
1207
|
+
/** Policy interval */
|
|
1208
|
+
interval: string;
|
|
1209
|
+
}
|
|
1210
|
+
export declare function reconciliationPolicyPropertiesSerializer(item: ReconciliationPolicyProperties): any;
|
|
1211
|
+
export declare function reconciliationPolicyPropertiesDeserializer(item: any): ReconciliationPolicyProperties;
|
|
1212
|
+
/** Defines a state of the reconciliation policy. */
|
|
1213
|
+
export declare enum KnownReconciliationState {
|
|
1214
|
+
/** Reconciliation is inactive */
|
|
1215
|
+
Inactive = "inactive",
|
|
1216
|
+
/** Reconciliation is active */
|
|
1217
|
+
Active = "active"
|
|
1218
|
+
}
|
|
1219
|
+
/**
|
|
1220
|
+
* Defines a state of the reconciliation policy. \
|
|
1221
|
+
* {@link KnownReconciliationState} can be used interchangeably with ReconciliationState,
|
|
1222
|
+
* this enum contains the known values that the service supports.
|
|
1223
|
+
* ### Known values supported by the service
|
|
1224
|
+
* **inactive**: Reconciliation is inactive \
|
|
1225
|
+
* **active**: Reconciliation is active
|
|
1226
|
+
*/
|
|
1227
|
+
export type ReconciliationState = string;
|
|
1228
|
+
/** The response of a Instance list operation. */
|
|
1229
|
+
export interface _InstanceListResult {
|
|
1230
|
+
/** The Instance items on this page */
|
|
1231
|
+
value: Instance[];
|
|
1232
|
+
/** The link to the next page of items */
|
|
1233
|
+
nextLink?: string;
|
|
1234
|
+
}
|
|
1235
|
+
export declare function _instanceListResultDeserializer(item: any): _InstanceListResult;
|
|
1236
|
+
export declare function instanceArraySerializer(result: Array<Instance>): any[];
|
|
1237
|
+
export declare function instanceArrayDeserializer(result: Array<Instance>): any[];
|
|
1238
|
+
/** InstanceHistory Resource */
|
|
1239
|
+
export interface InstanceHistory extends ProxyResource {
|
|
1240
|
+
/** The resource-specific properties for this resource. */
|
|
1241
|
+
properties?: InstanceHistoryProperties;
|
|
1242
|
+
extendedLocation?: ExtendedLocation;
|
|
1243
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1244
|
+
readonly eTag?: string;
|
|
1245
|
+
}
|
|
1246
|
+
export declare function instanceHistoryDeserializer(item: any): InstanceHistory;
|
|
1247
|
+
/** Instance History Properties */
|
|
1248
|
+
export interface InstanceHistoryProperties {
|
|
1249
|
+
/** Solution version of instance */
|
|
1250
|
+
readonly solutionVersion: SolutionVersionSnapshot;
|
|
1251
|
+
/** Target of instance */
|
|
1252
|
+
readonly target: TargetSnapshot;
|
|
1253
|
+
/** Scope of instance */
|
|
1254
|
+
readonly solutionScope?: string;
|
|
1255
|
+
/** State of instance */
|
|
1256
|
+
activeState?: ActiveState;
|
|
1257
|
+
/** Reconciliation policy of instance */
|
|
1258
|
+
readonly reconciliationPolicy?: ReconciliationPolicyProperties;
|
|
1259
|
+
/** Deployment Status of instance */
|
|
1260
|
+
readonly status?: DeploymentStatus;
|
|
1261
|
+
/** Provisioning state of resource */
|
|
1262
|
+
readonly provisioningState?: ProvisioningState;
|
|
1263
|
+
}
|
|
1264
|
+
export declare function instanceHistoryPropertiesDeserializer(item: any): InstanceHistoryProperties;
|
|
1265
|
+
/** Solution Version Snapshot */
|
|
1266
|
+
export interface SolutionVersionSnapshot {
|
|
1267
|
+
/** Solution version of instance */
|
|
1268
|
+
solutionVersionId?: string;
|
|
1269
|
+
/** App components spec */
|
|
1270
|
+
specification?: Record<string, any>;
|
|
1271
|
+
}
|
|
1272
|
+
export declare function solutionVersionSnapshotDeserializer(item: any): SolutionVersionSnapshot;
|
|
1273
|
+
/** Target Snapshot */
|
|
1274
|
+
export interface TargetSnapshot {
|
|
1275
|
+
/** Target of instance */
|
|
1276
|
+
targetId?: string;
|
|
1277
|
+
/** target spec */
|
|
1278
|
+
targetSpecification?: Record<string, any>;
|
|
1279
|
+
/** Scope of the target resource */
|
|
1280
|
+
solutionScope?: string;
|
|
1281
|
+
}
|
|
1282
|
+
export declare function targetSnapshotDeserializer(item: any): TargetSnapshot;
|
|
1283
|
+
/** The response of a InstanceHistory list operation. */
|
|
1284
|
+
export interface _InstanceHistoryListResult {
|
|
1285
|
+
/** The InstanceHistory items on this page */
|
|
1286
|
+
value: InstanceHistory[];
|
|
1287
|
+
/** The link to the next page of items */
|
|
1288
|
+
nextLink?: string;
|
|
1289
|
+
}
|
|
1290
|
+
export declare function _instanceHistoryListResultDeserializer(item: any): _InstanceHistoryListResult;
|
|
1291
|
+
export declare function instanceHistoryArrayDeserializer(result: Array<InstanceHistory>): any[];
|
|
1292
|
+
/** Config Template Resource. Contains configuration expressions using the predefined expression language. */
|
|
1293
|
+
export interface ConfigTemplate extends TrackedResource {
|
|
1294
|
+
/** The resource-specific properties for this resource. */
|
|
1295
|
+
properties?: ConfigTemplateProperties;
|
|
1296
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1297
|
+
readonly eTag?: string;
|
|
1298
|
+
}
|
|
1299
|
+
export declare function configTemplateSerializer(item: ConfigTemplate): any;
|
|
1300
|
+
export declare function configTemplateDeserializer(item: any): ConfigTemplate;
|
|
1301
|
+
/** Config Template Properties */
|
|
1302
|
+
export interface ConfigTemplateProperties {
|
|
1303
|
+
/** Description of config template */
|
|
1304
|
+
description: string;
|
|
1305
|
+
/** Latest config template version */
|
|
1306
|
+
readonly latestVersion?: string;
|
|
1307
|
+
/** Provisioning state of resource */
|
|
1308
|
+
readonly provisioningState?: ProvisioningState;
|
|
1309
|
+
}
|
|
1310
|
+
export declare function configTemplatePropertiesSerializer(item: ConfigTemplateProperties): any;
|
|
1311
|
+
export declare function configTemplatePropertiesDeserializer(item: any): ConfigTemplateProperties;
|
|
1312
|
+
/** The type used for update operations of the ConfigTemplate. */
|
|
1313
|
+
export interface ConfigTemplateUpdate {
|
|
1314
|
+
/** Resource tags. */
|
|
1315
|
+
tags?: Record<string, string>;
|
|
1316
|
+
/** The resource-specific properties for this resource. */
|
|
1317
|
+
properties?: ConfigTemplateUpdateProperties;
|
|
1318
|
+
}
|
|
1319
|
+
export declare function configTemplateUpdateSerializer(item: ConfigTemplateUpdate): any;
|
|
1320
|
+
/** The updatable properties of the ConfigTemplate. */
|
|
1321
|
+
export interface ConfigTemplateUpdateProperties {
|
|
1322
|
+
/** Description of config template */
|
|
1323
|
+
description?: string;
|
|
1324
|
+
}
|
|
1325
|
+
export declare function configTemplateUpdatePropertiesSerializer(item: ConfigTemplateUpdateProperties): any;
|
|
1326
|
+
/** Config Template Version With Update Type */
|
|
1327
|
+
export interface ConfigTemplateVersionWithUpdateType {
|
|
1328
|
+
/** Update type */
|
|
1329
|
+
updateType?: UpdateType;
|
|
1330
|
+
/** Version to create */
|
|
1331
|
+
version?: string;
|
|
1332
|
+
/** Config Template Version */
|
|
1333
|
+
configTemplateVersion: ConfigTemplateVersion;
|
|
1334
|
+
}
|
|
1335
|
+
export declare function configTemplateVersionWithUpdateTypeSerializer(item: ConfigTemplateVersionWithUpdateType): any;
|
|
1336
|
+
/** Config Template Version Resource */
|
|
1337
|
+
export interface ConfigTemplateVersion extends ProxyResource {
|
|
1338
|
+
/** The resource-specific properties for this resource. */
|
|
1339
|
+
properties?: ConfigTemplateVersionProperties;
|
|
1340
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1341
|
+
readonly eTag?: string;
|
|
1342
|
+
}
|
|
1343
|
+
export declare function configTemplateVersionSerializer(item: ConfigTemplateVersion): any;
|
|
1344
|
+
export declare function configTemplateVersionDeserializer(item: any): ConfigTemplateVersion;
|
|
1345
|
+
/** Config Template Version Properties */
|
|
1346
|
+
export interface ConfigTemplateVersionProperties {
|
|
1347
|
+
/** Configuration values */
|
|
1348
|
+
configurations: string;
|
|
1349
|
+
/** Provisioning state of resource */
|
|
1350
|
+
readonly provisioningState?: ProvisioningState;
|
|
1351
|
+
}
|
|
1352
|
+
export declare function configTemplateVersionPropertiesSerializer(item: ConfigTemplateVersionProperties): any;
|
|
1353
|
+
export declare function configTemplateVersionPropertiesDeserializer(item: any): ConfigTemplateVersionProperties;
|
|
1354
|
+
/** The response of a ConfigTemplate list operation. */
|
|
1355
|
+
export interface _ConfigTemplateListResult {
|
|
1356
|
+
/** The ConfigTemplate items on this page */
|
|
1357
|
+
value: ConfigTemplate[];
|
|
1358
|
+
/** The link to the next page of items */
|
|
1359
|
+
nextLink?: string;
|
|
1360
|
+
}
|
|
1361
|
+
export declare function _configTemplateListResultDeserializer(item: any): _ConfigTemplateListResult;
|
|
1362
|
+
export declare function configTemplateArraySerializer(result: Array<ConfigTemplate>): any[];
|
|
1363
|
+
export declare function configTemplateArrayDeserializer(result: Array<ConfigTemplate>): any[];
|
|
1364
|
+
/** The response of a ConfigTemplateVersion list operation. */
|
|
1365
|
+
export interface _ConfigTemplateVersionListResult {
|
|
1366
|
+
/** The ConfigTemplateVersion items on this page */
|
|
1367
|
+
value: ConfigTemplateVersion[];
|
|
1368
|
+
/** The link to the next page of items */
|
|
1369
|
+
nextLink?: string;
|
|
1370
|
+
}
|
|
1371
|
+
export declare function _configTemplateVersionListResultDeserializer(item: any): _ConfigTemplateVersionListResult;
|
|
1372
|
+
export declare function configTemplateVersionArraySerializer(result: Array<ConfigTemplateVersion>): any[];
|
|
1373
|
+
export declare function configTemplateVersionArrayDeserializer(result: Array<ConfigTemplateVersion>): any[];
|
|
1374
|
+
/** Workflow Resource */
|
|
1375
|
+
export interface Workflow extends ProxyResource {
|
|
1376
|
+
/** The resource-specific properties for this resource. */
|
|
1377
|
+
properties?: WorkflowProperties;
|
|
1378
|
+
extendedLocation?: ExtendedLocation;
|
|
1379
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1380
|
+
readonly eTag?: string;
|
|
1381
|
+
}
|
|
1382
|
+
export declare function workflowSerializer(item: Workflow): any;
|
|
1383
|
+
export declare function workflowDeserializer(item: any): Workflow;
|
|
1384
|
+
/** Workflow Properties */
|
|
1385
|
+
export interface WorkflowProperties {
|
|
1386
|
+
/** Workflow template Id */
|
|
1387
|
+
readonly workflowTemplateId?: string;
|
|
1388
|
+
/** Provisioning state of resource */
|
|
1389
|
+
readonly provisioningState?: ProvisioningState;
|
|
1390
|
+
}
|
|
1391
|
+
export declare function workflowPropertiesSerializer(item: WorkflowProperties): any;
|
|
1392
|
+
export declare function workflowPropertiesDeserializer(item: any): WorkflowProperties;
|
|
1393
|
+
/** The response of a Workflow list operation. */
|
|
1394
|
+
export interface _WorkflowListResult {
|
|
1395
|
+
/** The Workflow items on this page */
|
|
1396
|
+
value: Workflow[];
|
|
1397
|
+
/** The link to the next page of items */
|
|
1398
|
+
nextLink?: string;
|
|
1399
|
+
}
|
|
1400
|
+
export declare function _workflowListResultDeserializer(item: any): _WorkflowListResult;
|
|
1401
|
+
export declare function workflowArraySerializer(result: Array<Workflow>): any[];
|
|
1402
|
+
export declare function workflowArrayDeserializer(result: Array<Workflow>): any[];
|
|
1403
|
+
/** Workflow Version Resource */
|
|
1404
|
+
export interface WorkflowVersion extends ProxyResource {
|
|
1405
|
+
/** The resource-specific properties for this resource. */
|
|
1406
|
+
properties?: WorkflowVersionProperties;
|
|
1407
|
+
extendedLocation?: ExtendedLocation;
|
|
1408
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1409
|
+
readonly eTag?: string;
|
|
1410
|
+
}
|
|
1411
|
+
export declare function workflowVersionSerializer(item: WorkflowVersion): any;
|
|
1412
|
+
export declare function workflowVersionDeserializer(item: any): WorkflowVersion;
|
|
1413
|
+
/** Workflow Version Properties */
|
|
1414
|
+
export interface WorkflowVersionProperties {
|
|
1415
|
+
/** Revision number of resolved config for this workflow version */
|
|
1416
|
+
readonly revision?: number;
|
|
1417
|
+
/** Resolved configuration values */
|
|
1418
|
+
readonly configuration?: string;
|
|
1419
|
+
/** A list of stage specs */
|
|
1420
|
+
stageSpec: StageSpec[];
|
|
1421
|
+
/** Review id of resolved config for this workflow version */
|
|
1422
|
+
readonly reviewId?: string;
|
|
1423
|
+
/** State of workflow version */
|
|
1424
|
+
readonly state?: State;
|
|
1425
|
+
/** Execution specification */
|
|
1426
|
+
specification?: Record<string, any>;
|
|
1427
|
+
/** Provisioning state of resource */
|
|
1428
|
+
readonly provisioningState?: ProvisioningState;
|
|
1429
|
+
}
|
|
1430
|
+
export declare function workflowVersionPropertiesSerializer(item: WorkflowVersionProperties): any;
|
|
1431
|
+
export declare function workflowVersionPropertiesDeserializer(item: any): WorkflowVersionProperties;
|
|
1432
|
+
export declare function stageSpecArraySerializer(result: Array<StageSpec>): any[];
|
|
1433
|
+
export declare function stageSpecArrayDeserializer(result: Array<StageSpec>): any[];
|
|
1434
|
+
/** Stage Properties */
|
|
1435
|
+
export interface StageSpec {
|
|
1436
|
+
/** Name of Stage */
|
|
1437
|
+
name: string;
|
|
1438
|
+
/** Stage specification */
|
|
1439
|
+
specification?: Record<string, any>;
|
|
1440
|
+
/** List of tasks in the stage */
|
|
1441
|
+
tasks?: TaskSpec[];
|
|
1442
|
+
/** Task option for the stage */
|
|
1443
|
+
taskOption?: TaskOption;
|
|
1444
|
+
}
|
|
1445
|
+
export declare function stageSpecSerializer(item: StageSpec): any;
|
|
1446
|
+
export declare function stageSpecDeserializer(item: any): StageSpec;
|
|
1447
|
+
export declare function taskSpecArraySerializer(result: Array<TaskSpec>): any[];
|
|
1448
|
+
export declare function taskSpecArrayDeserializer(result: Array<TaskSpec>): any[];
|
|
1449
|
+
/** Task Spec */
|
|
1450
|
+
export interface TaskSpec {
|
|
1451
|
+
/** Name of Task */
|
|
1452
|
+
name: string;
|
|
1453
|
+
/** Target ARM id */
|
|
1454
|
+
targetId?: string;
|
|
1455
|
+
/** Task specification */
|
|
1456
|
+
specification: Record<string, any>;
|
|
1457
|
+
}
|
|
1458
|
+
export declare function taskSpecSerializer(item: TaskSpec): any;
|
|
1459
|
+
export declare function taskSpecDeserializer(item: any): TaskSpec;
|
|
1460
|
+
/** Task Option Properties */
|
|
1461
|
+
export interface TaskOption {
|
|
1462
|
+
/** Parallel worker numbers of the tasks */
|
|
1463
|
+
concurrency?: number;
|
|
1464
|
+
/** Error action for the tasks */
|
|
1465
|
+
errorAction?: ErrorAction;
|
|
1466
|
+
}
|
|
1467
|
+
export declare function taskOptionSerializer(item: TaskOption): any;
|
|
1468
|
+
export declare function taskOptionDeserializer(item: any): TaskOption;
|
|
1469
|
+
/** Error Action Properties */
|
|
1470
|
+
export interface ErrorAction {
|
|
1471
|
+
/** Error action mode */
|
|
1472
|
+
mode?: ErrorActionMode;
|
|
1473
|
+
/** Max tolerated failures */
|
|
1474
|
+
maxToleratedFailures?: number;
|
|
1475
|
+
}
|
|
1476
|
+
export declare function errorActionSerializer(item: ErrorAction): any;
|
|
1477
|
+
export declare function errorActionDeserializer(item: any): ErrorAction;
|
|
1478
|
+
/** Error Action Mode */
|
|
1479
|
+
export declare enum KnownErrorActionMode {
|
|
1480
|
+
/** Stop on any failure */
|
|
1481
|
+
StopOnAnyFailure = "stopOnAnyFailure",
|
|
1482
|
+
/** Stop after N cumulative failures */
|
|
1483
|
+
StopOnNFailures = "stopOnNFailures",
|
|
1484
|
+
/** Continue silently despite errors */
|
|
1485
|
+
SilentlyContinue = "silentlyContinue"
|
|
1486
|
+
}
|
|
1487
|
+
/**
|
|
1488
|
+
* Error Action Mode \
|
|
1489
|
+
* {@link KnownErrorActionMode} can be used interchangeably with ErrorActionMode,
|
|
1490
|
+
* this enum contains the known values that the service supports.
|
|
1491
|
+
* ### Known values supported by the service
|
|
1492
|
+
* **stopOnAnyFailure**: Stop on any failure \
|
|
1493
|
+
* **stopOnNFailures**: Stop after N cumulative failures \
|
|
1494
|
+
* **silentlyContinue**: Continue silently despite errors
|
|
1495
|
+
*/
|
|
1496
|
+
export type ErrorActionMode = string;
|
|
1497
|
+
/** The response of a WorkflowVersion list operation. */
|
|
1498
|
+
export interface _WorkflowVersionListResult {
|
|
1499
|
+
/** The WorkflowVersion items on this page */
|
|
1500
|
+
value: WorkflowVersion[];
|
|
1501
|
+
/** The link to the next page of items */
|
|
1502
|
+
nextLink?: string;
|
|
1503
|
+
}
|
|
1504
|
+
export declare function _workflowVersionListResultDeserializer(item: any): _WorkflowVersionListResult;
|
|
1505
|
+
export declare function workflowVersionArraySerializer(result: Array<WorkflowVersion>): any[];
|
|
1506
|
+
export declare function workflowVersionArrayDeserializer(result: Array<WorkflowVersion>): any[];
|
|
1507
|
+
/** Execution Resource */
|
|
1508
|
+
export interface Execution extends ProxyResource {
|
|
1509
|
+
/** The resource-specific properties for this resource. */
|
|
1510
|
+
properties?: ExecutionProperties;
|
|
1511
|
+
extendedLocation?: ExtendedLocation;
|
|
1512
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1513
|
+
readonly eTag?: string;
|
|
1514
|
+
}
|
|
1515
|
+
export declare function executionSerializer(item: Execution): any;
|
|
1516
|
+
export declare function executionDeserializer(item: any): Execution;
|
|
1517
|
+
/** Execution Properties */
|
|
1518
|
+
export interface ExecutionProperties {
|
|
1519
|
+
/** Workflow version of execution */
|
|
1520
|
+
workflowVersionId: string;
|
|
1521
|
+
/** Execution specification */
|
|
1522
|
+
specification?: Record<string, any>;
|
|
1523
|
+
/** Status of Execution */
|
|
1524
|
+
readonly status?: ExecutionStatus;
|
|
1525
|
+
/** Provisioning state of resource */
|
|
1526
|
+
readonly provisioningState?: ProvisioningState;
|
|
1527
|
+
}
|
|
1528
|
+
export declare function executionPropertiesSerializer(item: ExecutionProperties): any;
|
|
1529
|
+
export declare function executionPropertiesDeserializer(item: any): ExecutionProperties;
|
|
1530
|
+
/** Execution Status */
|
|
1531
|
+
export interface ExecutionStatus {
|
|
1532
|
+
/** The lastModified timestamp of the Status */
|
|
1533
|
+
updateTime?: Date;
|
|
1534
|
+
/** Deployment status */
|
|
1535
|
+
status?: number;
|
|
1536
|
+
/** status details */
|
|
1537
|
+
statusMessage?: string;
|
|
1538
|
+
/** target resource statuses */
|
|
1539
|
+
stageHistory?: StageStatus[];
|
|
1540
|
+
}
|
|
1541
|
+
export declare function executionStatusDeserializer(item: any): ExecutionStatus;
|
|
1542
|
+
export declare function stageStatusArrayDeserializer(result: Array<StageStatus>): any[];
|
|
1543
|
+
/** Result of Stage execution */
|
|
1544
|
+
export interface StageStatus {
|
|
1545
|
+
/** Deployment status */
|
|
1546
|
+
status?: number;
|
|
1547
|
+
/** Status message */
|
|
1548
|
+
statusMessage?: string;
|
|
1549
|
+
/** Current stage */
|
|
1550
|
+
stage?: string;
|
|
1551
|
+
/** Next stage */
|
|
1552
|
+
nextstage?: string;
|
|
1553
|
+
/** Error message */
|
|
1554
|
+
errorMessage?: string;
|
|
1555
|
+
/** whether this stage is active or inactive */
|
|
1556
|
+
isActive?: ActiveState;
|
|
1557
|
+
/** The inputs of the StageHistory, Inputs holds a key-value map of user-defined parameters for the initial stage */
|
|
1558
|
+
inputs?: Record<string, any>;
|
|
1559
|
+
/** The outputs of the StageHistory, it is different as the different input stages. */
|
|
1560
|
+
outputs?: Record<string, any>;
|
|
1561
|
+
}
|
|
1562
|
+
export declare function stageStatusDeserializer(item: any): StageStatus;
|
|
1563
|
+
/** The response of a Execution list operation. */
|
|
1564
|
+
export interface _ExecutionListResult {
|
|
1565
|
+
/** The Execution items on this page */
|
|
1566
|
+
value: Execution[];
|
|
1567
|
+
/** The link to the next page of items */
|
|
1568
|
+
nextLink?: string;
|
|
1569
|
+
}
|
|
1570
|
+
export declare function _executionListResultDeserializer(item: any): _ExecutionListResult;
|
|
1571
|
+
export declare function executionArraySerializer(result: Array<Execution>): any[];
|
|
1572
|
+
export declare function executionArrayDeserializer(result: Array<Execution>): any[];
|
|
1573
|
+
/** A Diagnostic resource. */
|
|
1574
|
+
export interface Diagnostic extends TrackedResource {
|
|
1575
|
+
/** The resource-specific properties for this resource. */
|
|
1576
|
+
properties?: DiagnosticProperties;
|
|
1577
|
+
extendedLocation?: ExtendedLocation;
|
|
1578
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
1579
|
+
readonly eTag?: string;
|
|
1580
|
+
}
|
|
1581
|
+
export declare function diagnosticSerializer(item: Diagnostic): any;
|
|
1582
|
+
export declare function diagnosticDeserializer(item: any): Diagnostic;
|
|
1583
|
+
/** The properties of a Diagnostic resource. */
|
|
1584
|
+
export interface DiagnosticProperties {
|
|
1585
|
+
/** The status of the last operation. */
|
|
1586
|
+
readonly provisioningState?: ProvisioningState;
|
|
1587
|
+
}
|
|
1588
|
+
export declare function diagnosticPropertiesSerializer(item: DiagnosticProperties): any;
|
|
1589
|
+
export declare function diagnosticPropertiesDeserializer(item: any): DiagnosticProperties;
|
|
1590
|
+
/** The type used for update operations of the Diagnostic. */
|
|
1591
|
+
export interface DiagnosticUpdate {
|
|
1592
|
+
/** The resource-specific properties for this resource. */
|
|
1593
|
+
properties?: DiagnosticUpdateProperties;
|
|
1594
|
+
/** Resource tags. */
|
|
1595
|
+
tags?: Record<string, string>;
|
|
1596
|
+
}
|
|
1597
|
+
export declare function diagnosticUpdateSerializer(item: DiagnosticUpdate): any;
|
|
1598
|
+
/** The updatable properties of the Diagnostic. */
|
|
1599
|
+
export interface DiagnosticUpdateProperties {
|
|
1600
|
+
}
|
|
1601
|
+
export declare function diagnosticUpdatePropertiesSerializer(item: DiagnosticUpdateProperties): any;
|
|
1602
|
+
/** The response of a Diagnostic list operation. */
|
|
1603
|
+
export interface _DiagnosticListResult {
|
|
1604
|
+
/** The Diagnostic items on this page */
|
|
1605
|
+
value: Diagnostic[];
|
|
1606
|
+
/** The link to the next page of items */
|
|
1607
|
+
nextLink?: string;
|
|
1608
|
+
}
|
|
1609
|
+
export declare function _diagnosticListResultDeserializer(item: any): _DiagnosticListResult;
|
|
1610
|
+
export declare function diagnosticArraySerializer(result: Array<Diagnostic>): any[];
|
|
1611
|
+
export declare function diagnosticArrayDeserializer(result: Array<Diagnostic>): any[];
|
|
1612
|
+
/** Context Resource */
|
|
1613
|
+
export interface Context extends TrackedResource {
|
|
1614
|
+
/** The resource-specific properties for this resource. */
|
|
1615
|
+
properties?: ContextProperties;
|
|
1616
|
+
}
|
|
1617
|
+
export declare function contextSerializer(item: Context): any;
|
|
1618
|
+
export declare function contextDeserializer(item: any): Context;
|
|
1619
|
+
/** Context Properties */
|
|
1620
|
+
export interface ContextProperties {
|
|
1621
|
+
/** List of Capabilities */
|
|
1622
|
+
capabilities: Capability[];
|
|
1623
|
+
/** List of Hierarchies */
|
|
1624
|
+
hierarchies: Hierarchy[];
|
|
1625
|
+
/** Provisioning state of resource */
|
|
1626
|
+
readonly provisioningState?: ProvisioningState;
|
|
1627
|
+
}
|
|
1628
|
+
export declare function contextPropertiesSerializer(item: ContextProperties): any;
|
|
1629
|
+
export declare function contextPropertiesDeserializer(item: any): ContextProperties;
|
|
1630
|
+
export declare function capabilityArraySerializer(result: Array<Capability>): any[];
|
|
1631
|
+
export declare function capabilityArrayDeserializer(result: Array<Capability>): any[];
|
|
1632
|
+
/** Capability, to match in Solution Templates & Targets */
|
|
1633
|
+
export interface Capability {
|
|
1634
|
+
/** Name of Capability */
|
|
1635
|
+
name: string;
|
|
1636
|
+
/** Description of Capability */
|
|
1637
|
+
description: string;
|
|
1638
|
+
/** State of resource */
|
|
1639
|
+
state?: ResourceState;
|
|
1640
|
+
}
|
|
1641
|
+
export declare function capabilitySerializer(item: Capability): any;
|
|
1642
|
+
export declare function capabilityDeserializer(item: any): Capability;
|
|
1643
|
+
export declare function hierarchyArraySerializer(result: Array<Hierarchy>): any[];
|
|
1644
|
+
export declare function hierarchyArrayDeserializer(result: Array<Hierarchy>): any[];
|
|
1645
|
+
/** Hierarchy, to tag Sites / Hierarchy Provider nodes with what they represent */
|
|
1646
|
+
export interface Hierarchy {
|
|
1647
|
+
/** Name of Hierarchy */
|
|
1648
|
+
name: string;
|
|
1649
|
+
/** Description of Hierarchy */
|
|
1650
|
+
description: string;
|
|
1651
|
+
}
|
|
1652
|
+
export declare function hierarchySerializer(item: Hierarchy): any;
|
|
1653
|
+
export declare function hierarchyDeserializer(item: any): Hierarchy;
|
|
1654
|
+
/** The type used for update operations of the Context. */
|
|
1655
|
+
export interface ContextUpdate {
|
|
1656
|
+
/** Resource tags. */
|
|
1657
|
+
tags?: Record<string, string>;
|
|
1658
|
+
/** The resource-specific properties for this resource. */
|
|
1659
|
+
properties?: ContextUpdateProperties;
|
|
1660
|
+
}
|
|
1661
|
+
export declare function contextUpdateSerializer(item: ContextUpdate): any;
|
|
1662
|
+
/** The updatable properties of the Context. */
|
|
1663
|
+
export interface ContextUpdateProperties {
|
|
1664
|
+
/** List of Capabilities */
|
|
1665
|
+
capabilities?: Capability[];
|
|
1666
|
+
/** List of Hierarchies */
|
|
1667
|
+
hierarchies?: Hierarchy[];
|
|
1668
|
+
}
|
|
1669
|
+
export declare function contextUpdatePropertiesSerializer(item: ContextUpdateProperties): any;
|
|
1670
|
+
/** The response of a Context list operation. */
|
|
1671
|
+
export interface _ContextListResult {
|
|
1672
|
+
/** The Context items on this page */
|
|
1673
|
+
value: Context[];
|
|
1674
|
+
/** The link to the next page of items */
|
|
1675
|
+
nextLink?: string;
|
|
1676
|
+
}
|
|
1677
|
+
export declare function _contextListResultDeserializer(item: any): _ContextListResult;
|
|
1678
|
+
export declare function contextArraySerializer(result: Array<Context>): any[];
|
|
1679
|
+
export declare function contextArrayDeserializer(result: Array<Context>): any[];
|
|
1680
|
+
/** Site Reference Resource */
|
|
1681
|
+
export interface SiteReference extends ProxyResource {
|
|
1682
|
+
/** The resource-specific properties for this resource. */
|
|
1683
|
+
properties?: SiteReferenceProperties;
|
|
1684
|
+
}
|
|
1685
|
+
export declare function siteReferenceSerializer(item: SiteReference): any;
|
|
1686
|
+
export declare function siteReferenceDeserializer(item: any): SiteReference;
|
|
1687
|
+
/** Site Reference Properties */
|
|
1688
|
+
export interface SiteReferenceProperties {
|
|
1689
|
+
/** Azure Resource ID for Site */
|
|
1690
|
+
siteId: string;
|
|
1691
|
+
/** Provisioning State */
|
|
1692
|
+
readonly provisioningState?: ProvisioningState;
|
|
1693
|
+
}
|
|
1694
|
+
export declare function siteReferencePropertiesSerializer(item: SiteReferenceProperties): any;
|
|
1695
|
+
export declare function siteReferencePropertiesDeserializer(item: any): SiteReferenceProperties;
|
|
1696
|
+
/** The response of a SiteReference list operation. */
|
|
1697
|
+
export interface _SiteReferenceListResult {
|
|
1698
|
+
/** The SiteReference items on this page */
|
|
1699
|
+
value: SiteReference[];
|
|
1700
|
+
/** The link to the next page of items */
|
|
1701
|
+
nextLink?: string;
|
|
1702
|
+
}
|
|
1703
|
+
export declare function _siteReferenceListResultDeserializer(item: any): _SiteReferenceListResult;
|
|
1704
|
+
export declare function siteReferenceArraySerializer(result: Array<SiteReference>): any[];
|
|
1705
|
+
export declare function siteReferenceArrayDeserializer(result: Array<SiteReference>): any[];
|
|
1706
|
+
/** The available API versions. */
|
|
1707
|
+
export declare enum KnownVersions {
|
|
1708
|
+
V20250601 = "2025-06-01",
|
|
1709
|
+
V20250801 = "2025-08-01"
|
|
1710
|
+
}
|
|
1711
|
+
//# sourceMappingURL=models.d.ts.map
|