@azure/arm-devcenter 1.1.1-alpha.20250116.1 → 1.1.1-alpha.20250117.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/devCenterClient.d.ts +42 -0
- package/dist/browser/devCenterClient.d.ts.map +1 -0
- package/dist/browser/devCenterClient.js +121 -0
- package/dist/browser/devCenterClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +403 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/attachedNetworks.d.ts +113 -0
- package/dist/browser/operations/attachedNetworks.d.ts.map +1 -0
- package/dist/browser/operations/attachedNetworks.js +535 -0
- package/dist/browser/operations/attachedNetworks.js.map +1 -0
- package/dist/browser/operations/catalogs.d.ts +139 -0
- package/dist/browser/operations/catalogs.d.ts.map +1 -0
- package/dist/browser/operations/catalogs.js +649 -0
- package/dist/browser/operations/catalogs.js.map +1 -0
- package/dist/browser/operations/checkNameAvailability.d.ts +19 -0
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailability.js +49 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/dist/browser/operations/checkScopedNameAvailability.d.ts +19 -0
- package/dist/browser/operations/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/checkScopedNameAvailability.js +49 -0
- package/dist/browser/operations/checkScopedNameAvailability.js.map +1 -0
- package/dist/browser/operations/devBoxDefinitions.d.ts +131 -0
- package/dist/browser/operations/devBoxDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/devBoxDefinitions.js +615 -0
- package/dist/browser/operations/devBoxDefinitions.js.map +1 -0
- package/dist/browser/operations/devCenters.d.ts +107 -0
- package/dist/browser/operations/devCenters.d.ts.map +1 -0
- package/dist/browser/operations/devCenters.js +542 -0
- package/dist/browser/operations/devCenters.js.map +1 -0
- package/dist/browser/operations/environmentDefinitions.d.ts +95 -0
- package/dist/browser/operations/environmentDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/environmentDefinitions.js +404 -0
- package/dist/browser/operations/environmentDefinitions.js.map +1 -0
- package/dist/browser/operations/environmentTypes.d.ts +72 -0
- package/dist/browser/operations/environmentTypes.d.ts.map +1 -0
- package/dist/browser/operations/environmentTypes.js +286 -0
- package/dist/browser/operations/environmentTypes.js.map +1 -0
- package/dist/browser/operations/galleries.d.ts +81 -0
- package/dist/browser/operations/galleries.d.ts.map +1 -0
- package/dist/browser/operations/galleries.js +358 -0
- package/dist/browser/operations/galleries.js.map +1 -0
- package/dist/browser/operations/imageVersions.d.ts +54 -0
- package/dist/browser/operations/imageVersions.d.ts.map +1 -0
- package/dist/browser/operations/imageVersions.js +210 -0
- package/dist/browser/operations/imageVersions.js.map +1 -0
- package/dist/browser/operations/images.d.ts +74 -0
- package/dist/browser/operations/images.d.ts.map +1 -0
- package/dist/browser/operations/images.js +313 -0
- package/dist/browser/operations/images.js.map +1 -0
- package/dist/browser/operations/index.d.ts +24 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +31 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/networkConnections.d.ts +173 -0
- package/dist/browser/operations/networkConnections.d.ts.map +1 -0
- package/dist/browser/operations/networkConnections.js +863 -0
- package/dist/browser/operations/networkConnections.js.map +1 -0
- package/dist/browser/operations/operationStatuses.d.ts +20 -0
- package/dist/browser/operations/operationStatuses.d.ts.map +1 -0
- package/dist/browser/operations/operationStatuses.js +57 -0
- package/dist/browser/operations/operationStatuses.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/pools.d.ts +115 -0
- package/dist/browser/operations/pools.d.ts.map +1 -0
- package/dist/browser/operations/pools.js +532 -0
- package/dist/browser/operations/pools.js.map +1 -0
- package/dist/browser/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
- package/dist/browser/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/browser/operations/projectAllowedEnvironmentTypes.js +182 -0
- package/dist/browser/operations/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/browser/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
- package/dist/browser/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js +63 -0
- package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/browser/operations/projectCatalogs.d.ts +139 -0
- package/dist/browser/operations/projectCatalogs.d.ts.map +1 -0
- package/dist/browser/operations/projectCatalogs.js +649 -0
- package/dist/browser/operations/projectCatalogs.js.map +1 -0
- package/dist/browser/operations/projectEnvironmentTypes.d.ts +72 -0
- package/dist/browser/operations/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/browser/operations/projectEnvironmentTypes.js +286 -0
- package/dist/browser/operations/projectEnvironmentTypes.js.map +1 -0
- package/dist/browser/operations/projects.d.ts +107 -0
- package/dist/browser/operations/projects.d.ts.map +1 -0
- package/dist/browser/operations/projects.js +542 -0
- package/dist/browser/operations/projects.js.map +1 -0
- package/dist/browser/operations/schedules.d.ts +109 -0
- package/dist/browser/operations/schedules.d.ts.map +1 -0
- package/dist/browser/operations/schedules.js +477 -0
- package/dist/browser/operations/schedules.js.map +1 -0
- package/dist/browser/operations/skus.d.ts +32 -0
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/dist/browser/operations/skus.js +137 -0
- package/dist/browser/operations/skus.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +35 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +145 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/attachedNetworks.d.ts +71 -0
- package/dist/browser/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/attachedNetworks.js.map +1 -0
- package/dist/browser/operationsInterfaces/catalogs.d.ts +114 -0
- package/dist/browser/operationsInterfaces/catalogs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/catalogs.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
- package/dist/browser/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
- package/dist/browser/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/devBoxDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/devCenters.d.ts +71 -0
- package/dist/browser/operationsInterfaces/devCenters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/devCenters.js.map +1 -0
- package/dist/browser/operationsInterfaces/environmentDefinitions.d.ts +49 -0
- package/dist/browser/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/environmentDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/environmentTypes.d.ts +47 -0
- package/dist/browser/operationsInterfaces/environmentTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/environmentTypes.js.map +1 -0
- package/dist/browser/operationsInterfaces/galleries.d.ts +56 -0
- package/dist/browser/operationsInterfaces/galleries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/galleries.js.map +1 -0
- package/dist/browser/operationsInterfaces/imageVersions.d.ts +25 -0
- package/dist/browser/operationsInterfaces/imageVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/imageVersions.js.map +1 -0
- package/dist/browser/operationsInterfaces/images.d.ts +30 -0
- package/dist/browser/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/images.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +24 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +31 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkConnections.d.ts +109 -0
- package/dist/browser/operationsInterfaces/networkConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/pools.d.ts +90 -0
- package/dist/browser/operationsInterfaces/pools.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/pools.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
- package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
- package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectCatalogs.d.ts +114 -0
- package/dist/browser/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectCatalogs.js.map +1 -0
- package/dist/browser/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
- package/dist/browser/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
- package/dist/browser/operationsInterfaces/projects.d.ts +71 -0
- package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/projects.js.map +1 -0
- package/dist/browser/operationsInterfaces/schedules.d.ts +82 -0
- package/dist/browser/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/schedules.js.map +1 -0
- package/dist/browser/operationsInterfaces/skus.d.ts +11 -0
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/devCenterClient.d.ts +42 -0
- package/dist/commonjs/devCenterClient.d.ts.map +1 -0
- package/dist/commonjs/devCenterClient.js +126 -0
- package/dist/commonjs/devCenterClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3190 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +307 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +138 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3954 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +47 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +406 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/attachedNetworks.d.ts +113 -0
- package/dist/commonjs/operations/attachedNetworks.d.ts.map +1 -0
- package/dist/commonjs/operations/attachedNetworks.js +539 -0
- package/dist/commonjs/operations/attachedNetworks.js.map +1 -0
- package/dist/commonjs/operations/catalogs.d.ts +139 -0
- package/dist/commonjs/operations/catalogs.d.ts.map +1 -0
- package/dist/commonjs/operations/catalogs.js +653 -0
- package/dist/commonjs/operations/catalogs.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +19 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +54 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/checkScopedNameAvailability.d.ts +19 -0
- package/dist/commonjs/operations/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkScopedNameAvailability.js +54 -0
- package/dist/commonjs/operations/checkScopedNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/devBoxDefinitions.d.ts +131 -0
- package/dist/commonjs/operations/devBoxDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/devBoxDefinitions.js +619 -0
- package/dist/commonjs/operations/devBoxDefinitions.js.map +1 -0
- package/dist/commonjs/operations/devCenters.d.ts +107 -0
- package/dist/commonjs/operations/devCenters.d.ts.map +1 -0
- package/dist/commonjs/operations/devCenters.js +546 -0
- package/dist/commonjs/operations/devCenters.js.map +1 -0
- package/dist/commonjs/operations/environmentDefinitions.d.ts +95 -0
- package/dist/commonjs/operations/environmentDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/environmentDefinitions.js +408 -0
- package/dist/commonjs/operations/environmentDefinitions.js.map +1 -0
- package/dist/commonjs/operations/environmentTypes.d.ts +72 -0
- package/dist/commonjs/operations/environmentTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/environmentTypes.js +290 -0
- package/dist/commonjs/operations/environmentTypes.js.map +1 -0
- package/dist/commonjs/operations/galleries.d.ts +81 -0
- package/dist/commonjs/operations/galleries.d.ts.map +1 -0
- package/dist/commonjs/operations/galleries.js +362 -0
- package/dist/commonjs/operations/galleries.js.map +1 -0
- package/dist/commonjs/operations/imageVersions.d.ts +54 -0
- package/dist/commonjs/operations/imageVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/imageVersions.js +214 -0
- package/dist/commonjs/operations/imageVersions.js.map +1 -0
- package/dist/commonjs/operations/images.d.ts +74 -0
- package/dist/commonjs/operations/images.d.ts.map +1 -0
- package/dist/commonjs/operations/images.js +317 -0
- package/dist/commonjs/operations/images.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +24 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +34 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/networkConnections.d.ts +173 -0
- package/dist/commonjs/operations/networkConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/networkConnections.js +867 -0
- package/dist/commonjs/operations/networkConnections.js.map +1 -0
- package/dist/commonjs/operations/operationStatuses.d.ts +20 -0
- package/dist/commonjs/operations/operationStatuses.d.ts.map +1 -0
- package/dist/commonjs/operations/operationStatuses.js +62 -0
- package/dist/commonjs/operations/operationStatuses.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/pools.d.ts +115 -0
- package/dist/commonjs/operations/pools.d.ts.map +1 -0
- package/dist/commonjs/operations/pools.js +536 -0
- package/dist/commonjs/operations/pools.js.map +1 -0
- package/dist/commonjs/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
- package/dist/commonjs/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js +186 -0
- package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
- package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js +68 -0
- package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/commonjs/operations/projectCatalogs.d.ts +139 -0
- package/dist/commonjs/operations/projectCatalogs.d.ts.map +1 -0
- package/dist/commonjs/operations/projectCatalogs.js +653 -0
- package/dist/commonjs/operations/projectCatalogs.js.map +1 -0
- package/dist/commonjs/operations/projectEnvironmentTypes.d.ts +72 -0
- package/dist/commonjs/operations/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/projectEnvironmentTypes.js +290 -0
- package/dist/commonjs/operations/projectEnvironmentTypes.js.map +1 -0
- package/dist/commonjs/operations/projects.d.ts +107 -0
- package/dist/commonjs/operations/projects.d.ts.map +1 -0
- package/dist/commonjs/operations/projects.js +546 -0
- package/dist/commonjs/operations/projects.js.map +1 -0
- package/dist/commonjs/operations/schedules.d.ts +109 -0
- package/dist/commonjs/operations/schedules.d.ts.map +1 -0
- package/dist/commonjs/operations/schedules.js +481 -0
- package/dist/commonjs/operations/schedules.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +32 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +141 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +149 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/attachedNetworks.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/attachedNetworks.js +10 -0
- package/dist/commonjs/operationsInterfaces/attachedNetworks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/catalogs.d.ts +114 -0
- package/dist/commonjs/operationsInterfaces/catalogs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/catalogs.js +10 -0
- package/dist/commonjs/operationsInterfaces/catalogs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
- package/dist/commonjs/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/devBoxDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/devBoxDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/devCenters.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/devCenters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/devCenters.js +10 -0
- package/dist/commonjs/operationsInterfaces/devCenters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/environmentDefinitions.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/environmentDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/environmentDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/environmentTypes.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/environmentTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/environmentTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/environmentTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/galleries.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/galleries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/galleries.js +10 -0
- package/dist/commonjs/operationsInterfaces/galleries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/imageVersions.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/imageVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/imageVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/imageVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/images.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/images.js +10 -0
- package/dist/commonjs/operationsInterfaces/images.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +34 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkConnections.d.ts +109 -0
- package/dist/commonjs/operationsInterfaces/networkConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/pools.d.ts +90 -0
- package/dist/commonjs/operationsInterfaces/pools.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/pools.js +10 -0
- package/dist/commonjs/operationsInterfaces/pools.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogs.d.ts +114 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogs.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectCatalogs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/projects.js +10 -0
- package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/schedules.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/schedules.js +10 -0
- package/dist/commonjs/operationsInterfaces/schedules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/devCenterClient.d.ts +42 -0
- package/dist/esm/devCenterClient.d.ts.map +1 -0
- package/dist/esm/devCenterClient.js +121 -0
- package/dist/esm/devCenterClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3190 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +304 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +138 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3949 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +47 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +403 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/attachedNetworks.d.ts +113 -0
- package/dist/esm/operations/attachedNetworks.d.ts.map +1 -0
- package/dist/esm/operations/attachedNetworks.js +535 -0
- package/dist/esm/operations/attachedNetworks.js.map +1 -0
- package/dist/esm/operations/catalogs.d.ts +139 -0
- package/dist/esm/operations/catalogs.d.ts.map +1 -0
- package/dist/esm/operations/catalogs.js +649 -0
- package/dist/esm/operations/catalogs.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +19 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +49 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/checkScopedNameAvailability.d.ts +19 -0
- package/dist/esm/operations/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkScopedNameAvailability.js +49 -0
- package/dist/esm/operations/checkScopedNameAvailability.js.map +1 -0
- package/dist/esm/operations/devBoxDefinitions.d.ts +131 -0
- package/dist/esm/operations/devBoxDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/devBoxDefinitions.js +615 -0
- package/dist/esm/operations/devBoxDefinitions.js.map +1 -0
- package/dist/esm/operations/devCenters.d.ts +107 -0
- package/dist/esm/operations/devCenters.d.ts.map +1 -0
- package/dist/esm/operations/devCenters.js +542 -0
- package/dist/esm/operations/devCenters.js.map +1 -0
- package/dist/esm/operations/environmentDefinitions.d.ts +95 -0
- package/dist/esm/operations/environmentDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/environmentDefinitions.js +404 -0
- package/dist/esm/operations/environmentDefinitions.js.map +1 -0
- package/dist/esm/operations/environmentTypes.d.ts +72 -0
- package/dist/esm/operations/environmentTypes.d.ts.map +1 -0
- package/dist/esm/operations/environmentTypes.js +286 -0
- package/dist/esm/operations/environmentTypes.js.map +1 -0
- package/dist/esm/operations/galleries.d.ts +81 -0
- package/dist/esm/operations/galleries.d.ts.map +1 -0
- package/dist/esm/operations/galleries.js +358 -0
- package/dist/esm/operations/galleries.js.map +1 -0
- package/dist/esm/operations/imageVersions.d.ts +54 -0
- package/dist/esm/operations/imageVersions.d.ts.map +1 -0
- package/dist/esm/operations/imageVersions.js +210 -0
- package/dist/esm/operations/imageVersions.js.map +1 -0
- package/dist/esm/operations/images.d.ts +74 -0
- package/dist/esm/operations/images.d.ts.map +1 -0
- package/dist/esm/operations/images.js +313 -0
- package/dist/esm/operations/images.js.map +1 -0
- package/dist/esm/operations/index.d.ts +24 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +31 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/networkConnections.d.ts +173 -0
- package/dist/esm/operations/networkConnections.d.ts.map +1 -0
- package/dist/esm/operations/networkConnections.js +863 -0
- package/dist/esm/operations/networkConnections.js.map +1 -0
- package/dist/esm/operations/operationStatuses.d.ts +20 -0
- package/dist/esm/operations/operationStatuses.d.ts.map +1 -0
- package/dist/esm/operations/operationStatuses.js +57 -0
- package/dist/esm/operations/operationStatuses.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/pools.d.ts +115 -0
- package/dist/esm/operations/pools.d.ts.map +1 -0
- package/dist/esm/operations/pools.js +532 -0
- package/dist/esm/operations/pools.js.map +1 -0
- package/dist/esm/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
- package/dist/esm/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/esm/operations/projectAllowedEnvironmentTypes.js +182 -0
- package/dist/esm/operations/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/esm/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
- package/dist/esm/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js +63 -0
- package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/esm/operations/projectCatalogs.d.ts +139 -0
- package/dist/esm/operations/projectCatalogs.d.ts.map +1 -0
- package/dist/esm/operations/projectCatalogs.js +649 -0
- package/dist/esm/operations/projectCatalogs.js.map +1 -0
- package/dist/esm/operations/projectEnvironmentTypes.d.ts +72 -0
- package/dist/esm/operations/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/esm/operations/projectEnvironmentTypes.js +286 -0
- package/dist/esm/operations/projectEnvironmentTypes.js.map +1 -0
- package/dist/esm/operations/projects.d.ts +107 -0
- package/dist/esm/operations/projects.d.ts.map +1 -0
- package/dist/esm/operations/projects.js +542 -0
- package/dist/esm/operations/projects.js.map +1 -0
- package/dist/esm/operations/schedules.d.ts +109 -0
- package/dist/esm/operations/schedules.d.ts.map +1 -0
- package/dist/esm/operations/schedules.js +477 -0
- package/dist/esm/operations/schedules.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +32 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +137 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +145 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/attachedNetworks.d.ts +71 -0
- package/dist/esm/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/attachedNetworks.js +9 -0
- package/dist/esm/operationsInterfaces/attachedNetworks.js.map +1 -0
- package/dist/esm/operationsInterfaces/catalogs.d.ts +114 -0
- package/dist/esm/operationsInterfaces/catalogs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/catalogs.js +9 -0
- package/dist/esm/operationsInterfaces/catalogs.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkScopedNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
- package/dist/esm/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/devBoxDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/devBoxDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/devCenters.d.ts +71 -0
- package/dist/esm/operationsInterfaces/devCenters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/devCenters.js +9 -0
- package/dist/esm/operationsInterfaces/devCenters.js.map +1 -0
- package/dist/esm/operationsInterfaces/environmentDefinitions.d.ts +49 -0
- package/dist/esm/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/environmentDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/environmentDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/environmentTypes.d.ts +47 -0
- package/dist/esm/operationsInterfaces/environmentTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/environmentTypes.js +9 -0
- package/dist/esm/operationsInterfaces/environmentTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/galleries.d.ts +56 -0
- package/dist/esm/operationsInterfaces/galleries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/galleries.js +9 -0
- package/dist/esm/operationsInterfaces/galleries.js.map +1 -0
- package/dist/esm/operationsInterfaces/imageVersions.d.ts +25 -0
- package/dist/esm/operationsInterfaces/imageVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/imageVersions.js +9 -0
- package/dist/esm/operationsInterfaces/imageVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/images.d.ts +30 -0
- package/dist/esm/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/images.js +9 -0
- package/dist/esm/operationsInterfaces/images.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +24 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +31 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkConnections.d.ts +109 -0
- package/dist/esm/operationsInterfaces/networkConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkConnections.js +9 -0
- package/dist/esm/operationsInterfaces/networkConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatuses.js +9 -0
- package/dist/esm/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/pools.d.ts +90 -0
- package/dist/esm/operationsInterfaces/pools.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/pools.js +9 -0
- package/dist/esm/operationsInterfaces/pools.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
- package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.js +9 -0
- package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
- package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +9 -0
- package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectCatalogs.d.ts +114 -0
- package/dist/esm/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectCatalogs.js +9 -0
- package/dist/esm/operationsInterfaces/projectCatalogs.js.map +1 -0
- package/dist/esm/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
- package/dist/esm/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projectEnvironmentTypes.js +9 -0
- package/dist/esm/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/projects.d.ts +71 -0
- package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/projects.js +9 -0
- package/dist/esm/operationsInterfaces/projects.js.map +1 -0
- package/dist/esm/operationsInterfaces/schedules.d.ts +82 -0
- package/dist/esm/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/schedules.js +9 -0
- package/dist/esm/operationsInterfaces/schedules.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/devCenterClient.d.ts +42 -0
- package/dist/react-native/devCenterClient.d.ts.map +1 -0
- package/dist/react-native/devCenterClient.js +121 -0
- package/dist/react-native/devCenterClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3190 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +304 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +138 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3949 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +47 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +403 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/attachedNetworks.d.ts +113 -0
- package/dist/react-native/operations/attachedNetworks.d.ts.map +1 -0
- package/dist/react-native/operations/attachedNetworks.js +535 -0
- package/dist/react-native/operations/attachedNetworks.js.map +1 -0
- package/dist/react-native/operations/catalogs.d.ts +139 -0
- package/dist/react-native/operations/catalogs.d.ts.map +1 -0
- package/dist/react-native/operations/catalogs.js +649 -0
- package/dist/react-native/operations/catalogs.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +19 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +49 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/checkScopedNameAvailability.d.ts +19 -0
- package/dist/react-native/operations/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkScopedNameAvailability.js +49 -0
- package/dist/react-native/operations/checkScopedNameAvailability.js.map +1 -0
- package/dist/react-native/operations/devBoxDefinitions.d.ts +131 -0
- package/dist/react-native/operations/devBoxDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/devBoxDefinitions.js +615 -0
- package/dist/react-native/operations/devBoxDefinitions.js.map +1 -0
- package/dist/react-native/operations/devCenters.d.ts +107 -0
- package/dist/react-native/operations/devCenters.d.ts.map +1 -0
- package/dist/react-native/operations/devCenters.js +542 -0
- package/dist/react-native/operations/devCenters.js.map +1 -0
- package/dist/react-native/operations/environmentDefinitions.d.ts +95 -0
- package/dist/react-native/operations/environmentDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/environmentDefinitions.js +404 -0
- package/dist/react-native/operations/environmentDefinitions.js.map +1 -0
- package/dist/react-native/operations/environmentTypes.d.ts +72 -0
- package/dist/react-native/operations/environmentTypes.d.ts.map +1 -0
- package/dist/react-native/operations/environmentTypes.js +286 -0
- package/dist/react-native/operations/environmentTypes.js.map +1 -0
- package/dist/react-native/operations/galleries.d.ts +81 -0
- package/dist/react-native/operations/galleries.d.ts.map +1 -0
- package/dist/react-native/operations/galleries.js +358 -0
- package/dist/react-native/operations/galleries.js.map +1 -0
- package/dist/react-native/operations/imageVersions.d.ts +54 -0
- package/dist/react-native/operations/imageVersions.d.ts.map +1 -0
- package/dist/react-native/operations/imageVersions.js +210 -0
- package/dist/react-native/operations/imageVersions.js.map +1 -0
- package/dist/react-native/operations/images.d.ts +74 -0
- package/dist/react-native/operations/images.d.ts.map +1 -0
- package/dist/react-native/operations/images.js +313 -0
- package/dist/react-native/operations/images.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +24 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +31 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/networkConnections.d.ts +173 -0
- package/dist/react-native/operations/networkConnections.d.ts.map +1 -0
- package/dist/react-native/operations/networkConnections.js +863 -0
- package/dist/react-native/operations/networkConnections.js.map +1 -0
- package/dist/react-native/operations/operationStatuses.d.ts +20 -0
- package/dist/react-native/operations/operationStatuses.d.ts.map +1 -0
- package/dist/react-native/operations/operationStatuses.js +57 -0
- package/dist/react-native/operations/operationStatuses.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/pools.d.ts +115 -0
- package/dist/react-native/operations/pools.d.ts.map +1 -0
- package/dist/react-native/operations/pools.js +532 -0
- package/dist/react-native/operations/pools.js.map +1 -0
- package/dist/react-native/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
- package/dist/react-native/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/react-native/operations/projectAllowedEnvironmentTypes.js +182 -0
- package/dist/react-native/operations/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
- package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js +63 -0
- package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/react-native/operations/projectCatalogs.d.ts +139 -0
- package/dist/react-native/operations/projectCatalogs.d.ts.map +1 -0
- package/dist/react-native/operations/projectCatalogs.js +649 -0
- package/dist/react-native/operations/projectCatalogs.js.map +1 -0
- package/dist/react-native/operations/projectEnvironmentTypes.d.ts +72 -0
- package/dist/react-native/operations/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/react-native/operations/projectEnvironmentTypes.js +286 -0
- package/dist/react-native/operations/projectEnvironmentTypes.js.map +1 -0
- package/dist/react-native/operations/projects.d.ts +107 -0
- package/dist/react-native/operations/projects.d.ts.map +1 -0
- package/dist/react-native/operations/projects.js +542 -0
- package/dist/react-native/operations/projects.js.map +1 -0
- package/dist/react-native/operations/schedules.d.ts +109 -0
- package/dist/react-native/operations/schedules.d.ts.map +1 -0
- package/dist/react-native/operations/schedules.js +477 -0
- package/dist/react-native/operations/schedules.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +32 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +137 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +145 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/attachedNetworks.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/attachedNetworks.js +9 -0
- package/dist/react-native/operationsInterfaces/attachedNetworks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/catalogs.d.ts +114 -0
- package/dist/react-native/operationsInterfaces/catalogs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/catalogs.js +9 -0
- package/dist/react-native/operationsInterfaces/catalogs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
- package/dist/react-native/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/devBoxDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/devBoxDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/devCenters.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/devCenters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/devCenters.js +9 -0
- package/dist/react-native/operationsInterfaces/devCenters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/environmentDefinitions.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/environmentDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/environmentDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/environmentTypes.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/environmentTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/environmentTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/environmentTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/galleries.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/galleries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/galleries.js +9 -0
- package/dist/react-native/operationsInterfaces/galleries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/imageVersions.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/imageVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/imageVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/imageVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/images.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/images.js +9 -0
- package/dist/react-native/operationsInterfaces/images.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +31 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkConnections.d.ts +109 -0
- package/dist/react-native/operationsInterfaces/networkConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/networkConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.js +9 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/pools.d.ts +90 -0
- package/dist/react-native/operationsInterfaces/pools.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/pools.js +9 -0
- package/dist/react-native/operationsInterfaces/pools.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +9 -0
- package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCatalogs.d.ts +114 -0
- package/dist/react-native/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectCatalogs.js +9 -0
- package/dist/react-native/operationsInterfaces/projectCatalogs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/projects.js +9 -0
- package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
- package/dist/react-native/operationsInterfaces/schedules.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/schedules.js +9 -0
- package/dist/react-native/operationsInterfaces/schedules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -13084
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/attachedNetworksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksDeleteSample.js +0 -40
- package/dist-esm/samples-dev/attachedNetworksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js +0 -40
- package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.d.ts +0 -2
- package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js +0 -40
- package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js +0 -55
- package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksListByProjectSample.d.ts +0 -2
- package/dist-esm/samples-dev/attachedNetworksListByProjectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js +0 -55
- package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsConnectSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsConnectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsConnectSample.js +0 -40
- package/dist-esm/samples-dev/catalogsConnectSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/catalogsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsGetSample.js +0 -40
- package/dist-esm/samples-dev/catalogsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.js +0 -40
- package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsListByDevCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsListByDevCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsListByDevCenterSample.js +0 -55
- package/dist-esm/samples-dev/catalogsListByDevCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsSyncSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsSyncSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsSyncSample.js +0 -40
- package/dist-esm/samples-dev/catalogsSyncSample.js.map +0 -1
- package/dist-esm/samples-dev/catalogsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/catalogsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/catalogsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/catalogsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.js +0 -64
- package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.d.ts +0 -2
- package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js +0 -40
- package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/devBoxDefinitionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js +0 -40
- package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js +0 -55
- package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.d.ts +0 -2
- package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js +0 -55
- package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js +0 -45
- package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js +0 -113
- package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/devCentersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/devCentersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devCentersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/devCentersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/devCentersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/devCentersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devCentersGetSample.js +0 -39
- package/dist-esm/samples-dev/devCentersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/devCentersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/devCentersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/devCentersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/devCentersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/devCentersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/devCentersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/devCentersUpdateSample.js +0 -40
- package/dist-esm/samples-dev/devCentersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.js +0 -41
- package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.js +0 -41
- package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentDefinitionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsGetSample.js +0 -41
- package/dist-esm/samples-dev/environmentDefinitionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.js +0 -56
- package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.js +0 -56
- package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentTypesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentTypesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentTypesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/environmentTypesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentTypesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentTypesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentTypesGetSample.js +0 -40
- package/dist-esm/samples-dev/environmentTypesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js +0 -55
- package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentTypesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentTypesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentTypesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/environmentTypesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/galleriesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleriesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleriesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/galleriesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/galleriesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleriesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleriesGetSample.js +0 -40
- package/dist-esm/samples-dev/galleriesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/galleriesListByDevCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/galleriesListByDevCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/galleriesListByDevCenterSample.js +0 -55
- package/dist-esm/samples-dev/galleriesListByDevCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/imageVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/imageVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imageVersionsGetSample.js +0 -42
- package/dist-esm/samples-dev/imageVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts +0 -2
- package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js +0 -57
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js.map +0 -1
- package/dist-esm/samples-dev/imagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/imagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imagesGetSample.js +0 -41
- package/dist-esm/samples-dev/imagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/imagesListByDevCenterSample.d.ts +0 -2
- package/dist-esm/samples-dev/imagesListByDevCenterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imagesListByDevCenterSample.js +0 -55
- package/dist-esm/samples-dev/imagesListByDevCenterSample.js.map +0 -1
- package/dist-esm/samples-dev/imagesListByGallerySample.d.ts +0 -2
- package/dist-esm/samples-dev/imagesListByGallerySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imagesListByGallerySample.js +0 -56
- package/dist-esm/samples-dev/imagesListByGallerySample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/networkConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js +0 -39
- package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/networkConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js +0 -55
- package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.js +0 -55
- package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js +0 -39
- package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkConnectionsUpdateSample.js +0 -42
- package/dist-esm/samples-dev/networkConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusesGetSample.js +0 -39
- package/dist-esm/samples-dev/operationStatusesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +0 -83
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/poolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsGetSample.js +0 -60
- package/dist-esm/samples-dev/poolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsListByProjectSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsListByProjectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsListByProjectSample.js +0 -55
- package/dist-esm/samples-dev/poolsListByProjectSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsRunHealthChecksSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsRunHealthChecksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsRunHealthChecksSample.js +0 -40
- package/dist-esm/samples-dev/poolsRunHealthChecksSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/poolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js +0 -40
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js +0 -55
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.js +0 -41
- package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsConnectSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsConnectSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsConnectSample.js +0 -40
- package/dist-esm/samples-dev/projectCatalogsConnectSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.js +0 -76
- package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/projectCatalogsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsGetSample.js +0 -40
- package/dist-esm/samples-dev/projectCatalogsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.js +0 -40
- package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsListSample.js +0 -55
- package/dist-esm/samples-dev/projectCatalogsListSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsPatchSample.js +0 -41
- package/dist-esm/samples-dev/projectCatalogsPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsSyncSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectCatalogsSyncSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectCatalogsSyncSample.js +0 -40
- package/dist-esm/samples-dev/projectCatalogsSyncSample.js.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js +0 -40
- package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectEnvironmentTypesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js +0 -55
- package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js +0 -56
- package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -72
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsGetSample.js +0 -39
- package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/projectsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/projectsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/projectsUpdateSample.js +0 -45
- package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.js +0 -41
- package/dist-esm/samples-dev/schedulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesGetSample.js +0 -41
- package/dist-esm/samples-dev/schedulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesListByPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesListByPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesListByPoolSample.js +0 -56
- package/dist-esm/samples-dev/schedulesListByPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesUpdateSample.js +0 -42
- package/dist-esm/samples-dev/schedulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/skusListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +0 -54
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +0 -1
- package/dist-esm/src/devCenterClient.d.ts +0 -42
- package/dist-esm/src/devCenterClient.d.ts.map +0 -1
- package/dist-esm/src/devCenterClient.js +0 -124
- package/dist-esm/src/devCenterClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -403
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/attachedNetworks.d.ts +0 -113
- package/dist-esm/src/operations/attachedNetworks.d.ts.map +0 -1
- package/dist-esm/src/operations/attachedNetworks.js +0 -543
- package/dist-esm/src/operations/attachedNetworks.js.map +0 -1
- package/dist-esm/src/operations/catalogs.d.ts +0 -139
- package/dist-esm/src/operations/catalogs.d.ts.map +0 -1
- package/dist-esm/src/operations/catalogs.js +0 -669
- package/dist-esm/src/operations/catalogs.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -19
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js +0 -49
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/checkScopedNameAvailability.d.ts +0 -19
- package/dist-esm/src/operations/checkScopedNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkScopedNameAvailability.js +0 -49
- package/dist-esm/src/operations/checkScopedNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/devBoxDefinitions.d.ts +0 -131
- package/dist-esm/src/operations/devBoxDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/devBoxDefinitions.js +0 -627
- package/dist-esm/src/operations/devBoxDefinitions.js.map +0 -1
- package/dist-esm/src/operations/devCenters.d.ts +0 -107
- package/dist-esm/src/operations/devCenters.d.ts.map +0 -1
- package/dist-esm/src/operations/devCenters.js +0 -554
- package/dist-esm/src/operations/devCenters.js.map +0 -1
- package/dist-esm/src/operations/environmentDefinitions.d.ts +0 -95
- package/dist-esm/src/operations/environmentDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/environmentDefinitions.js +0 -404
- package/dist-esm/src/operations/environmentDefinitions.js.map +0 -1
- package/dist-esm/src/operations/environmentTypes.d.ts +0 -72
- package/dist-esm/src/operations/environmentTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/environmentTypes.js +0 -286
- package/dist-esm/src/operations/environmentTypes.js.map +0 -1
- package/dist-esm/src/operations/galleries.d.ts +0 -81
- package/dist-esm/src/operations/galleries.d.ts.map +0 -1
- package/dist-esm/src/operations/galleries.js +0 -366
- package/dist-esm/src/operations/galleries.js.map +0 -1
- package/dist-esm/src/operations/imageVersions.d.ts +0 -54
- package/dist-esm/src/operations/imageVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/imageVersions.js +0 -210
- package/dist-esm/src/operations/imageVersions.js.map +0 -1
- package/dist-esm/src/operations/images.d.ts +0 -74
- package/dist-esm/src/operations/images.d.ts.map +0 -1
- package/dist-esm/src/operations/images.js +0 -313
- package/dist-esm/src/operations/images.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -24
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -31
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/networkConnections.d.ts +0 -173
- package/dist-esm/src/operations/networkConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/networkConnections.js +0 -879
- package/dist-esm/src/operations/networkConnections.js.map +0 -1
- package/dist-esm/src/operations/operationStatuses.d.ts +0 -20
- package/dist-esm/src/operations/operationStatuses.d.ts.map +0 -1
- package/dist-esm/src/operations/operationStatuses.js +0 -57
- package/dist-esm/src/operations/operationStatuses.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/pools.d.ts +0 -115
- package/dist-esm/src/operations/pools.d.ts.map +0 -1
- package/dist-esm/src/operations/pools.js +0 -548
- package/dist-esm/src/operations/pools.js.map +0 -1
- package/dist-esm/src/operations/projectAllowedEnvironmentTypes.d.ts +0 -46
- package/dist-esm/src/operations/projectAllowedEnvironmentTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/projectAllowedEnvironmentTypes.js +0 -182
- package/dist-esm/src/operations/projectAllowedEnvironmentTypes.js.map +0 -1
- package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.d.ts +0 -22
- package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.js +0 -63
- package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.js.map +0 -1
- package/dist-esm/src/operations/projectCatalogs.d.ts +0 -139
- package/dist-esm/src/operations/projectCatalogs.d.ts.map +0 -1
- package/dist-esm/src/operations/projectCatalogs.js +0 -669
- package/dist-esm/src/operations/projectCatalogs.js.map +0 -1
- package/dist-esm/src/operations/projectEnvironmentTypes.d.ts +0 -72
- package/dist-esm/src/operations/projectEnvironmentTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/projectEnvironmentTypes.js +0 -286
- package/dist-esm/src/operations/projectEnvironmentTypes.js.map +0 -1
- package/dist-esm/src/operations/projects.d.ts +0 -107
- package/dist-esm/src/operations/projects.d.ts.map +0 -1
- package/dist-esm/src/operations/projects.js +0 -554
- package/dist-esm/src/operations/projects.js.map +0 -1
- package/dist-esm/src/operations/schedules.d.ts +0 -109
- package/dist-esm/src/operations/schedules.d.ts.map +0 -1
- package/dist-esm/src/operations/schedules.js +0 -489
- package/dist-esm/src/operations/schedules.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -32
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -137
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -35
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -145
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/attachedNetworks.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/attachedNetworks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/attachedNetworks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/catalogs.d.ts +0 -114
- package/dist-esm/src/operationsInterfaces/catalogs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/catalogs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkScopedNameAvailability.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/checkScopedNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkScopedNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/devBoxDefinitions.d.ts +0 -89
- package/dist-esm/src/operationsInterfaces/devBoxDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/devBoxDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/devCenters.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/devCenters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/devCenters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/environmentDefinitions.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/environmentDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/environmentDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/environmentTypes.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/environmentTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/environmentTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/galleries.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/galleries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/galleries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/imageVersions.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/imageVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/imageVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/images.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/images.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/images.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -31
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkConnections.d.ts +0 -109
- package/dist-esm/src/operationsInterfaces/networkConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatuses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pools.d.ts +0 -90
- package/dist-esm/src/operationsInterfaces/pools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectCatalogs.d.ts +0 -114
- package/dist-esm/src/operationsInterfaces/projectCatalogs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectCatalogs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectEnvironmentTypes.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/projectEnvironmentTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projectEnvironmentTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/schedules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/devcenter_examples.spec.d.ts +0 -4
- package/dist-esm/test/devcenter_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/devcenter_examples.spec.js +0 -114
- package/dist-esm/test/devcenter_examples.spec.js.map +0 -1
- package/src/devCenterClient.ts +0 -237
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3687
- package/src/models/mappers.ts +0 -4335
- package/src/models/parameters.ts +0 -476
- package/src/operations/attachedNetworks.ts +0 -743
- package/src/operations/catalogs.ts +0 -945
- package/src/operations/checkNameAvailability.ts +0 -67
- package/src/operations/checkScopedNameAvailability.ts +0 -69
- package/src/operations/devBoxDefinitions.ts +0 -870
- package/src/operations/devCenters.ts +0 -728
- package/src/operations/environmentDefinitions.ts +0 -553
- package/src/operations/environmentTypes.ts +0 -383
- package/src/operations/galleries.ts +0 -513
- package/src/operations/imageVersions.ts +0 -294
- package/src/operations/images.ts +0 -428
- package/src/operations/index.ts +0 -31
- package/src/operations/networkConnections.ts +0 -1171
- package/src/operations/operationStatuses.ts +0 -75
- package/src/operations/operations.ts +0 -149
- package/src/operations/pools.ts +0 -771
- package/src/operations/projectAllowedEnvironmentTypes.ts +0 -238
- package/src/operations/projectCatalogEnvironmentDefinitions.ts +0 -85
- package/src/operations/projectCatalogs.ts +0 -940
- package/src/operations/projectEnvironmentTypes.ts +0 -375
- package/src/operations/projects.ts +0 -728
- package/src/operations/schedules.ts +0 -699
- package/src/operations/skus.ts +0 -156
- package/src/operations/usages.ts +0 -173
- package/src/operationsInterfaces/attachedNetworks.ts +0 -142
- package/src/operationsInterfaces/catalogs.ts +0 -231
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -26
- package/src/operationsInterfaces/checkScopedNameAvailability.ts +0 -26
- package/src/operationsInterfaces/devBoxDefinitions.ts +0 -180
- package/src/operationsInterfaces/devCenters.ts +0 -145
- package/src/operationsInterfaces/environmentDefinitions.ts +0 -96
- package/src/operationsInterfaces/environmentTypes.ts +0 -93
- package/src/operationsInterfaces/galleries.ts +0 -115
- package/src/operationsInterfaces/imageVersions.ts +0 -52
- package/src/operationsInterfaces/images.ts +0 -60
- package/src/operationsInterfaces/index.ts +0 -31
- package/src/operationsInterfaces/networkConnections.ts +0 -216
- package/src/operationsInterfaces/operationStatuses.ts +0 -27
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/pools.ts +0 -180
- package/src/operationsInterfaces/projectAllowedEnvironmentTypes.ts +0 -44
- package/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.ts +0 -31
- package/src/operationsInterfaces/projectCatalogs.ts +0 -234
- package/src/operationsInterfaces/projectEnvironmentTypes.ts +0 -93
- package/src/operationsInterfaces/projects.ts +0 -145
- package/src/operationsInterfaces/schedules.ts +0 -169
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-devcenter.d.ts +0 -4797
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/attachedNetworks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/catalogs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkScopedNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/devBoxDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/devCenters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/environmentDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/environmentTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/galleries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/imageVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/images.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationStatuses.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/pools.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectAllowedEnvironmentTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectCatalogs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectEnvironmentTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/schedules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import { DevCenters, Projects, AttachedNetworks, ProjectCatalogs, EnvironmentDefinitions, ProjectCatalogEnvironmentDefinitions, Galleries, Images, ImageVersions, Catalogs, EnvironmentTypes, ProjectAllowedEnvironmentTypes, ProjectEnvironmentTypes, DevBoxDefinitions, Operations, OperationStatuses, Usages, CheckNameAvailability, CheckScopedNameAvailability, Skus, Pools, Schedules, NetworkConnections } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { DevCenterClientOptionalParams } from "./models/index.js";
|
|
5
|
+
export declare class DevCenterClient extends coreClient.ServiceClient {
|
|
6
|
+
$host: string;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
subscriptionId: string;
|
|
9
|
+
/**
|
|
10
|
+
* Initializes a new instance of the DevCenterClient class.
|
|
11
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
+
* @param subscriptionId The ID of the target subscription.
|
|
13
|
+
* @param options The parameter options
|
|
14
|
+
*/
|
|
15
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DevCenterClientOptionalParams);
|
|
16
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
+
private addCustomApiVersionPolicy;
|
|
18
|
+
devCenters: DevCenters;
|
|
19
|
+
projects: Projects;
|
|
20
|
+
attachedNetworks: AttachedNetworks;
|
|
21
|
+
projectCatalogs: ProjectCatalogs;
|
|
22
|
+
environmentDefinitions: EnvironmentDefinitions;
|
|
23
|
+
projectCatalogEnvironmentDefinitions: ProjectCatalogEnvironmentDefinitions;
|
|
24
|
+
galleries: Galleries;
|
|
25
|
+
images: Images;
|
|
26
|
+
imageVersions: ImageVersions;
|
|
27
|
+
catalogs: Catalogs;
|
|
28
|
+
environmentTypes: EnvironmentTypes;
|
|
29
|
+
projectAllowedEnvironmentTypes: ProjectAllowedEnvironmentTypes;
|
|
30
|
+
projectEnvironmentTypes: ProjectEnvironmentTypes;
|
|
31
|
+
devBoxDefinitions: DevBoxDefinitions;
|
|
32
|
+
operations: Operations;
|
|
33
|
+
operationStatuses: OperationStatuses;
|
|
34
|
+
usages: Usages;
|
|
35
|
+
checkNameAvailability: CheckNameAvailability;
|
|
36
|
+
checkScopedNameAvailability: CheckScopedNameAvailability;
|
|
37
|
+
skus: Skus;
|
|
38
|
+
pools: Pools;
|
|
39
|
+
schedules: Schedules;
|
|
40
|
+
networkConnections: NetworkConnections;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=devCenterClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"devCenterClient.d.ts","sourceRoot":"","sources":["../../src/devCenterClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AA0B7C,OAAO,EACL,UAAU,EACV,QAAQ,EACR,gBAAgB,EAChB,eAAe,EACf,sBAAsB,EACtB,oCAAoC,EACpC,SAAS,EACT,MAAM,EACN,aAAa,EACb,QAAQ,EACR,gBAAgB,EAChB,8BAA8B,EAC9B,uBAAuB,EACvB,iBAAiB,EACjB,UAAU,EACV,iBAAiB,EACjB,MAAM,EACN,qBAAqB,EACrB,2BAA2B,EAC3B,IAAI,EACJ,KAAK,EACL,SAAS,EACT,kBAAkB,EACnB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,6BAA6B,EAAE,MAAM,mBAAmB,CAAC;AAElE,qBAAa,eAAgB,SAAQ,UAAU,CAAC,aAAa;IAC3D,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,6BAA6B;IAuGzC,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,eAAe,EAAE,eAAe,CAAC;IACjC,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C,oCAAoC,EAAE,oCAAoC,CAAC;IAC3E,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,aAAa,CAAC;IAC7B,QAAQ,EAAE,QAAQ,CAAC;IACnB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,8BAA8B,EAAE,8BAA8B,CAAC;IAC/D,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,UAAU,EAAE,UAAU,CAAC;IACvB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,2BAA2B,EAAE,2BAA2B,CAAC;IACzD,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,EAAE,KAAK,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;IACrB,kBAAkB,EAAE,kBAAkB,CAAC;CACxC"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
10
|
+
import { DevCentersImpl, ProjectsImpl, AttachedNetworksImpl, ProjectCatalogsImpl, EnvironmentDefinitionsImpl, ProjectCatalogEnvironmentDefinitionsImpl, GalleriesImpl, ImagesImpl, ImageVersionsImpl, CatalogsImpl, EnvironmentTypesImpl, ProjectAllowedEnvironmentTypesImpl, ProjectEnvironmentTypesImpl, DevBoxDefinitionsImpl, OperationsImpl, OperationStatusesImpl, UsagesImpl, CheckNameAvailabilityImpl, CheckScopedNameAvailabilityImpl, SkusImpl, PoolsImpl, SchedulesImpl, NetworkConnectionsImpl, } from "./operations/index.js";
|
|
11
|
+
export class DevCenterClient extends coreClient.ServiceClient {
|
|
12
|
+
/**
|
|
13
|
+
* Initializes a new instance of the DevCenterClient class.
|
|
14
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
15
|
+
* @param subscriptionId The ID of the target subscription.
|
|
16
|
+
* @param options The parameter options
|
|
17
|
+
*/
|
|
18
|
+
constructor(credentials, subscriptionId, options) {
|
|
19
|
+
var _a, _b, _c;
|
|
20
|
+
if (credentials === undefined) {
|
|
21
|
+
throw new Error("'credentials' cannot be null");
|
|
22
|
+
}
|
|
23
|
+
if (subscriptionId === undefined) {
|
|
24
|
+
throw new Error("'subscriptionId' cannot be null");
|
|
25
|
+
}
|
|
26
|
+
// Initializing default values for options
|
|
27
|
+
if (!options) {
|
|
28
|
+
options = {};
|
|
29
|
+
}
|
|
30
|
+
const defaults = {
|
|
31
|
+
requestContentType: "application/json; charset=utf-8",
|
|
32
|
+
credential: credentials,
|
|
33
|
+
};
|
|
34
|
+
const packageDetails = `azsdk-js-arm-devcenter/1.1.1`;
|
|
35
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
|
+
: `${packageDetails}`;
|
|
38
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
39
|
+
userAgentPrefix,
|
|
40
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
41
|
+
super(optionsWithDefaults);
|
|
42
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
43
|
+
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
44
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
45
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
46
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
47
|
+
}
|
|
48
|
+
if (!options ||
|
|
49
|
+
!options.pipeline ||
|
|
50
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
51
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
52
|
+
this.pipeline.removePolicy({
|
|
53
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
54
|
+
});
|
|
55
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
56
|
+
credential: credentials,
|
|
57
|
+
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
58
|
+
challengeCallbacks: {
|
|
59
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
60
|
+
},
|
|
61
|
+
}));
|
|
62
|
+
}
|
|
63
|
+
// Parameter assignments
|
|
64
|
+
this.subscriptionId = subscriptionId;
|
|
65
|
+
// Assigning values to Constant parameters
|
|
66
|
+
this.$host = options.$host || "https://management.azure.com";
|
|
67
|
+
this.apiVersion = options.apiVersion || "2024-02-01";
|
|
68
|
+
this.devCenters = new DevCentersImpl(this);
|
|
69
|
+
this.projects = new ProjectsImpl(this);
|
|
70
|
+
this.attachedNetworks = new AttachedNetworksImpl(this);
|
|
71
|
+
this.projectCatalogs = new ProjectCatalogsImpl(this);
|
|
72
|
+
this.environmentDefinitions = new EnvironmentDefinitionsImpl(this);
|
|
73
|
+
this.projectCatalogEnvironmentDefinitions =
|
|
74
|
+
new ProjectCatalogEnvironmentDefinitionsImpl(this);
|
|
75
|
+
this.galleries = new GalleriesImpl(this);
|
|
76
|
+
this.images = new ImagesImpl(this);
|
|
77
|
+
this.imageVersions = new ImageVersionsImpl(this);
|
|
78
|
+
this.catalogs = new CatalogsImpl(this);
|
|
79
|
+
this.environmentTypes = new EnvironmentTypesImpl(this);
|
|
80
|
+
this.projectAllowedEnvironmentTypes =
|
|
81
|
+
new ProjectAllowedEnvironmentTypesImpl(this);
|
|
82
|
+
this.projectEnvironmentTypes = new ProjectEnvironmentTypesImpl(this);
|
|
83
|
+
this.devBoxDefinitions = new DevBoxDefinitionsImpl(this);
|
|
84
|
+
this.operations = new OperationsImpl(this);
|
|
85
|
+
this.operationStatuses = new OperationStatusesImpl(this);
|
|
86
|
+
this.usages = new UsagesImpl(this);
|
|
87
|
+
this.checkNameAvailability = new CheckNameAvailabilityImpl(this);
|
|
88
|
+
this.checkScopedNameAvailability = new CheckScopedNameAvailabilityImpl(this);
|
|
89
|
+
this.skus = new SkusImpl(this);
|
|
90
|
+
this.pools = new PoolsImpl(this);
|
|
91
|
+
this.schedules = new SchedulesImpl(this);
|
|
92
|
+
this.networkConnections = new NetworkConnectionsImpl(this);
|
|
93
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
94
|
+
}
|
|
95
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
96
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
97
|
+
if (!apiVersion) {
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
const apiVersionPolicy = {
|
|
101
|
+
name: "CustomApiVersionPolicy",
|
|
102
|
+
async sendRequest(request, next) {
|
|
103
|
+
const param = request.url.split("?");
|
|
104
|
+
if (param.length > 1) {
|
|
105
|
+
const newParams = param[1].split("&").map((item) => {
|
|
106
|
+
if (item.indexOf("api-version") > -1) {
|
|
107
|
+
return "api-version=" + apiVersion;
|
|
108
|
+
}
|
|
109
|
+
else {
|
|
110
|
+
return item;
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
114
|
+
}
|
|
115
|
+
return next(request);
|
|
116
|
+
},
|
|
117
|
+
};
|
|
118
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
//# sourceMappingURL=devCenterClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"devCenterClient.js","sourceRoot":"","sources":["../../src/devCenterClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,cAAc,EACd,YAAY,EACZ,oBAAoB,EACpB,mBAAmB,EACnB,0BAA0B,EAC1B,wCAAwC,EACxC,aAAa,EACb,UAAU,EACV,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,kCAAkC,EAClC,2BAA2B,EAC3B,qBAAqB,EACrB,cAAc,EACd,qBAAqB,EACrB,UAAU,EACV,yBAAyB,EACzB,+BAA+B,EAC/B,QAAQ,EACR,SAAS,EACT,aAAa,EACb,sBAAsB,GACvB,MAAM,uBAAuB,CAAC;AA4B/B,MAAM,OAAO,eAAgB,SAAQ,UAAU,CAAC,aAAa;IAK3D;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAuC;;QAEvC,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAkC;YAC9C,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,8BAA8B,CAAC;QACtD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GACpB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YACxC,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,gBAAgB,GAAG,IAAI,oBAAoB,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACrD,IAAI,CAAC,sBAAsB,GAAG,IAAI,0BAA0B,CAAC,IAAI,CAAC,CAAC;QACnE,IAAI,CAAC,oCAAoC;YACvC,IAAI,wCAAwC,CAAC,IAAI,CAAC,CAAC;QACrD,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,aAAa,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,gBAAgB,GAAG,IAAI,oBAAoB,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,8BAA8B;YACjC,IAAI,kCAAkC,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,uBAAuB,GAAG,IAAI,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrE,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,iBAAiB,GAAG,IAAI,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzD,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,qBAAqB,GAAG,IAAI,yBAAyB,CAAC,IAAI,CAAC,CAAC;QACjE,IAAI,CAAC,2BAA2B,GAAG,IAAI,+BAA+B,CACpE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,IAAI,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,kBAAkB,GAAG,IAAI,sBAAsB,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAyBF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n DevCentersImpl,\n ProjectsImpl,\n AttachedNetworksImpl,\n ProjectCatalogsImpl,\n EnvironmentDefinitionsImpl,\n ProjectCatalogEnvironmentDefinitionsImpl,\n GalleriesImpl,\n ImagesImpl,\n ImageVersionsImpl,\n CatalogsImpl,\n EnvironmentTypesImpl,\n ProjectAllowedEnvironmentTypesImpl,\n ProjectEnvironmentTypesImpl,\n DevBoxDefinitionsImpl,\n OperationsImpl,\n OperationStatusesImpl,\n UsagesImpl,\n CheckNameAvailabilityImpl,\n CheckScopedNameAvailabilityImpl,\n SkusImpl,\n PoolsImpl,\n SchedulesImpl,\n NetworkConnectionsImpl,\n} from \"./operations/index.js\";\nimport {\n DevCenters,\n Projects,\n AttachedNetworks,\n ProjectCatalogs,\n EnvironmentDefinitions,\n ProjectCatalogEnvironmentDefinitions,\n Galleries,\n Images,\n ImageVersions,\n Catalogs,\n EnvironmentTypes,\n ProjectAllowedEnvironmentTypes,\n ProjectEnvironmentTypes,\n DevBoxDefinitions,\n Operations,\n OperationStatuses,\n Usages,\n CheckNameAvailability,\n CheckScopedNameAvailability,\n Skus,\n Pools,\n Schedules,\n NetworkConnections,\n} from \"./operationsInterfaces/index.js\";\nimport { DevCenterClientOptionalParams } from \"./models/index.js\";\n\nexport class DevCenterClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DevCenterClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: DevCenterClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: DevCenterClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-devcenter/1.1.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2024-02-01\";\n this.devCenters = new DevCentersImpl(this);\n this.projects = new ProjectsImpl(this);\n this.attachedNetworks = new AttachedNetworksImpl(this);\n this.projectCatalogs = new ProjectCatalogsImpl(this);\n this.environmentDefinitions = new EnvironmentDefinitionsImpl(this);\n this.projectCatalogEnvironmentDefinitions =\n new ProjectCatalogEnvironmentDefinitionsImpl(this);\n this.galleries = new GalleriesImpl(this);\n this.images = new ImagesImpl(this);\n this.imageVersions = new ImageVersionsImpl(this);\n this.catalogs = new CatalogsImpl(this);\n this.environmentTypes = new EnvironmentTypesImpl(this);\n this.projectAllowedEnvironmentTypes =\n new ProjectAllowedEnvironmentTypesImpl(this);\n this.projectEnvironmentTypes = new ProjectEnvironmentTypesImpl(this);\n this.devBoxDefinitions = new DevBoxDefinitionsImpl(this);\n this.operations = new OperationsImpl(this);\n this.operationStatuses = new OperationStatusesImpl(this);\n this.usages = new UsagesImpl(this);\n this.checkNameAvailability = new CheckNameAvailabilityImpl(this);\n this.checkScopedNameAvailability = new CheckScopedNameAvailabilityImpl(\n this,\n );\n this.skus = new SkusImpl(this);\n this.pools = new PoolsImpl(this);\n this.schedules = new SchedulesImpl(this);\n this.networkConnections = new NetworkConnectionsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n devCenters: DevCenters;\n projects: Projects;\n attachedNetworks: AttachedNetworks;\n projectCatalogs: ProjectCatalogs;\n environmentDefinitions: EnvironmentDefinitions;\n projectCatalogEnvironmentDefinitions: ProjectCatalogEnvironmentDefinitions;\n galleries: Galleries;\n images: Images;\n imageVersions: ImageVersions;\n catalogs: Catalogs;\n environmentTypes: EnvironmentTypes;\n projectAllowedEnvironmentTypes: ProjectAllowedEnvironmentTypes;\n projectEnvironmentTypes: ProjectEnvironmentTypes;\n devBoxDefinitions: DevBoxDefinitions;\n operations: Operations;\n operationStatuses: OperationStatuses;\n usages: Usages;\n checkNameAvailability: CheckNameAvailability;\n checkScopedNameAvailability: CheckScopedNameAvailability;\n skus: Skus;\n pools: Pools;\n schedules: Schedules;\n networkConnections: NetworkConnections;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/// <reference lib="esnext.asynciterable" />
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { DevCenterClient } from "./devCenterClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { DevCenterClient } from \"./devCenterClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAu4DH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAiCX;AAjCD,WAAY,sBAAsB;IAChC,mBAAmB;IACnB,uDAA6B,CAAA;IAC7B,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,sBAAsB;IACtB,6DAAmC,CAAA;IACnC,uBAAuB;IACvB,+DAAqC,CAAA;IACrC,wBAAwB;IACxB,iEAAuC,CAAA;IACvC,gCAAgC;IAChC,iFAAuD,CAAA;AACzD,CAAC,EAjCW,sBAAsB,KAAtB,sBAAsB,QAiCjC;AA0BD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,6BAA6B;IAC7B,sEAAiD,CAAA;IACjD,2BAA2B;IAC3B,kEAA6C,CAAA;IAC7C,gCAAgC;IAChC,4EAAuD,CAAA;AACzD,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B;AAaD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,eAAe;IACf,yDAAqB,CAAA;AACvB,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,qBAAqB;IACrB,oEAAiC,CAAA;IACjC,mBAAmB;IACnB,gEAA6B,CAAA;IAC7B,iCAAiC;IACjC,8FAA2D,CAAA;AAC7D,CAAC,EATW,+BAA+B,KAA/B,+BAA+B,QAS1C;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,4BAA4B;IAC5B,uEAA+C,CAAA;AACjD,CAAC,EAHW,oBAAoB,KAApB,oBAAoB,QAG/B;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,cAAc;IACd,6CAAmB,CAAA;IACnB,cAAc;IACd,6CAAmB,CAAA;IACnB,aAAa;IACb,2CAAiB,CAAA;IACjB,cAAc;IACd,6CAAmB,CAAA;IACnB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EAbW,sBAAsB,KAAtB,sBAAsB,QAajC;AAgBD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,wBAAwB;IACxB,8DAAuC,CAAA;IACvC,kBAAkB;IAClB,kDAA2B,CAAA;AAC7B,CAAC,EALW,mBAAmB,KAAnB,mBAAmB,QAK9B;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,aAAa;IACb,0CAAiB,CAAA;IACjB,eAAe;IACf,8CAAqB,CAAA;AACvB,CAAC,EATW,qBAAqB,KAArB,qBAAqB,QAShC;AAcD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,mBAAmB;IACnB,4DAA6B,CAAA;AAC/B,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,aAAa;IACb,yCAAiB,CAAA;IACjB,gBAAgB;IAChB,+CAAuB,CAAA;AACzB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAaX;AAbD,WAAY,kBAAkB;IAC5B,gDAAgD;IAChD,qCAAe,CAAA;IACf,6CAA6C;IAC7C,yCAAmB,CAAA;IACnB,8CAA8C;IAC9C,yCAAmB,CAAA;IACnB,4CAA4C;IAC5C,uCAAiB,CAAA;IACjB,6CAA6C;IAC7C,uCAAiB,CAAA;IACjB,4CAA4C;IAC5C,uCAAiB,CAAA;AACnB,CAAC,EAbW,kBAAkB,KAAlB,kBAAkB,QAa7B;AAgBD,wFAAwF;AACxF,MAAM,CAAN,IAAY,oCASX;AATD,WAAY,oCAAoC;IAC9C,cAAc;IACd,2DAAmB,CAAA;IACnB,cAAc;IACd,2DAAmB,CAAA;IACnB,gBAAgB;IAChB,+DAAuB,CAAA;IACvB,aAAa;IACb,yDAAiB,CAAA;AACnB,CAAC,EATW,oCAAoC,KAApC,oCAAoC,QAS/C;AAcD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,eAAe;IACf,8CAAqB,CAAA;IACrB,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,eAAe;IACf,yDAAqB,CAAA;AACvB,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAWX;AAXD,WAAY,0BAA0B;IACpC,cAAc;IACd,iDAAmB,CAAA;IACnB,cAAc;IACd,iDAAmB,CAAA;IACnB,gBAAgB;IAChB,qDAAuB,CAAA;IACvB,aAAa;IACb,+CAAiB,CAAA;IACjB,eAAe;IACf,mDAAqB,CAAA;AACvB,CAAC,EAXW,0BAA0B,KAA1B,0BAA0B,QAWrC;AAeD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,YAAY;IACZ,iCAAe,CAAA;AACjB,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AAWD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,gBAAgB;IAChB,4CAAuB,CAAA;AACzB,CAAC,EAXW,iBAAiB,KAAjB,iBAAiB,QAW5B;AAeD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,oBAAoB;IACpB,oDAAgC,CAAA;AAClC,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAWD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,eAAe;IACf,8CAAqB,CAAA;IACrB,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAYD,qFAAqF;AACrF,MAAM,CAAN,IAAY,iCAKX;AALD,WAAY,iCAAiC;IAC3C,cAAc;IACd,wDAAmB,CAAA;IACnB,eAAe;IACf,0DAAqB,CAAA;AACvB,CAAC,EALW,iCAAiC,KAAjC,iCAAiC,QAK5C;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,eAAe;IACf,gDAAqB,CAAA;IACrB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,cAAc;IACd,8CAAmB,CAAA;IACnB,gBAAgB;IAChB,kDAAuB,CAAA;AACzB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,iBAAiB;IACjB,+CAAyB,CAAA;AAC3B,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAWD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,YAAY;IACZ,0CAAe,CAAA;AACjB,CAAC,EAHW,uBAAuB,KAAvB,uBAAuB,QAGlC;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,cAAc;IACd,gDAAmB,CAAA;IACnB,eAAe;IACf,kDAAqB,CAAA;AACvB,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Result of the list devcenters operation */\nexport interface DevCenterListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DevCenter[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of the devcenter. These properties can be updated after the resource has been created. */\nexport interface DevCenterUpdateProperties {\n /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */\n encryption?: Encryption;\n /** The display name of the devcenter. */\n displayName?: string;\n /** Dev Center settings to be used when associating a project with a catalog. */\n projectCatalogSettings?: DevCenterProjectCatalogSettings;\n}\n\nexport interface Encryption {\n /** All Customer-managed key encryption properties for the resource. */\n customerManagedKeyEncryption?: CustomerManagedKeyEncryption;\n}\n\n/** All Customer-managed key encryption properties for the resource. */\nexport interface CustomerManagedKeyEncryption {\n /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\n keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionKeyIdentity;\n /** key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */\n keyEncryptionKeyUrl?: string;\n}\n\n/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */\nexport interface CustomerManagedKeyEncryptionKeyIdentity {\n /** Values can be systemAssignedIdentity or userAssignedIdentity */\n identityType?: IdentityType;\n /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity. */\n userAssignedIdentityResourceId?: string;\n /** delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only. */\n delegatedIdentityClientId?: string;\n}\n\n/** Project catalog settings for project catalogs under a project associated to this dev center. */\nexport interface DevCenterProjectCatalogSettings {\n /** Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. */\n catalogItemSyncEnableStatus?: CatalogItemSyncEnableStatus;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Base tracked resource type for PATCH updates */\nexport interface TrackedResourceUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n}\n\n/** Results of the project list operation. */\nexport interface ProjectListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Project[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of a project. These properties can be updated after the resource has been created. */\nexport interface ProjectUpdateProperties {\n /** Resource Id of an associated DevCenter */\n devCenterId?: string;\n /** Description of the project. */\n description?: string;\n /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */\n maxDevBoxesPerUser?: number;\n /** The display name of the project. */\n displayName?: string;\n /** Settings to be used when associating a project with a catalog. */\n catalogSettings?: ProjectCatalogSettings;\n}\n\n/** Settings to be used when associating a project with a catalog. */\nexport interface ProjectCatalogSettings {\n /** Indicates catalog item types that can be synced. */\n catalogItemSyncTypes?: CatalogItemType[];\n}\n\n/** Results of the Attached Networks list operation. */\nexport interface AttachedNetworkListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AttachedNetworkConnection[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Results of the catalog list operation. */\nexport interface CatalogListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Catalog[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Stats of the synchronization. */\nexport interface SyncStats {\n /**\n * Count of catalog items added during synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly added?: number;\n /**\n * Count of catalog items updated during synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: number;\n /**\n * Count of catalog items that were unchanged during synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unchanged?: number;\n /**\n * Count of catalog items removed during synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly removed?: number;\n /**\n * Count of catalog items that had validation errors during synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationErrors?: number;\n /**\n * Count of synchronization errors that occured during synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly synchronizationErrors?: number;\n /** Indicates catalog item types that were synced. */\n syncedCatalogItemTypes?: CatalogItemType[];\n}\n\n/** Properties of a catalog. These properties can be updated after the resource has been created. */\nexport interface CatalogUpdateProperties {\n /** Properties for a GitHub catalog type. */\n gitHub?: GitCatalog;\n /** Properties for an Azure DevOps catalog type. */\n adoGit?: GitCatalog;\n /** Indicates the type of sync that is configured for the catalog. */\n syncType?: CatalogSyncType;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Properties for a Git repository catalog. */\nexport interface GitCatalog {\n /** Git URI. */\n uri?: string;\n /** Git branch. */\n branch?: string;\n /** A reference to the Key Vault secret containing a security token to authenticate to a Git repository. */\n secretIdentifier?: string;\n /** The folder where the catalog items can be found inside the repository. */\n path?: string;\n}\n\n/** The catalog's properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface CatalogUpdate {\n /** Properties for a GitHub catalog type. */\n gitHub?: GitCatalog;\n /** Properties for an Azure DevOps catalog type. */\n adoGit?: GitCatalog;\n /** Indicates the type of sync that is configured for the catalog. */\n syncType?: CatalogSyncType;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Results of the environment definition list operation. */\nexport interface EnvironmentDefinitionListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: EnvironmentDefinition[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of an Environment Definition parameter */\nexport interface EnvironmentDefinitionParameter {\n /**\n * Unique ID of the parameter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Display name of the parameter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Description of the parameter\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * A string of one of the basic JSON types (number, integer, array, object, boolean, string)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: ParameterType;\n /**\n * Whether or not this parameter is read-only. If true, default should have a value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly readOnly?: boolean;\n /**\n * Whether or not this parameter is required\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly required?: boolean;\n}\n\n/** List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource. */\nexport interface CatalogResourceValidationErrorDetails {\n /**\n * Errors associated with resources synchronized from the catalog.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: CatalogErrorDetails[];\n}\n\n/** Catalog error details */\nexport interface CatalogErrorDetails {\n /** An identifier for the error. */\n code?: string;\n /** A message describing the error. */\n message?: string;\n}\n\n/** Synchronization error details. */\nexport interface SyncErrorDetails {\n /**\n * Error information for the overall synchronization operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationError?: CatalogErrorDetails;\n /**\n * Catalog items that have conflicting names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conflicts?: CatalogConflictError[];\n /**\n * Errors that occured during synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: CatalogSyncError[];\n}\n\n/** An individual conflict error. */\nexport interface CatalogConflictError {\n /**\n * The path of the file that has a conflicting name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly path?: string;\n /**\n * Name of the conflicting catalog item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** An individual synchronization error. */\nexport interface CatalogSyncError {\n /**\n * The path of the file the error is associated with.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly path?: string;\n /**\n * Errors associated with the file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorDetails?: CatalogErrorDetails[];\n}\n\n/** Results of the gallery list operation. */\nexport interface GalleryListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Gallery[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Results of the image list operation. */\nexport interface ImageListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Image[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties for a recommended machine configuration. */\nexport interface RecommendedMachineConfiguration {\n /**\n * Recommended memory range.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memory?: ResourceRange;\n /**\n * Recommended vCPU range.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCPUs?: ResourceRange;\n}\n\n/** Properties for a range of values. */\nexport interface ResourceRange {\n /**\n * Minimum value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly min?: number;\n /**\n * Maximum value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly max?: number;\n}\n\n/** Results of the image version list operation. */\nexport interface ImageVersionListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ImageVersion[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of the environment type list operation. */\nexport interface EnvironmentTypeListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: EnvironmentType[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of an environment type. These properties can be updated after the resource has been created. */\nexport interface EnvironmentTypeUpdateProperties {\n /** The display name of the environment type. */\n displayName?: string;\n}\n\n/** The environment type for partial update. Properties not provided in the update request will not be changed. */\nexport interface EnvironmentTypeUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The display name of the environment type. */\n displayName?: string;\n}\n\n/** Result of the allowed environment type list operation. */\nexport interface AllowedEnvironmentTypeListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AllowedEnvironmentType[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of the project environment type list operation. */\nexport interface ProjectEnvironmentTypeListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ProjectEnvironmentType[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of a project environment type. These properties can be updated after the resource has been created. */\nexport interface ProjectEnvironmentTypeUpdateProperties {\n /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */\n deploymentTargetId?: string;\n /** The display name of the project environment type. */\n displayName?: string;\n /** Defines whether this Environment Type can be used in this Project. */\n status?: EnvironmentTypeEnableStatus;\n /** The role definition assigned to the environment creator on backing resources. */\n creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;\n /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */\n userRoleAssignments?: { [propertyName: string]: UserRoleAssignmentValue };\n}\n\n/** The role definition assigned to the environment creator on backing resources. */\nexport interface ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment {\n /** A map of roles to assign to the environment creator. */\n roles?: { [propertyName: string]: EnvironmentRole };\n}\n\n/** A role that can be assigned to a user. */\nexport interface EnvironmentRole {\n /**\n * The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly roleName?: string;\n /**\n * This is a description of the Role Assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Mapping of user object ID to role assignments. */\nexport interface UserRoleAssignmentValue {\n /** A map of roles to assign to the parent user. */\n roles?: { [propertyName: string]: EnvironmentRole };\n}\n\n/** The project environment type for partial update. Properties not provided in the update request will not be changed. */\nexport interface ProjectEnvironmentTypeUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Managed identity properties */\n identity?: ManagedServiceIdentity;\n /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */\n deploymentTargetId?: string;\n /** The display name of the project environment type. */\n displayName?: string;\n /** Defines whether this Environment Type can be used in this Project. */\n status?: EnvironmentTypeEnableStatus;\n /** The role definition assigned to the environment creator on backing resources. */\n creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;\n /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */\n userRoleAssignments?: { [propertyName: string]: UserRoleAssignmentValue };\n}\n\n/** Results of the Dev Box definition list operation. */\nexport interface DevBoxDefinitionListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DevBoxDefinition[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Image validation error details */\nexport interface ImageValidationErrorDetails {\n /** An identifier for the error. */\n code?: string;\n /** A message describing the error. */\n message?: string;\n}\n\n/** Image reference information */\nexport interface ImageReference {\n /** Image ID, or Image version ID. When Image ID is provided, its latest version will be used. */\n id?: string;\n /**\n * The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exactVersion?: string;\n}\n\n/** Properties of a Dev Box definition. These properties can be updated after the resource has been created. */\nexport interface DevBoxDefinitionUpdateProperties {\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The SKU for Dev Boxes created using this definition. */\n sku?: Sku;\n /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */\n osStorageType?: string;\n /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */\n hibernateSupport?: HibernateSupport;\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The current status of an async operation. */\nexport interface OperationStatusResult {\n /** Fully qualified ID for the async operation. */\n id?: string;\n /**\n * Fully qualified ID of the resource against which the original async operation was started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /** Name of the async operation. */\n name?: string;\n /** Operation status. */\n status: string;\n /** Percent of the operation that is complete. */\n percentComplete?: number;\n /** The start time of the operation. */\n startTime?: Date;\n /** The end time of the operation. */\n endTime?: Date;\n /** The operations list. */\n operations?: OperationStatusResult[];\n /** If present, details of the operation error. */\n error?: ErrorDetail;\n}\n\n/** List of Core Usages. */\nexport interface ListUsagesResult {\n /**\n * The array page of Usages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Usage[];\n /**\n * The link to get the next page of Usage result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The core usage details. */\nexport interface Usage {\n /** The current usage. */\n currentValue?: number;\n /** The limit integer. */\n limit?: number;\n /** The unit details. */\n unit?: UsageUnit;\n /** The name. */\n name?: UsageName;\n /** The fully qualified arm resource id. */\n id?: string;\n}\n\n/** The Usage Names. */\nexport interface UsageName {\n /** The localized name of the resource. */\n localizedValue?: string;\n /** The name of the resource. */\n value?: string;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** The scoped name check availability request body. */\nexport interface CheckScopedNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** The resource id to scope the name check. */\n scope?: string;\n}\n\n/** Results of the Microsoft.DevCenter SKU list operation. */\nexport interface SkuListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DevCenterSku[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A name/value pair to describe a capability. */\nexport interface Capability {\n /**\n * Name of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Value of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Results of the machine pool list operation. */\nexport interface PoolListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Pool[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Pool health status detail. */\nexport interface HealthStatusDetail {\n /**\n * An identifier for the issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * A message describing the issue, intended to be suitable for display in a user interface\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Properties of a Pool. These properties can be updated after the resource has been created. */\nexport interface PoolUpdateProperties {\n /** Name of a Dev Box definition in parent Project of this Pool */\n devBoxDefinitionName?: string;\n /** Name of a Network Connection in parent Project of this Pool */\n networkConnectionName?: string;\n /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */\n licenseType?: LicenseType;\n /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */\n localAdministrator?: LocalAdminStatus;\n /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\n stopOnDisconnect?: StopOnDisconnectConfiguration;\n /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */\n singleSignOnStatus?: SingleSignOnStatus;\n /** The display name of the pool. */\n displayName?: string;\n /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */\n virtualNetworkType?: VirtualNetworkType;\n /** The regions of the managed virtual network (required when managedNetworkType is Managed). */\n managedVirtualNetworkRegions?: string[];\n}\n\n/** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\nexport interface StopOnDisconnectConfiguration {\n /** Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. */\n status?: StopOnDisconnectEnableStatus;\n /** The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. */\n gracePeriodMinutes?: number;\n}\n\n/** Result of the schedule list operation. */\nexport interface ScheduleListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Schedule[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The schedule properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface ScheduleUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n /** Supported type this scheduled task represents. */\n type?: ScheduledType;\n /** The frequency of this scheduled task. */\n frequency?: ScheduledFrequency;\n /** The target time to trigger the action. The format is HH:MM. */\n time?: string;\n /** The IANA timezone id at which the schedule should execute. */\n timeZone?: string;\n /** Indicates whether or not this scheduled task is enabled. */\n state?: ScheduleEnableStatus;\n}\n\n/** Result of the network connection list operation. */\nexport interface NetworkConnectionListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: NetworkConnection[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Properties of network connection. These properties can be updated after the resource has been created. */\nexport interface NetworkConnectionUpdateProperties {\n /** The subnet to attach Virtual Machines to */\n subnetId?: string;\n /** Active Directory domain name */\n domainName?: string;\n /** Active Directory domain Organization Unit (OU) */\n organizationUnit?: string;\n /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */\n domainUsername?: string;\n /** The password for the account used to join domain */\n domainPassword?: string;\n}\n\n/** Result of the network health check list operation. */\nexport interface HealthCheckStatusDetailsListResult {\n /**\n * Current page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: HealthCheckStatusDetails[];\n /**\n * URL to get the next set of results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** An individual health check item */\nexport interface HealthCheck {\n /**\n * The status of the health check item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HealthCheckStatus;\n /**\n * The display name of this health check item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Start time of health check item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startDateTime?: Date;\n /**\n * End time of the health check item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endDateTime?: Date;\n /**\n * The type of error that occurred during this health check.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorType?: string;\n /**\n * The recommended action to fix the corresponding error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedAction?: string;\n /**\n * Additional details about the health check or the recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalDetails?: string;\n}\n\n/** Values returned by the List operation. */\nexport interface OutboundEnvironmentEndpointCollection {\n /**\n * The collection of outbound network dependency endpoints returned by the listing operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OutboundEnvironmentEndpoint[];\n /** The continuation token. */\n nextLink?: string;\n}\n\n/** A collection of related endpoints from the same service for which the agent requires outbound access. */\nexport interface OutboundEnvironmentEndpoint {\n /**\n * The type of service that the agent connects to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * The endpoints for this service for which the agent requires outbound access.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoints?: EndpointDependency[];\n}\n\n/** A domain name and connection details used to access a dependency. */\nexport interface EndpointDependency {\n /**\n * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainName?: string;\n /**\n * Human-readable supplemental information about the dependency and when it is applicable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The list of connection details for this endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointDetails?: EndpointDetail[];\n}\n\n/** Details about the connection between the Batch service and the endpoint. */\nexport interface EndpointDetail {\n /**\n * The port an endpoint is connected to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly port?: number;\n}\n\n/** Properties of the devcenter. */\nexport interface DevCenterProperties extends DevCenterUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The URI of the Dev Center.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devCenterUri?: string;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Represents an attached NetworkConnection. */\nexport interface AttachedNetworkConnection extends Resource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** The resource ID of the NetworkConnection you want to attach. */\n networkConnectionId?: string;\n /**\n * The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkConnectionLocation?: string;\n /**\n * Health check status values\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthCheckStatus?: HealthCheckStatus;\n /**\n * AAD Join type of the network. This is populated based on the referenced Network Connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainJoinType?: DomainJoinType;\n}\n\n/** Represents a catalog. */\nexport interface Catalog extends Resource {\n /** Properties for a GitHub catalog type. */\n gitHub?: GitCatalog;\n /** Properties for an Azure DevOps catalog type. */\n adoGit?: GitCatalog;\n /** Indicates the type of sync that is configured for the catalog. */\n syncType?: CatalogSyncType;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The synchronization state of the catalog.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly syncState?: CatalogSyncState;\n /**\n * Stats of the latest synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSyncStats?: SyncStats;\n /**\n * The connection state of the catalog.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionState?: CatalogConnectionState;\n /**\n * When the catalog was last connected.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastConnectionTime?: Date;\n /**\n * When the catalog was last synced.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSyncTime?: Date;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Represents a gallery. */\nexport interface Gallery extends Resource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** The resource ID of the backing Azure Compute Gallery. */\n galleryResourceId?: string;\n}\n\n/** Represents an environment type. */\nexport interface EnvironmentType extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The display name of the environment type. */\n displayName?: string;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Represents an allowed environment type. */\nexport interface AllowedEnvironmentType extends Resource {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The display name of the allowed environment type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n}\n\n/** Represents an environment type. */\nexport interface ProjectEnvironmentType extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Managed identity properties */\n identity?: ManagedServiceIdentity;\n /** The geo-location for the environment type */\n location?: string;\n /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */\n deploymentTargetId?: string;\n /** The display name of the project environment type. */\n displayName?: string;\n /** Defines whether this Environment Type can be used in this Project. */\n status?: EnvironmentTypeEnableStatus;\n /** The role definition assigned to the environment creator on backing resources. */\n creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;\n /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */\n userRoleAssignments?: { [propertyName: string]: UserRoleAssignmentValue };\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The number of environments of this type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly environmentCount?: number;\n}\n\n/** Represents a Schedule to execute a task. */\nexport interface Schedule extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n /** Supported type this scheduled task represents. */\n typePropertiesType?: ScheduledType;\n /** The frequency of this scheduled task. */\n frequency?: ScheduledFrequency;\n /** The target time to trigger the action. The format is HH:MM. */\n time?: string;\n /** The IANA timezone id at which the schedule should execute. */\n timeZone?: string;\n /** Indicates whether or not this scheduled task is enabled. */\n state?: ScheduleEnableStatus;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Health Check details. */\nexport interface HealthCheckStatusDetails extends Resource {\n /**\n * Start time of last execution of the health checks.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startDateTime?: Date;\n /**\n * End time of last execution of the health checks.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endDateTime?: Date;\n /**\n * Details for each health check item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthChecks?: HealthCheck[];\n}\n\n/** The devcenter resource for partial updates. Properties not provided in the update request will not be changed. */\nexport interface DevCenterUpdate extends TrackedResourceUpdate {\n /** Managed identity properties */\n identity?: ManagedServiceIdentity;\n /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */\n encryption?: Encryption;\n /** The display name of the devcenter. */\n displayName?: string;\n /** Dev Center settings to be used when associating a project with a catalog. */\n projectCatalogSettings?: DevCenterProjectCatalogSettings;\n}\n\n/** The project properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface ProjectUpdate extends TrackedResourceUpdate {\n /** Managed identity properties */\n identity?: ManagedServiceIdentity;\n /** Resource Id of an associated DevCenter */\n devCenterId?: string;\n /** Description of the project. */\n description?: string;\n /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */\n maxDevBoxesPerUser?: number;\n /** The display name of the project. */\n displayName?: string;\n /** Settings to be used when associating a project with a catalog. */\n catalogSettings?: ProjectCatalogSettings;\n}\n\n/** Partial update of a Dev Box definition resource. */\nexport interface DevBoxDefinitionUpdate extends TrackedResourceUpdate {\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The SKU for Dev Boxes created using this definition. */\n sku?: Sku;\n /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */\n osStorageType?: string;\n /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */\n hibernateSupport?: HibernateSupport;\n}\n\n/** The pool properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface PoolUpdate extends TrackedResourceUpdate {\n /** Name of a Dev Box definition in parent Project of this Pool */\n devBoxDefinitionName?: string;\n /** Name of a Network Connection in parent Project of this Pool */\n networkConnectionName?: string;\n /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */\n licenseType?: LicenseType;\n /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */\n localAdministrator?: LocalAdminStatus;\n /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\n stopOnDisconnect?: StopOnDisconnectConfiguration;\n /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */\n singleSignOnStatus?: SingleSignOnStatus;\n /** The display name of the pool. */\n displayName?: string;\n /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */\n virtualNetworkType?: VirtualNetworkType;\n /** The regions of the managed virtual network (required when managedNetworkType is Managed). */\n managedVirtualNetworkRegions?: string[];\n}\n\n/** Updatable properties of a Schedule. */\nexport interface ScheduleUpdateProperties extends TrackedResourceUpdate {\n /** Supported type this scheduled task represents. */\n type?: ScheduledType;\n /** The frequency of this scheduled task. */\n frequency?: ScheduledFrequency;\n /** The target time to trigger the action. The format is HH:MM. */\n time?: string;\n /** The IANA timezone id at which the schedule should execute. */\n timeZone?: string;\n /** Indicates whether or not this scheduled task is enabled. */\n state?: ScheduleEnableStatus;\n}\n\n/** The network connection properties for partial update. Properties not provided in the update request will not be changed. */\nexport interface NetworkConnectionUpdate extends TrackedResourceUpdate {\n /** The subnet to attach Virtual Machines to */\n subnetId?: string;\n /** Active Directory domain name */\n domainName?: string;\n /** Active Directory domain Organization Unit (OU) */\n organizationUnit?: string;\n /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */\n domainUsername?: string;\n /** The password for the account used to join domain */\n domainPassword?: string;\n}\n\n/** Properties of a project. */\nexport interface ProjectProperties extends ProjectUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The URI of the Dev Center resource this project is associated with.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devCenterUri?: string;\n}\n\n/** Properties of a catalog. */\nexport interface CatalogProperties extends CatalogUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The synchronization state of the catalog.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly syncState?: CatalogSyncState;\n /**\n * Stats of the latest synchronization.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSyncStats?: SyncStats;\n /**\n * The connection state of the catalog.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionState?: CatalogConnectionState;\n /**\n * When the catalog was last connected.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastConnectionTime?: Date;\n /**\n * When the catalog was last synced.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSyncTime?: Date;\n}\n\n/** Properties of an environment type. */\nexport interface EnvironmentTypeProperties\n extends EnvironmentTypeUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Properties of a project environment type. */\nexport interface ProjectEnvironmentTypeProperties\n extends ProjectEnvironmentTypeUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The number of environments of this type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly environmentCount?: number;\n}\n\n/** Properties of a Dev Box definition. */\nexport interface DevBoxDefinitionProperties\n extends DevBoxDefinitionUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Validation status of the configured image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imageValidationStatus?: ImageValidationStatus;\n /**\n * Details for image validator error. Populated when the image validation is not successful.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imageValidationErrorDetails?: ImageValidationErrorDetails;\n /**\n * Validation status for the Dev Box Definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationStatus?: CatalogResourceValidationStatus;\n /**\n * Image reference information for the currently active image (only populated during updates).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activeImageReference?: ImageReference;\n}\n\n/** The resource model definition representing SKU for DevCenter resources */\nexport interface DevCenterSku extends Sku {\n /**\n * The name of the resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * SKU supported locations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /**\n * Collection of name/value pairs to describe the SKU capabilities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: Capability[];\n}\n\n/** The current status of an async operation */\nexport interface OperationStatus extends OperationStatusResult {\n /**\n * Custom operation properties, populated only for a successful operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: Record<string, unknown>;\n}\n\n/** Properties of a Pool */\nexport interface PoolProperties extends PoolUpdateProperties {\n /**\n * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthStatus?: HealthStatus;\n /**\n * Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthStatusDetails?: HealthStatusDetail[];\n /**\n * Indicates the number of provisioned Dev Boxes in this pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devBoxCount?: number;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Network properties */\nexport interface NetworkProperties extends NetworkConnectionUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthCheckStatus?: HealthCheckStatus;\n /** The name for resource group where NICs will be placed. */\n networkingResourceGroupName?: string;\n /** AAD Join type. */\n domainJoinType: DomainJoinType;\n}\n\n/** Represents a devcenter resource. */\nexport interface DevCenter extends TrackedResource {\n /** Managed identity properties */\n identity?: ManagedServiceIdentity;\n /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */\n encryption?: Encryption;\n /** The display name of the devcenter. */\n displayName?: string;\n /** Dev Center settings to be used when associating a project with a catalog. */\n projectCatalogSettings?: DevCenterProjectCatalogSettings;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The URI of the Dev Center.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devCenterUri?: string;\n}\n\n/** Represents a project resource. */\nexport interface Project extends TrackedResource {\n /** Managed identity properties */\n identity?: ManagedServiceIdentity;\n /** Resource Id of an associated DevCenter */\n devCenterId?: string;\n /** Description of the project. */\n description?: string;\n /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */\n maxDevBoxesPerUser?: number;\n /** The display name of the project. */\n displayName?: string;\n /** Settings to be used when associating a project with a catalog. */\n catalogSettings?: ProjectCatalogSettings;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The URI of the Dev Center resource this project is associated with.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devCenterUri?: string;\n}\n\n/** Represents a definition for a Developer Machine. */\nexport interface DevBoxDefinition extends TrackedResource {\n /** Image reference information. */\n imageReference?: ImageReference;\n /** The SKU for Dev Boxes created using this definition. */\n sku?: Sku;\n /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */\n osStorageType?: string;\n /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */\n hibernateSupport?: HibernateSupport;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Validation status of the configured image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imageValidationStatus?: ImageValidationStatus;\n /**\n * Details for image validator error. Populated when the image validation is not successful.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imageValidationErrorDetails?: ImageValidationErrorDetails;\n /**\n * Validation status for the Dev Box Definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationStatus?: CatalogResourceValidationStatus;\n /**\n * Image reference information for the currently active image (only populated during updates).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activeImageReference?: ImageReference;\n}\n\n/** A pool of Virtual Machines. */\nexport interface Pool extends TrackedResource {\n /** Name of a Dev Box definition in parent Project of this Pool */\n devBoxDefinitionName?: string;\n /** Name of a Network Connection in parent Project of this Pool */\n networkConnectionName?: string;\n /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */\n licenseType?: LicenseType;\n /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */\n localAdministrator?: LocalAdminStatus;\n /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */\n stopOnDisconnect?: StopOnDisconnectConfiguration;\n /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */\n singleSignOnStatus?: SingleSignOnStatus;\n /** The display name of the pool. */\n displayName?: string;\n /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */\n virtualNetworkType?: VirtualNetworkType;\n /** The regions of the managed virtual network (required when managedNetworkType is Managed). */\n managedVirtualNetworkRegions?: string[];\n /**\n * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthStatus?: HealthStatus;\n /**\n * Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthStatusDetails?: HealthStatusDetail[];\n /**\n * Indicates the number of provisioned Dev Boxes in this pool.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly devBoxCount?: number;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Network related settings */\nexport interface NetworkConnection extends TrackedResource {\n /** The subnet to attach Virtual Machines to */\n subnetId?: string;\n /** Active Directory domain name */\n domainName?: string;\n /** Active Directory domain Organization Unit (OU) */\n organizationUnit?: string;\n /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */\n domainUsername?: string;\n /** The password for the account used to join domain */\n domainPassword?: string;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthCheckStatus?: HealthCheckStatus;\n /** The name for resource group where NICs will be placed. */\n networkingResourceGroupName?: string;\n /** AAD Join type. */\n domainJoinType?: DomainJoinType;\n}\n\n/** Represents an environment definition catalog item. */\nexport interface EnvironmentDefinition extends ProxyResource {\n /**\n * A short description of the environment definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Input parameters passed to an environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly parameters?: EnvironmentDefinitionParameter[];\n /**\n * Path to the Environment Definition entrypoint file.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly templatePath?: string;\n /**\n * Validation status for the environment definition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationStatus?: CatalogResourceValidationStatus;\n}\n\n/** Represents an image. */\nexport interface Image extends ProxyResource {\n /**\n * The description of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The publisher of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisher?: string;\n /**\n * The name of the image offer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offer?: string;\n /**\n * The SKU name for the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: string;\n /**\n * The recommended machine configuration to use with the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recommendedMachineConfiguration?: RecommendedMachineConfiguration;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Indicates whether this image has hibernate enabled. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hibernateSupport?: HibernateSupport;\n}\n\n/** Represents an image version. */\nexport interface ImageVersion extends ProxyResource {\n /**\n * The semantic version string.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly namePropertiesName?: string;\n /**\n * The datetime that the backing image version was published.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publishedDate?: Date;\n /**\n * If the version should be excluded from being treated as the latest version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly excludeFromLatest?: boolean;\n /**\n * The size of the OS disk image, in GB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osDiskImageSizeInGb?: number;\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The Schedule properties defining when and what to execute. */\nexport interface ScheduleProperties extends ScheduleUpdateProperties {\n /**\n * The provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines headers for DevCenters_update operation. */\nexport interface DevCentersUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DevCenters_delete operation. */\nexport interface DevCentersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Projects_update operation. */\nexport interface ProjectsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Projects_delete operation. */\nexport interface ProjectsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for AttachedNetworks_delete operation. */\nexport interface AttachedNetworksDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ProjectCatalogs_patch operation. */\nexport interface ProjectCatalogsPatchHeaders {\n location?: string;\n}\n\n/** Defines headers for ProjectCatalogs_delete operation. */\nexport interface ProjectCatalogsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ProjectCatalogs_sync operation. */\nexport interface ProjectCatalogsSyncHeaders {\n location?: string;\n}\n\n/** Defines headers for ProjectCatalogs_connect operation. */\nexport interface ProjectCatalogsConnectHeaders {\n location?: string;\n}\n\n/** Defines headers for Galleries_delete operation. */\nexport interface GalleriesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Catalogs_update operation. */\nexport interface CatalogsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Catalogs_delete operation. */\nexport interface CatalogsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Catalogs_sync operation. */\nexport interface CatalogsSyncHeaders {\n location?: string;\n}\n\n/** Defines headers for Catalogs_connect operation. */\nexport interface CatalogsConnectHeaders {\n location?: string;\n}\n\n/** Defines headers for DevBoxDefinitions_update operation. */\nexport interface DevBoxDefinitionsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for DevBoxDefinitions_delete operation. */\nexport interface DevBoxDefinitionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for OperationStatuses_get operation. */\nexport interface OperationStatusesGetHeaders {\n location?: string;\n}\n\n/** Defines headers for Pools_update operation. */\nexport interface PoolsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Pools_delete operation. */\nexport interface PoolsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Pools_runHealthChecks operation. */\nexport interface PoolsRunHealthChecksHeaders {\n location?: string;\n}\n\n/** Defines headers for Schedules_update operation. */\nexport interface SchedulesUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Schedules_delete operation. */\nexport interface SchedulesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NetworkConnections_update operation. */\nexport interface NetworkConnectionsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for NetworkConnections_delete operation. */\nexport interface NetworkConnectionsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for NetworkConnections_runHealthChecks operation. */\nexport interface NetworkConnectionsRunHealthChecksHeaders {\n location?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Creating */\n Creating = \"Creating\",\n /** Created */\n Created = \"Created\",\n /** Updating */\n Updating = \"Updating\",\n /** Updated */\n Updated = \"Updated\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** MovingResources */\n MovingResources = \"MovingResources\",\n /** TransientFailure */\n TransientFailure = \"TransientFailure\",\n /** RolloutInProgress */\n RolloutInProgress = \"RolloutInProgress\",\n /** StorageProvisioningFailed */\n StorageProvisioningFailed = \"StorageProvisioningFailed\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Accepted** \\\n * **Running** \\\n * **Creating** \\\n * **Created** \\\n * **Updating** \\\n * **Updated** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **MovingResources** \\\n * **TransientFailure** \\\n * **RolloutInProgress** \\\n * **StorageProvisioningFailed**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** SystemAssignedIdentity */\n SystemAssignedIdentity = \"systemAssignedIdentity\",\n /** UserAssignedIdentity */\n UserAssignedIdentity = \"userAssignedIdentity\",\n /** DelegatedResourceIdentity */\n DelegatedResourceIdentity = \"delegatedResourceIdentity\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **systemAssignedIdentity** \\\n * **userAssignedIdentity** \\\n * **delegatedResourceIdentity**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link CatalogItemSyncEnableStatus} that the service accepts. */\nexport enum KnownCatalogItemSyncEnableStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for CatalogItemSyncEnableStatus. \\\n * {@link KnownCatalogItemSyncEnableStatus} can be used interchangeably with CatalogItemSyncEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type CatalogItemSyncEnableStatus = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link CatalogItemType} that the service accepts. */\nexport enum KnownCatalogItemType {\n /** EnvironmentDefinition */\n EnvironmentDefinition = \"EnvironmentDefinition\",\n}\n\n/**\n * Defines values for CatalogItemType. \\\n * {@link KnownCatalogItemType} can be used interchangeably with CatalogItemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EnvironmentDefinition**\n */\nexport type CatalogItemType = string;\n\n/** Known values of {@link HealthCheckStatus} that the service accepts. */\nexport enum KnownHealthCheckStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pending */\n Pending = \"Pending\",\n /** Running */\n Running = \"Running\",\n /** Passed */\n Passed = \"Passed\",\n /** Warning */\n Warning = \"Warning\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for HealthCheckStatus. \\\n * {@link KnownHealthCheckStatus} can be used interchangeably with HealthCheckStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Pending** \\\n * **Running** \\\n * **Passed** \\\n * **Warning** \\\n * **Failed**\n */\nexport type HealthCheckStatus = string;\n\n/** Known values of {@link DomainJoinType} that the service accepts. */\nexport enum KnownDomainJoinType {\n /** HybridAzureADJoin */\n HybridAzureADJoin = \"HybridAzureADJoin\",\n /** AzureADJoin */\n AzureADJoin = \"AzureADJoin\",\n}\n\n/**\n * Defines values for DomainJoinType. \\\n * {@link KnownDomainJoinType} can be used interchangeably with DomainJoinType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HybridAzureADJoin** \\\n * **AzureADJoin**\n */\nexport type DomainJoinType = string;\n\n/** Known values of {@link CatalogSyncState} that the service accepts. */\nexport enum KnownCatalogSyncState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for CatalogSyncState. \\\n * {@link KnownCatalogSyncState} can be used interchangeably with CatalogSyncState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **InProgress** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type CatalogSyncState = string;\n\n/** Known values of {@link CatalogConnectionState} that the service accepts. */\nexport enum KnownCatalogConnectionState {\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Defines values for CatalogConnectionState. \\\n * {@link KnownCatalogConnectionState} can be used interchangeably with CatalogConnectionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected** \\\n * **Disconnected**\n */\nexport type CatalogConnectionState = string;\n\n/** Known values of {@link CatalogSyncType} that the service accepts. */\nexport enum KnownCatalogSyncType {\n /** Manual */\n Manual = \"Manual\",\n /** Scheduled */\n Scheduled = \"Scheduled\",\n}\n\n/**\n * Defines values for CatalogSyncType. \\\n * {@link KnownCatalogSyncType} can be used interchangeably with CatalogSyncType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual** \\\n * **Scheduled**\n */\nexport type CatalogSyncType = string;\n\n/** Known values of {@link ParameterType} that the service accepts. */\nexport enum KnownParameterType {\n /** The parameter accepts an array of values. */\n Array = \"array\",\n /** The parameter accepts a boolean value. */\n Boolean = \"boolean\",\n /** The parameter accepts an integer value. */\n Integer = \"integer\",\n /** The parameter accepts a number value. */\n Number = \"number\",\n /** The parameter accepts an object value. */\n Object = \"object\",\n /** The parameter accepts a string value. */\n String = \"string\",\n}\n\n/**\n * Defines values for ParameterType. \\\n * {@link KnownParameterType} can be used interchangeably with ParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **array**: The parameter accepts an array of values. \\\n * **boolean**: The parameter accepts a boolean value. \\\n * **integer**: The parameter accepts an integer value. \\\n * **number**: The parameter accepts a number value. \\\n * **object**: The parameter accepts an object value. \\\n * **string**: The parameter accepts a string value.\n */\nexport type ParameterType = string;\n\n/** Known values of {@link CatalogResourceValidationStatus} that the service accepts. */\nexport enum KnownCatalogResourceValidationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pending */\n Pending = \"Pending\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for CatalogResourceValidationStatus. \\\n * {@link KnownCatalogResourceValidationStatus} can be used interchangeably with CatalogResourceValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Pending** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type CatalogResourceValidationStatus = string;\n\n/** Known values of {@link HibernateSupport} that the service accepts. */\nexport enum KnownHibernateSupport {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for HibernateSupport. \\\n * {@link KnownHibernateSupport} can be used interchangeably with HibernateSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type HibernateSupport = string;\n\n/** Known values of {@link EnvironmentTypeEnableStatus} that the service accepts. */\nexport enum KnownEnvironmentTypeEnableStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for EnvironmentTypeEnableStatus. \\\n * {@link KnownEnvironmentTypeEnableStatus} can be used interchangeably with EnvironmentTypeEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EnvironmentTypeEnableStatus = string;\n\n/** Known values of {@link ImageValidationStatus} that the service accepts. */\nexport enum KnownImageValidationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pending */\n Pending = \"Pending\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** TimedOut */\n TimedOut = \"TimedOut\",\n}\n\n/**\n * Defines values for ImageValidationStatus. \\\n * {@link KnownImageValidationStatus} can be used interchangeably with ImageValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Pending** \\\n * **Succeeded** \\\n * **Failed** \\\n * **TimedOut**\n */\nexport type ImageValidationStatus = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link UsageUnit} that the service accepts. */\nexport enum KnownUsageUnit {\n /** Count */\n Count = \"Count\",\n}\n\n/**\n * Defines values for UsageUnit. \\\n * {@link KnownUsageUnit} can be used interchangeably with UsageUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count**\n */\nexport type UsageUnit = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link HealthStatus} that the service accepts. */\nexport enum KnownHealthStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pending */\n Pending = \"Pending\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** Warning */\n Warning = \"Warning\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n}\n\n/**\n * Defines values for HealthStatus. \\\n * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Pending** \\\n * **Healthy** \\\n * **Warning** \\\n * **Unhealthy**\n */\nexport type HealthStatus = string;\n\n/** Known values of {@link LicenseType} that the service accepts. */\nexport enum KnownLicenseType {\n /** WindowsClient */\n WindowsClient = \"Windows_Client\",\n}\n\n/**\n * Defines values for LicenseType. \\\n * {@link KnownLicenseType} can be used interchangeably with LicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows_Client**\n */\nexport type LicenseType = string;\n\n/** Known values of {@link LocalAdminStatus} that the service accepts. */\nexport enum KnownLocalAdminStatus {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for LocalAdminStatus. \\\n * {@link KnownLocalAdminStatus} can be used interchangeably with LocalAdminStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type LocalAdminStatus = string;\n\n/** Known values of {@link StopOnDisconnectEnableStatus} that the service accepts. */\nexport enum KnownStopOnDisconnectEnableStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for StopOnDisconnectEnableStatus. \\\n * {@link KnownStopOnDisconnectEnableStatus} can be used interchangeably with StopOnDisconnectEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type StopOnDisconnectEnableStatus = string;\n\n/** Known values of {@link SingleSignOnStatus} that the service accepts. */\nexport enum KnownSingleSignOnStatus {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for SingleSignOnStatus. \\\n * {@link KnownSingleSignOnStatus} can be used interchangeably with SingleSignOnStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type SingleSignOnStatus = string;\n\n/** Known values of {@link VirtualNetworkType} that the service accepts. */\nexport enum KnownVirtualNetworkType {\n /** Managed */\n Managed = \"Managed\",\n /** Unmanaged */\n Unmanaged = \"Unmanaged\",\n}\n\n/**\n * Defines values for VirtualNetworkType. \\\n * {@link KnownVirtualNetworkType} can be used interchangeably with VirtualNetworkType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed** \\\n * **Unmanaged**\n */\nexport type VirtualNetworkType = string;\n\n/** Known values of {@link ScheduledType} that the service accepts. */\nexport enum KnownScheduledType {\n /** StopDevBox */\n StopDevBox = \"StopDevBox\",\n}\n\n/**\n * Defines values for ScheduledType. \\\n * {@link KnownScheduledType} can be used interchangeably with ScheduledType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StopDevBox**\n */\nexport type ScheduledType = string;\n\n/** Known values of {@link ScheduledFrequency} that the service accepts. */\nexport enum KnownScheduledFrequency {\n /** Daily */\n Daily = \"Daily\",\n}\n\n/**\n * Defines values for ScheduledFrequency. \\\n * {@link KnownScheduledFrequency} can be used interchangeably with ScheduledFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily**\n */\nexport type ScheduledFrequency = string;\n\n/** Known values of {@link ScheduleEnableStatus} that the service accepts. */\nexport enum KnownScheduleEnableStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ScheduleEnableStatus. \\\n * {@link KnownScheduleEnableStatus} can be used interchangeably with ScheduleEnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ScheduleEnableStatus = string;\n/** Defines values for SkuTier. */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n\n/** Optional parameters. */\nexport interface DevCentersListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DevCentersListBySubscriptionResponse = DevCenterListResult;\n\n/** Optional parameters. */\nexport interface DevCentersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DevCentersListByResourceGroupResponse = DevCenterListResult;\n\n/** Optional parameters. */\nexport interface DevCentersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DevCentersGetResponse = DevCenter;\n\n/** Optional parameters. */\nexport interface DevCentersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DevCentersCreateOrUpdateResponse = DevCenter;\n\n/** Optional parameters. */\nexport interface DevCentersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DevCentersUpdateResponse = DevCenter;\n\n/** Optional parameters. */\nexport interface DevCentersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DevCentersDeleteResponse = DevCentersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DevCentersListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DevCentersListBySubscriptionNextResponse = DevCenterListResult;\n\n/** Optional parameters. */\nexport interface DevCentersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DevCentersListByResourceGroupNextResponse = DevCenterListResult;\n\n/** Optional parameters. */\nexport interface ProjectsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ProjectsListBySubscriptionResponse = ProjectListResult;\n\n/** Optional parameters. */\nexport interface ProjectsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ProjectsListByResourceGroupResponse = ProjectListResult;\n\n/** Optional parameters. */\nexport interface ProjectsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectsGetResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProjectsCreateOrUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ProjectsUpdateResponse = Project;\n\n/** Optional parameters. */\nexport interface ProjectsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ProjectsDeleteResponse = ProjectsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ProjectsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ProjectsListBySubscriptionNextResponse = ProjectListResult;\n\n/** Optional parameters. */\nexport interface ProjectsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ProjectsListByResourceGroupNextResponse = ProjectListResult;\n\n/** Optional parameters. */\nexport interface AttachedNetworksListByProjectOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByProject operation. */\nexport type AttachedNetworksListByProjectResponse = AttachedNetworkListResult;\n\n/** Optional parameters. */\nexport interface AttachedNetworksGetByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByProject operation. */\nexport type AttachedNetworksGetByProjectResponse = AttachedNetworkConnection;\n\n/** Optional parameters. */\nexport interface AttachedNetworksListByDevCenterOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByDevCenter operation. */\nexport type AttachedNetworksListByDevCenterResponse = AttachedNetworkListResult;\n\n/** Optional parameters. */\nexport interface AttachedNetworksGetByDevCenterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByDevCenter operation. */\nexport type AttachedNetworksGetByDevCenterResponse = AttachedNetworkConnection;\n\n/** Optional parameters. */\nexport interface AttachedNetworksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AttachedNetworksCreateOrUpdateResponse = AttachedNetworkConnection;\n\n/** Optional parameters. */\nexport interface AttachedNetworksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AttachedNetworksDeleteResponse = AttachedNetworksDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AttachedNetworksListByProjectNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProjectNext operation. */\nexport type AttachedNetworksListByProjectNextResponse =\n AttachedNetworkListResult;\n\n/** Optional parameters. */\nexport interface AttachedNetworksListByDevCenterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevCenterNext operation. */\nexport type AttachedNetworksListByDevCenterNextResponse =\n AttachedNetworkListResult;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ProjectCatalogsListResponse = CatalogListResult;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectCatalogsGetResponse = Catalog;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProjectCatalogsCreateOrUpdateResponse = Catalog;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsPatchOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the patch operation. */\nexport type ProjectCatalogsPatchResponse = Catalog;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ProjectCatalogsDeleteResponse = ProjectCatalogsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsGetSyncErrorDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSyncErrorDetails operation. */\nexport type ProjectCatalogsGetSyncErrorDetailsResponse = SyncErrorDetails;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsSyncOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the sync operation. */\nexport type ProjectCatalogsSyncResponse = ProjectCatalogsSyncHeaders;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsConnectOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the connect operation. */\nexport type ProjectCatalogsConnectResponse = ProjectCatalogsConnectHeaders;\n\n/** Optional parameters. */\nexport interface ProjectCatalogsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProjectCatalogsListNextResponse = CatalogListResult;\n\n/** Optional parameters. */\nexport interface EnvironmentDefinitionsListByProjectCatalogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProjectCatalog operation. */\nexport type EnvironmentDefinitionsListByProjectCatalogResponse =\n EnvironmentDefinitionListResult;\n\n/** Optional parameters. */\nexport interface EnvironmentDefinitionsGetByProjectCatalogOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByProjectCatalog operation. */\nexport type EnvironmentDefinitionsGetByProjectCatalogResponse =\n EnvironmentDefinition;\n\n/** Optional parameters. */\nexport interface EnvironmentDefinitionsListByCatalogOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByCatalog operation. */\nexport type EnvironmentDefinitionsListByCatalogResponse =\n EnvironmentDefinitionListResult;\n\n/** Optional parameters. */\nexport interface EnvironmentDefinitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EnvironmentDefinitionsGetResponse = EnvironmentDefinition;\n\n/** Optional parameters. */\nexport interface EnvironmentDefinitionsGetErrorDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getErrorDetails operation. */\nexport type EnvironmentDefinitionsGetErrorDetailsResponse =\n CatalogResourceValidationErrorDetails;\n\n/** Optional parameters. */\nexport interface EnvironmentDefinitionsListByProjectCatalogNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProjectCatalogNext operation. */\nexport type EnvironmentDefinitionsListByProjectCatalogNextResponse =\n EnvironmentDefinitionListResult;\n\n/** Optional parameters. */\nexport interface EnvironmentDefinitionsListByCatalogNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCatalogNext operation. */\nexport type EnvironmentDefinitionsListByCatalogNextResponse =\n EnvironmentDefinitionListResult;\n\n/** Optional parameters. */\nexport interface ProjectCatalogEnvironmentDefinitionsGetErrorDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getErrorDetails operation. */\nexport type ProjectCatalogEnvironmentDefinitionsGetErrorDetailsResponse =\n CatalogResourceValidationErrorDetails;\n\n/** Optional parameters. */\nexport interface GalleriesListByDevCenterOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByDevCenter operation. */\nexport type GalleriesListByDevCenterResponse = GalleryListResult;\n\n/** Optional parameters. */\nexport interface GalleriesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GalleriesGetResponse = Gallery;\n\n/** Optional parameters. */\nexport interface GalleriesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GalleriesCreateOrUpdateResponse = Gallery;\n\n/** Optional parameters. */\nexport interface GalleriesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type GalleriesDeleteResponse = GalleriesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface GalleriesListByDevCenterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevCenterNext operation. */\nexport type GalleriesListByDevCenterNextResponse = GalleryListResult;\n\n/** Optional parameters. */\nexport interface ImagesListByDevCenterOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByDevCenter operation. */\nexport type ImagesListByDevCenterResponse = ImageListResult;\n\n/** Optional parameters. */\nexport interface ImagesListByGalleryOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByGallery operation. */\nexport type ImagesListByGalleryResponse = ImageListResult;\n\n/** Optional parameters. */\nexport interface ImagesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ImagesGetResponse = Image;\n\n/** Optional parameters. */\nexport interface ImagesListByDevCenterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevCenterNext operation. */\nexport type ImagesListByDevCenterNextResponse = ImageListResult;\n\n/** Optional parameters. */\nexport interface ImagesListByGalleryNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByGalleryNext operation. */\nexport type ImagesListByGalleryNextResponse = ImageListResult;\n\n/** Optional parameters. */\nexport interface ImageVersionsListByImageOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByImage operation. */\nexport type ImageVersionsListByImageResponse = ImageVersionListResult;\n\n/** Optional parameters. */\nexport interface ImageVersionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ImageVersionsGetResponse = ImageVersion;\n\n/** Optional parameters. */\nexport interface ImageVersionsListByImageNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByImageNext operation. */\nexport type ImageVersionsListByImageNextResponse = ImageVersionListResult;\n\n/** Optional parameters. */\nexport interface CatalogsListByDevCenterOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByDevCenter operation. */\nexport type CatalogsListByDevCenterResponse = CatalogListResult;\n\n/** Optional parameters. */\nexport interface CatalogsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CatalogsGetResponse = Catalog;\n\n/** Optional parameters. */\nexport interface CatalogsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CatalogsCreateOrUpdateResponse = Catalog;\n\n/** Optional parameters. */\nexport interface CatalogsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type CatalogsUpdateResponse = Catalog;\n\n/** Optional parameters. */\nexport interface CatalogsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type CatalogsDeleteResponse = CatalogsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface CatalogsGetSyncErrorDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getSyncErrorDetails operation. */\nexport type CatalogsGetSyncErrorDetailsResponse = SyncErrorDetails;\n\n/** Optional parameters. */\nexport interface CatalogsSyncOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the sync operation. */\nexport type CatalogsSyncResponse = CatalogsSyncHeaders;\n\n/** Optional parameters. */\nexport interface CatalogsConnectOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the connect operation. */\nexport type CatalogsConnectResponse = CatalogsConnectHeaders;\n\n/** Optional parameters. */\nexport interface CatalogsListByDevCenterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevCenterNext operation. */\nexport type CatalogsListByDevCenterNextResponse = CatalogListResult;\n\n/** Optional parameters. */\nexport interface EnvironmentTypesListByDevCenterOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByDevCenter operation. */\nexport type EnvironmentTypesListByDevCenterResponse = EnvironmentTypeListResult;\n\n/** Optional parameters. */\nexport interface EnvironmentTypesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EnvironmentTypesGetResponse = EnvironmentType;\n\n/** Optional parameters. */\nexport interface EnvironmentTypesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EnvironmentTypesCreateOrUpdateResponse = EnvironmentType;\n\n/** Optional parameters. */\nexport interface EnvironmentTypesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EnvironmentTypesUpdateResponse = EnvironmentType;\n\n/** Optional parameters. */\nexport interface EnvironmentTypesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EnvironmentTypesListByDevCenterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevCenterNext operation. */\nexport type EnvironmentTypesListByDevCenterNextResponse =\n EnvironmentTypeListResult;\n\n/** Optional parameters. */\nexport interface ProjectAllowedEnvironmentTypesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ProjectAllowedEnvironmentTypesListResponse =\n AllowedEnvironmentTypeListResult;\n\n/** Optional parameters. */\nexport interface ProjectAllowedEnvironmentTypesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectAllowedEnvironmentTypesGetResponse = AllowedEnvironmentType;\n\n/** Optional parameters. */\nexport interface ProjectAllowedEnvironmentTypesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProjectAllowedEnvironmentTypesListNextResponse =\n AllowedEnvironmentTypeListResult;\n\n/** Optional parameters. */\nexport interface ProjectEnvironmentTypesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ProjectEnvironmentTypesListResponse =\n ProjectEnvironmentTypeListResult;\n\n/** Optional parameters. */\nexport interface ProjectEnvironmentTypesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ProjectEnvironmentTypesGetResponse = ProjectEnvironmentType;\n\n/** Optional parameters. */\nexport interface ProjectEnvironmentTypesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ProjectEnvironmentTypesCreateOrUpdateResponse =\n ProjectEnvironmentType;\n\n/** Optional parameters. */\nexport interface ProjectEnvironmentTypesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ProjectEnvironmentTypesUpdateResponse = ProjectEnvironmentType;\n\n/** Optional parameters. */\nexport interface ProjectEnvironmentTypesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ProjectEnvironmentTypesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProjectEnvironmentTypesListNextResponse =\n ProjectEnvironmentTypeListResult;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsListByDevCenterOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByDevCenter operation. */\nexport type DevBoxDefinitionsListByDevCenterResponse =\n DevBoxDefinitionListResult;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DevBoxDefinitionsGetResponse = DevBoxDefinition;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DevBoxDefinitionsCreateOrUpdateResponse = DevBoxDefinition;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DevBoxDefinitionsUpdateResponse = DevBoxDefinition;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DevBoxDefinitionsDeleteResponse = DevBoxDefinitionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsListByProjectOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByProject operation. */\nexport type DevBoxDefinitionsListByProjectResponse = DevBoxDefinitionListResult;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsGetByProjectOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getByProject operation. */\nexport type DevBoxDefinitionsGetByProjectResponse = DevBoxDefinition;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsListByDevCenterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByDevCenterNext operation. */\nexport type DevBoxDefinitionsListByDevCenterNextResponse =\n DevBoxDefinitionListResult;\n\n/** Optional parameters. */\nexport interface DevBoxDefinitionsListByProjectNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProjectNext operation. */\nexport type DevBoxDefinitionsListByProjectNextResponse =\n DevBoxDefinitionListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationStatusesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationStatusesGetResponse = OperationStatus;\n\n/** Optional parameters. */\nexport interface UsagesListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type UsagesListByLocationResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface UsagesListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type UsagesListByLocationNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckNameAvailabilityExecuteResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface CheckScopedNameAvailabilityExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckScopedNameAvailabilityExecuteResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface SkusListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SkusListBySubscriptionResponse = SkuListResult;\n\n/** Optional parameters. */\nexport interface SkusListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SkusListBySubscriptionNextResponse = SkuListResult;\n\n/** Optional parameters. */\nexport interface PoolsListByProjectOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByProject operation. */\nexport type PoolsListByProjectResponse = PoolListResult;\n\n/** Optional parameters. */\nexport interface PoolsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PoolsGetResponse = Pool;\n\n/** Optional parameters. */\nexport interface PoolsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PoolsCreateOrUpdateResponse = Pool;\n\n/** Optional parameters. */\nexport interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PoolsUpdateResponse = Pool;\n\n/** Optional parameters. */\nexport interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PoolsDeleteResponse = PoolsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PoolsRunHealthChecksOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the runHealthChecks operation. */\nexport type PoolsRunHealthChecksResponse = PoolsRunHealthChecksHeaders;\n\n/** Optional parameters. */\nexport interface PoolsListByProjectNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByProjectNext operation. */\nexport type PoolsListByProjectNextResponse = PoolListResult;\n\n/** Optional parameters. */\nexport interface SchedulesListByPoolOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByPool operation. */\nexport type SchedulesListByPoolResponse = ScheduleListResult;\n\n/** Optional parameters. */\nexport interface SchedulesGetOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the get operation. */\nexport type SchedulesGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SchedulesCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SchedulesUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type SchedulesDeleteResponse = SchedulesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface SchedulesListByPoolNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPoolNext operation. */\nexport type SchedulesListByPoolNextResponse = ScheduleListResult;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type NetworkConnectionsListBySubscriptionResponse =\n NetworkConnectionListResult;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type NetworkConnectionsListByResourceGroupResponse =\n NetworkConnectionListResult;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NetworkConnectionsGetResponse = NetworkConnection;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NetworkConnectionsCreateOrUpdateResponse = NetworkConnection;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type NetworkConnectionsUpdateResponse = NetworkConnection;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type NetworkConnectionsDeleteResponse = NetworkConnectionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsListHealthDetailsOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listHealthDetails operation. */\nexport type NetworkConnectionsListHealthDetailsResponse =\n HealthCheckStatusDetailsListResult;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsGetHealthDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getHealthDetails operation. */\nexport type NetworkConnectionsGetHealthDetailsResponse =\n HealthCheckStatusDetails;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsRunHealthChecksOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the runHealthChecks operation. */\nexport type NetworkConnectionsRunHealthChecksResponse =\n NetworkConnectionsRunHealthChecksHeaders;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of resources to return from the operation. Example: '$top=10'. */\n top?: number;\n}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */\nexport type NetworkConnectionsListOutboundNetworkDependenciesEndpointsResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type NetworkConnectionsListBySubscriptionNextResponse =\n NetworkConnectionListResult;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type NetworkConnectionsListByResourceGroupNextResponse =\n NetworkConnectionListResult;\n\n/** Optional parameters. */\nexport interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */\nexport type NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextResponse =\n OutboundEnvironmentEndpointCollection;\n\n/** Optional parameters. */\nexport interface DevCenterClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|