@azure/arm-devcenter 1.1.1-alpha.20250116.1 → 1.1.1-alpha.20250120.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
package/types/arm-devcenter.d.ts
DELETED
|
@@ -1,4797 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ActionType. \
|
|
9
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Internal**
|
|
13
|
-
*/
|
|
14
|
-
export declare type ActionType = string;
|
|
15
|
-
|
|
16
|
-
/** Represents an allowed environment type. */
|
|
17
|
-
export declare interface AllowedEnvironmentType extends Resource {
|
|
18
|
-
/**
|
|
19
|
-
* The provisioning state of the resource.
|
|
20
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
-
*/
|
|
22
|
-
readonly provisioningState?: ProvisioningState;
|
|
23
|
-
/**
|
|
24
|
-
* The display name of the allowed environment type.
|
|
25
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
26
|
-
*/
|
|
27
|
-
readonly displayName?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/** Result of the allowed environment type list operation. */
|
|
31
|
-
export declare interface AllowedEnvironmentTypeListResult {
|
|
32
|
-
/**
|
|
33
|
-
* Current page of results.
|
|
34
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
-
*/
|
|
36
|
-
readonly value?: AllowedEnvironmentType[];
|
|
37
|
-
/**
|
|
38
|
-
* URL to get the next set of results if there are any.
|
|
39
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
-
*/
|
|
41
|
-
readonly nextLink?: string;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/** Represents an attached NetworkConnection. */
|
|
45
|
-
export declare interface AttachedNetworkConnection extends Resource {
|
|
46
|
-
/**
|
|
47
|
-
* The provisioning state of the resource.
|
|
48
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
49
|
-
*/
|
|
50
|
-
readonly provisioningState?: ProvisioningState;
|
|
51
|
-
/** The resource ID of the NetworkConnection you want to attach. */
|
|
52
|
-
networkConnectionId?: string;
|
|
53
|
-
/**
|
|
54
|
-
* The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.
|
|
55
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
-
*/
|
|
57
|
-
readonly networkConnectionLocation?: string;
|
|
58
|
-
/**
|
|
59
|
-
* Health check status values
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly healthCheckStatus?: HealthCheckStatus;
|
|
63
|
-
/**
|
|
64
|
-
* AAD Join type of the network. This is populated based on the referenced Network Connection.
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly domainJoinType?: DomainJoinType;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/** Results of the Attached Networks list operation. */
|
|
71
|
-
export declare interface AttachedNetworkListResult {
|
|
72
|
-
/**
|
|
73
|
-
* Current page of results.
|
|
74
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
-
*/
|
|
76
|
-
readonly value?: AttachedNetworkConnection[];
|
|
77
|
-
/**
|
|
78
|
-
* URL to get the next set of results if there are any.
|
|
79
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
-
*/
|
|
81
|
-
readonly nextLink?: string;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/** Interface representing a AttachedNetworks. */
|
|
85
|
-
export declare interface AttachedNetworks {
|
|
86
|
-
/**
|
|
87
|
-
* Lists the attached NetworkConnections for a Project.
|
|
88
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
-
* @param projectName The name of the project.
|
|
90
|
-
* @param options The options parameters.
|
|
91
|
-
*/
|
|
92
|
-
listByProject(resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection>;
|
|
93
|
-
/**
|
|
94
|
-
* Lists the attached NetworkConnections for a DevCenter.
|
|
95
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
96
|
-
* @param devCenterName The name of the devcenter.
|
|
97
|
-
* @param options The options parameters.
|
|
98
|
-
*/
|
|
99
|
-
listByDevCenter(resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection>;
|
|
100
|
-
/**
|
|
101
|
-
* Gets an attached NetworkConnection.
|
|
102
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
103
|
-
* @param projectName The name of the project.
|
|
104
|
-
* @param attachedNetworkConnectionName The name of the attached NetworkConnection.
|
|
105
|
-
* @param options The options parameters.
|
|
106
|
-
*/
|
|
107
|
-
getByProject(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams): Promise<AttachedNetworksGetByProjectResponse>;
|
|
108
|
-
/**
|
|
109
|
-
* Gets an attached NetworkConnection.
|
|
110
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
111
|
-
* @param devCenterName The name of the devcenter.
|
|
112
|
-
* @param attachedNetworkConnectionName The name of the attached NetworkConnection.
|
|
113
|
-
* @param options The options parameters.
|
|
114
|
-
*/
|
|
115
|
-
getByDevCenter(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams): Promise<AttachedNetworksGetByDevCenterResponse>;
|
|
116
|
-
/**
|
|
117
|
-
* Creates or updates an attached NetworkConnection.
|
|
118
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
119
|
-
* @param devCenterName The name of the devcenter.
|
|
120
|
-
* @param attachedNetworkConnectionName The name of the attached NetworkConnection.
|
|
121
|
-
* @param body Represents an attached NetworkConnection.
|
|
122
|
-
* @param options The options parameters.
|
|
123
|
-
*/
|
|
124
|
-
beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksCreateOrUpdateResponse>, AttachedNetworksCreateOrUpdateResponse>>;
|
|
125
|
-
/**
|
|
126
|
-
* Creates or updates an attached NetworkConnection.
|
|
127
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
128
|
-
* @param devCenterName The name of the devcenter.
|
|
129
|
-
* @param attachedNetworkConnectionName The name of the attached NetworkConnection.
|
|
130
|
-
* @param body Represents an attached NetworkConnection.
|
|
131
|
-
* @param options The options parameters.
|
|
132
|
-
*/
|
|
133
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<AttachedNetworksCreateOrUpdateResponse>;
|
|
134
|
-
/**
|
|
135
|
-
* Un-attach a NetworkConnection.
|
|
136
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
137
|
-
* @param devCenterName The name of the devcenter.
|
|
138
|
-
* @param attachedNetworkConnectionName The name of the attached NetworkConnection.
|
|
139
|
-
* @param options The options parameters.
|
|
140
|
-
*/
|
|
141
|
-
beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksDeleteResponse>, AttachedNetworksDeleteResponse>>;
|
|
142
|
-
/**
|
|
143
|
-
* Un-attach a NetworkConnection.
|
|
144
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
145
|
-
* @param devCenterName The name of the devcenter.
|
|
146
|
-
* @param attachedNetworkConnectionName The name of the attached NetworkConnection.
|
|
147
|
-
* @param options The options parameters.
|
|
148
|
-
*/
|
|
149
|
-
beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<AttachedNetworksDeleteResponse>;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/** Optional parameters. */
|
|
153
|
-
export declare interface AttachedNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
154
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
155
|
-
updateIntervalInMs?: number;
|
|
156
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
157
|
-
resumeFrom?: string;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
161
|
-
export declare type AttachedNetworksCreateOrUpdateResponse = AttachedNetworkConnection;
|
|
162
|
-
|
|
163
|
-
/** Defines headers for AttachedNetworks_delete operation. */
|
|
164
|
-
export declare interface AttachedNetworksDeleteHeaders {
|
|
165
|
-
location?: string;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
/** Optional parameters. */
|
|
169
|
-
export declare interface AttachedNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
170
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
171
|
-
updateIntervalInMs?: number;
|
|
172
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
173
|
-
resumeFrom?: string;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/** Contains response data for the delete operation. */
|
|
177
|
-
export declare type AttachedNetworksDeleteResponse = AttachedNetworksDeleteHeaders;
|
|
178
|
-
|
|
179
|
-
/** Optional parameters. */
|
|
180
|
-
export declare interface AttachedNetworksGetByDevCenterOptionalParams extends coreClient.OperationOptions {
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/** Contains response data for the getByDevCenter operation. */
|
|
184
|
-
export declare type AttachedNetworksGetByDevCenterResponse = AttachedNetworkConnection;
|
|
185
|
-
|
|
186
|
-
/** Optional parameters. */
|
|
187
|
-
export declare interface AttachedNetworksGetByProjectOptionalParams extends coreClient.OperationOptions {
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
/** Contains response data for the getByProject operation. */
|
|
191
|
-
export declare type AttachedNetworksGetByProjectResponse = AttachedNetworkConnection;
|
|
192
|
-
|
|
193
|
-
/** Optional parameters. */
|
|
194
|
-
export declare interface AttachedNetworksListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
/** Contains response data for the listByDevCenterNext operation. */
|
|
198
|
-
export declare type AttachedNetworksListByDevCenterNextResponse = AttachedNetworkListResult;
|
|
199
|
-
|
|
200
|
-
/** Optional parameters. */
|
|
201
|
-
export declare interface AttachedNetworksListByDevCenterOptionalParams extends coreClient.OperationOptions {
|
|
202
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
203
|
-
top?: number;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/** Contains response data for the listByDevCenter operation. */
|
|
207
|
-
export declare type AttachedNetworksListByDevCenterResponse = AttachedNetworkListResult;
|
|
208
|
-
|
|
209
|
-
/** Optional parameters. */
|
|
210
|
-
export declare interface AttachedNetworksListByProjectNextOptionalParams extends coreClient.OperationOptions {
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
/** Contains response data for the listByProjectNext operation. */
|
|
214
|
-
export declare type AttachedNetworksListByProjectNextResponse = AttachedNetworkListResult;
|
|
215
|
-
|
|
216
|
-
/** Optional parameters. */
|
|
217
|
-
export declare interface AttachedNetworksListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
218
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
219
|
-
top?: number;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/** Contains response data for the listByProject operation. */
|
|
223
|
-
export declare type AttachedNetworksListByProjectResponse = AttachedNetworkListResult;
|
|
224
|
-
|
|
225
|
-
/** A name/value pair to describe a capability. */
|
|
226
|
-
export declare interface Capability {
|
|
227
|
-
/**
|
|
228
|
-
* Name of the capability.
|
|
229
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
230
|
-
*/
|
|
231
|
-
readonly name?: string;
|
|
232
|
-
/**
|
|
233
|
-
* Value of the capability.
|
|
234
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
235
|
-
*/
|
|
236
|
-
readonly value?: string;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/** Represents a catalog. */
|
|
240
|
-
export declare interface Catalog extends Resource {
|
|
241
|
-
/** Properties for a GitHub catalog type. */
|
|
242
|
-
gitHub?: GitCatalog;
|
|
243
|
-
/** Properties for an Azure DevOps catalog type. */
|
|
244
|
-
adoGit?: GitCatalog;
|
|
245
|
-
/** Indicates the type of sync that is configured for the catalog. */
|
|
246
|
-
syncType?: CatalogSyncType;
|
|
247
|
-
/** Resource tags. */
|
|
248
|
-
tags?: {
|
|
249
|
-
[propertyName: string]: string;
|
|
250
|
-
};
|
|
251
|
-
/**
|
|
252
|
-
* The provisioning state of the resource.
|
|
253
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
-
*/
|
|
255
|
-
readonly provisioningState?: ProvisioningState;
|
|
256
|
-
/**
|
|
257
|
-
* The synchronization state of the catalog.
|
|
258
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
-
*/
|
|
260
|
-
readonly syncState?: CatalogSyncState;
|
|
261
|
-
/**
|
|
262
|
-
* Stats of the latest synchronization.
|
|
263
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
264
|
-
*/
|
|
265
|
-
readonly lastSyncStats?: SyncStats;
|
|
266
|
-
/**
|
|
267
|
-
* The connection state of the catalog.
|
|
268
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
269
|
-
*/
|
|
270
|
-
readonly connectionState?: CatalogConnectionState;
|
|
271
|
-
/**
|
|
272
|
-
* When the catalog was last connected.
|
|
273
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
274
|
-
*/
|
|
275
|
-
readonly lastConnectionTime?: Date;
|
|
276
|
-
/**
|
|
277
|
-
* When the catalog was last synced.
|
|
278
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
279
|
-
*/
|
|
280
|
-
readonly lastSyncTime?: Date;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/** An individual conflict error. */
|
|
284
|
-
export declare interface CatalogConflictError {
|
|
285
|
-
/**
|
|
286
|
-
* The path of the file that has a conflicting name.
|
|
287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
-
*/
|
|
289
|
-
readonly path?: string;
|
|
290
|
-
/**
|
|
291
|
-
* Name of the conflicting catalog item.
|
|
292
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
-
*/
|
|
294
|
-
readonly name?: string;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/**
|
|
298
|
-
* Defines values for CatalogConnectionState. \
|
|
299
|
-
* {@link KnownCatalogConnectionState} can be used interchangeably with CatalogConnectionState,
|
|
300
|
-
* this enum contains the known values that the service supports.
|
|
301
|
-
* ### Known values supported by the service
|
|
302
|
-
* **Connected** \
|
|
303
|
-
* **Disconnected**
|
|
304
|
-
*/
|
|
305
|
-
export declare type CatalogConnectionState = string;
|
|
306
|
-
|
|
307
|
-
/** Catalog error details */
|
|
308
|
-
export declare interface CatalogErrorDetails {
|
|
309
|
-
/** An identifier for the error. */
|
|
310
|
-
code?: string;
|
|
311
|
-
/** A message describing the error. */
|
|
312
|
-
message?: string;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/**
|
|
316
|
-
* Defines values for CatalogItemSyncEnableStatus. \
|
|
317
|
-
* {@link KnownCatalogItemSyncEnableStatus} can be used interchangeably with CatalogItemSyncEnableStatus,
|
|
318
|
-
* this enum contains the known values that the service supports.
|
|
319
|
-
* ### Known values supported by the service
|
|
320
|
-
* **Enabled** \
|
|
321
|
-
* **Disabled**
|
|
322
|
-
*/
|
|
323
|
-
export declare type CatalogItemSyncEnableStatus = string;
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* Defines values for CatalogItemType. \
|
|
327
|
-
* {@link KnownCatalogItemType} can be used interchangeably with CatalogItemType,
|
|
328
|
-
* this enum contains the known values that the service supports.
|
|
329
|
-
* ### Known values supported by the service
|
|
330
|
-
* **EnvironmentDefinition**
|
|
331
|
-
*/
|
|
332
|
-
export declare type CatalogItemType = string;
|
|
333
|
-
|
|
334
|
-
/** Results of the catalog list operation. */
|
|
335
|
-
export declare interface CatalogListResult {
|
|
336
|
-
/**
|
|
337
|
-
* Current page of results.
|
|
338
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
339
|
-
*/
|
|
340
|
-
readonly value?: Catalog[];
|
|
341
|
-
/**
|
|
342
|
-
* URL to get the next set of results if there are any.
|
|
343
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
344
|
-
*/
|
|
345
|
-
readonly nextLink?: string;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/** Properties of a catalog. */
|
|
349
|
-
export declare interface CatalogProperties extends CatalogUpdateProperties {
|
|
350
|
-
/**
|
|
351
|
-
* The provisioning state of the resource.
|
|
352
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
353
|
-
*/
|
|
354
|
-
readonly provisioningState?: ProvisioningState;
|
|
355
|
-
/**
|
|
356
|
-
* The synchronization state of the catalog.
|
|
357
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
-
*/
|
|
359
|
-
readonly syncState?: CatalogSyncState;
|
|
360
|
-
/**
|
|
361
|
-
* Stats of the latest synchronization.
|
|
362
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
-
*/
|
|
364
|
-
readonly lastSyncStats?: SyncStats;
|
|
365
|
-
/**
|
|
366
|
-
* The connection state of the catalog.
|
|
367
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
-
*/
|
|
369
|
-
readonly connectionState?: CatalogConnectionState;
|
|
370
|
-
/**
|
|
371
|
-
* When the catalog was last connected.
|
|
372
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
-
*/
|
|
374
|
-
readonly lastConnectionTime?: Date;
|
|
375
|
-
/**
|
|
376
|
-
* When the catalog was last synced.
|
|
377
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
-
*/
|
|
379
|
-
readonly lastSyncTime?: Date;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
/** 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. */
|
|
383
|
-
export declare interface CatalogResourceValidationErrorDetails {
|
|
384
|
-
/**
|
|
385
|
-
* Errors associated with resources synchronized from the catalog.
|
|
386
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
387
|
-
*/
|
|
388
|
-
readonly errors?: CatalogErrorDetails[];
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* Defines values for CatalogResourceValidationStatus. \
|
|
393
|
-
* {@link KnownCatalogResourceValidationStatus} can be used interchangeably with CatalogResourceValidationStatus,
|
|
394
|
-
* this enum contains the known values that the service supports.
|
|
395
|
-
* ### Known values supported by the service
|
|
396
|
-
* **Unknown** \
|
|
397
|
-
* **Pending** \
|
|
398
|
-
* **Succeeded** \
|
|
399
|
-
* **Failed**
|
|
400
|
-
*/
|
|
401
|
-
export declare type CatalogResourceValidationStatus = string;
|
|
402
|
-
|
|
403
|
-
/** Interface representing a Catalogs. */
|
|
404
|
-
export declare interface Catalogs {
|
|
405
|
-
/**
|
|
406
|
-
* Lists catalogs for a devcenter.
|
|
407
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
408
|
-
* @param devCenterName The name of the devcenter.
|
|
409
|
-
* @param options The options parameters.
|
|
410
|
-
*/
|
|
411
|
-
listByDevCenter(resourceGroupName: string, devCenterName: string, options?: CatalogsListByDevCenterOptionalParams): PagedAsyncIterableIterator<Catalog>;
|
|
412
|
-
/**
|
|
413
|
-
* Gets a catalog
|
|
414
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
415
|
-
* @param devCenterName The name of the devcenter.
|
|
416
|
-
* @param catalogName The name of the Catalog.
|
|
417
|
-
* @param options The options parameters.
|
|
418
|
-
*/
|
|
419
|
-
get(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsGetOptionalParams): Promise<CatalogsGetResponse>;
|
|
420
|
-
/**
|
|
421
|
-
* Creates or updates a catalog.
|
|
422
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
423
|
-
* @param devCenterName The name of the devcenter.
|
|
424
|
-
* @param catalogName The name of the Catalog.
|
|
425
|
-
* @param body Represents a catalog.
|
|
426
|
-
* @param options The options parameters.
|
|
427
|
-
*/
|
|
428
|
-
beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, catalogName: string, body: Catalog, options?: CatalogsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsCreateOrUpdateResponse>, CatalogsCreateOrUpdateResponse>>;
|
|
429
|
-
/**
|
|
430
|
-
* Creates or updates a catalog.
|
|
431
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
432
|
-
* @param devCenterName The name of the devcenter.
|
|
433
|
-
* @param catalogName The name of the Catalog.
|
|
434
|
-
* @param body Represents a catalog.
|
|
435
|
-
* @param options The options parameters.
|
|
436
|
-
*/
|
|
437
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, catalogName: string, body: Catalog, options?: CatalogsCreateOrUpdateOptionalParams): Promise<CatalogsCreateOrUpdateResponse>;
|
|
438
|
-
/**
|
|
439
|
-
* Partially updates a catalog.
|
|
440
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
441
|
-
* @param devCenterName The name of the devcenter.
|
|
442
|
-
* @param catalogName The name of the Catalog.
|
|
443
|
-
* @param body Updatable catalog properties.
|
|
444
|
-
* @param options The options parameters.
|
|
445
|
-
*/
|
|
446
|
-
beginUpdate(resourceGroupName: string, devCenterName: string, catalogName: string, body: CatalogUpdate, options?: CatalogsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsUpdateResponse>, CatalogsUpdateResponse>>;
|
|
447
|
-
/**
|
|
448
|
-
* Partially updates a catalog.
|
|
449
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
450
|
-
* @param devCenterName The name of the devcenter.
|
|
451
|
-
* @param catalogName The name of the Catalog.
|
|
452
|
-
* @param body Updatable catalog properties.
|
|
453
|
-
* @param options The options parameters.
|
|
454
|
-
*/
|
|
455
|
-
beginUpdateAndWait(resourceGroupName: string, devCenterName: string, catalogName: string, body: CatalogUpdate, options?: CatalogsUpdateOptionalParams): Promise<CatalogsUpdateResponse>;
|
|
456
|
-
/**
|
|
457
|
-
* Deletes a catalog resource.
|
|
458
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
459
|
-
* @param devCenterName The name of the devcenter.
|
|
460
|
-
* @param catalogName The name of the Catalog.
|
|
461
|
-
* @param options The options parameters.
|
|
462
|
-
*/
|
|
463
|
-
beginDelete(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsDeleteResponse>, CatalogsDeleteResponse>>;
|
|
464
|
-
/**
|
|
465
|
-
* Deletes a catalog resource.
|
|
466
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
467
|
-
* @param devCenterName The name of the devcenter.
|
|
468
|
-
* @param catalogName The name of the Catalog.
|
|
469
|
-
* @param options The options parameters.
|
|
470
|
-
*/
|
|
471
|
-
beginDeleteAndWait(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<CatalogsDeleteResponse>;
|
|
472
|
-
/**
|
|
473
|
-
* Gets catalog synchronization error details
|
|
474
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
475
|
-
* @param devCenterName The name of the devcenter.
|
|
476
|
-
* @param catalogName The name of the Catalog.
|
|
477
|
-
* @param options The options parameters.
|
|
478
|
-
*/
|
|
479
|
-
getSyncErrorDetails(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsGetSyncErrorDetailsOptionalParams): Promise<CatalogsGetSyncErrorDetailsResponse>;
|
|
480
|
-
/**
|
|
481
|
-
* Syncs templates for a template source.
|
|
482
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
483
|
-
* @param devCenterName The name of the devcenter.
|
|
484
|
-
* @param catalogName The name of the Catalog.
|
|
485
|
-
* @param options The options parameters.
|
|
486
|
-
*/
|
|
487
|
-
beginSync(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsSyncOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsSyncResponse>, CatalogsSyncResponse>>;
|
|
488
|
-
/**
|
|
489
|
-
* Syncs templates for a template source.
|
|
490
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
491
|
-
* @param devCenterName The name of the devcenter.
|
|
492
|
-
* @param catalogName The name of the Catalog.
|
|
493
|
-
* @param options The options parameters.
|
|
494
|
-
*/
|
|
495
|
-
beginSyncAndWait(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsSyncOptionalParams): Promise<CatalogsSyncResponse>;
|
|
496
|
-
/**
|
|
497
|
-
* Connects a catalog to enable syncing.
|
|
498
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
499
|
-
* @param devCenterName The name of the devcenter.
|
|
500
|
-
* @param catalogName The name of the Catalog.
|
|
501
|
-
* @param options The options parameters.
|
|
502
|
-
*/
|
|
503
|
-
beginConnect(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsConnectOptionalParams): Promise<SimplePollerLike<OperationState<CatalogsConnectResponse>, CatalogsConnectResponse>>;
|
|
504
|
-
/**
|
|
505
|
-
* Connects a catalog to enable syncing.
|
|
506
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
507
|
-
* @param devCenterName The name of the devcenter.
|
|
508
|
-
* @param catalogName The name of the Catalog.
|
|
509
|
-
* @param options The options parameters.
|
|
510
|
-
*/
|
|
511
|
-
beginConnectAndWait(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsConnectOptionalParams): Promise<CatalogsConnectResponse>;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/** Defines headers for Catalogs_connect operation. */
|
|
515
|
-
export declare interface CatalogsConnectHeaders {
|
|
516
|
-
location?: string;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
/** Optional parameters. */
|
|
520
|
-
export declare interface CatalogsConnectOptionalParams extends coreClient.OperationOptions {
|
|
521
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
522
|
-
updateIntervalInMs?: number;
|
|
523
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
524
|
-
resumeFrom?: string;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
/** Contains response data for the connect operation. */
|
|
528
|
-
export declare type CatalogsConnectResponse = CatalogsConnectHeaders;
|
|
529
|
-
|
|
530
|
-
/** Optional parameters. */
|
|
531
|
-
export declare interface CatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
532
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
533
|
-
updateIntervalInMs?: number;
|
|
534
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
535
|
-
resumeFrom?: string;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
539
|
-
export declare type CatalogsCreateOrUpdateResponse = Catalog;
|
|
540
|
-
|
|
541
|
-
/** Defines headers for Catalogs_delete operation. */
|
|
542
|
-
export declare interface CatalogsDeleteHeaders {
|
|
543
|
-
location?: string;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
/** Optional parameters. */
|
|
547
|
-
export declare interface CatalogsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
548
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
549
|
-
updateIntervalInMs?: number;
|
|
550
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
551
|
-
resumeFrom?: string;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
/** Contains response data for the delete operation. */
|
|
555
|
-
export declare type CatalogsDeleteResponse = CatalogsDeleteHeaders;
|
|
556
|
-
|
|
557
|
-
/** Optional parameters. */
|
|
558
|
-
export declare interface CatalogsGetOptionalParams extends coreClient.OperationOptions {
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
/** Contains response data for the get operation. */
|
|
562
|
-
export declare type CatalogsGetResponse = Catalog;
|
|
563
|
-
|
|
564
|
-
/** Optional parameters. */
|
|
565
|
-
export declare interface CatalogsGetSyncErrorDetailsOptionalParams extends coreClient.OperationOptions {
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
/** Contains response data for the getSyncErrorDetails operation. */
|
|
569
|
-
export declare type CatalogsGetSyncErrorDetailsResponse = SyncErrorDetails;
|
|
570
|
-
|
|
571
|
-
/** Optional parameters. */
|
|
572
|
-
export declare interface CatalogsListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
/** Contains response data for the listByDevCenterNext operation. */
|
|
576
|
-
export declare type CatalogsListByDevCenterNextResponse = CatalogListResult;
|
|
577
|
-
|
|
578
|
-
/** Optional parameters. */
|
|
579
|
-
export declare interface CatalogsListByDevCenterOptionalParams extends coreClient.OperationOptions {
|
|
580
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
581
|
-
top?: number;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
/** Contains response data for the listByDevCenter operation. */
|
|
585
|
-
export declare type CatalogsListByDevCenterResponse = CatalogListResult;
|
|
586
|
-
|
|
587
|
-
/** Defines headers for Catalogs_sync operation. */
|
|
588
|
-
export declare interface CatalogsSyncHeaders {
|
|
589
|
-
location?: string;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
/** Optional parameters. */
|
|
593
|
-
export declare interface CatalogsSyncOptionalParams extends coreClient.OperationOptions {
|
|
594
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
595
|
-
updateIntervalInMs?: number;
|
|
596
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
597
|
-
resumeFrom?: string;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
/** Contains response data for the sync operation. */
|
|
601
|
-
export declare type CatalogsSyncResponse = CatalogsSyncHeaders;
|
|
602
|
-
|
|
603
|
-
/** Defines headers for Catalogs_update operation. */
|
|
604
|
-
export declare interface CatalogsUpdateHeaders {
|
|
605
|
-
location?: string;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
/** Optional parameters. */
|
|
609
|
-
export declare interface CatalogsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
610
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
611
|
-
updateIntervalInMs?: number;
|
|
612
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
613
|
-
resumeFrom?: string;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
/** Contains response data for the update operation. */
|
|
617
|
-
export declare type CatalogsUpdateResponse = Catalog;
|
|
618
|
-
|
|
619
|
-
/** An individual synchronization error. */
|
|
620
|
-
export declare interface CatalogSyncError {
|
|
621
|
-
/**
|
|
622
|
-
* The path of the file the error is associated with.
|
|
623
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
624
|
-
*/
|
|
625
|
-
readonly path?: string;
|
|
626
|
-
/**
|
|
627
|
-
* Errors associated with the file.
|
|
628
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
629
|
-
*/
|
|
630
|
-
readonly errorDetails?: CatalogErrorDetails[];
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
/**
|
|
634
|
-
* Defines values for CatalogSyncState. \
|
|
635
|
-
* {@link KnownCatalogSyncState} can be used interchangeably with CatalogSyncState,
|
|
636
|
-
* this enum contains the known values that the service supports.
|
|
637
|
-
* ### Known values supported by the service
|
|
638
|
-
* **Succeeded** \
|
|
639
|
-
* **InProgress** \
|
|
640
|
-
* **Failed** \
|
|
641
|
-
* **Canceled**
|
|
642
|
-
*/
|
|
643
|
-
export declare type CatalogSyncState = string;
|
|
644
|
-
|
|
645
|
-
/**
|
|
646
|
-
* Defines values for CatalogSyncType. \
|
|
647
|
-
* {@link KnownCatalogSyncType} can be used interchangeably with CatalogSyncType,
|
|
648
|
-
* this enum contains the known values that the service supports.
|
|
649
|
-
* ### Known values supported by the service
|
|
650
|
-
* **Manual** \
|
|
651
|
-
* **Scheduled**
|
|
652
|
-
*/
|
|
653
|
-
export declare type CatalogSyncType = string;
|
|
654
|
-
|
|
655
|
-
/** The catalog's properties for partial update. Properties not provided in the update request will not be changed. */
|
|
656
|
-
export declare interface CatalogUpdate {
|
|
657
|
-
/** Properties for a GitHub catalog type. */
|
|
658
|
-
gitHub?: GitCatalog;
|
|
659
|
-
/** Properties for an Azure DevOps catalog type. */
|
|
660
|
-
adoGit?: GitCatalog;
|
|
661
|
-
/** Indicates the type of sync that is configured for the catalog. */
|
|
662
|
-
syncType?: CatalogSyncType;
|
|
663
|
-
/** Resource tags. */
|
|
664
|
-
tags?: {
|
|
665
|
-
[propertyName: string]: string;
|
|
666
|
-
};
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
/** Properties of a catalog. These properties can be updated after the resource has been created. */
|
|
670
|
-
export declare interface CatalogUpdateProperties {
|
|
671
|
-
/** Properties for a GitHub catalog type. */
|
|
672
|
-
gitHub?: GitCatalog;
|
|
673
|
-
/** Properties for an Azure DevOps catalog type. */
|
|
674
|
-
adoGit?: GitCatalog;
|
|
675
|
-
/** Indicates the type of sync that is configured for the catalog. */
|
|
676
|
-
syncType?: CatalogSyncType;
|
|
677
|
-
/** Resource tags. */
|
|
678
|
-
tags?: {
|
|
679
|
-
[propertyName: string]: string;
|
|
680
|
-
};
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
/** Interface representing a CheckNameAvailability. */
|
|
684
|
-
export declare interface CheckNameAvailability {
|
|
685
|
-
/**
|
|
686
|
-
* Check the availability of name for resource
|
|
687
|
-
* @param nameAvailabilityRequest The required parameters for checking if resource name is available.
|
|
688
|
-
* @param options The options parameters.
|
|
689
|
-
*/
|
|
690
|
-
execute(nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
/** Optional parameters. */
|
|
694
|
-
export declare interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/** Contains response data for the execute operation. */
|
|
698
|
-
export declare type CheckNameAvailabilityExecuteResponse = CheckNameAvailabilityResponse;
|
|
699
|
-
|
|
700
|
-
/**
|
|
701
|
-
* Defines values for CheckNameAvailabilityReason. \
|
|
702
|
-
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
703
|
-
* this enum contains the known values that the service supports.
|
|
704
|
-
* ### Known values supported by the service
|
|
705
|
-
* **Invalid** \
|
|
706
|
-
* **AlreadyExists**
|
|
707
|
-
*/
|
|
708
|
-
export declare type CheckNameAvailabilityReason = string;
|
|
709
|
-
|
|
710
|
-
/** The check availability request body. */
|
|
711
|
-
export declare interface CheckNameAvailabilityRequest {
|
|
712
|
-
/** The name of the resource for which availability needs to be checked. */
|
|
713
|
-
name?: string;
|
|
714
|
-
/** The resource type. */
|
|
715
|
-
type?: string;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
/** The check availability result. */
|
|
719
|
-
export declare interface CheckNameAvailabilityResponse {
|
|
720
|
-
/** Indicates if the resource name is available. */
|
|
721
|
-
nameAvailable?: boolean;
|
|
722
|
-
/** The reason why the given name is not available. */
|
|
723
|
-
reason?: CheckNameAvailabilityReason;
|
|
724
|
-
/** Detailed reason why the given name is available. */
|
|
725
|
-
message?: string;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
/** Interface representing a CheckScopedNameAvailability. */
|
|
729
|
-
export declare interface CheckScopedNameAvailability {
|
|
730
|
-
/**
|
|
731
|
-
* Check the availability of name for resource
|
|
732
|
-
* @param nameAvailabilityRequest The required parameters for checking if resource name is available.
|
|
733
|
-
* @param options The options parameters.
|
|
734
|
-
*/
|
|
735
|
-
execute(nameAvailabilityRequest: CheckScopedNameAvailabilityRequest, options?: CheckScopedNameAvailabilityExecuteOptionalParams): Promise<CheckScopedNameAvailabilityExecuteResponse>;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/** Optional parameters. */
|
|
739
|
-
export declare interface CheckScopedNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
/** Contains response data for the execute operation. */
|
|
743
|
-
export declare type CheckScopedNameAvailabilityExecuteResponse = CheckNameAvailabilityResponse;
|
|
744
|
-
|
|
745
|
-
/** The scoped name check availability request body. */
|
|
746
|
-
export declare interface CheckScopedNameAvailabilityRequest {
|
|
747
|
-
/** The name of the resource for which availability needs to be checked. */
|
|
748
|
-
name?: string;
|
|
749
|
-
/** The resource type. */
|
|
750
|
-
type?: string;
|
|
751
|
-
/** The resource id to scope the name check. */
|
|
752
|
-
scope?: string;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
/**
|
|
756
|
-
* Defines values for CreatedByType. \
|
|
757
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
758
|
-
* this enum contains the known values that the service supports.
|
|
759
|
-
* ### Known values supported by the service
|
|
760
|
-
* **User** \
|
|
761
|
-
* **Application** \
|
|
762
|
-
* **ManagedIdentity** \
|
|
763
|
-
* **Key**
|
|
764
|
-
*/
|
|
765
|
-
export declare type CreatedByType = string;
|
|
766
|
-
|
|
767
|
-
/** All Customer-managed key encryption properties for the resource. */
|
|
768
|
-
export declare interface CustomerManagedKeyEncryption {
|
|
769
|
-
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
770
|
-
keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionKeyIdentity;
|
|
771
|
-
/** 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. */
|
|
772
|
-
keyEncryptionKeyUrl?: string;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
776
|
-
export declare interface CustomerManagedKeyEncryptionKeyIdentity {
|
|
777
|
-
/** Values can be systemAssignedIdentity or userAssignedIdentity */
|
|
778
|
-
identityType?: IdentityType;
|
|
779
|
-
/** 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. */
|
|
780
|
-
userAssignedIdentityResourceId?: string;
|
|
781
|
-
/** 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. */
|
|
782
|
-
delegatedIdentityClientId?: string;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/** Represents a definition for a Developer Machine. */
|
|
786
|
-
export declare interface DevBoxDefinition extends TrackedResource {
|
|
787
|
-
/** Image reference information. */
|
|
788
|
-
imageReference?: ImageReference;
|
|
789
|
-
/** The SKU for Dev Boxes created using this definition. */
|
|
790
|
-
sku?: Sku;
|
|
791
|
-
/** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
|
|
792
|
-
osStorageType?: string;
|
|
793
|
-
/** 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 */
|
|
794
|
-
hibernateSupport?: HibernateSupport;
|
|
795
|
-
/**
|
|
796
|
-
* The provisioning state of the resource.
|
|
797
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
798
|
-
*/
|
|
799
|
-
readonly provisioningState?: ProvisioningState;
|
|
800
|
-
/**
|
|
801
|
-
* Validation status of the configured image.
|
|
802
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
803
|
-
*/
|
|
804
|
-
readonly imageValidationStatus?: ImageValidationStatus;
|
|
805
|
-
/**
|
|
806
|
-
* Details for image validator error. Populated when the image validation is not successful.
|
|
807
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
808
|
-
*/
|
|
809
|
-
readonly imageValidationErrorDetails?: ImageValidationErrorDetails;
|
|
810
|
-
/**
|
|
811
|
-
* Validation status for the Dev Box Definition.
|
|
812
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
813
|
-
*/
|
|
814
|
-
readonly validationStatus?: CatalogResourceValidationStatus;
|
|
815
|
-
/**
|
|
816
|
-
* Image reference information for the currently active image (only populated during updates).
|
|
817
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
818
|
-
*/
|
|
819
|
-
readonly activeImageReference?: ImageReference;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
/** Results of the Dev Box definition list operation. */
|
|
823
|
-
export declare interface DevBoxDefinitionListResult {
|
|
824
|
-
/**
|
|
825
|
-
* Current page of results.
|
|
826
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
827
|
-
*/
|
|
828
|
-
readonly value?: DevBoxDefinition[];
|
|
829
|
-
/**
|
|
830
|
-
* URL to get the next set of results if there are any.
|
|
831
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
832
|
-
*/
|
|
833
|
-
readonly nextLink?: string;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
/** Properties of a Dev Box definition. */
|
|
837
|
-
export declare interface DevBoxDefinitionProperties extends DevBoxDefinitionUpdateProperties {
|
|
838
|
-
/**
|
|
839
|
-
* The provisioning state of the resource.
|
|
840
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
841
|
-
*/
|
|
842
|
-
readonly provisioningState?: ProvisioningState;
|
|
843
|
-
/**
|
|
844
|
-
* Validation status of the configured image.
|
|
845
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
846
|
-
*/
|
|
847
|
-
readonly imageValidationStatus?: ImageValidationStatus;
|
|
848
|
-
/**
|
|
849
|
-
* Details for image validator error. Populated when the image validation is not successful.
|
|
850
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
851
|
-
*/
|
|
852
|
-
readonly imageValidationErrorDetails?: ImageValidationErrorDetails;
|
|
853
|
-
/**
|
|
854
|
-
* Validation status for the Dev Box Definition.
|
|
855
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
856
|
-
*/
|
|
857
|
-
readonly validationStatus?: CatalogResourceValidationStatus;
|
|
858
|
-
/**
|
|
859
|
-
* Image reference information for the currently active image (only populated during updates).
|
|
860
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
861
|
-
*/
|
|
862
|
-
readonly activeImageReference?: ImageReference;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
/** Interface representing a DevBoxDefinitions. */
|
|
866
|
-
export declare interface DevBoxDefinitions {
|
|
867
|
-
/**
|
|
868
|
-
* List Dev Box definitions for a devcenter.
|
|
869
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
870
|
-
* @param devCenterName The name of the devcenter.
|
|
871
|
-
* @param options The options parameters.
|
|
872
|
-
*/
|
|
873
|
-
listByDevCenter(resourceGroupName: string, devCenterName: string, options?: DevBoxDefinitionsListByDevCenterOptionalParams): PagedAsyncIterableIterator<DevBoxDefinition>;
|
|
874
|
-
/**
|
|
875
|
-
* List Dev Box definitions configured for a project.
|
|
876
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
877
|
-
* @param projectName The name of the project.
|
|
878
|
-
* @param options The options parameters.
|
|
879
|
-
*/
|
|
880
|
-
listByProject(resourceGroupName: string, projectName: string, options?: DevBoxDefinitionsListByProjectOptionalParams): PagedAsyncIterableIterator<DevBoxDefinition>;
|
|
881
|
-
/**
|
|
882
|
-
* Gets a Dev Box definition
|
|
883
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
884
|
-
* @param devCenterName The name of the devcenter.
|
|
885
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
886
|
-
* @param options The options parameters.
|
|
887
|
-
*/
|
|
888
|
-
get(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsGetOptionalParams): Promise<DevBoxDefinitionsGetResponse>;
|
|
889
|
-
/**
|
|
890
|
-
* Creates or updates a Dev Box definition.
|
|
891
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
892
|
-
* @param devCenterName The name of the devcenter.
|
|
893
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
894
|
-
* @param body Represents a Dev Box definition.
|
|
895
|
-
* @param options The options parameters.
|
|
896
|
-
*/
|
|
897
|
-
beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinition, options?: DevBoxDefinitionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevBoxDefinitionsCreateOrUpdateResponse>, DevBoxDefinitionsCreateOrUpdateResponse>>;
|
|
898
|
-
/**
|
|
899
|
-
* Creates or updates a Dev Box definition.
|
|
900
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
901
|
-
* @param devCenterName The name of the devcenter.
|
|
902
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
903
|
-
* @param body Represents a Dev Box definition.
|
|
904
|
-
* @param options The options parameters.
|
|
905
|
-
*/
|
|
906
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinition, options?: DevBoxDefinitionsCreateOrUpdateOptionalParams): Promise<DevBoxDefinitionsCreateOrUpdateResponse>;
|
|
907
|
-
/**
|
|
908
|
-
* Partially updates a Dev Box definition.
|
|
909
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
910
|
-
* @param devCenterName The name of the devcenter.
|
|
911
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
912
|
-
* @param body Represents a Dev Box definition.
|
|
913
|
-
* @param options The options parameters.
|
|
914
|
-
*/
|
|
915
|
-
beginUpdate(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinitionUpdate, options?: DevBoxDefinitionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevBoxDefinitionsUpdateResponse>, DevBoxDefinitionsUpdateResponse>>;
|
|
916
|
-
/**
|
|
917
|
-
* Partially updates a Dev Box definition.
|
|
918
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
919
|
-
* @param devCenterName The name of the devcenter.
|
|
920
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
921
|
-
* @param body Represents a Dev Box definition.
|
|
922
|
-
* @param options The options parameters.
|
|
923
|
-
*/
|
|
924
|
-
beginUpdateAndWait(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, body: DevBoxDefinitionUpdate, options?: DevBoxDefinitionsUpdateOptionalParams): Promise<DevBoxDefinitionsUpdateResponse>;
|
|
925
|
-
/**
|
|
926
|
-
* Deletes a Dev Box definition
|
|
927
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
928
|
-
* @param devCenterName The name of the devcenter.
|
|
929
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
930
|
-
* @param options The options parameters.
|
|
931
|
-
*/
|
|
932
|
-
beginDelete(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DevBoxDefinitionsDeleteResponse>, DevBoxDefinitionsDeleteResponse>>;
|
|
933
|
-
/**
|
|
934
|
-
* Deletes a Dev Box definition
|
|
935
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
936
|
-
* @param devCenterName The name of the devcenter.
|
|
937
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
938
|
-
* @param options The options parameters.
|
|
939
|
-
*/
|
|
940
|
-
beginDeleteAndWait(resourceGroupName: string, devCenterName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsDeleteOptionalParams): Promise<DevBoxDefinitionsDeleteResponse>;
|
|
941
|
-
/**
|
|
942
|
-
* Gets a Dev Box definition configured for a project
|
|
943
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
944
|
-
* @param projectName The name of the project.
|
|
945
|
-
* @param devBoxDefinitionName The name of the Dev Box definition.
|
|
946
|
-
* @param options The options parameters.
|
|
947
|
-
*/
|
|
948
|
-
getByProject(resourceGroupName: string, projectName: string, devBoxDefinitionName: string, options?: DevBoxDefinitionsGetByProjectOptionalParams): Promise<DevBoxDefinitionsGetByProjectResponse>;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
/** Optional parameters. */
|
|
952
|
-
export declare interface DevBoxDefinitionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
953
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
954
|
-
updateIntervalInMs?: number;
|
|
955
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
956
|
-
resumeFrom?: string;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
960
|
-
export declare type DevBoxDefinitionsCreateOrUpdateResponse = DevBoxDefinition;
|
|
961
|
-
|
|
962
|
-
/** Defines headers for DevBoxDefinitions_delete operation. */
|
|
963
|
-
export declare interface DevBoxDefinitionsDeleteHeaders {
|
|
964
|
-
location?: string;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
/** Optional parameters. */
|
|
968
|
-
export declare interface DevBoxDefinitionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
969
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
970
|
-
updateIntervalInMs?: number;
|
|
971
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
972
|
-
resumeFrom?: string;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
/** Contains response data for the delete operation. */
|
|
976
|
-
export declare type DevBoxDefinitionsDeleteResponse = DevBoxDefinitionsDeleteHeaders;
|
|
977
|
-
|
|
978
|
-
/** Optional parameters. */
|
|
979
|
-
export declare interface DevBoxDefinitionsGetByProjectOptionalParams extends coreClient.OperationOptions {
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
/** Contains response data for the getByProject operation. */
|
|
983
|
-
export declare type DevBoxDefinitionsGetByProjectResponse = DevBoxDefinition;
|
|
984
|
-
|
|
985
|
-
/** Optional parameters. */
|
|
986
|
-
export declare interface DevBoxDefinitionsGetOptionalParams extends coreClient.OperationOptions {
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
/** Contains response data for the get operation. */
|
|
990
|
-
export declare type DevBoxDefinitionsGetResponse = DevBoxDefinition;
|
|
991
|
-
|
|
992
|
-
/** Optional parameters. */
|
|
993
|
-
export declare interface DevBoxDefinitionsListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
/** Contains response data for the listByDevCenterNext operation. */
|
|
997
|
-
export declare type DevBoxDefinitionsListByDevCenterNextResponse = DevBoxDefinitionListResult;
|
|
998
|
-
|
|
999
|
-
/** Optional parameters. */
|
|
1000
|
-
export declare interface DevBoxDefinitionsListByDevCenterOptionalParams extends coreClient.OperationOptions {
|
|
1001
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
1002
|
-
top?: number;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
/** Contains response data for the listByDevCenter operation. */
|
|
1006
|
-
export declare type DevBoxDefinitionsListByDevCenterResponse = DevBoxDefinitionListResult;
|
|
1007
|
-
|
|
1008
|
-
/** Optional parameters. */
|
|
1009
|
-
export declare interface DevBoxDefinitionsListByProjectNextOptionalParams extends coreClient.OperationOptions {
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
/** Contains response data for the listByProjectNext operation. */
|
|
1013
|
-
export declare type DevBoxDefinitionsListByProjectNextResponse = DevBoxDefinitionListResult;
|
|
1014
|
-
|
|
1015
|
-
/** Optional parameters. */
|
|
1016
|
-
export declare interface DevBoxDefinitionsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
1018
|
-
top?: number;
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
/** Contains response data for the listByProject operation. */
|
|
1022
|
-
export declare type DevBoxDefinitionsListByProjectResponse = DevBoxDefinitionListResult;
|
|
1023
|
-
|
|
1024
|
-
/** Defines headers for DevBoxDefinitions_update operation. */
|
|
1025
|
-
export declare interface DevBoxDefinitionsUpdateHeaders {
|
|
1026
|
-
location?: string;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
/** Optional parameters. */
|
|
1030
|
-
export declare interface DevBoxDefinitionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1031
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1032
|
-
updateIntervalInMs?: number;
|
|
1033
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1034
|
-
resumeFrom?: string;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
/** Contains response data for the update operation. */
|
|
1038
|
-
export declare type DevBoxDefinitionsUpdateResponse = DevBoxDefinition;
|
|
1039
|
-
|
|
1040
|
-
/** Partial update of a Dev Box definition resource. */
|
|
1041
|
-
export declare interface DevBoxDefinitionUpdate extends TrackedResourceUpdate {
|
|
1042
|
-
/** Image reference information. */
|
|
1043
|
-
imageReference?: ImageReference;
|
|
1044
|
-
/** The SKU for Dev Boxes created using this definition. */
|
|
1045
|
-
sku?: Sku;
|
|
1046
|
-
/** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
|
|
1047
|
-
osStorageType?: string;
|
|
1048
|
-
/** 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 */
|
|
1049
|
-
hibernateSupport?: HibernateSupport;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
/** Properties of a Dev Box definition. These properties can be updated after the resource has been created. */
|
|
1053
|
-
export declare interface DevBoxDefinitionUpdateProperties {
|
|
1054
|
-
/** Image reference information. */
|
|
1055
|
-
imageReference?: ImageReference;
|
|
1056
|
-
/** The SKU for Dev Boxes created using this definition. */
|
|
1057
|
-
sku?: Sku;
|
|
1058
|
-
/** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
|
|
1059
|
-
osStorageType?: string;
|
|
1060
|
-
/** 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 */
|
|
1061
|
-
hibernateSupport?: HibernateSupport;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
/** Represents a devcenter resource. */
|
|
1065
|
-
export declare interface DevCenter extends TrackedResource {
|
|
1066
|
-
/** Managed identity properties */
|
|
1067
|
-
identity?: ManagedServiceIdentity;
|
|
1068
|
-
/** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
|
|
1069
|
-
encryption?: Encryption;
|
|
1070
|
-
/** The display name of the devcenter. */
|
|
1071
|
-
displayName?: string;
|
|
1072
|
-
/** Dev Center settings to be used when associating a project with a catalog. */
|
|
1073
|
-
projectCatalogSettings?: DevCenterProjectCatalogSettings;
|
|
1074
|
-
/**
|
|
1075
|
-
* The provisioning state of the resource.
|
|
1076
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1077
|
-
*/
|
|
1078
|
-
readonly provisioningState?: ProvisioningState;
|
|
1079
|
-
/**
|
|
1080
|
-
* The URI of the Dev Center.
|
|
1081
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1082
|
-
*/
|
|
1083
|
-
readonly devCenterUri?: string;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
export declare class DevCenterClient extends coreClient.ServiceClient {
|
|
1087
|
-
$host: string;
|
|
1088
|
-
apiVersion: string;
|
|
1089
|
-
subscriptionId: string;
|
|
1090
|
-
/**
|
|
1091
|
-
* Initializes a new instance of the DevCenterClient class.
|
|
1092
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1093
|
-
* @param subscriptionId The ID of the target subscription.
|
|
1094
|
-
* @param options The parameter options
|
|
1095
|
-
*/
|
|
1096
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DevCenterClientOptionalParams);
|
|
1097
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
1098
|
-
private addCustomApiVersionPolicy;
|
|
1099
|
-
devCenters: DevCenters;
|
|
1100
|
-
projects: Projects;
|
|
1101
|
-
attachedNetworks: AttachedNetworks;
|
|
1102
|
-
projectCatalogs: ProjectCatalogs;
|
|
1103
|
-
environmentDefinitions: EnvironmentDefinitions;
|
|
1104
|
-
projectCatalogEnvironmentDefinitions: ProjectCatalogEnvironmentDefinitions;
|
|
1105
|
-
galleries: Galleries;
|
|
1106
|
-
images: Images;
|
|
1107
|
-
imageVersions: ImageVersions;
|
|
1108
|
-
catalogs: Catalogs;
|
|
1109
|
-
environmentTypes: EnvironmentTypes;
|
|
1110
|
-
projectAllowedEnvironmentTypes: ProjectAllowedEnvironmentTypes;
|
|
1111
|
-
projectEnvironmentTypes: ProjectEnvironmentTypes;
|
|
1112
|
-
devBoxDefinitions: DevBoxDefinitions;
|
|
1113
|
-
operations: Operations;
|
|
1114
|
-
operationStatuses: OperationStatuses;
|
|
1115
|
-
usages: Usages;
|
|
1116
|
-
checkNameAvailability: CheckNameAvailability;
|
|
1117
|
-
checkScopedNameAvailability: CheckScopedNameAvailability;
|
|
1118
|
-
skus: Skus;
|
|
1119
|
-
pools: Pools;
|
|
1120
|
-
schedules: Schedules;
|
|
1121
|
-
networkConnections: NetworkConnections;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
/** Optional parameters. */
|
|
1125
|
-
export declare interface DevCenterClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1126
|
-
/** server parameter */
|
|
1127
|
-
$host?: string;
|
|
1128
|
-
/** Api Version */
|
|
1129
|
-
apiVersion?: string;
|
|
1130
|
-
/** Overrides client endpoint. */
|
|
1131
|
-
endpoint?: string;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
/** Result of the list devcenters operation */
|
|
1135
|
-
export declare interface DevCenterListResult {
|
|
1136
|
-
/**
|
|
1137
|
-
* Current page of results.
|
|
1138
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1139
|
-
*/
|
|
1140
|
-
readonly value?: DevCenter[];
|
|
1141
|
-
/**
|
|
1142
|
-
* URL to get the next set of results if there are any.
|
|
1143
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1144
|
-
*/
|
|
1145
|
-
readonly nextLink?: string;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
/** Project catalog settings for project catalogs under a project associated to this dev center. */
|
|
1149
|
-
export declare interface DevCenterProjectCatalogSettings {
|
|
1150
|
-
/** Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. */
|
|
1151
|
-
catalogItemSyncEnableStatus?: CatalogItemSyncEnableStatus;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
/** Properties of the devcenter. */
|
|
1155
|
-
export declare interface DevCenterProperties extends DevCenterUpdateProperties {
|
|
1156
|
-
/**
|
|
1157
|
-
* The provisioning state of the resource.
|
|
1158
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1159
|
-
*/
|
|
1160
|
-
readonly provisioningState?: ProvisioningState;
|
|
1161
|
-
/**
|
|
1162
|
-
* The URI of the Dev Center.
|
|
1163
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1164
|
-
*/
|
|
1165
|
-
readonly devCenterUri?: string;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
/** Interface representing a DevCenters. */
|
|
1169
|
-
export declare interface DevCenters {
|
|
1170
|
-
/**
|
|
1171
|
-
* Lists all devcenters in a subscription.
|
|
1172
|
-
* @param options The options parameters.
|
|
1173
|
-
*/
|
|
1174
|
-
listBySubscription(options?: DevCentersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DevCenter>;
|
|
1175
|
-
/**
|
|
1176
|
-
* Lists all devcenters in a resource group.
|
|
1177
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1178
|
-
* @param options The options parameters.
|
|
1179
|
-
*/
|
|
1180
|
-
listByResourceGroup(resourceGroupName: string, options?: DevCentersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DevCenter>;
|
|
1181
|
-
/**
|
|
1182
|
-
* Gets a devcenter.
|
|
1183
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1184
|
-
* @param devCenterName The name of the devcenter.
|
|
1185
|
-
* @param options The options parameters.
|
|
1186
|
-
*/
|
|
1187
|
-
get(resourceGroupName: string, devCenterName: string, options?: DevCentersGetOptionalParams): Promise<DevCentersGetResponse>;
|
|
1188
|
-
/**
|
|
1189
|
-
* Creates or updates a devcenter resource
|
|
1190
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1191
|
-
* @param devCenterName The name of the devcenter.
|
|
1192
|
-
* @param body Represents a devcenter.
|
|
1193
|
-
* @param options The options parameters.
|
|
1194
|
-
*/
|
|
1195
|
-
beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, body: DevCenter, options?: DevCentersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevCentersCreateOrUpdateResponse>, DevCentersCreateOrUpdateResponse>>;
|
|
1196
|
-
/**
|
|
1197
|
-
* Creates or updates a devcenter resource
|
|
1198
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1199
|
-
* @param devCenterName The name of the devcenter.
|
|
1200
|
-
* @param body Represents a devcenter.
|
|
1201
|
-
* @param options The options parameters.
|
|
1202
|
-
*/
|
|
1203
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, body: DevCenter, options?: DevCentersCreateOrUpdateOptionalParams): Promise<DevCentersCreateOrUpdateResponse>;
|
|
1204
|
-
/**
|
|
1205
|
-
* Partially updates a devcenter.
|
|
1206
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1207
|
-
* @param devCenterName The name of the devcenter.
|
|
1208
|
-
* @param body Updatable devcenter properties.
|
|
1209
|
-
* @param options The options parameters.
|
|
1210
|
-
*/
|
|
1211
|
-
beginUpdate(resourceGroupName: string, devCenterName: string, body: DevCenterUpdate, options?: DevCentersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevCentersUpdateResponse>, DevCentersUpdateResponse>>;
|
|
1212
|
-
/**
|
|
1213
|
-
* Partially updates a devcenter.
|
|
1214
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1215
|
-
* @param devCenterName The name of the devcenter.
|
|
1216
|
-
* @param body Updatable devcenter properties.
|
|
1217
|
-
* @param options The options parameters.
|
|
1218
|
-
*/
|
|
1219
|
-
beginUpdateAndWait(resourceGroupName: string, devCenterName: string, body: DevCenterUpdate, options?: DevCentersUpdateOptionalParams): Promise<DevCentersUpdateResponse>;
|
|
1220
|
-
/**
|
|
1221
|
-
* Deletes a devcenter
|
|
1222
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1223
|
-
* @param devCenterName The name of the devcenter.
|
|
1224
|
-
* @param options The options parameters.
|
|
1225
|
-
*/
|
|
1226
|
-
beginDelete(resourceGroupName: string, devCenterName: string, options?: DevCentersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DevCentersDeleteResponse>, DevCentersDeleteResponse>>;
|
|
1227
|
-
/**
|
|
1228
|
-
* Deletes a devcenter
|
|
1229
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1230
|
-
* @param devCenterName The name of the devcenter.
|
|
1231
|
-
* @param options The options parameters.
|
|
1232
|
-
*/
|
|
1233
|
-
beginDeleteAndWait(resourceGroupName: string, devCenterName: string, options?: DevCentersDeleteOptionalParams): Promise<DevCentersDeleteResponse>;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
/** Optional parameters. */
|
|
1237
|
-
export declare interface DevCentersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1238
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1239
|
-
updateIntervalInMs?: number;
|
|
1240
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1241
|
-
resumeFrom?: string;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1245
|
-
export declare type DevCentersCreateOrUpdateResponse = DevCenter;
|
|
1246
|
-
|
|
1247
|
-
/** Defines headers for DevCenters_delete operation. */
|
|
1248
|
-
export declare interface DevCentersDeleteHeaders {
|
|
1249
|
-
location?: string;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
/** Optional parameters. */
|
|
1253
|
-
export declare interface DevCentersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1254
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1255
|
-
updateIntervalInMs?: number;
|
|
1256
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1257
|
-
resumeFrom?: string;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
/** Contains response data for the delete operation. */
|
|
1261
|
-
export declare type DevCentersDeleteResponse = DevCentersDeleteHeaders;
|
|
1262
|
-
|
|
1263
|
-
/** Optional parameters. */
|
|
1264
|
-
export declare interface DevCentersGetOptionalParams extends coreClient.OperationOptions {
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
/** Contains response data for the get operation. */
|
|
1268
|
-
export declare type DevCentersGetResponse = DevCenter;
|
|
1269
|
-
|
|
1270
|
-
/** The resource model definition representing SKU for DevCenter resources */
|
|
1271
|
-
export declare interface DevCenterSku extends Sku {
|
|
1272
|
-
/**
|
|
1273
|
-
* The name of the resource type
|
|
1274
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1275
|
-
*/
|
|
1276
|
-
readonly resourceType?: string;
|
|
1277
|
-
/**
|
|
1278
|
-
* SKU supported locations.
|
|
1279
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1280
|
-
*/
|
|
1281
|
-
readonly locations?: string[];
|
|
1282
|
-
/**
|
|
1283
|
-
* Collection of name/value pairs to describe the SKU capabilities.
|
|
1284
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1285
|
-
*/
|
|
1286
|
-
readonly capabilities?: Capability[];
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
/** Optional parameters. */
|
|
1290
|
-
export declare interface DevCentersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1294
|
-
export declare type DevCentersListByResourceGroupNextResponse = DevCenterListResult;
|
|
1295
|
-
|
|
1296
|
-
/** Optional parameters. */
|
|
1297
|
-
export declare interface DevCentersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1298
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
1299
|
-
top?: number;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1303
|
-
export declare type DevCentersListByResourceGroupResponse = DevCenterListResult;
|
|
1304
|
-
|
|
1305
|
-
/** Optional parameters. */
|
|
1306
|
-
export declare interface DevCentersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1310
|
-
export declare type DevCentersListBySubscriptionNextResponse = DevCenterListResult;
|
|
1311
|
-
|
|
1312
|
-
/** Optional parameters. */
|
|
1313
|
-
export declare interface DevCentersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1314
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
1315
|
-
top?: number;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1319
|
-
export declare type DevCentersListBySubscriptionResponse = DevCenterListResult;
|
|
1320
|
-
|
|
1321
|
-
/** Defines headers for DevCenters_update operation. */
|
|
1322
|
-
export declare interface DevCentersUpdateHeaders {
|
|
1323
|
-
location?: string;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
/** Optional parameters. */
|
|
1327
|
-
export declare interface DevCentersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1328
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1329
|
-
updateIntervalInMs?: number;
|
|
1330
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1331
|
-
resumeFrom?: string;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
/** Contains response data for the update operation. */
|
|
1335
|
-
export declare type DevCentersUpdateResponse = DevCenter;
|
|
1336
|
-
|
|
1337
|
-
/** The devcenter resource for partial updates. Properties not provided in the update request will not be changed. */
|
|
1338
|
-
export declare interface DevCenterUpdate extends TrackedResourceUpdate {
|
|
1339
|
-
/** Managed identity properties */
|
|
1340
|
-
identity?: ManagedServiceIdentity;
|
|
1341
|
-
/** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
|
|
1342
|
-
encryption?: Encryption;
|
|
1343
|
-
/** The display name of the devcenter. */
|
|
1344
|
-
displayName?: string;
|
|
1345
|
-
/** Dev Center settings to be used when associating a project with a catalog. */
|
|
1346
|
-
projectCatalogSettings?: DevCenterProjectCatalogSettings;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
/** Properties of the devcenter. These properties can be updated after the resource has been created. */
|
|
1350
|
-
export declare interface DevCenterUpdateProperties {
|
|
1351
|
-
/** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
|
|
1352
|
-
encryption?: Encryption;
|
|
1353
|
-
/** The display name of the devcenter. */
|
|
1354
|
-
displayName?: string;
|
|
1355
|
-
/** Dev Center settings to be used when associating a project with a catalog. */
|
|
1356
|
-
projectCatalogSettings?: DevCenterProjectCatalogSettings;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
/**
|
|
1360
|
-
* Defines values for DomainJoinType. \
|
|
1361
|
-
* {@link KnownDomainJoinType} can be used interchangeably with DomainJoinType,
|
|
1362
|
-
* this enum contains the known values that the service supports.
|
|
1363
|
-
* ### Known values supported by the service
|
|
1364
|
-
* **HybridAzureADJoin** \
|
|
1365
|
-
* **AzureADJoin**
|
|
1366
|
-
*/
|
|
1367
|
-
export declare type DomainJoinType = string;
|
|
1368
|
-
|
|
1369
|
-
export declare interface Encryption {
|
|
1370
|
-
/** All Customer-managed key encryption properties for the resource. */
|
|
1371
|
-
customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
/** A domain name and connection details used to access a dependency. */
|
|
1375
|
-
export declare interface EndpointDependency {
|
|
1376
|
-
/**
|
|
1377
|
-
* The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
|
|
1378
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1379
|
-
*/
|
|
1380
|
-
readonly domainName?: string;
|
|
1381
|
-
/**
|
|
1382
|
-
* Human-readable supplemental information about the dependency and when it is applicable.
|
|
1383
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1384
|
-
*/
|
|
1385
|
-
readonly description?: string;
|
|
1386
|
-
/**
|
|
1387
|
-
* The list of connection details for this endpoint.
|
|
1388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1389
|
-
*/
|
|
1390
|
-
readonly endpointDetails?: EndpointDetail[];
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
/** Details about the connection between the Batch service and the endpoint. */
|
|
1394
|
-
export declare interface EndpointDetail {
|
|
1395
|
-
/**
|
|
1396
|
-
* The port an endpoint is connected to.
|
|
1397
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1398
|
-
*/
|
|
1399
|
-
readonly port?: number;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
/** Represents an environment definition catalog item. */
|
|
1403
|
-
export declare interface EnvironmentDefinition extends ProxyResource {
|
|
1404
|
-
/**
|
|
1405
|
-
* A short description of the environment definition.
|
|
1406
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1407
|
-
*/
|
|
1408
|
-
readonly description?: string;
|
|
1409
|
-
/**
|
|
1410
|
-
* Input parameters passed to an environment.
|
|
1411
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1412
|
-
*/
|
|
1413
|
-
readonly parameters?: EnvironmentDefinitionParameter[];
|
|
1414
|
-
/**
|
|
1415
|
-
* Path to the Environment Definition entrypoint file.
|
|
1416
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1417
|
-
*/
|
|
1418
|
-
readonly templatePath?: string;
|
|
1419
|
-
/**
|
|
1420
|
-
* Validation status for the environment definition.
|
|
1421
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1422
|
-
*/
|
|
1423
|
-
readonly validationStatus?: CatalogResourceValidationStatus;
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
/** Results of the environment definition list operation. */
|
|
1427
|
-
export declare interface EnvironmentDefinitionListResult {
|
|
1428
|
-
/**
|
|
1429
|
-
* Current page of results.
|
|
1430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1431
|
-
*/
|
|
1432
|
-
readonly value?: EnvironmentDefinition[];
|
|
1433
|
-
/**
|
|
1434
|
-
* URL to get the next set of results if there are any.
|
|
1435
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1436
|
-
*/
|
|
1437
|
-
readonly nextLink?: string;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
/** Properties of an Environment Definition parameter */
|
|
1441
|
-
export declare interface EnvironmentDefinitionParameter {
|
|
1442
|
-
/**
|
|
1443
|
-
* Unique ID of the parameter
|
|
1444
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1445
|
-
*/
|
|
1446
|
-
readonly id?: string;
|
|
1447
|
-
/**
|
|
1448
|
-
* Display name of the parameter
|
|
1449
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1450
|
-
*/
|
|
1451
|
-
readonly name?: string;
|
|
1452
|
-
/**
|
|
1453
|
-
* Description of the parameter
|
|
1454
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1455
|
-
*/
|
|
1456
|
-
readonly description?: string;
|
|
1457
|
-
/**
|
|
1458
|
-
* A string of one of the basic JSON types (number, integer, array, object, boolean, string)
|
|
1459
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1460
|
-
*/
|
|
1461
|
-
readonly type?: ParameterType;
|
|
1462
|
-
/**
|
|
1463
|
-
* Whether or not this parameter is read-only. If true, default should have a value.
|
|
1464
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1465
|
-
*/
|
|
1466
|
-
readonly readOnly?: boolean;
|
|
1467
|
-
/**
|
|
1468
|
-
* Whether or not this parameter is required
|
|
1469
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1470
|
-
*/
|
|
1471
|
-
readonly required?: boolean;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
/** Interface representing a EnvironmentDefinitions. */
|
|
1475
|
-
export declare interface EnvironmentDefinitions {
|
|
1476
|
-
/**
|
|
1477
|
-
* Lists the environment definitions in this project catalog.
|
|
1478
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1479
|
-
* @param projectName The name of the project.
|
|
1480
|
-
* @param catalogName The name of the Catalog.
|
|
1481
|
-
* @param options The options parameters.
|
|
1482
|
-
*/
|
|
1483
|
-
listByProjectCatalog(resourceGroupName: string, projectName: string, catalogName: string, options?: EnvironmentDefinitionsListByProjectCatalogOptionalParams): PagedAsyncIterableIterator<EnvironmentDefinition>;
|
|
1484
|
-
/**
|
|
1485
|
-
* List environment definitions in the catalog.
|
|
1486
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1487
|
-
* @param devCenterName The name of the devcenter.
|
|
1488
|
-
* @param catalogName The name of the Catalog.
|
|
1489
|
-
* @param options The options parameters.
|
|
1490
|
-
*/
|
|
1491
|
-
listByCatalog(resourceGroupName: string, devCenterName: string, catalogName: string, options?: EnvironmentDefinitionsListByCatalogOptionalParams): PagedAsyncIterableIterator<EnvironmentDefinition>;
|
|
1492
|
-
/**
|
|
1493
|
-
* Gets an environment definition from the catalog.
|
|
1494
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1495
|
-
* @param projectName The name of the project.
|
|
1496
|
-
* @param catalogName The name of the Catalog.
|
|
1497
|
-
* @param environmentDefinitionName The name of the Environment Definition.
|
|
1498
|
-
* @param options The options parameters.
|
|
1499
|
-
*/
|
|
1500
|
-
getByProjectCatalog(resourceGroupName: string, projectName: string, catalogName: string, environmentDefinitionName: string, options?: EnvironmentDefinitionsGetByProjectCatalogOptionalParams): Promise<EnvironmentDefinitionsGetByProjectCatalogResponse>;
|
|
1501
|
-
/**
|
|
1502
|
-
* Gets an environment definition from the catalog.
|
|
1503
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1504
|
-
* @param devCenterName The name of the devcenter.
|
|
1505
|
-
* @param catalogName The name of the Catalog.
|
|
1506
|
-
* @param environmentDefinitionName The name of the Environment Definition.
|
|
1507
|
-
* @param options The options parameters.
|
|
1508
|
-
*/
|
|
1509
|
-
get(resourceGroupName: string, devCenterName: string, catalogName: string, environmentDefinitionName: string, options?: EnvironmentDefinitionsGetOptionalParams): Promise<EnvironmentDefinitionsGetResponse>;
|
|
1510
|
-
/**
|
|
1511
|
-
* Gets Environment Definition error details
|
|
1512
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1513
|
-
* @param devCenterName The name of the devcenter.
|
|
1514
|
-
* @param catalogName The name of the Catalog.
|
|
1515
|
-
* @param environmentDefinitionName The name of the Environment Definition.
|
|
1516
|
-
* @param options The options parameters.
|
|
1517
|
-
*/
|
|
1518
|
-
getErrorDetails(resourceGroupName: string, devCenterName: string, catalogName: string, environmentDefinitionName: string, options?: EnvironmentDefinitionsGetErrorDetailsOptionalParams): Promise<EnvironmentDefinitionsGetErrorDetailsResponse>;
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
/** Optional parameters. */
|
|
1522
|
-
export declare interface EnvironmentDefinitionsGetByProjectCatalogOptionalParams extends coreClient.OperationOptions {
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
/** Contains response data for the getByProjectCatalog operation. */
|
|
1526
|
-
export declare type EnvironmentDefinitionsGetByProjectCatalogResponse = EnvironmentDefinition;
|
|
1527
|
-
|
|
1528
|
-
/** Optional parameters. */
|
|
1529
|
-
export declare interface EnvironmentDefinitionsGetErrorDetailsOptionalParams extends coreClient.OperationOptions {
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
/** Contains response data for the getErrorDetails operation. */
|
|
1533
|
-
export declare type EnvironmentDefinitionsGetErrorDetailsResponse = CatalogResourceValidationErrorDetails;
|
|
1534
|
-
|
|
1535
|
-
/** Optional parameters. */
|
|
1536
|
-
export declare interface EnvironmentDefinitionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
/** Contains response data for the get operation. */
|
|
1540
|
-
export declare type EnvironmentDefinitionsGetResponse = EnvironmentDefinition;
|
|
1541
|
-
|
|
1542
|
-
/** Optional parameters. */
|
|
1543
|
-
export declare interface EnvironmentDefinitionsListByCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
/** Contains response data for the listByCatalogNext operation. */
|
|
1547
|
-
export declare type EnvironmentDefinitionsListByCatalogNextResponse = EnvironmentDefinitionListResult;
|
|
1548
|
-
|
|
1549
|
-
/** Optional parameters. */
|
|
1550
|
-
export declare interface EnvironmentDefinitionsListByCatalogOptionalParams extends coreClient.OperationOptions {
|
|
1551
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
1552
|
-
top?: number;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
/** Contains response data for the listByCatalog operation. */
|
|
1556
|
-
export declare type EnvironmentDefinitionsListByCatalogResponse = EnvironmentDefinitionListResult;
|
|
1557
|
-
|
|
1558
|
-
/** Optional parameters. */
|
|
1559
|
-
export declare interface EnvironmentDefinitionsListByProjectCatalogNextOptionalParams extends coreClient.OperationOptions {
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
/** Contains response data for the listByProjectCatalogNext operation. */
|
|
1563
|
-
export declare type EnvironmentDefinitionsListByProjectCatalogNextResponse = EnvironmentDefinitionListResult;
|
|
1564
|
-
|
|
1565
|
-
/** Optional parameters. */
|
|
1566
|
-
export declare interface EnvironmentDefinitionsListByProjectCatalogOptionalParams extends coreClient.OperationOptions {
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
/** Contains response data for the listByProjectCatalog operation. */
|
|
1570
|
-
export declare type EnvironmentDefinitionsListByProjectCatalogResponse = EnvironmentDefinitionListResult;
|
|
1571
|
-
|
|
1572
|
-
/** A role that can be assigned to a user. */
|
|
1573
|
-
export declare interface EnvironmentRole {
|
|
1574
|
-
/**
|
|
1575
|
-
* The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
|
|
1576
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1577
|
-
*/
|
|
1578
|
-
readonly roleName?: string;
|
|
1579
|
-
/**
|
|
1580
|
-
* This is a description of the Role Assignment.
|
|
1581
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1582
|
-
*/
|
|
1583
|
-
readonly description?: string;
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
/** Represents an environment type. */
|
|
1587
|
-
export declare interface EnvironmentType extends Resource {
|
|
1588
|
-
/** Resource tags. */
|
|
1589
|
-
tags?: {
|
|
1590
|
-
[propertyName: string]: string;
|
|
1591
|
-
};
|
|
1592
|
-
/** The display name of the environment type. */
|
|
1593
|
-
displayName?: string;
|
|
1594
|
-
/**
|
|
1595
|
-
* The provisioning state of the resource.
|
|
1596
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1597
|
-
*/
|
|
1598
|
-
readonly provisioningState?: ProvisioningState;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
/**
|
|
1602
|
-
* Defines values for EnvironmentTypeEnableStatus. \
|
|
1603
|
-
* {@link KnownEnvironmentTypeEnableStatus} can be used interchangeably with EnvironmentTypeEnableStatus,
|
|
1604
|
-
* this enum contains the known values that the service supports.
|
|
1605
|
-
* ### Known values supported by the service
|
|
1606
|
-
* **Enabled** \
|
|
1607
|
-
* **Disabled**
|
|
1608
|
-
*/
|
|
1609
|
-
export declare type EnvironmentTypeEnableStatus = string;
|
|
1610
|
-
|
|
1611
|
-
/** Result of the environment type list operation. */
|
|
1612
|
-
export declare interface EnvironmentTypeListResult {
|
|
1613
|
-
/**
|
|
1614
|
-
* Current page of results.
|
|
1615
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1616
|
-
*/
|
|
1617
|
-
readonly value?: EnvironmentType[];
|
|
1618
|
-
/**
|
|
1619
|
-
* URL to get the next set of results if there are any.
|
|
1620
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1621
|
-
*/
|
|
1622
|
-
readonly nextLink?: string;
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
/** Properties of an environment type. */
|
|
1626
|
-
export declare interface EnvironmentTypeProperties extends EnvironmentTypeUpdateProperties {
|
|
1627
|
-
/**
|
|
1628
|
-
* The provisioning state of the resource.
|
|
1629
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1630
|
-
*/
|
|
1631
|
-
readonly provisioningState?: ProvisioningState;
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
/** Interface representing a EnvironmentTypes. */
|
|
1635
|
-
export declare interface EnvironmentTypes {
|
|
1636
|
-
/**
|
|
1637
|
-
* Lists environment types for the devcenter.
|
|
1638
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1639
|
-
* @param devCenterName The name of the devcenter.
|
|
1640
|
-
* @param options The options parameters.
|
|
1641
|
-
*/
|
|
1642
|
-
listByDevCenter(resourceGroupName: string, devCenterName: string, options?: EnvironmentTypesListByDevCenterOptionalParams): PagedAsyncIterableIterator<EnvironmentType>;
|
|
1643
|
-
/**
|
|
1644
|
-
* Gets an environment type.
|
|
1645
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1646
|
-
* @param devCenterName The name of the devcenter.
|
|
1647
|
-
* @param environmentTypeName The name of the environment type.
|
|
1648
|
-
* @param options The options parameters.
|
|
1649
|
-
*/
|
|
1650
|
-
get(resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesGetOptionalParams): Promise<EnvironmentTypesGetResponse>;
|
|
1651
|
-
/**
|
|
1652
|
-
* Creates or updates an environment type.
|
|
1653
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1654
|
-
* @param devCenterName The name of the devcenter.
|
|
1655
|
-
* @param environmentTypeName The name of the environment type.
|
|
1656
|
-
* @param body Represents an Environment Type.
|
|
1657
|
-
* @param options The options parameters.
|
|
1658
|
-
*/
|
|
1659
|
-
createOrUpdate(resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentType, options?: EnvironmentTypesCreateOrUpdateOptionalParams): Promise<EnvironmentTypesCreateOrUpdateResponse>;
|
|
1660
|
-
/**
|
|
1661
|
-
* Partially updates an environment type.
|
|
1662
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1663
|
-
* @param devCenterName The name of the devcenter.
|
|
1664
|
-
* @param environmentTypeName The name of the environment type.
|
|
1665
|
-
* @param body Updatable environment type properties.
|
|
1666
|
-
* @param options The options parameters.
|
|
1667
|
-
*/
|
|
1668
|
-
update(resourceGroupName: string, devCenterName: string, environmentTypeName: string, body: EnvironmentTypeUpdate, options?: EnvironmentTypesUpdateOptionalParams): Promise<EnvironmentTypesUpdateResponse>;
|
|
1669
|
-
/**
|
|
1670
|
-
* Deletes an environment type.
|
|
1671
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1672
|
-
* @param devCenterName The name of the devcenter.
|
|
1673
|
-
* @param environmentTypeName The name of the environment type.
|
|
1674
|
-
* @param options The options parameters.
|
|
1675
|
-
*/
|
|
1676
|
-
delete(resourceGroupName: string, devCenterName: string, environmentTypeName: string, options?: EnvironmentTypesDeleteOptionalParams): Promise<void>;
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
/** Optional parameters. */
|
|
1680
|
-
export declare interface EnvironmentTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1684
|
-
export declare type EnvironmentTypesCreateOrUpdateResponse = EnvironmentType;
|
|
1685
|
-
|
|
1686
|
-
/** Optional parameters. */
|
|
1687
|
-
export declare interface EnvironmentTypesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
/** Optional parameters. */
|
|
1691
|
-
export declare interface EnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
/** Contains response data for the get operation. */
|
|
1695
|
-
export declare type EnvironmentTypesGetResponse = EnvironmentType;
|
|
1696
|
-
|
|
1697
|
-
/** Optional parameters. */
|
|
1698
|
-
export declare interface EnvironmentTypesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
/** Contains response data for the listByDevCenterNext operation. */
|
|
1702
|
-
export declare type EnvironmentTypesListByDevCenterNextResponse = EnvironmentTypeListResult;
|
|
1703
|
-
|
|
1704
|
-
/** Optional parameters. */
|
|
1705
|
-
export declare interface EnvironmentTypesListByDevCenterOptionalParams extends coreClient.OperationOptions {
|
|
1706
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
1707
|
-
top?: number;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
/** Contains response data for the listByDevCenter operation. */
|
|
1711
|
-
export declare type EnvironmentTypesListByDevCenterResponse = EnvironmentTypeListResult;
|
|
1712
|
-
|
|
1713
|
-
/** Optional parameters. */
|
|
1714
|
-
export declare interface EnvironmentTypesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
/** Contains response data for the update operation. */
|
|
1718
|
-
export declare type EnvironmentTypesUpdateResponse = EnvironmentType;
|
|
1719
|
-
|
|
1720
|
-
/** The environment type for partial update. Properties not provided in the update request will not be changed. */
|
|
1721
|
-
export declare interface EnvironmentTypeUpdate {
|
|
1722
|
-
/** Resource tags. */
|
|
1723
|
-
tags?: {
|
|
1724
|
-
[propertyName: string]: string;
|
|
1725
|
-
};
|
|
1726
|
-
/** The display name of the environment type. */
|
|
1727
|
-
displayName?: string;
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
/** Properties of an environment type. These properties can be updated after the resource has been created. */
|
|
1731
|
-
export declare interface EnvironmentTypeUpdateProperties {
|
|
1732
|
-
/** The display name of the environment type. */
|
|
1733
|
-
displayName?: string;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
/** The resource management error additional info. */
|
|
1737
|
-
export declare interface ErrorAdditionalInfo {
|
|
1738
|
-
/**
|
|
1739
|
-
* The additional info type.
|
|
1740
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1741
|
-
*/
|
|
1742
|
-
readonly type?: string;
|
|
1743
|
-
/**
|
|
1744
|
-
* The additional info.
|
|
1745
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1746
|
-
*/
|
|
1747
|
-
readonly info?: Record<string, unknown>;
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
/** The error detail. */
|
|
1751
|
-
export declare interface ErrorDetail {
|
|
1752
|
-
/**
|
|
1753
|
-
* The error code.
|
|
1754
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1755
|
-
*/
|
|
1756
|
-
readonly code?: string;
|
|
1757
|
-
/**
|
|
1758
|
-
* The error message.
|
|
1759
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1760
|
-
*/
|
|
1761
|
-
readonly message?: string;
|
|
1762
|
-
/**
|
|
1763
|
-
* The error target.
|
|
1764
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1765
|
-
*/
|
|
1766
|
-
readonly target?: string;
|
|
1767
|
-
/**
|
|
1768
|
-
* The error details.
|
|
1769
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1770
|
-
*/
|
|
1771
|
-
readonly details?: ErrorDetail[];
|
|
1772
|
-
/**
|
|
1773
|
-
* The error additional info.
|
|
1774
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1775
|
-
*/
|
|
1776
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1780
|
-
export declare interface ErrorResponse {
|
|
1781
|
-
/** The error object. */
|
|
1782
|
-
error?: ErrorDetail;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
/** Interface representing a Galleries. */
|
|
1786
|
-
export declare interface Galleries {
|
|
1787
|
-
/**
|
|
1788
|
-
* Lists galleries for a devcenter.
|
|
1789
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1790
|
-
* @param devCenterName The name of the devcenter.
|
|
1791
|
-
* @param options The options parameters.
|
|
1792
|
-
*/
|
|
1793
|
-
listByDevCenter(resourceGroupName: string, devCenterName: string, options?: GalleriesListByDevCenterOptionalParams): PagedAsyncIterableIterator<Gallery>;
|
|
1794
|
-
/**
|
|
1795
|
-
* Gets a gallery
|
|
1796
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1797
|
-
* @param devCenterName The name of the devcenter.
|
|
1798
|
-
* @param galleryName The name of the gallery.
|
|
1799
|
-
* @param options The options parameters.
|
|
1800
|
-
*/
|
|
1801
|
-
get(resourceGroupName: string, devCenterName: string, galleryName: string, options?: GalleriesGetOptionalParams): Promise<GalleriesGetResponse>;
|
|
1802
|
-
/**
|
|
1803
|
-
* Creates or updates a gallery.
|
|
1804
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1805
|
-
* @param devCenterName The name of the devcenter.
|
|
1806
|
-
* @param galleryName The name of the gallery.
|
|
1807
|
-
* @param body Represents a gallery.
|
|
1808
|
-
* @param options The options parameters.
|
|
1809
|
-
*/
|
|
1810
|
-
beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, galleryName: string, body: Gallery, options?: GalleriesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleriesCreateOrUpdateResponse>, GalleriesCreateOrUpdateResponse>>;
|
|
1811
|
-
/**
|
|
1812
|
-
* Creates or updates a gallery.
|
|
1813
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1814
|
-
* @param devCenterName The name of the devcenter.
|
|
1815
|
-
* @param galleryName The name of the gallery.
|
|
1816
|
-
* @param body Represents a gallery.
|
|
1817
|
-
* @param options The options parameters.
|
|
1818
|
-
*/
|
|
1819
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, galleryName: string, body: Gallery, options?: GalleriesCreateOrUpdateOptionalParams): Promise<GalleriesCreateOrUpdateResponse>;
|
|
1820
|
-
/**
|
|
1821
|
-
* Deletes a gallery resource.
|
|
1822
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1823
|
-
* @param devCenterName The name of the devcenter.
|
|
1824
|
-
* @param galleryName The name of the gallery.
|
|
1825
|
-
* @param options The options parameters.
|
|
1826
|
-
*/
|
|
1827
|
-
beginDelete(resourceGroupName: string, devCenterName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleriesDeleteResponse>, GalleriesDeleteResponse>>;
|
|
1828
|
-
/**
|
|
1829
|
-
* Deletes a gallery resource.
|
|
1830
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1831
|
-
* @param devCenterName The name of the devcenter.
|
|
1832
|
-
* @param galleryName The name of the gallery.
|
|
1833
|
-
* @param options The options parameters.
|
|
1834
|
-
*/
|
|
1835
|
-
beginDeleteAndWait(resourceGroupName: string, devCenterName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<GalleriesDeleteResponse>;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
|
-
/** Optional parameters. */
|
|
1839
|
-
export declare interface GalleriesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1840
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1841
|
-
updateIntervalInMs?: number;
|
|
1842
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1843
|
-
resumeFrom?: string;
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1847
|
-
export declare type GalleriesCreateOrUpdateResponse = Gallery;
|
|
1848
|
-
|
|
1849
|
-
/** Defines headers for Galleries_delete operation. */
|
|
1850
|
-
export declare interface GalleriesDeleteHeaders {
|
|
1851
|
-
location?: string;
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
/** Optional parameters. */
|
|
1855
|
-
export declare interface GalleriesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1856
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1857
|
-
updateIntervalInMs?: number;
|
|
1858
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1859
|
-
resumeFrom?: string;
|
|
1860
|
-
}
|
|
1861
|
-
|
|
1862
|
-
/** Contains response data for the delete operation. */
|
|
1863
|
-
export declare type GalleriesDeleteResponse = GalleriesDeleteHeaders;
|
|
1864
|
-
|
|
1865
|
-
/** Optional parameters. */
|
|
1866
|
-
export declare interface GalleriesGetOptionalParams extends coreClient.OperationOptions {
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
/** Contains response data for the get operation. */
|
|
1870
|
-
export declare type GalleriesGetResponse = Gallery;
|
|
1871
|
-
|
|
1872
|
-
/** Optional parameters. */
|
|
1873
|
-
export declare interface GalleriesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
/** Contains response data for the listByDevCenterNext operation. */
|
|
1877
|
-
export declare type GalleriesListByDevCenterNextResponse = GalleryListResult;
|
|
1878
|
-
|
|
1879
|
-
/** Optional parameters. */
|
|
1880
|
-
export declare interface GalleriesListByDevCenterOptionalParams extends coreClient.OperationOptions {
|
|
1881
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
1882
|
-
top?: number;
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
/** Contains response data for the listByDevCenter operation. */
|
|
1886
|
-
export declare type GalleriesListByDevCenterResponse = GalleryListResult;
|
|
1887
|
-
|
|
1888
|
-
/** Represents a gallery. */
|
|
1889
|
-
export declare interface Gallery extends Resource {
|
|
1890
|
-
/**
|
|
1891
|
-
* The provisioning state of the resource.
|
|
1892
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1893
|
-
*/
|
|
1894
|
-
readonly provisioningState?: ProvisioningState;
|
|
1895
|
-
/** The resource ID of the backing Azure Compute Gallery. */
|
|
1896
|
-
galleryResourceId?: string;
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
/** Results of the gallery list operation. */
|
|
1900
|
-
export declare interface GalleryListResult {
|
|
1901
|
-
/**
|
|
1902
|
-
* Current page of results.
|
|
1903
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1904
|
-
*/
|
|
1905
|
-
readonly value?: Gallery[];
|
|
1906
|
-
/**
|
|
1907
|
-
* URL to get the next set of results if there are any.
|
|
1908
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1909
|
-
*/
|
|
1910
|
-
readonly nextLink?: string;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
/**
|
|
1914
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
1915
|
-
* returns a continuation token that can be used to begin paging from
|
|
1916
|
-
* that point later.
|
|
1917
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
1918
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1919
|
-
*/
|
|
1920
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1921
|
-
|
|
1922
|
-
/** Properties for a Git repository catalog. */
|
|
1923
|
-
export declare interface GitCatalog {
|
|
1924
|
-
/** Git URI. */
|
|
1925
|
-
uri?: string;
|
|
1926
|
-
/** Git branch. */
|
|
1927
|
-
branch?: string;
|
|
1928
|
-
/** A reference to the Key Vault secret containing a security token to authenticate to a Git repository. */
|
|
1929
|
-
secretIdentifier?: string;
|
|
1930
|
-
/** The folder where the catalog items can be found inside the repository. */
|
|
1931
|
-
path?: string;
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
/** An individual health check item */
|
|
1935
|
-
export declare interface HealthCheck {
|
|
1936
|
-
/**
|
|
1937
|
-
* The status of the health check item.
|
|
1938
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1939
|
-
*/
|
|
1940
|
-
readonly status?: HealthCheckStatus;
|
|
1941
|
-
/**
|
|
1942
|
-
* The display name of this health check item.
|
|
1943
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1944
|
-
*/
|
|
1945
|
-
readonly displayName?: string;
|
|
1946
|
-
/**
|
|
1947
|
-
* Start time of health check item.
|
|
1948
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1949
|
-
*/
|
|
1950
|
-
readonly startDateTime?: Date;
|
|
1951
|
-
/**
|
|
1952
|
-
* End time of the health check item.
|
|
1953
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1954
|
-
*/
|
|
1955
|
-
readonly endDateTime?: Date;
|
|
1956
|
-
/**
|
|
1957
|
-
* The type of error that occurred during this health check.
|
|
1958
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1959
|
-
*/
|
|
1960
|
-
readonly errorType?: string;
|
|
1961
|
-
/**
|
|
1962
|
-
* The recommended action to fix the corresponding error.
|
|
1963
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1964
|
-
*/
|
|
1965
|
-
readonly recommendedAction?: string;
|
|
1966
|
-
/**
|
|
1967
|
-
* Additional details about the health check or the recommended action.
|
|
1968
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1969
|
-
*/
|
|
1970
|
-
readonly additionalDetails?: string;
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
|
-
/**
|
|
1974
|
-
* Defines values for HealthCheckStatus. \
|
|
1975
|
-
* {@link KnownHealthCheckStatus} can be used interchangeably with HealthCheckStatus,
|
|
1976
|
-
* this enum contains the known values that the service supports.
|
|
1977
|
-
* ### Known values supported by the service
|
|
1978
|
-
* **Unknown** \
|
|
1979
|
-
* **Pending** \
|
|
1980
|
-
* **Running** \
|
|
1981
|
-
* **Passed** \
|
|
1982
|
-
* **Warning** \
|
|
1983
|
-
* **Failed**
|
|
1984
|
-
*/
|
|
1985
|
-
export declare type HealthCheckStatus = string;
|
|
1986
|
-
|
|
1987
|
-
/** Health Check details. */
|
|
1988
|
-
export declare interface HealthCheckStatusDetails extends Resource {
|
|
1989
|
-
/**
|
|
1990
|
-
* Start time of last execution of the health checks.
|
|
1991
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1992
|
-
*/
|
|
1993
|
-
readonly startDateTime?: Date;
|
|
1994
|
-
/**
|
|
1995
|
-
* End time of last execution of the health checks.
|
|
1996
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1997
|
-
*/
|
|
1998
|
-
readonly endDateTime?: Date;
|
|
1999
|
-
/**
|
|
2000
|
-
* Details for each health check item.
|
|
2001
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2002
|
-
*/
|
|
2003
|
-
readonly healthChecks?: HealthCheck[];
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
/** Result of the network health check list operation. */
|
|
2007
|
-
export declare interface HealthCheckStatusDetailsListResult {
|
|
2008
|
-
/**
|
|
2009
|
-
* Current page of results.
|
|
2010
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2011
|
-
*/
|
|
2012
|
-
readonly value?: HealthCheckStatusDetails[];
|
|
2013
|
-
/**
|
|
2014
|
-
* URL to get the next set of results if there are any.
|
|
2015
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2016
|
-
*/
|
|
2017
|
-
readonly nextLink?: string;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
/**
|
|
2021
|
-
* Defines values for HealthStatus. \
|
|
2022
|
-
* {@link KnownHealthStatus} can be used interchangeably with HealthStatus,
|
|
2023
|
-
* this enum contains the known values that the service supports.
|
|
2024
|
-
* ### Known values supported by the service
|
|
2025
|
-
* **Unknown** \
|
|
2026
|
-
* **Pending** \
|
|
2027
|
-
* **Healthy** \
|
|
2028
|
-
* **Warning** \
|
|
2029
|
-
* **Unhealthy**
|
|
2030
|
-
*/
|
|
2031
|
-
export declare type HealthStatus = string;
|
|
2032
|
-
|
|
2033
|
-
/** Pool health status detail. */
|
|
2034
|
-
export declare interface HealthStatusDetail {
|
|
2035
|
-
/**
|
|
2036
|
-
* An identifier for the issue.
|
|
2037
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2038
|
-
*/
|
|
2039
|
-
readonly code?: string;
|
|
2040
|
-
/**
|
|
2041
|
-
* A message describing the issue, intended to be suitable for display in a user interface
|
|
2042
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2043
|
-
*/
|
|
2044
|
-
readonly message?: string;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
/**
|
|
2048
|
-
* Defines values for HibernateSupport. \
|
|
2049
|
-
* {@link KnownHibernateSupport} can be used interchangeably with HibernateSupport,
|
|
2050
|
-
* this enum contains the known values that the service supports.
|
|
2051
|
-
* ### Known values supported by the service
|
|
2052
|
-
* **Disabled** \
|
|
2053
|
-
* **Enabled**
|
|
2054
|
-
*/
|
|
2055
|
-
export declare type HibernateSupport = string;
|
|
2056
|
-
|
|
2057
|
-
/**
|
|
2058
|
-
* Defines values for IdentityType. \
|
|
2059
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
2060
|
-
* this enum contains the known values that the service supports.
|
|
2061
|
-
* ### Known values supported by the service
|
|
2062
|
-
* **systemAssignedIdentity** \
|
|
2063
|
-
* **userAssignedIdentity** \
|
|
2064
|
-
* **delegatedResourceIdentity**
|
|
2065
|
-
*/
|
|
2066
|
-
export declare type IdentityType = string;
|
|
2067
|
-
|
|
2068
|
-
/** Represents an image. */
|
|
2069
|
-
declare interface Image_2 extends ProxyResource {
|
|
2070
|
-
/**
|
|
2071
|
-
* The description of the image.
|
|
2072
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2073
|
-
*/
|
|
2074
|
-
readonly description?: string;
|
|
2075
|
-
/**
|
|
2076
|
-
* The publisher of the image.
|
|
2077
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2078
|
-
*/
|
|
2079
|
-
readonly publisher?: string;
|
|
2080
|
-
/**
|
|
2081
|
-
* The name of the image offer.
|
|
2082
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2083
|
-
*/
|
|
2084
|
-
readonly offer?: string;
|
|
2085
|
-
/**
|
|
2086
|
-
* The SKU name for the image.
|
|
2087
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2088
|
-
*/
|
|
2089
|
-
readonly sku?: string;
|
|
2090
|
-
/**
|
|
2091
|
-
* The recommended machine configuration to use with the image.
|
|
2092
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2093
|
-
*/
|
|
2094
|
-
readonly recommendedMachineConfiguration?: RecommendedMachineConfiguration;
|
|
2095
|
-
/**
|
|
2096
|
-
* The provisioning state of the resource.
|
|
2097
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2098
|
-
*/
|
|
2099
|
-
readonly provisioningState?: ProvisioningState;
|
|
2100
|
-
/**
|
|
2101
|
-
* 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
|
|
2102
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2103
|
-
*/
|
|
2104
|
-
readonly hibernateSupport?: HibernateSupport;
|
|
2105
|
-
}
|
|
2106
|
-
export { Image_2 as Image }
|
|
2107
|
-
|
|
2108
|
-
/** Results of the image list operation. */
|
|
2109
|
-
export declare interface ImageListResult {
|
|
2110
|
-
/**
|
|
2111
|
-
* Current page of results.
|
|
2112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2113
|
-
*/
|
|
2114
|
-
readonly value?: Image_2[];
|
|
2115
|
-
/**
|
|
2116
|
-
* URL to get the next set of results if there are any.
|
|
2117
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2118
|
-
*/
|
|
2119
|
-
readonly nextLink?: string;
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
/** Image reference information */
|
|
2123
|
-
export declare interface ImageReference {
|
|
2124
|
-
/** Image ID, or Image version ID. When Image ID is provided, its latest version will be used. */
|
|
2125
|
-
id?: string;
|
|
2126
|
-
/**
|
|
2127
|
-
* The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
|
|
2128
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2129
|
-
*/
|
|
2130
|
-
readonly exactVersion?: string;
|
|
2131
|
-
}
|
|
2132
|
-
|
|
2133
|
-
/** Interface representing a Images. */
|
|
2134
|
-
export declare interface Images {
|
|
2135
|
-
/**
|
|
2136
|
-
* Lists images for a devcenter.
|
|
2137
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2138
|
-
* @param devCenterName The name of the devcenter.
|
|
2139
|
-
* @param options The options parameters.
|
|
2140
|
-
*/
|
|
2141
|
-
listByDevCenter(resourceGroupName: string, devCenterName: string, options?: ImagesListByDevCenterOptionalParams): PagedAsyncIterableIterator<Image_2>;
|
|
2142
|
-
/**
|
|
2143
|
-
* Lists images for a gallery.
|
|
2144
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2145
|
-
* @param devCenterName The name of the devcenter.
|
|
2146
|
-
* @param galleryName The name of the gallery.
|
|
2147
|
-
* @param options The options parameters.
|
|
2148
|
-
*/
|
|
2149
|
-
listByGallery(resourceGroupName: string, devCenterName: string, galleryName: string, options?: ImagesListByGalleryOptionalParams): PagedAsyncIterableIterator<Image_2>;
|
|
2150
|
-
/**
|
|
2151
|
-
* Gets a gallery image.
|
|
2152
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2153
|
-
* @param devCenterName The name of the devcenter.
|
|
2154
|
-
* @param galleryName The name of the gallery.
|
|
2155
|
-
* @param imageName The name of the image.
|
|
2156
|
-
* @param options The options parameters.
|
|
2157
|
-
*/
|
|
2158
|
-
get(resourceGroupName: string, devCenterName: string, galleryName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<ImagesGetResponse>;
|
|
2159
|
-
}
|
|
2160
|
-
|
|
2161
|
-
/** Optional parameters. */
|
|
2162
|
-
export declare interface ImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
/** Contains response data for the get operation. */
|
|
2166
|
-
export declare type ImagesGetResponse = Image_2;
|
|
2167
|
-
|
|
2168
|
-
/** Optional parameters. */
|
|
2169
|
-
export declare interface ImagesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
/** Contains response data for the listByDevCenterNext operation. */
|
|
2173
|
-
export declare type ImagesListByDevCenterNextResponse = ImageListResult;
|
|
2174
|
-
|
|
2175
|
-
/** Optional parameters. */
|
|
2176
|
-
export declare interface ImagesListByDevCenterOptionalParams extends coreClient.OperationOptions {
|
|
2177
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
2178
|
-
top?: number;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
/** Contains response data for the listByDevCenter operation. */
|
|
2182
|
-
export declare type ImagesListByDevCenterResponse = ImageListResult;
|
|
2183
|
-
|
|
2184
|
-
/** Optional parameters. */
|
|
2185
|
-
export declare interface ImagesListByGalleryNextOptionalParams extends coreClient.OperationOptions {
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
/** Contains response data for the listByGalleryNext operation. */
|
|
2189
|
-
export declare type ImagesListByGalleryNextResponse = ImageListResult;
|
|
2190
|
-
|
|
2191
|
-
/** Optional parameters. */
|
|
2192
|
-
export declare interface ImagesListByGalleryOptionalParams extends coreClient.OperationOptions {
|
|
2193
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
2194
|
-
top?: number;
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
/** Contains response data for the listByGallery operation. */
|
|
2198
|
-
export declare type ImagesListByGalleryResponse = ImageListResult;
|
|
2199
|
-
|
|
2200
|
-
/** Image validation error details */
|
|
2201
|
-
export declare interface ImageValidationErrorDetails {
|
|
2202
|
-
/** An identifier for the error. */
|
|
2203
|
-
code?: string;
|
|
2204
|
-
/** A message describing the error. */
|
|
2205
|
-
message?: string;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
/**
|
|
2209
|
-
* Defines values for ImageValidationStatus. \
|
|
2210
|
-
* {@link KnownImageValidationStatus} can be used interchangeably with ImageValidationStatus,
|
|
2211
|
-
* this enum contains the known values that the service supports.
|
|
2212
|
-
* ### Known values supported by the service
|
|
2213
|
-
* **Unknown** \
|
|
2214
|
-
* **Pending** \
|
|
2215
|
-
* **Succeeded** \
|
|
2216
|
-
* **Failed** \
|
|
2217
|
-
* **TimedOut**
|
|
2218
|
-
*/
|
|
2219
|
-
export declare type ImageValidationStatus = string;
|
|
2220
|
-
|
|
2221
|
-
/** Represents an image version. */
|
|
2222
|
-
export declare interface ImageVersion extends ProxyResource {
|
|
2223
|
-
/**
|
|
2224
|
-
* The semantic version string.
|
|
2225
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2226
|
-
*/
|
|
2227
|
-
readonly namePropertiesName?: string;
|
|
2228
|
-
/**
|
|
2229
|
-
* The datetime that the backing image version was published.
|
|
2230
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2231
|
-
*/
|
|
2232
|
-
readonly publishedDate?: Date;
|
|
2233
|
-
/**
|
|
2234
|
-
* If the version should be excluded from being treated as the latest version.
|
|
2235
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2236
|
-
*/
|
|
2237
|
-
readonly excludeFromLatest?: boolean;
|
|
2238
|
-
/**
|
|
2239
|
-
* The size of the OS disk image, in GB.
|
|
2240
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2241
|
-
*/
|
|
2242
|
-
readonly osDiskImageSizeInGb?: number;
|
|
2243
|
-
/**
|
|
2244
|
-
* The provisioning state of the resource.
|
|
2245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2246
|
-
*/
|
|
2247
|
-
readonly provisioningState?: ProvisioningState;
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
|
-
/** Results of the image version list operation. */
|
|
2251
|
-
export declare interface ImageVersionListResult {
|
|
2252
|
-
/**
|
|
2253
|
-
* Current page of results.
|
|
2254
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2255
|
-
*/
|
|
2256
|
-
readonly value?: ImageVersion[];
|
|
2257
|
-
/**
|
|
2258
|
-
* URL to get the next set of results if there are any.
|
|
2259
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2260
|
-
*/
|
|
2261
|
-
readonly nextLink?: string;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
/** Interface representing a ImageVersions. */
|
|
2265
|
-
export declare interface ImageVersions {
|
|
2266
|
-
/**
|
|
2267
|
-
* Lists versions for an image.
|
|
2268
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2269
|
-
* @param devCenterName The name of the devcenter.
|
|
2270
|
-
* @param galleryName The name of the gallery.
|
|
2271
|
-
* @param imageName The name of the image.
|
|
2272
|
-
* @param options The options parameters.
|
|
2273
|
-
*/
|
|
2274
|
-
listByImage(resourceGroupName: string, devCenterName: string, galleryName: string, imageName: string, options?: ImageVersionsListByImageOptionalParams): PagedAsyncIterableIterator<ImageVersion>;
|
|
2275
|
-
/**
|
|
2276
|
-
* Gets an image version.
|
|
2277
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2278
|
-
* @param devCenterName The name of the devcenter.
|
|
2279
|
-
* @param galleryName The name of the gallery.
|
|
2280
|
-
* @param imageName The name of the image.
|
|
2281
|
-
* @param versionName The version of the image.
|
|
2282
|
-
* @param options The options parameters.
|
|
2283
|
-
*/
|
|
2284
|
-
get(resourceGroupName: string, devCenterName: string, galleryName: string, imageName: string, versionName: string, options?: ImageVersionsGetOptionalParams): Promise<ImageVersionsGetResponse>;
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
/** Optional parameters. */
|
|
2288
|
-
export declare interface ImageVersionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
/** Contains response data for the get operation. */
|
|
2292
|
-
export declare type ImageVersionsGetResponse = ImageVersion;
|
|
2293
|
-
|
|
2294
|
-
/** Optional parameters. */
|
|
2295
|
-
export declare interface ImageVersionsListByImageNextOptionalParams extends coreClient.OperationOptions {
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
/** Contains response data for the listByImageNext operation. */
|
|
2299
|
-
export declare type ImageVersionsListByImageNextResponse = ImageVersionListResult;
|
|
2300
|
-
|
|
2301
|
-
/** Optional parameters. */
|
|
2302
|
-
export declare interface ImageVersionsListByImageOptionalParams extends coreClient.OperationOptions {
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
/** Contains response data for the listByImage operation. */
|
|
2306
|
-
export declare type ImageVersionsListByImageResponse = ImageVersionListResult;
|
|
2307
|
-
|
|
2308
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
2309
|
-
export declare enum KnownActionType {
|
|
2310
|
-
/** Internal */
|
|
2311
|
-
Internal = "Internal"
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
/** Known values of {@link CatalogConnectionState} that the service accepts. */
|
|
2315
|
-
export declare enum KnownCatalogConnectionState {
|
|
2316
|
-
/** Connected */
|
|
2317
|
-
Connected = "Connected",
|
|
2318
|
-
/** Disconnected */
|
|
2319
|
-
Disconnected = "Disconnected"
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
/** Known values of {@link CatalogItemSyncEnableStatus} that the service accepts. */
|
|
2323
|
-
export declare enum KnownCatalogItemSyncEnableStatus {
|
|
2324
|
-
/** Enabled */
|
|
2325
|
-
Enabled = "Enabled",
|
|
2326
|
-
/** Disabled */
|
|
2327
|
-
Disabled = "Disabled"
|
|
2328
|
-
}
|
|
2329
|
-
|
|
2330
|
-
/** Known values of {@link CatalogItemType} that the service accepts. */
|
|
2331
|
-
export declare enum KnownCatalogItemType {
|
|
2332
|
-
/** EnvironmentDefinition */
|
|
2333
|
-
EnvironmentDefinition = "EnvironmentDefinition"
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
/** Known values of {@link CatalogResourceValidationStatus} that the service accepts. */
|
|
2337
|
-
export declare enum KnownCatalogResourceValidationStatus {
|
|
2338
|
-
/** Unknown */
|
|
2339
|
-
Unknown = "Unknown",
|
|
2340
|
-
/** Pending */
|
|
2341
|
-
Pending = "Pending",
|
|
2342
|
-
/** Succeeded */
|
|
2343
|
-
Succeeded = "Succeeded",
|
|
2344
|
-
/** Failed */
|
|
2345
|
-
Failed = "Failed"
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
|
-
/** Known values of {@link CatalogSyncState} that the service accepts. */
|
|
2349
|
-
export declare enum KnownCatalogSyncState {
|
|
2350
|
-
/** Succeeded */
|
|
2351
|
-
Succeeded = "Succeeded",
|
|
2352
|
-
/** InProgress */
|
|
2353
|
-
InProgress = "InProgress",
|
|
2354
|
-
/** Failed */
|
|
2355
|
-
Failed = "Failed",
|
|
2356
|
-
/** Canceled */
|
|
2357
|
-
Canceled = "Canceled"
|
|
2358
|
-
}
|
|
2359
|
-
|
|
2360
|
-
/** Known values of {@link CatalogSyncType} that the service accepts. */
|
|
2361
|
-
export declare enum KnownCatalogSyncType {
|
|
2362
|
-
/** Manual */
|
|
2363
|
-
Manual = "Manual",
|
|
2364
|
-
/** Scheduled */
|
|
2365
|
-
Scheduled = "Scheduled"
|
|
2366
|
-
}
|
|
2367
|
-
|
|
2368
|
-
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
|
2369
|
-
export declare enum KnownCheckNameAvailabilityReason {
|
|
2370
|
-
/** Invalid */
|
|
2371
|
-
Invalid = "Invalid",
|
|
2372
|
-
/** AlreadyExists */
|
|
2373
|
-
AlreadyExists = "AlreadyExists"
|
|
2374
|
-
}
|
|
2375
|
-
|
|
2376
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2377
|
-
export declare enum KnownCreatedByType {
|
|
2378
|
-
/** User */
|
|
2379
|
-
User = "User",
|
|
2380
|
-
/** Application */
|
|
2381
|
-
Application = "Application",
|
|
2382
|
-
/** ManagedIdentity */
|
|
2383
|
-
ManagedIdentity = "ManagedIdentity",
|
|
2384
|
-
/** Key */
|
|
2385
|
-
Key = "Key"
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
/** Known values of {@link DomainJoinType} that the service accepts. */
|
|
2389
|
-
export declare enum KnownDomainJoinType {
|
|
2390
|
-
/** HybridAzureADJoin */
|
|
2391
|
-
HybridAzureADJoin = "HybridAzureADJoin",
|
|
2392
|
-
/** AzureADJoin */
|
|
2393
|
-
AzureADJoin = "AzureADJoin"
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
/** Known values of {@link EnvironmentTypeEnableStatus} that the service accepts. */
|
|
2397
|
-
export declare enum KnownEnvironmentTypeEnableStatus {
|
|
2398
|
-
/** Enabled */
|
|
2399
|
-
Enabled = "Enabled",
|
|
2400
|
-
/** Disabled */
|
|
2401
|
-
Disabled = "Disabled"
|
|
2402
|
-
}
|
|
2403
|
-
|
|
2404
|
-
/** Known values of {@link HealthCheckStatus} that the service accepts. */
|
|
2405
|
-
export declare enum KnownHealthCheckStatus {
|
|
2406
|
-
/** Unknown */
|
|
2407
|
-
Unknown = "Unknown",
|
|
2408
|
-
/** Pending */
|
|
2409
|
-
Pending = "Pending",
|
|
2410
|
-
/** Running */
|
|
2411
|
-
Running = "Running",
|
|
2412
|
-
/** Passed */
|
|
2413
|
-
Passed = "Passed",
|
|
2414
|
-
/** Warning */
|
|
2415
|
-
Warning = "Warning",
|
|
2416
|
-
/** Failed */
|
|
2417
|
-
Failed = "Failed"
|
|
2418
|
-
}
|
|
2419
|
-
|
|
2420
|
-
/** Known values of {@link HealthStatus} that the service accepts. */
|
|
2421
|
-
export declare enum KnownHealthStatus {
|
|
2422
|
-
/** Unknown */
|
|
2423
|
-
Unknown = "Unknown",
|
|
2424
|
-
/** Pending */
|
|
2425
|
-
Pending = "Pending",
|
|
2426
|
-
/** Healthy */
|
|
2427
|
-
Healthy = "Healthy",
|
|
2428
|
-
/** Warning */
|
|
2429
|
-
Warning = "Warning",
|
|
2430
|
-
/** Unhealthy */
|
|
2431
|
-
Unhealthy = "Unhealthy"
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
/** Known values of {@link HibernateSupport} that the service accepts. */
|
|
2435
|
-
export declare enum KnownHibernateSupport {
|
|
2436
|
-
/** Disabled */
|
|
2437
|
-
Disabled = "Disabled",
|
|
2438
|
-
/** Enabled */
|
|
2439
|
-
Enabled = "Enabled"
|
|
2440
|
-
}
|
|
2441
|
-
|
|
2442
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
2443
|
-
export declare enum KnownIdentityType {
|
|
2444
|
-
/** SystemAssignedIdentity */
|
|
2445
|
-
SystemAssignedIdentity = "systemAssignedIdentity",
|
|
2446
|
-
/** UserAssignedIdentity */
|
|
2447
|
-
UserAssignedIdentity = "userAssignedIdentity",
|
|
2448
|
-
/** DelegatedResourceIdentity */
|
|
2449
|
-
DelegatedResourceIdentity = "delegatedResourceIdentity"
|
|
2450
|
-
}
|
|
2451
|
-
|
|
2452
|
-
/** Known values of {@link ImageValidationStatus} that the service accepts. */
|
|
2453
|
-
export declare enum KnownImageValidationStatus {
|
|
2454
|
-
/** Unknown */
|
|
2455
|
-
Unknown = "Unknown",
|
|
2456
|
-
/** Pending */
|
|
2457
|
-
Pending = "Pending",
|
|
2458
|
-
/** Succeeded */
|
|
2459
|
-
Succeeded = "Succeeded",
|
|
2460
|
-
/** Failed */
|
|
2461
|
-
Failed = "Failed",
|
|
2462
|
-
/** TimedOut */
|
|
2463
|
-
TimedOut = "TimedOut"
|
|
2464
|
-
}
|
|
2465
|
-
|
|
2466
|
-
/** Known values of {@link LicenseType} that the service accepts. */
|
|
2467
|
-
export declare enum KnownLicenseType {
|
|
2468
|
-
/** WindowsClient */
|
|
2469
|
-
WindowsClient = "Windows_Client"
|
|
2470
|
-
}
|
|
2471
|
-
|
|
2472
|
-
/** Known values of {@link LocalAdminStatus} that the service accepts. */
|
|
2473
|
-
export declare enum KnownLocalAdminStatus {
|
|
2474
|
-
/** Disabled */
|
|
2475
|
-
Disabled = "Disabled",
|
|
2476
|
-
/** Enabled */
|
|
2477
|
-
Enabled = "Enabled"
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
2481
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
2482
|
-
/** None */
|
|
2483
|
-
None = "None",
|
|
2484
|
-
/** SystemAssigned */
|
|
2485
|
-
SystemAssigned = "SystemAssigned",
|
|
2486
|
-
/** UserAssigned */
|
|
2487
|
-
UserAssigned = "UserAssigned",
|
|
2488
|
-
/** SystemAssignedUserAssigned */
|
|
2489
|
-
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
2493
|
-
export declare enum KnownOrigin {
|
|
2494
|
-
/** User */
|
|
2495
|
-
User = "user",
|
|
2496
|
-
/** System */
|
|
2497
|
-
System = "system",
|
|
2498
|
-
/** UserSystem */
|
|
2499
|
-
UserSystem = "user,system"
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
/** Known values of {@link ParameterType} that the service accepts. */
|
|
2503
|
-
export declare enum KnownParameterType {
|
|
2504
|
-
/** The parameter accepts an array of values. */
|
|
2505
|
-
Array = "array",
|
|
2506
|
-
/** The parameter accepts a boolean value. */
|
|
2507
|
-
Boolean = "boolean",
|
|
2508
|
-
/** The parameter accepts an integer value. */
|
|
2509
|
-
Integer = "integer",
|
|
2510
|
-
/** The parameter accepts a number value. */
|
|
2511
|
-
Number = "number",
|
|
2512
|
-
/** The parameter accepts an object value. */
|
|
2513
|
-
Object = "object",
|
|
2514
|
-
/** The parameter accepts a string value. */
|
|
2515
|
-
String = "string"
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
2519
|
-
export declare enum KnownProvisioningState {
|
|
2520
|
-
/** NotSpecified */
|
|
2521
|
-
NotSpecified = "NotSpecified",
|
|
2522
|
-
/** Accepted */
|
|
2523
|
-
Accepted = "Accepted",
|
|
2524
|
-
/** Running */
|
|
2525
|
-
Running = "Running",
|
|
2526
|
-
/** Creating */
|
|
2527
|
-
Creating = "Creating",
|
|
2528
|
-
/** Created */
|
|
2529
|
-
Created = "Created",
|
|
2530
|
-
/** Updating */
|
|
2531
|
-
Updating = "Updating",
|
|
2532
|
-
/** Updated */
|
|
2533
|
-
Updated = "Updated",
|
|
2534
|
-
/** Deleting */
|
|
2535
|
-
Deleting = "Deleting",
|
|
2536
|
-
/** Deleted */
|
|
2537
|
-
Deleted = "Deleted",
|
|
2538
|
-
/** Succeeded */
|
|
2539
|
-
Succeeded = "Succeeded",
|
|
2540
|
-
/** Failed */
|
|
2541
|
-
Failed = "Failed",
|
|
2542
|
-
/** Canceled */
|
|
2543
|
-
Canceled = "Canceled",
|
|
2544
|
-
/** MovingResources */
|
|
2545
|
-
MovingResources = "MovingResources",
|
|
2546
|
-
/** TransientFailure */
|
|
2547
|
-
TransientFailure = "TransientFailure",
|
|
2548
|
-
/** RolloutInProgress */
|
|
2549
|
-
RolloutInProgress = "RolloutInProgress",
|
|
2550
|
-
/** StorageProvisioningFailed */
|
|
2551
|
-
StorageProvisioningFailed = "StorageProvisioningFailed"
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
/** Known values of {@link ScheduledFrequency} that the service accepts. */
|
|
2555
|
-
export declare enum KnownScheduledFrequency {
|
|
2556
|
-
/** Daily */
|
|
2557
|
-
Daily = "Daily"
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
/** Known values of {@link ScheduledType} that the service accepts. */
|
|
2561
|
-
export declare enum KnownScheduledType {
|
|
2562
|
-
/** StopDevBox */
|
|
2563
|
-
StopDevBox = "StopDevBox"
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
/** Known values of {@link ScheduleEnableStatus} that the service accepts. */
|
|
2567
|
-
export declare enum KnownScheduleEnableStatus {
|
|
2568
|
-
/** Enabled */
|
|
2569
|
-
Enabled = "Enabled",
|
|
2570
|
-
/** Disabled */
|
|
2571
|
-
Disabled = "Disabled"
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
|
-
/** Known values of {@link SingleSignOnStatus} that the service accepts. */
|
|
2575
|
-
export declare enum KnownSingleSignOnStatus {
|
|
2576
|
-
/** Disabled */
|
|
2577
|
-
Disabled = "Disabled",
|
|
2578
|
-
/** Enabled */
|
|
2579
|
-
Enabled = "Enabled"
|
|
2580
|
-
}
|
|
2581
|
-
|
|
2582
|
-
/** Known values of {@link StopOnDisconnectEnableStatus} that the service accepts. */
|
|
2583
|
-
export declare enum KnownStopOnDisconnectEnableStatus {
|
|
2584
|
-
/** Enabled */
|
|
2585
|
-
Enabled = "Enabled",
|
|
2586
|
-
/** Disabled */
|
|
2587
|
-
Disabled = "Disabled"
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
|
-
/** Known values of {@link UsageUnit} that the service accepts. */
|
|
2591
|
-
export declare enum KnownUsageUnit {
|
|
2592
|
-
/** Count */
|
|
2593
|
-
Count = "Count"
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
|
-
/** Known values of {@link VirtualNetworkType} that the service accepts. */
|
|
2597
|
-
export declare enum KnownVirtualNetworkType {
|
|
2598
|
-
/** Managed */
|
|
2599
|
-
Managed = "Managed",
|
|
2600
|
-
/** Unmanaged */
|
|
2601
|
-
Unmanaged = "Unmanaged"
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
|
-
/**
|
|
2605
|
-
* Defines values for LicenseType. \
|
|
2606
|
-
* {@link KnownLicenseType} can be used interchangeably with LicenseType,
|
|
2607
|
-
* this enum contains the known values that the service supports.
|
|
2608
|
-
* ### Known values supported by the service
|
|
2609
|
-
* **Windows_Client**
|
|
2610
|
-
*/
|
|
2611
|
-
export declare type LicenseType = string;
|
|
2612
|
-
|
|
2613
|
-
/** List of Core Usages. */
|
|
2614
|
-
export declare interface ListUsagesResult {
|
|
2615
|
-
/**
|
|
2616
|
-
* The array page of Usages.
|
|
2617
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2618
|
-
*/
|
|
2619
|
-
readonly value?: Usage[];
|
|
2620
|
-
/**
|
|
2621
|
-
* The link to get the next page of Usage result.
|
|
2622
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2623
|
-
*/
|
|
2624
|
-
readonly nextLink?: string;
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
/**
|
|
2628
|
-
* Defines values for LocalAdminStatus. \
|
|
2629
|
-
* {@link KnownLocalAdminStatus} can be used interchangeably with LocalAdminStatus,
|
|
2630
|
-
* this enum contains the known values that the service supports.
|
|
2631
|
-
* ### Known values supported by the service
|
|
2632
|
-
* **Disabled** \
|
|
2633
|
-
* **Enabled**
|
|
2634
|
-
*/
|
|
2635
|
-
export declare type LocalAdminStatus = string;
|
|
2636
|
-
|
|
2637
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
2638
|
-
export declare interface ManagedServiceIdentity {
|
|
2639
|
-
/**
|
|
2640
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2641
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2642
|
-
*/
|
|
2643
|
-
readonly principalId?: string;
|
|
2644
|
-
/**
|
|
2645
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
2646
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2647
|
-
*/
|
|
2648
|
-
readonly tenantId?: string;
|
|
2649
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
2650
|
-
type: ManagedServiceIdentityType;
|
|
2651
|
-
/** 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. */
|
|
2652
|
-
userAssignedIdentities?: {
|
|
2653
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
2654
|
-
};
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
/**
|
|
2658
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
2659
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
2660
|
-
* this enum contains the known values that the service supports.
|
|
2661
|
-
* ### Known values supported by the service
|
|
2662
|
-
* **None** \
|
|
2663
|
-
* **SystemAssigned** \
|
|
2664
|
-
* **UserAssigned** \
|
|
2665
|
-
* **SystemAssigned, UserAssigned**
|
|
2666
|
-
*/
|
|
2667
|
-
export declare type ManagedServiceIdentityType = string;
|
|
2668
|
-
|
|
2669
|
-
/** Network related settings */
|
|
2670
|
-
export declare interface NetworkConnection extends TrackedResource {
|
|
2671
|
-
/** The subnet to attach Virtual Machines to */
|
|
2672
|
-
subnetId?: string;
|
|
2673
|
-
/** Active Directory domain name */
|
|
2674
|
-
domainName?: string;
|
|
2675
|
-
/** Active Directory domain Organization Unit (OU) */
|
|
2676
|
-
organizationUnit?: string;
|
|
2677
|
-
/** 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. */
|
|
2678
|
-
domainUsername?: string;
|
|
2679
|
-
/** The password for the account used to join domain */
|
|
2680
|
-
domainPassword?: string;
|
|
2681
|
-
/**
|
|
2682
|
-
* The provisioning state of the resource.
|
|
2683
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2684
|
-
*/
|
|
2685
|
-
readonly provisioningState?: ProvisioningState;
|
|
2686
|
-
/**
|
|
2687
|
-
* Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
|
|
2688
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2689
|
-
*/
|
|
2690
|
-
readonly healthCheckStatus?: HealthCheckStatus;
|
|
2691
|
-
/** The name for resource group where NICs will be placed. */
|
|
2692
|
-
networkingResourceGroupName?: string;
|
|
2693
|
-
/** AAD Join type. */
|
|
2694
|
-
domainJoinType?: DomainJoinType;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
/** Result of the network connection list operation. */
|
|
2698
|
-
export declare interface NetworkConnectionListResult {
|
|
2699
|
-
/**
|
|
2700
|
-
* Current page of results.
|
|
2701
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2702
|
-
*/
|
|
2703
|
-
readonly value?: NetworkConnection[];
|
|
2704
|
-
/**
|
|
2705
|
-
* URL to get the next set of results if there are any.
|
|
2706
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2707
|
-
*/
|
|
2708
|
-
readonly nextLink?: string;
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
/** Interface representing a NetworkConnections. */
|
|
2712
|
-
export declare interface NetworkConnections {
|
|
2713
|
-
/**
|
|
2714
|
-
* Lists network connections in a subscription
|
|
2715
|
-
* @param options The options parameters.
|
|
2716
|
-
*/
|
|
2717
|
-
listBySubscription(options?: NetworkConnectionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkConnection>;
|
|
2718
|
-
/**
|
|
2719
|
-
* Lists network connections in a resource group
|
|
2720
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2721
|
-
* @param options The options parameters.
|
|
2722
|
-
*/
|
|
2723
|
-
listByResourceGroup(resourceGroupName: string, options?: NetworkConnectionsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkConnection>;
|
|
2724
|
-
/**
|
|
2725
|
-
* Lists health check status details
|
|
2726
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2727
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2728
|
-
* @param options The options parameters.
|
|
2729
|
-
*/
|
|
2730
|
-
listHealthDetails(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsListHealthDetailsOptionalParams): PagedAsyncIterableIterator<HealthCheckStatusDetails>;
|
|
2731
|
-
/**
|
|
2732
|
-
* Lists the endpoints that agents may call as part of Dev Box service administration. These FQDNs
|
|
2733
|
-
* should be allowed for outbound access in order for the Dev Box service to function.
|
|
2734
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2735
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2736
|
-
* @param options The options parameters.
|
|
2737
|
-
*/
|
|
2738
|
-
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
2739
|
-
/**
|
|
2740
|
-
* Gets a network connection resource
|
|
2741
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2742
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2743
|
-
* @param options The options parameters.
|
|
2744
|
-
*/
|
|
2745
|
-
get(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsGetOptionalParams): Promise<NetworkConnectionsGetResponse>;
|
|
2746
|
-
/**
|
|
2747
|
-
* Creates or updates a Network Connections resource
|
|
2748
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2749
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2750
|
-
* @param body Represents network connection
|
|
2751
|
-
* @param options The options parameters.
|
|
2752
|
-
*/
|
|
2753
|
-
beginCreateOrUpdate(resourceGroupName: string, networkConnectionName: string, body: NetworkConnection, options?: NetworkConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkConnectionsCreateOrUpdateResponse>, NetworkConnectionsCreateOrUpdateResponse>>;
|
|
2754
|
-
/**
|
|
2755
|
-
* Creates or updates a Network Connections resource
|
|
2756
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2757
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2758
|
-
* @param body Represents network connection
|
|
2759
|
-
* @param options The options parameters.
|
|
2760
|
-
*/
|
|
2761
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, networkConnectionName: string, body: NetworkConnection, options?: NetworkConnectionsCreateOrUpdateOptionalParams): Promise<NetworkConnectionsCreateOrUpdateResponse>;
|
|
2762
|
-
/**
|
|
2763
|
-
* Partially updates a Network Connection
|
|
2764
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2765
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2766
|
-
* @param body Represents network connection
|
|
2767
|
-
* @param options The options parameters.
|
|
2768
|
-
*/
|
|
2769
|
-
beginUpdate(resourceGroupName: string, networkConnectionName: string, body: NetworkConnectionUpdate, options?: NetworkConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkConnectionsUpdateResponse>, NetworkConnectionsUpdateResponse>>;
|
|
2770
|
-
/**
|
|
2771
|
-
* Partially updates a Network Connection
|
|
2772
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2773
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2774
|
-
* @param body Represents network connection
|
|
2775
|
-
* @param options The options parameters.
|
|
2776
|
-
*/
|
|
2777
|
-
beginUpdateAndWait(resourceGroupName: string, networkConnectionName: string, body: NetworkConnectionUpdate, options?: NetworkConnectionsUpdateOptionalParams): Promise<NetworkConnectionsUpdateResponse>;
|
|
2778
|
-
/**
|
|
2779
|
-
* Deletes a Network Connections resource
|
|
2780
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2781
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2782
|
-
* @param options The options parameters.
|
|
2783
|
-
*/
|
|
2784
|
-
beginDelete(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkConnectionsDeleteResponse>, NetworkConnectionsDeleteResponse>>;
|
|
2785
|
-
/**
|
|
2786
|
-
* Deletes a Network Connections resource
|
|
2787
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2788
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2789
|
-
* @param options The options parameters.
|
|
2790
|
-
*/
|
|
2791
|
-
beginDeleteAndWait(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsDeleteOptionalParams): Promise<NetworkConnectionsDeleteResponse>;
|
|
2792
|
-
/**
|
|
2793
|
-
* Gets health check status details.
|
|
2794
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2795
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2796
|
-
* @param options The options parameters.
|
|
2797
|
-
*/
|
|
2798
|
-
getHealthDetails(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsGetHealthDetailsOptionalParams): Promise<NetworkConnectionsGetHealthDetailsResponse>;
|
|
2799
|
-
/**
|
|
2800
|
-
* Triggers a new health check run. The execution and health check result can be tracked via the
|
|
2801
|
-
* network Connection health check details
|
|
2802
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2803
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2804
|
-
* @param options The options parameters.
|
|
2805
|
-
*/
|
|
2806
|
-
beginRunHealthChecks(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsRunHealthChecksOptionalParams): Promise<SimplePollerLike<OperationState<NetworkConnectionsRunHealthChecksResponse>, NetworkConnectionsRunHealthChecksResponse>>;
|
|
2807
|
-
/**
|
|
2808
|
-
* Triggers a new health check run. The execution and health check result can be tracked via the
|
|
2809
|
-
* network Connection health check details
|
|
2810
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2811
|
-
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
2812
|
-
* @param options The options parameters.
|
|
2813
|
-
*/
|
|
2814
|
-
beginRunHealthChecksAndWait(resourceGroupName: string, networkConnectionName: string, options?: NetworkConnectionsRunHealthChecksOptionalParams): Promise<NetworkConnectionsRunHealthChecksResponse>;
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
/** Optional parameters. */
|
|
2818
|
-
export declare interface NetworkConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2819
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2820
|
-
updateIntervalInMs?: number;
|
|
2821
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2822
|
-
resumeFrom?: string;
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2826
|
-
export declare type NetworkConnectionsCreateOrUpdateResponse = NetworkConnection;
|
|
2827
|
-
|
|
2828
|
-
/** Defines headers for NetworkConnections_delete operation. */
|
|
2829
|
-
export declare interface NetworkConnectionsDeleteHeaders {
|
|
2830
|
-
location?: string;
|
|
2831
|
-
}
|
|
2832
|
-
|
|
2833
|
-
/** Optional parameters. */
|
|
2834
|
-
export declare interface NetworkConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2835
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2836
|
-
updateIntervalInMs?: number;
|
|
2837
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2838
|
-
resumeFrom?: string;
|
|
2839
|
-
}
|
|
2840
|
-
|
|
2841
|
-
/** Contains response data for the delete operation. */
|
|
2842
|
-
export declare type NetworkConnectionsDeleteResponse = NetworkConnectionsDeleteHeaders;
|
|
2843
|
-
|
|
2844
|
-
/** Optional parameters. */
|
|
2845
|
-
export declare interface NetworkConnectionsGetHealthDetailsOptionalParams extends coreClient.OperationOptions {
|
|
2846
|
-
}
|
|
2847
|
-
|
|
2848
|
-
/** Contains response data for the getHealthDetails operation. */
|
|
2849
|
-
export declare type NetworkConnectionsGetHealthDetailsResponse = HealthCheckStatusDetails;
|
|
2850
|
-
|
|
2851
|
-
/** Optional parameters. */
|
|
2852
|
-
export declare interface NetworkConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
/** Contains response data for the get operation. */
|
|
2856
|
-
export declare type NetworkConnectionsGetResponse = NetworkConnection;
|
|
2857
|
-
|
|
2858
|
-
/** Optional parameters. */
|
|
2859
|
-
export declare interface NetworkConnectionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2860
|
-
}
|
|
2861
|
-
|
|
2862
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2863
|
-
export declare type NetworkConnectionsListByResourceGroupNextResponse = NetworkConnectionListResult;
|
|
2864
|
-
|
|
2865
|
-
/** Optional parameters. */
|
|
2866
|
-
export declare interface NetworkConnectionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2867
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
2868
|
-
top?: number;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2872
|
-
export declare type NetworkConnectionsListByResourceGroupResponse = NetworkConnectionListResult;
|
|
2873
|
-
|
|
2874
|
-
/** Optional parameters. */
|
|
2875
|
-
export declare interface NetworkConnectionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2876
|
-
}
|
|
2877
|
-
|
|
2878
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2879
|
-
export declare type NetworkConnectionsListBySubscriptionNextResponse = NetworkConnectionListResult;
|
|
2880
|
-
|
|
2881
|
-
/** Optional parameters. */
|
|
2882
|
-
export declare interface NetworkConnectionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2883
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
2884
|
-
top?: number;
|
|
2885
|
-
}
|
|
2886
|
-
|
|
2887
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2888
|
-
export declare type NetworkConnectionsListBySubscriptionResponse = NetworkConnectionListResult;
|
|
2889
|
-
|
|
2890
|
-
/** Optional parameters. */
|
|
2891
|
-
export declare interface NetworkConnectionsListHealthDetailsOptionalParams extends coreClient.OperationOptions {
|
|
2892
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
2893
|
-
top?: number;
|
|
2894
|
-
}
|
|
2895
|
-
|
|
2896
|
-
/** Contains response data for the listHealthDetails operation. */
|
|
2897
|
-
export declare type NetworkConnectionsListHealthDetailsResponse = HealthCheckStatusDetailsListResult;
|
|
2898
|
-
|
|
2899
|
-
/** Optional parameters. */
|
|
2900
|
-
export declare interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
2901
|
-
}
|
|
2902
|
-
|
|
2903
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
2904
|
-
export declare type NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
2905
|
-
|
|
2906
|
-
/** Optional parameters. */
|
|
2907
|
-
export declare interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
2908
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
2909
|
-
top?: number;
|
|
2910
|
-
}
|
|
2911
|
-
|
|
2912
|
-
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
2913
|
-
export declare type NetworkConnectionsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
2914
|
-
|
|
2915
|
-
/** Defines headers for NetworkConnections_runHealthChecks operation. */
|
|
2916
|
-
export declare interface NetworkConnectionsRunHealthChecksHeaders {
|
|
2917
|
-
location?: string;
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
/** Optional parameters. */
|
|
2921
|
-
export declare interface NetworkConnectionsRunHealthChecksOptionalParams extends coreClient.OperationOptions {
|
|
2922
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2923
|
-
updateIntervalInMs?: number;
|
|
2924
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2925
|
-
resumeFrom?: string;
|
|
2926
|
-
}
|
|
2927
|
-
|
|
2928
|
-
/** Contains response data for the runHealthChecks operation. */
|
|
2929
|
-
export declare type NetworkConnectionsRunHealthChecksResponse = NetworkConnectionsRunHealthChecksHeaders;
|
|
2930
|
-
|
|
2931
|
-
/** Defines headers for NetworkConnections_update operation. */
|
|
2932
|
-
export declare interface NetworkConnectionsUpdateHeaders {
|
|
2933
|
-
location?: string;
|
|
2934
|
-
}
|
|
2935
|
-
|
|
2936
|
-
/** Optional parameters. */
|
|
2937
|
-
export declare interface NetworkConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2938
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2939
|
-
updateIntervalInMs?: number;
|
|
2940
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2941
|
-
resumeFrom?: string;
|
|
2942
|
-
}
|
|
2943
|
-
|
|
2944
|
-
/** Contains response data for the update operation. */
|
|
2945
|
-
export declare type NetworkConnectionsUpdateResponse = NetworkConnection;
|
|
2946
|
-
|
|
2947
|
-
/** The network connection properties for partial update. Properties not provided in the update request will not be changed. */
|
|
2948
|
-
export declare interface NetworkConnectionUpdate extends TrackedResourceUpdate {
|
|
2949
|
-
/** The subnet to attach Virtual Machines to */
|
|
2950
|
-
subnetId?: string;
|
|
2951
|
-
/** Active Directory domain name */
|
|
2952
|
-
domainName?: string;
|
|
2953
|
-
/** Active Directory domain Organization Unit (OU) */
|
|
2954
|
-
organizationUnit?: string;
|
|
2955
|
-
/** 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. */
|
|
2956
|
-
domainUsername?: string;
|
|
2957
|
-
/** The password for the account used to join domain */
|
|
2958
|
-
domainPassword?: string;
|
|
2959
|
-
}
|
|
2960
|
-
|
|
2961
|
-
/** Properties of network connection. These properties can be updated after the resource has been created. */
|
|
2962
|
-
export declare interface NetworkConnectionUpdateProperties {
|
|
2963
|
-
/** The subnet to attach Virtual Machines to */
|
|
2964
|
-
subnetId?: string;
|
|
2965
|
-
/** Active Directory domain name */
|
|
2966
|
-
domainName?: string;
|
|
2967
|
-
/** Active Directory domain Organization Unit (OU) */
|
|
2968
|
-
organizationUnit?: string;
|
|
2969
|
-
/** 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. */
|
|
2970
|
-
domainUsername?: string;
|
|
2971
|
-
/** The password for the account used to join domain */
|
|
2972
|
-
domainPassword?: string;
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
|
-
/** Network properties */
|
|
2976
|
-
export declare interface NetworkProperties extends NetworkConnectionUpdateProperties {
|
|
2977
|
-
/**
|
|
2978
|
-
* The provisioning state of the resource.
|
|
2979
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2980
|
-
*/
|
|
2981
|
-
readonly provisioningState?: ProvisioningState;
|
|
2982
|
-
/**
|
|
2983
|
-
* Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
|
|
2984
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2985
|
-
*/
|
|
2986
|
-
readonly healthCheckStatus?: HealthCheckStatus;
|
|
2987
|
-
/** The name for resource group where NICs will be placed. */
|
|
2988
|
-
networkingResourceGroupName?: string;
|
|
2989
|
-
/** AAD Join type. */
|
|
2990
|
-
domainJoinType: DomainJoinType;
|
|
2991
|
-
}
|
|
2992
|
-
|
|
2993
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
2994
|
-
export declare interface Operation {
|
|
2995
|
-
/**
|
|
2996
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
2997
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2998
|
-
*/
|
|
2999
|
-
readonly name?: string;
|
|
3000
|
-
/**
|
|
3001
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
3002
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3003
|
-
*/
|
|
3004
|
-
readonly isDataAction?: boolean;
|
|
3005
|
-
/** Localized display information for this particular operation. */
|
|
3006
|
-
display?: OperationDisplay;
|
|
3007
|
-
/**
|
|
3008
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
3009
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3010
|
-
*/
|
|
3011
|
-
readonly origin?: Origin;
|
|
3012
|
-
/**
|
|
3013
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
3014
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3015
|
-
*/
|
|
3016
|
-
readonly actionType?: ActionType;
|
|
3017
|
-
}
|
|
3018
|
-
|
|
3019
|
-
/** Localized display information for this particular operation. */
|
|
3020
|
-
export declare interface OperationDisplay {
|
|
3021
|
-
/**
|
|
3022
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
3023
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3024
|
-
*/
|
|
3025
|
-
readonly provider?: string;
|
|
3026
|
-
/**
|
|
3027
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
3028
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3029
|
-
*/
|
|
3030
|
-
readonly resource?: string;
|
|
3031
|
-
/**
|
|
3032
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
3033
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3034
|
-
*/
|
|
3035
|
-
readonly operation?: string;
|
|
3036
|
-
/**
|
|
3037
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
3038
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3039
|
-
*/
|
|
3040
|
-
readonly description?: string;
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
3044
|
-
export declare interface OperationListResult {
|
|
3045
|
-
/**
|
|
3046
|
-
* List of operations supported by the resource provider
|
|
3047
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3048
|
-
*/
|
|
3049
|
-
readonly value?: Operation[];
|
|
3050
|
-
/**
|
|
3051
|
-
* URL to get the next set of operation list results (if there are any).
|
|
3052
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3053
|
-
*/
|
|
3054
|
-
readonly nextLink?: string;
|
|
3055
|
-
}
|
|
3056
|
-
|
|
3057
|
-
/** Interface representing a Operations. */
|
|
3058
|
-
export declare interface Operations {
|
|
3059
|
-
/**
|
|
3060
|
-
* Lists all of the available resource provider operations.
|
|
3061
|
-
* @param options The options parameters.
|
|
3062
|
-
*/
|
|
3063
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
3064
|
-
}
|
|
3065
|
-
|
|
3066
|
-
/** Optional parameters. */
|
|
3067
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3068
|
-
}
|
|
3069
|
-
|
|
3070
|
-
/** Contains response data for the listNext operation. */
|
|
3071
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
3072
|
-
|
|
3073
|
-
/** Optional parameters. */
|
|
3074
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3075
|
-
}
|
|
3076
|
-
|
|
3077
|
-
/** Contains response data for the list operation. */
|
|
3078
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
3079
|
-
|
|
3080
|
-
/** The current status of an async operation */
|
|
3081
|
-
export declare interface OperationStatus extends OperationStatusResult {
|
|
3082
|
-
/**
|
|
3083
|
-
* Custom operation properties, populated only for a successful operation.
|
|
3084
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3085
|
-
*/
|
|
3086
|
-
readonly properties?: Record<string, unknown>;
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
|
-
/** Interface representing a OperationStatuses. */
|
|
3090
|
-
export declare interface OperationStatuses {
|
|
3091
|
-
/**
|
|
3092
|
-
* Gets the current status of an async operation.
|
|
3093
|
-
* @param location The Azure region
|
|
3094
|
-
* @param operationId The ID of an ongoing async operation
|
|
3095
|
-
* @param options The options parameters.
|
|
3096
|
-
*/
|
|
3097
|
-
get(location: string, operationId: string, options?: OperationStatusesGetOptionalParams): Promise<OperationStatusesGetResponse>;
|
|
3098
|
-
}
|
|
3099
|
-
|
|
3100
|
-
/** Defines headers for OperationStatuses_get operation. */
|
|
3101
|
-
export declare interface OperationStatusesGetHeaders {
|
|
3102
|
-
location?: string;
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
/** Optional parameters. */
|
|
3106
|
-
export declare interface OperationStatusesGetOptionalParams extends coreClient.OperationOptions {
|
|
3107
|
-
}
|
|
3108
|
-
|
|
3109
|
-
/** Contains response data for the get operation. */
|
|
3110
|
-
export declare type OperationStatusesGetResponse = OperationStatus;
|
|
3111
|
-
|
|
3112
|
-
/** The current status of an async operation. */
|
|
3113
|
-
export declare interface OperationStatusResult {
|
|
3114
|
-
/** Fully qualified ID for the async operation. */
|
|
3115
|
-
id?: string;
|
|
3116
|
-
/**
|
|
3117
|
-
* Fully qualified ID of the resource against which the original async operation was started.
|
|
3118
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3119
|
-
*/
|
|
3120
|
-
readonly resourceId?: string;
|
|
3121
|
-
/** Name of the async operation. */
|
|
3122
|
-
name?: string;
|
|
3123
|
-
/** Operation status. */
|
|
3124
|
-
status: string;
|
|
3125
|
-
/** Percent of the operation that is complete. */
|
|
3126
|
-
percentComplete?: number;
|
|
3127
|
-
/** The start time of the operation. */
|
|
3128
|
-
startTime?: Date;
|
|
3129
|
-
/** The end time of the operation. */
|
|
3130
|
-
endTime?: Date;
|
|
3131
|
-
/** The operations list. */
|
|
3132
|
-
operations?: OperationStatusResult[];
|
|
3133
|
-
/** If present, details of the operation error. */
|
|
3134
|
-
error?: ErrorDetail;
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
|
-
/**
|
|
3138
|
-
* Defines values for Origin. \
|
|
3139
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
3140
|
-
* this enum contains the known values that the service supports.
|
|
3141
|
-
* ### Known values supported by the service
|
|
3142
|
-
* **user** \
|
|
3143
|
-
* **system** \
|
|
3144
|
-
* **user,system**
|
|
3145
|
-
*/
|
|
3146
|
-
export declare type Origin = string;
|
|
3147
|
-
|
|
3148
|
-
/** A collection of related endpoints from the same service for which the agent requires outbound access. */
|
|
3149
|
-
export declare interface OutboundEnvironmentEndpoint {
|
|
3150
|
-
/**
|
|
3151
|
-
* The type of service that the agent connects to.
|
|
3152
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3153
|
-
*/
|
|
3154
|
-
readonly category?: string;
|
|
3155
|
-
/**
|
|
3156
|
-
* The endpoints for this service for which the agent requires outbound access.
|
|
3157
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3158
|
-
*/
|
|
3159
|
-
readonly endpoints?: EndpointDependency[];
|
|
3160
|
-
}
|
|
3161
|
-
|
|
3162
|
-
/** Values returned by the List operation. */
|
|
3163
|
-
export declare interface OutboundEnvironmentEndpointCollection {
|
|
3164
|
-
/**
|
|
3165
|
-
* The collection of outbound network dependency endpoints returned by the listing operation.
|
|
3166
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3167
|
-
*/
|
|
3168
|
-
readonly value?: OutboundEnvironmentEndpoint[];
|
|
3169
|
-
/** The continuation token. */
|
|
3170
|
-
nextLink?: string;
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
/**
|
|
3174
|
-
* Defines values for ParameterType. \
|
|
3175
|
-
* {@link KnownParameterType} can be used interchangeably with ParameterType,
|
|
3176
|
-
* this enum contains the known values that the service supports.
|
|
3177
|
-
* ### Known values supported by the service
|
|
3178
|
-
* **array**: The parameter accepts an array of values. \
|
|
3179
|
-
* **boolean**: The parameter accepts a boolean value. \
|
|
3180
|
-
* **integer**: The parameter accepts an integer value. \
|
|
3181
|
-
* **number**: The parameter accepts a number value. \
|
|
3182
|
-
* **object**: The parameter accepts an object value. \
|
|
3183
|
-
* **string**: The parameter accepts a string value.
|
|
3184
|
-
*/
|
|
3185
|
-
export declare type ParameterType = string;
|
|
3186
|
-
|
|
3187
|
-
/** A pool of Virtual Machines. */
|
|
3188
|
-
export declare interface Pool extends TrackedResource {
|
|
3189
|
-
/** Name of a Dev Box definition in parent Project of this Pool */
|
|
3190
|
-
devBoxDefinitionName?: string;
|
|
3191
|
-
/** Name of a Network Connection in parent Project of this Pool */
|
|
3192
|
-
networkConnectionName?: string;
|
|
3193
|
-
/** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
|
|
3194
|
-
licenseType?: LicenseType;
|
|
3195
|
-
/** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
|
|
3196
|
-
localAdministrator?: LocalAdminStatus;
|
|
3197
|
-
/** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
|
|
3198
|
-
stopOnDisconnect?: StopOnDisconnectConfiguration;
|
|
3199
|
-
/** 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. */
|
|
3200
|
-
singleSignOnStatus?: SingleSignOnStatus;
|
|
3201
|
-
/** The display name of the pool. */
|
|
3202
|
-
displayName?: string;
|
|
3203
|
-
/** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
|
|
3204
|
-
virtualNetworkType?: VirtualNetworkType;
|
|
3205
|
-
/** The regions of the managed virtual network (required when managedNetworkType is Managed). */
|
|
3206
|
-
managedVirtualNetworkRegions?: string[];
|
|
3207
|
-
/**
|
|
3208
|
-
* Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
|
|
3209
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3210
|
-
*/
|
|
3211
|
-
readonly healthStatus?: HealthStatus;
|
|
3212
|
-
/**
|
|
3213
|
-
* 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
|
|
3214
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3215
|
-
*/
|
|
3216
|
-
readonly healthStatusDetails?: HealthStatusDetail[];
|
|
3217
|
-
/**
|
|
3218
|
-
* Indicates the number of provisioned Dev Boxes in this pool.
|
|
3219
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3220
|
-
*/
|
|
3221
|
-
readonly devBoxCount?: number;
|
|
3222
|
-
/**
|
|
3223
|
-
* The provisioning state of the resource.
|
|
3224
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3225
|
-
*/
|
|
3226
|
-
readonly provisioningState?: ProvisioningState;
|
|
3227
|
-
}
|
|
3228
|
-
|
|
3229
|
-
/** Results of the machine pool list operation. */
|
|
3230
|
-
export declare interface PoolListResult {
|
|
3231
|
-
/**
|
|
3232
|
-
* Current page of results.
|
|
3233
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3234
|
-
*/
|
|
3235
|
-
readonly value?: Pool[];
|
|
3236
|
-
/**
|
|
3237
|
-
* URL to get the next set of results if there are any.
|
|
3238
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3239
|
-
*/
|
|
3240
|
-
readonly nextLink?: string;
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
/** Properties of a Pool */
|
|
3244
|
-
export declare interface PoolProperties extends PoolUpdateProperties {
|
|
3245
|
-
/**
|
|
3246
|
-
* Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
|
|
3247
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3248
|
-
*/
|
|
3249
|
-
readonly healthStatus?: HealthStatus;
|
|
3250
|
-
/**
|
|
3251
|
-
* 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
|
|
3252
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3253
|
-
*/
|
|
3254
|
-
readonly healthStatusDetails?: HealthStatusDetail[];
|
|
3255
|
-
/**
|
|
3256
|
-
* Indicates the number of provisioned Dev Boxes in this pool.
|
|
3257
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3258
|
-
*/
|
|
3259
|
-
readonly devBoxCount?: number;
|
|
3260
|
-
/**
|
|
3261
|
-
* The provisioning state of the resource.
|
|
3262
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3263
|
-
*/
|
|
3264
|
-
readonly provisioningState?: ProvisioningState;
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
/** Interface representing a Pools. */
|
|
3268
|
-
export declare interface Pools {
|
|
3269
|
-
/**
|
|
3270
|
-
* Lists pools for a project
|
|
3271
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3272
|
-
* @param projectName The name of the project.
|
|
3273
|
-
* @param options The options parameters.
|
|
3274
|
-
*/
|
|
3275
|
-
listByProject(resourceGroupName: string, projectName: string, options?: PoolsListByProjectOptionalParams): PagedAsyncIterableIterator<Pool>;
|
|
3276
|
-
/**
|
|
3277
|
-
* Gets a machine pool
|
|
3278
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3279
|
-
* @param projectName The name of the project.
|
|
3280
|
-
* @param poolName Name of the pool.
|
|
3281
|
-
* @param options The options parameters.
|
|
3282
|
-
*/
|
|
3283
|
-
get(resourceGroupName: string, projectName: string, poolName: string, options?: PoolsGetOptionalParams): Promise<PoolsGetResponse>;
|
|
3284
|
-
/**
|
|
3285
|
-
* Creates or updates a machine pool
|
|
3286
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3287
|
-
* @param projectName The name of the project.
|
|
3288
|
-
* @param poolName Name of the pool.
|
|
3289
|
-
* @param body Represents a machine pool
|
|
3290
|
-
* @param options The options parameters.
|
|
3291
|
-
*/
|
|
3292
|
-
beginCreateOrUpdate(resourceGroupName: string, projectName: string, poolName: string, body: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoolsCreateOrUpdateResponse>, PoolsCreateOrUpdateResponse>>;
|
|
3293
|
-
/**
|
|
3294
|
-
* Creates or updates a machine pool
|
|
3295
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3296
|
-
* @param projectName The name of the project.
|
|
3297
|
-
* @param poolName Name of the pool.
|
|
3298
|
-
* @param body Represents a machine pool
|
|
3299
|
-
* @param options The options parameters.
|
|
3300
|
-
*/
|
|
3301
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, body: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<PoolsCreateOrUpdateResponse>;
|
|
3302
|
-
/**
|
|
3303
|
-
* Partially updates a machine pool
|
|
3304
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3305
|
-
* @param projectName The name of the project.
|
|
3306
|
-
* @param poolName Name of the pool.
|
|
3307
|
-
* @param body Represents a machine pool
|
|
3308
|
-
* @param options The options parameters.
|
|
3309
|
-
*/
|
|
3310
|
-
beginUpdate(resourceGroupName: string, projectName: string, poolName: string, body: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoolsUpdateResponse>, PoolsUpdateResponse>>;
|
|
3311
|
-
/**
|
|
3312
|
-
* Partially updates a machine pool
|
|
3313
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3314
|
-
* @param projectName The name of the project.
|
|
3315
|
-
* @param poolName Name of the pool.
|
|
3316
|
-
* @param body Represents a machine pool
|
|
3317
|
-
* @param options The options parameters.
|
|
3318
|
-
*/
|
|
3319
|
-
beginUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, body: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<PoolsUpdateResponse>;
|
|
3320
|
-
/**
|
|
3321
|
-
* Deletes a machine pool
|
|
3322
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3323
|
-
* @param projectName The name of the project.
|
|
3324
|
-
* @param poolName Name of the pool.
|
|
3325
|
-
* @param options The options parameters.
|
|
3326
|
-
*/
|
|
3327
|
-
beginDelete(resourceGroupName: string, projectName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PoolsDeleteResponse>, PoolsDeleteResponse>>;
|
|
3328
|
-
/**
|
|
3329
|
-
* Deletes a machine pool
|
|
3330
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3331
|
-
* @param projectName The name of the project.
|
|
3332
|
-
* @param poolName Name of the pool.
|
|
3333
|
-
* @param options The options parameters.
|
|
3334
|
-
*/
|
|
3335
|
-
beginDeleteAndWait(resourceGroupName: string, projectName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<PoolsDeleteResponse>;
|
|
3336
|
-
/**
|
|
3337
|
-
* Triggers a refresh of the pool status.
|
|
3338
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3339
|
-
* @param projectName The name of the project.
|
|
3340
|
-
* @param poolName Name of the pool.
|
|
3341
|
-
* @param options The options parameters.
|
|
3342
|
-
*/
|
|
3343
|
-
beginRunHealthChecks(resourceGroupName: string, projectName: string, poolName: string, options?: PoolsRunHealthChecksOptionalParams): Promise<SimplePollerLike<OperationState<PoolsRunHealthChecksResponse>, PoolsRunHealthChecksResponse>>;
|
|
3344
|
-
/**
|
|
3345
|
-
* Triggers a refresh of the pool status.
|
|
3346
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3347
|
-
* @param projectName The name of the project.
|
|
3348
|
-
* @param poolName Name of the pool.
|
|
3349
|
-
* @param options The options parameters.
|
|
3350
|
-
*/
|
|
3351
|
-
beginRunHealthChecksAndWait(resourceGroupName: string, projectName: string, poolName: string, options?: PoolsRunHealthChecksOptionalParams): Promise<PoolsRunHealthChecksResponse>;
|
|
3352
|
-
}
|
|
3353
|
-
|
|
3354
|
-
/** Optional parameters. */
|
|
3355
|
-
export declare interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3356
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3357
|
-
updateIntervalInMs?: number;
|
|
3358
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3359
|
-
resumeFrom?: string;
|
|
3360
|
-
}
|
|
3361
|
-
|
|
3362
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3363
|
-
export declare type PoolsCreateOrUpdateResponse = Pool;
|
|
3364
|
-
|
|
3365
|
-
/** Defines headers for Pools_delete operation. */
|
|
3366
|
-
export declare interface PoolsDeleteHeaders {
|
|
3367
|
-
location?: string;
|
|
3368
|
-
}
|
|
3369
|
-
|
|
3370
|
-
/** Optional parameters. */
|
|
3371
|
-
export declare interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3372
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3373
|
-
updateIntervalInMs?: number;
|
|
3374
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3375
|
-
resumeFrom?: string;
|
|
3376
|
-
}
|
|
3377
|
-
|
|
3378
|
-
/** Contains response data for the delete operation. */
|
|
3379
|
-
export declare type PoolsDeleteResponse = PoolsDeleteHeaders;
|
|
3380
|
-
|
|
3381
|
-
/** Optional parameters. */
|
|
3382
|
-
export declare interface PoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
3383
|
-
}
|
|
3384
|
-
|
|
3385
|
-
/** Contains response data for the get operation. */
|
|
3386
|
-
export declare type PoolsGetResponse = Pool;
|
|
3387
|
-
|
|
3388
|
-
/** Optional parameters. */
|
|
3389
|
-
export declare interface PoolsListByProjectNextOptionalParams extends coreClient.OperationOptions {
|
|
3390
|
-
}
|
|
3391
|
-
|
|
3392
|
-
/** Contains response data for the listByProjectNext operation. */
|
|
3393
|
-
export declare type PoolsListByProjectNextResponse = PoolListResult;
|
|
3394
|
-
|
|
3395
|
-
/** Optional parameters. */
|
|
3396
|
-
export declare interface PoolsListByProjectOptionalParams extends coreClient.OperationOptions {
|
|
3397
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
3398
|
-
top?: number;
|
|
3399
|
-
}
|
|
3400
|
-
|
|
3401
|
-
/** Contains response data for the listByProject operation. */
|
|
3402
|
-
export declare type PoolsListByProjectResponse = PoolListResult;
|
|
3403
|
-
|
|
3404
|
-
/** Defines headers for Pools_runHealthChecks operation. */
|
|
3405
|
-
export declare interface PoolsRunHealthChecksHeaders {
|
|
3406
|
-
location?: string;
|
|
3407
|
-
}
|
|
3408
|
-
|
|
3409
|
-
/** Optional parameters. */
|
|
3410
|
-
export declare interface PoolsRunHealthChecksOptionalParams extends coreClient.OperationOptions {
|
|
3411
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3412
|
-
updateIntervalInMs?: number;
|
|
3413
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3414
|
-
resumeFrom?: string;
|
|
3415
|
-
}
|
|
3416
|
-
|
|
3417
|
-
/** Contains response data for the runHealthChecks operation. */
|
|
3418
|
-
export declare type PoolsRunHealthChecksResponse = PoolsRunHealthChecksHeaders;
|
|
3419
|
-
|
|
3420
|
-
/** Defines headers for Pools_update operation. */
|
|
3421
|
-
export declare interface PoolsUpdateHeaders {
|
|
3422
|
-
location?: string;
|
|
3423
|
-
}
|
|
3424
|
-
|
|
3425
|
-
/** Optional parameters. */
|
|
3426
|
-
export declare interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3427
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3428
|
-
updateIntervalInMs?: number;
|
|
3429
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3430
|
-
resumeFrom?: string;
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
/** Contains response data for the update operation. */
|
|
3434
|
-
export declare type PoolsUpdateResponse = Pool;
|
|
3435
|
-
|
|
3436
|
-
/** The pool properties for partial update. Properties not provided in the update request will not be changed. */
|
|
3437
|
-
export declare interface PoolUpdate extends TrackedResourceUpdate {
|
|
3438
|
-
/** Name of a Dev Box definition in parent Project of this Pool */
|
|
3439
|
-
devBoxDefinitionName?: string;
|
|
3440
|
-
/** Name of a Network Connection in parent Project of this Pool */
|
|
3441
|
-
networkConnectionName?: string;
|
|
3442
|
-
/** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
|
|
3443
|
-
licenseType?: LicenseType;
|
|
3444
|
-
/** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
|
|
3445
|
-
localAdministrator?: LocalAdminStatus;
|
|
3446
|
-
/** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
|
|
3447
|
-
stopOnDisconnect?: StopOnDisconnectConfiguration;
|
|
3448
|
-
/** 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. */
|
|
3449
|
-
singleSignOnStatus?: SingleSignOnStatus;
|
|
3450
|
-
/** The display name of the pool. */
|
|
3451
|
-
displayName?: string;
|
|
3452
|
-
/** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
|
|
3453
|
-
virtualNetworkType?: VirtualNetworkType;
|
|
3454
|
-
/** The regions of the managed virtual network (required when managedNetworkType is Managed). */
|
|
3455
|
-
managedVirtualNetworkRegions?: string[];
|
|
3456
|
-
}
|
|
3457
|
-
|
|
3458
|
-
/** Properties of a Pool. These properties can be updated after the resource has been created. */
|
|
3459
|
-
export declare interface PoolUpdateProperties {
|
|
3460
|
-
/** Name of a Dev Box definition in parent Project of this Pool */
|
|
3461
|
-
devBoxDefinitionName?: string;
|
|
3462
|
-
/** Name of a Network Connection in parent Project of this Pool */
|
|
3463
|
-
networkConnectionName?: string;
|
|
3464
|
-
/** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
|
|
3465
|
-
licenseType?: LicenseType;
|
|
3466
|
-
/** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
|
|
3467
|
-
localAdministrator?: LocalAdminStatus;
|
|
3468
|
-
/** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
|
|
3469
|
-
stopOnDisconnect?: StopOnDisconnectConfiguration;
|
|
3470
|
-
/** 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. */
|
|
3471
|
-
singleSignOnStatus?: SingleSignOnStatus;
|
|
3472
|
-
/** The display name of the pool. */
|
|
3473
|
-
displayName?: string;
|
|
3474
|
-
/** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
|
|
3475
|
-
virtualNetworkType?: VirtualNetworkType;
|
|
3476
|
-
/** The regions of the managed virtual network (required when managedNetworkType is Managed). */
|
|
3477
|
-
managedVirtualNetworkRegions?: string[];
|
|
3478
|
-
}
|
|
3479
|
-
|
|
3480
|
-
/** Represents a project resource. */
|
|
3481
|
-
export declare interface Project extends TrackedResource {
|
|
3482
|
-
/** Managed identity properties */
|
|
3483
|
-
identity?: ManagedServiceIdentity;
|
|
3484
|
-
/** Resource Id of an associated DevCenter */
|
|
3485
|
-
devCenterId?: string;
|
|
3486
|
-
/** Description of the project. */
|
|
3487
|
-
description?: string;
|
|
3488
|
-
/** 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. */
|
|
3489
|
-
maxDevBoxesPerUser?: number;
|
|
3490
|
-
/** The display name of the project. */
|
|
3491
|
-
displayName?: string;
|
|
3492
|
-
/** Settings to be used when associating a project with a catalog. */
|
|
3493
|
-
catalogSettings?: ProjectCatalogSettings;
|
|
3494
|
-
/**
|
|
3495
|
-
* The provisioning state of the resource.
|
|
3496
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3497
|
-
*/
|
|
3498
|
-
readonly provisioningState?: ProvisioningState;
|
|
3499
|
-
/**
|
|
3500
|
-
* The URI of the Dev Center resource this project is associated with.
|
|
3501
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3502
|
-
*/
|
|
3503
|
-
readonly devCenterUri?: string;
|
|
3504
|
-
}
|
|
3505
|
-
|
|
3506
|
-
/** Interface representing a ProjectAllowedEnvironmentTypes. */
|
|
3507
|
-
export declare interface ProjectAllowedEnvironmentTypes {
|
|
3508
|
-
/**
|
|
3509
|
-
* Lists allowed environment types for a project.
|
|
3510
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3511
|
-
* @param projectName The name of the project.
|
|
3512
|
-
* @param options The options parameters.
|
|
3513
|
-
*/
|
|
3514
|
-
list(resourceGroupName: string, projectName: string, options?: ProjectAllowedEnvironmentTypesListOptionalParams): PagedAsyncIterableIterator<AllowedEnvironmentType>;
|
|
3515
|
-
/**
|
|
3516
|
-
* Gets an allowed environment type.
|
|
3517
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3518
|
-
* @param projectName The name of the project.
|
|
3519
|
-
* @param environmentTypeName The name of the environment type.
|
|
3520
|
-
* @param options The options parameters.
|
|
3521
|
-
*/
|
|
3522
|
-
get(resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectAllowedEnvironmentTypesGetOptionalParams): Promise<ProjectAllowedEnvironmentTypesGetResponse>;
|
|
3523
|
-
}
|
|
3524
|
-
|
|
3525
|
-
/** Optional parameters. */
|
|
3526
|
-
export declare interface ProjectAllowedEnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
3527
|
-
}
|
|
3528
|
-
|
|
3529
|
-
/** Contains response data for the get operation. */
|
|
3530
|
-
export declare type ProjectAllowedEnvironmentTypesGetResponse = AllowedEnvironmentType;
|
|
3531
|
-
|
|
3532
|
-
/** Optional parameters. */
|
|
3533
|
-
export declare interface ProjectAllowedEnvironmentTypesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
|
-
/** Contains response data for the listNext operation. */
|
|
3537
|
-
export declare type ProjectAllowedEnvironmentTypesListNextResponse = AllowedEnvironmentTypeListResult;
|
|
3538
|
-
|
|
3539
|
-
/** Optional parameters. */
|
|
3540
|
-
export declare interface ProjectAllowedEnvironmentTypesListOptionalParams extends coreClient.OperationOptions {
|
|
3541
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
3542
|
-
top?: number;
|
|
3543
|
-
}
|
|
3544
|
-
|
|
3545
|
-
/** Contains response data for the list operation. */
|
|
3546
|
-
export declare type ProjectAllowedEnvironmentTypesListResponse = AllowedEnvironmentTypeListResult;
|
|
3547
|
-
|
|
3548
|
-
/** Interface representing a ProjectCatalogEnvironmentDefinitions. */
|
|
3549
|
-
export declare interface ProjectCatalogEnvironmentDefinitions {
|
|
3550
|
-
/**
|
|
3551
|
-
* Gets Environment Definition error details
|
|
3552
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3553
|
-
* @param projectName The name of the project.
|
|
3554
|
-
* @param catalogName The name of the Catalog.
|
|
3555
|
-
* @param environmentDefinitionName The name of the Environment Definition.
|
|
3556
|
-
* @param options The options parameters.
|
|
3557
|
-
*/
|
|
3558
|
-
getErrorDetails(resourceGroupName: string, projectName: string, catalogName: string, environmentDefinitionName: string, options?: ProjectCatalogEnvironmentDefinitionsGetErrorDetailsOptionalParams): Promise<ProjectCatalogEnvironmentDefinitionsGetErrorDetailsResponse>;
|
|
3559
|
-
}
|
|
3560
|
-
|
|
3561
|
-
/** Optional parameters. */
|
|
3562
|
-
export declare interface ProjectCatalogEnvironmentDefinitionsGetErrorDetailsOptionalParams extends coreClient.OperationOptions {
|
|
3563
|
-
}
|
|
3564
|
-
|
|
3565
|
-
/** Contains response data for the getErrorDetails operation. */
|
|
3566
|
-
export declare type ProjectCatalogEnvironmentDefinitionsGetErrorDetailsResponse = CatalogResourceValidationErrorDetails;
|
|
3567
|
-
|
|
3568
|
-
/** Interface representing a ProjectCatalogs. */
|
|
3569
|
-
export declare interface ProjectCatalogs {
|
|
3570
|
-
/**
|
|
3571
|
-
* Lists the catalogs associated with a project.
|
|
3572
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3573
|
-
* @param projectName The name of the project.
|
|
3574
|
-
* @param options The options parameters.
|
|
3575
|
-
*/
|
|
3576
|
-
list(resourceGroupName: string, projectName: string, options?: ProjectCatalogsListOptionalParams): PagedAsyncIterableIterator<Catalog>;
|
|
3577
|
-
/**
|
|
3578
|
-
* Gets an associated project catalog.
|
|
3579
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3580
|
-
* @param projectName The name of the project.
|
|
3581
|
-
* @param catalogName The name of the Catalog.
|
|
3582
|
-
* @param options The options parameters.
|
|
3583
|
-
*/
|
|
3584
|
-
get(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsGetOptionalParams): Promise<ProjectCatalogsGetResponse>;
|
|
3585
|
-
/**
|
|
3586
|
-
* Creates or updates a project catalog.
|
|
3587
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3588
|
-
* @param projectName The name of the project.
|
|
3589
|
-
* @param catalogName The name of the Catalog.
|
|
3590
|
-
* @param body Represents a catalog.
|
|
3591
|
-
* @param options The options parameters.
|
|
3592
|
-
*/
|
|
3593
|
-
beginCreateOrUpdate(resourceGroupName: string, projectName: string, catalogName: string, body: Catalog, options?: ProjectCatalogsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCatalogsCreateOrUpdateResponse>, ProjectCatalogsCreateOrUpdateResponse>>;
|
|
3594
|
-
/**
|
|
3595
|
-
* Creates or updates a project catalog.
|
|
3596
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3597
|
-
* @param projectName The name of the project.
|
|
3598
|
-
* @param catalogName The name of the Catalog.
|
|
3599
|
-
* @param body Represents a catalog.
|
|
3600
|
-
* @param options The options parameters.
|
|
3601
|
-
*/
|
|
3602
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, projectName: string, catalogName: string, body: Catalog, options?: ProjectCatalogsCreateOrUpdateOptionalParams): Promise<ProjectCatalogsCreateOrUpdateResponse>;
|
|
3603
|
-
/**
|
|
3604
|
-
* Partially updates a project catalog.
|
|
3605
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3606
|
-
* @param projectName The name of the project.
|
|
3607
|
-
* @param catalogName The name of the Catalog.
|
|
3608
|
-
* @param body Updatable project catalog properties.
|
|
3609
|
-
* @param options The options parameters.
|
|
3610
|
-
*/
|
|
3611
|
-
beginPatch(resourceGroupName: string, projectName: string, catalogName: string, body: CatalogUpdate, options?: ProjectCatalogsPatchOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCatalogsPatchResponse>, ProjectCatalogsPatchResponse>>;
|
|
3612
|
-
/**
|
|
3613
|
-
* Partially updates a project catalog.
|
|
3614
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3615
|
-
* @param projectName The name of the project.
|
|
3616
|
-
* @param catalogName The name of the Catalog.
|
|
3617
|
-
* @param body Updatable project catalog properties.
|
|
3618
|
-
* @param options The options parameters.
|
|
3619
|
-
*/
|
|
3620
|
-
beginPatchAndWait(resourceGroupName: string, projectName: string, catalogName: string, body: CatalogUpdate, options?: ProjectCatalogsPatchOptionalParams): Promise<ProjectCatalogsPatchResponse>;
|
|
3621
|
-
/**
|
|
3622
|
-
* Deletes a project catalog resource.
|
|
3623
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3624
|
-
* @param projectName The name of the project.
|
|
3625
|
-
* @param catalogName The name of the Catalog.
|
|
3626
|
-
* @param options The options parameters.
|
|
3627
|
-
*/
|
|
3628
|
-
beginDelete(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCatalogsDeleteResponse>, ProjectCatalogsDeleteResponse>>;
|
|
3629
|
-
/**
|
|
3630
|
-
* Deletes a project catalog resource.
|
|
3631
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3632
|
-
* @param projectName The name of the project.
|
|
3633
|
-
* @param catalogName The name of the Catalog.
|
|
3634
|
-
* @param options The options parameters.
|
|
3635
|
-
*/
|
|
3636
|
-
beginDeleteAndWait(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsDeleteOptionalParams): Promise<ProjectCatalogsDeleteResponse>;
|
|
3637
|
-
/**
|
|
3638
|
-
* Gets project catalog synchronization error details
|
|
3639
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3640
|
-
* @param projectName The name of the project.
|
|
3641
|
-
* @param catalogName The name of the Catalog.
|
|
3642
|
-
* @param options The options parameters.
|
|
3643
|
-
*/
|
|
3644
|
-
getSyncErrorDetails(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsGetSyncErrorDetailsOptionalParams): Promise<ProjectCatalogsGetSyncErrorDetailsResponse>;
|
|
3645
|
-
/**
|
|
3646
|
-
* Syncs templates for a template source.
|
|
3647
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3648
|
-
* @param projectName The name of the project.
|
|
3649
|
-
* @param catalogName The name of the Catalog.
|
|
3650
|
-
* @param options The options parameters.
|
|
3651
|
-
*/
|
|
3652
|
-
beginSync(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsSyncOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCatalogsSyncResponse>, ProjectCatalogsSyncResponse>>;
|
|
3653
|
-
/**
|
|
3654
|
-
* Syncs templates for a template source.
|
|
3655
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3656
|
-
* @param projectName The name of the project.
|
|
3657
|
-
* @param catalogName The name of the Catalog.
|
|
3658
|
-
* @param options The options parameters.
|
|
3659
|
-
*/
|
|
3660
|
-
beginSyncAndWait(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsSyncOptionalParams): Promise<ProjectCatalogsSyncResponse>;
|
|
3661
|
-
/**
|
|
3662
|
-
* Connects a project catalog to enable syncing.
|
|
3663
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3664
|
-
* @param projectName The name of the project.
|
|
3665
|
-
* @param catalogName The name of the Catalog.
|
|
3666
|
-
* @param options The options parameters.
|
|
3667
|
-
*/
|
|
3668
|
-
beginConnect(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsConnectOptionalParams): Promise<SimplePollerLike<OperationState<ProjectCatalogsConnectResponse>, ProjectCatalogsConnectResponse>>;
|
|
3669
|
-
/**
|
|
3670
|
-
* Connects a project catalog to enable syncing.
|
|
3671
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3672
|
-
* @param projectName The name of the project.
|
|
3673
|
-
* @param catalogName The name of the Catalog.
|
|
3674
|
-
* @param options The options parameters.
|
|
3675
|
-
*/
|
|
3676
|
-
beginConnectAndWait(resourceGroupName: string, projectName: string, catalogName: string, options?: ProjectCatalogsConnectOptionalParams): Promise<ProjectCatalogsConnectResponse>;
|
|
3677
|
-
}
|
|
3678
|
-
|
|
3679
|
-
/** Defines headers for ProjectCatalogs_connect operation. */
|
|
3680
|
-
export declare interface ProjectCatalogsConnectHeaders {
|
|
3681
|
-
location?: string;
|
|
3682
|
-
}
|
|
3683
|
-
|
|
3684
|
-
/** Optional parameters. */
|
|
3685
|
-
export declare interface ProjectCatalogsConnectOptionalParams extends coreClient.OperationOptions {
|
|
3686
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3687
|
-
updateIntervalInMs?: number;
|
|
3688
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3689
|
-
resumeFrom?: string;
|
|
3690
|
-
}
|
|
3691
|
-
|
|
3692
|
-
/** Contains response data for the connect operation. */
|
|
3693
|
-
export declare type ProjectCatalogsConnectResponse = ProjectCatalogsConnectHeaders;
|
|
3694
|
-
|
|
3695
|
-
/** Optional parameters. */
|
|
3696
|
-
export declare interface ProjectCatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3697
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3698
|
-
updateIntervalInMs?: number;
|
|
3699
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3700
|
-
resumeFrom?: string;
|
|
3701
|
-
}
|
|
3702
|
-
|
|
3703
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3704
|
-
export declare type ProjectCatalogsCreateOrUpdateResponse = Catalog;
|
|
3705
|
-
|
|
3706
|
-
/** Defines headers for ProjectCatalogs_delete operation. */
|
|
3707
|
-
export declare interface ProjectCatalogsDeleteHeaders {
|
|
3708
|
-
location?: string;
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
/** Optional parameters. */
|
|
3712
|
-
export declare interface ProjectCatalogsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3713
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3714
|
-
updateIntervalInMs?: number;
|
|
3715
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3716
|
-
resumeFrom?: string;
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
/** Contains response data for the delete operation. */
|
|
3720
|
-
export declare type ProjectCatalogsDeleteResponse = ProjectCatalogsDeleteHeaders;
|
|
3721
|
-
|
|
3722
|
-
/** Settings to be used when associating a project with a catalog. */
|
|
3723
|
-
export declare interface ProjectCatalogSettings {
|
|
3724
|
-
/** Indicates catalog item types that can be synced. */
|
|
3725
|
-
catalogItemSyncTypes?: CatalogItemType[];
|
|
3726
|
-
}
|
|
3727
|
-
|
|
3728
|
-
/** Optional parameters. */
|
|
3729
|
-
export declare interface ProjectCatalogsGetOptionalParams extends coreClient.OperationOptions {
|
|
3730
|
-
}
|
|
3731
|
-
|
|
3732
|
-
/** Contains response data for the get operation. */
|
|
3733
|
-
export declare type ProjectCatalogsGetResponse = Catalog;
|
|
3734
|
-
|
|
3735
|
-
/** Optional parameters. */
|
|
3736
|
-
export declare interface ProjectCatalogsGetSyncErrorDetailsOptionalParams extends coreClient.OperationOptions {
|
|
3737
|
-
}
|
|
3738
|
-
|
|
3739
|
-
/** Contains response data for the getSyncErrorDetails operation. */
|
|
3740
|
-
export declare type ProjectCatalogsGetSyncErrorDetailsResponse = SyncErrorDetails;
|
|
3741
|
-
|
|
3742
|
-
/** Optional parameters. */
|
|
3743
|
-
export declare interface ProjectCatalogsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3744
|
-
}
|
|
3745
|
-
|
|
3746
|
-
/** Contains response data for the listNext operation. */
|
|
3747
|
-
export declare type ProjectCatalogsListNextResponse = CatalogListResult;
|
|
3748
|
-
|
|
3749
|
-
/** Optional parameters. */
|
|
3750
|
-
export declare interface ProjectCatalogsListOptionalParams extends coreClient.OperationOptions {
|
|
3751
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
3752
|
-
top?: number;
|
|
3753
|
-
}
|
|
3754
|
-
|
|
3755
|
-
/** Contains response data for the list operation. */
|
|
3756
|
-
export declare type ProjectCatalogsListResponse = CatalogListResult;
|
|
3757
|
-
|
|
3758
|
-
/** Defines headers for ProjectCatalogs_patch operation. */
|
|
3759
|
-
export declare interface ProjectCatalogsPatchHeaders {
|
|
3760
|
-
location?: string;
|
|
3761
|
-
}
|
|
3762
|
-
|
|
3763
|
-
/** Optional parameters. */
|
|
3764
|
-
export declare interface ProjectCatalogsPatchOptionalParams extends coreClient.OperationOptions {
|
|
3765
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3766
|
-
updateIntervalInMs?: number;
|
|
3767
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3768
|
-
resumeFrom?: string;
|
|
3769
|
-
}
|
|
3770
|
-
|
|
3771
|
-
/** Contains response data for the patch operation. */
|
|
3772
|
-
export declare type ProjectCatalogsPatchResponse = Catalog;
|
|
3773
|
-
|
|
3774
|
-
/** Defines headers for ProjectCatalogs_sync operation. */
|
|
3775
|
-
export declare interface ProjectCatalogsSyncHeaders {
|
|
3776
|
-
location?: string;
|
|
3777
|
-
}
|
|
3778
|
-
|
|
3779
|
-
/** Optional parameters. */
|
|
3780
|
-
export declare interface ProjectCatalogsSyncOptionalParams extends coreClient.OperationOptions {
|
|
3781
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3782
|
-
updateIntervalInMs?: number;
|
|
3783
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3784
|
-
resumeFrom?: string;
|
|
3785
|
-
}
|
|
3786
|
-
|
|
3787
|
-
/** Contains response data for the sync operation. */
|
|
3788
|
-
export declare type ProjectCatalogsSyncResponse = ProjectCatalogsSyncHeaders;
|
|
3789
|
-
|
|
3790
|
-
/** Represents an environment type. */
|
|
3791
|
-
export declare interface ProjectEnvironmentType extends Resource {
|
|
3792
|
-
/** Resource tags. */
|
|
3793
|
-
tags?: {
|
|
3794
|
-
[propertyName: string]: string;
|
|
3795
|
-
};
|
|
3796
|
-
/** Managed identity properties */
|
|
3797
|
-
identity?: ManagedServiceIdentity;
|
|
3798
|
-
/** The geo-location for the environment type */
|
|
3799
|
-
location?: string;
|
|
3800
|
-
/** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
|
|
3801
|
-
deploymentTargetId?: string;
|
|
3802
|
-
/** The display name of the project environment type. */
|
|
3803
|
-
displayName?: string;
|
|
3804
|
-
/** Defines whether this Environment Type can be used in this Project. */
|
|
3805
|
-
status?: EnvironmentTypeEnableStatus;
|
|
3806
|
-
/** The role definition assigned to the environment creator on backing resources. */
|
|
3807
|
-
creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
|
|
3808
|
-
/** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
|
|
3809
|
-
userRoleAssignments?: {
|
|
3810
|
-
[propertyName: string]: UserRoleAssignmentValue;
|
|
3811
|
-
};
|
|
3812
|
-
/**
|
|
3813
|
-
* The provisioning state of the resource.
|
|
3814
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3815
|
-
*/
|
|
3816
|
-
readonly provisioningState?: ProvisioningState;
|
|
3817
|
-
/**
|
|
3818
|
-
* The number of environments of this type.
|
|
3819
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3820
|
-
*/
|
|
3821
|
-
readonly environmentCount?: number;
|
|
3822
|
-
}
|
|
3823
|
-
|
|
3824
|
-
/** Result of the project environment type list operation. */
|
|
3825
|
-
export declare interface ProjectEnvironmentTypeListResult {
|
|
3826
|
-
/**
|
|
3827
|
-
* Current page of results.
|
|
3828
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3829
|
-
*/
|
|
3830
|
-
readonly value?: ProjectEnvironmentType[];
|
|
3831
|
-
/**
|
|
3832
|
-
* URL to get the next set of results if there are any.
|
|
3833
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3834
|
-
*/
|
|
3835
|
-
readonly nextLink?: string;
|
|
3836
|
-
}
|
|
3837
|
-
|
|
3838
|
-
/** Properties of a project environment type. */
|
|
3839
|
-
export declare interface ProjectEnvironmentTypeProperties extends ProjectEnvironmentTypeUpdateProperties {
|
|
3840
|
-
/**
|
|
3841
|
-
* The provisioning state of the resource.
|
|
3842
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3843
|
-
*/
|
|
3844
|
-
readonly provisioningState?: ProvisioningState;
|
|
3845
|
-
/**
|
|
3846
|
-
* The number of environments of this type.
|
|
3847
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3848
|
-
*/
|
|
3849
|
-
readonly environmentCount?: number;
|
|
3850
|
-
}
|
|
3851
|
-
|
|
3852
|
-
/** Interface representing a ProjectEnvironmentTypes. */
|
|
3853
|
-
export declare interface ProjectEnvironmentTypes {
|
|
3854
|
-
/**
|
|
3855
|
-
* Lists environment types for a project.
|
|
3856
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3857
|
-
* @param projectName The name of the project.
|
|
3858
|
-
* @param options The options parameters.
|
|
3859
|
-
*/
|
|
3860
|
-
list(resourceGroupName: string, projectName: string, options?: ProjectEnvironmentTypesListOptionalParams): PagedAsyncIterableIterator<ProjectEnvironmentType>;
|
|
3861
|
-
/**
|
|
3862
|
-
* Gets a project environment type.
|
|
3863
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3864
|
-
* @param projectName The name of the project.
|
|
3865
|
-
* @param environmentTypeName The name of the environment type.
|
|
3866
|
-
* @param options The options parameters.
|
|
3867
|
-
*/
|
|
3868
|
-
get(resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectEnvironmentTypesGetOptionalParams): Promise<ProjectEnvironmentTypesGetResponse>;
|
|
3869
|
-
/**
|
|
3870
|
-
* Creates or updates a project environment type.
|
|
3871
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3872
|
-
* @param projectName The name of the project.
|
|
3873
|
-
* @param environmentTypeName The name of the environment type.
|
|
3874
|
-
* @param body Represents a Project Environment Type.
|
|
3875
|
-
* @param options The options parameters.
|
|
3876
|
-
*/
|
|
3877
|
-
createOrUpdate(resourceGroupName: string, projectName: string, environmentTypeName: string, body: ProjectEnvironmentType, options?: ProjectEnvironmentTypesCreateOrUpdateOptionalParams): Promise<ProjectEnvironmentTypesCreateOrUpdateResponse>;
|
|
3878
|
-
/**
|
|
3879
|
-
* Partially updates a project environment type.
|
|
3880
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3881
|
-
* @param projectName The name of the project.
|
|
3882
|
-
* @param environmentTypeName The name of the environment type.
|
|
3883
|
-
* @param body Updatable project environment type properties.
|
|
3884
|
-
* @param options The options parameters.
|
|
3885
|
-
*/
|
|
3886
|
-
update(resourceGroupName: string, projectName: string, environmentTypeName: string, body: ProjectEnvironmentTypeUpdate, options?: ProjectEnvironmentTypesUpdateOptionalParams): Promise<ProjectEnvironmentTypesUpdateResponse>;
|
|
3887
|
-
/**
|
|
3888
|
-
* Deletes a project environment type.
|
|
3889
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3890
|
-
* @param projectName The name of the project.
|
|
3891
|
-
* @param environmentTypeName The name of the environment type.
|
|
3892
|
-
* @param options The options parameters.
|
|
3893
|
-
*/
|
|
3894
|
-
delete(resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectEnvironmentTypesDeleteOptionalParams): Promise<void>;
|
|
3895
|
-
}
|
|
3896
|
-
|
|
3897
|
-
/** Optional parameters. */
|
|
3898
|
-
export declare interface ProjectEnvironmentTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3902
|
-
export declare type ProjectEnvironmentTypesCreateOrUpdateResponse = ProjectEnvironmentType;
|
|
3903
|
-
|
|
3904
|
-
/** Optional parameters. */
|
|
3905
|
-
export declare interface ProjectEnvironmentTypesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3906
|
-
}
|
|
3907
|
-
|
|
3908
|
-
/** Optional parameters. */
|
|
3909
|
-
export declare interface ProjectEnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
3910
|
-
}
|
|
3911
|
-
|
|
3912
|
-
/** Contains response data for the get operation. */
|
|
3913
|
-
export declare type ProjectEnvironmentTypesGetResponse = ProjectEnvironmentType;
|
|
3914
|
-
|
|
3915
|
-
/** Optional parameters. */
|
|
3916
|
-
export declare interface ProjectEnvironmentTypesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3917
|
-
}
|
|
3918
|
-
|
|
3919
|
-
/** Contains response data for the listNext operation. */
|
|
3920
|
-
export declare type ProjectEnvironmentTypesListNextResponse = ProjectEnvironmentTypeListResult;
|
|
3921
|
-
|
|
3922
|
-
/** Optional parameters. */
|
|
3923
|
-
export declare interface ProjectEnvironmentTypesListOptionalParams extends coreClient.OperationOptions {
|
|
3924
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
3925
|
-
top?: number;
|
|
3926
|
-
}
|
|
3927
|
-
|
|
3928
|
-
/** Contains response data for the list operation. */
|
|
3929
|
-
export declare type ProjectEnvironmentTypesListResponse = ProjectEnvironmentTypeListResult;
|
|
3930
|
-
|
|
3931
|
-
/** Optional parameters. */
|
|
3932
|
-
export declare interface ProjectEnvironmentTypesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3933
|
-
}
|
|
3934
|
-
|
|
3935
|
-
/** Contains response data for the update operation. */
|
|
3936
|
-
export declare type ProjectEnvironmentTypesUpdateResponse = ProjectEnvironmentType;
|
|
3937
|
-
|
|
3938
|
-
/** The project environment type for partial update. Properties not provided in the update request will not be changed. */
|
|
3939
|
-
export declare interface ProjectEnvironmentTypeUpdate {
|
|
3940
|
-
/** Resource tags. */
|
|
3941
|
-
tags?: {
|
|
3942
|
-
[propertyName: string]: string;
|
|
3943
|
-
};
|
|
3944
|
-
/** Managed identity properties */
|
|
3945
|
-
identity?: ManagedServiceIdentity;
|
|
3946
|
-
/** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
|
|
3947
|
-
deploymentTargetId?: string;
|
|
3948
|
-
/** The display name of the project environment type. */
|
|
3949
|
-
displayName?: string;
|
|
3950
|
-
/** Defines whether this Environment Type can be used in this Project. */
|
|
3951
|
-
status?: EnvironmentTypeEnableStatus;
|
|
3952
|
-
/** The role definition assigned to the environment creator on backing resources. */
|
|
3953
|
-
creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
|
|
3954
|
-
/** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
|
|
3955
|
-
userRoleAssignments?: {
|
|
3956
|
-
[propertyName: string]: UserRoleAssignmentValue;
|
|
3957
|
-
};
|
|
3958
|
-
}
|
|
3959
|
-
|
|
3960
|
-
/** Properties of a project environment type. These properties can be updated after the resource has been created. */
|
|
3961
|
-
export declare interface ProjectEnvironmentTypeUpdateProperties {
|
|
3962
|
-
/** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
|
|
3963
|
-
deploymentTargetId?: string;
|
|
3964
|
-
/** The display name of the project environment type. */
|
|
3965
|
-
displayName?: string;
|
|
3966
|
-
/** Defines whether this Environment Type can be used in this Project. */
|
|
3967
|
-
status?: EnvironmentTypeEnableStatus;
|
|
3968
|
-
/** The role definition assigned to the environment creator on backing resources. */
|
|
3969
|
-
creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
|
|
3970
|
-
/** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
|
|
3971
|
-
userRoleAssignments?: {
|
|
3972
|
-
[propertyName: string]: UserRoleAssignmentValue;
|
|
3973
|
-
};
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3976
|
-
/** The role definition assigned to the environment creator on backing resources. */
|
|
3977
|
-
export declare interface ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment {
|
|
3978
|
-
/** A map of roles to assign to the environment creator. */
|
|
3979
|
-
roles?: {
|
|
3980
|
-
[propertyName: string]: EnvironmentRole;
|
|
3981
|
-
};
|
|
3982
|
-
}
|
|
3983
|
-
|
|
3984
|
-
/** Results of the project list operation. */
|
|
3985
|
-
export declare interface ProjectListResult {
|
|
3986
|
-
/**
|
|
3987
|
-
* Current page of results.
|
|
3988
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3989
|
-
*/
|
|
3990
|
-
readonly value?: Project[];
|
|
3991
|
-
/**
|
|
3992
|
-
* URL to get the next set of results if there are any.
|
|
3993
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3994
|
-
*/
|
|
3995
|
-
readonly nextLink?: string;
|
|
3996
|
-
}
|
|
3997
|
-
|
|
3998
|
-
/** Properties of a project. */
|
|
3999
|
-
export declare interface ProjectProperties extends ProjectUpdateProperties {
|
|
4000
|
-
/**
|
|
4001
|
-
* The provisioning state of the resource.
|
|
4002
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4003
|
-
*/
|
|
4004
|
-
readonly provisioningState?: ProvisioningState;
|
|
4005
|
-
/**
|
|
4006
|
-
* The URI of the Dev Center resource this project is associated with.
|
|
4007
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4008
|
-
*/
|
|
4009
|
-
readonly devCenterUri?: string;
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
|
-
/** Interface representing a Projects. */
|
|
4013
|
-
export declare interface Projects {
|
|
4014
|
-
/**
|
|
4015
|
-
* Lists all projects in the subscription.
|
|
4016
|
-
* @param options The options parameters.
|
|
4017
|
-
*/
|
|
4018
|
-
listBySubscription(options?: ProjectsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
4019
|
-
/**
|
|
4020
|
-
* Lists all projects in the resource group.
|
|
4021
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4022
|
-
* @param options The options parameters.
|
|
4023
|
-
*/
|
|
4024
|
-
listByResourceGroup(resourceGroupName: string, options?: ProjectsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Project>;
|
|
4025
|
-
/**
|
|
4026
|
-
* Gets a specific project.
|
|
4027
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4028
|
-
* @param projectName The name of the project.
|
|
4029
|
-
* @param options The options parameters.
|
|
4030
|
-
*/
|
|
4031
|
-
get(resourceGroupName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
|
|
4032
|
-
/**
|
|
4033
|
-
* Creates or updates a project.
|
|
4034
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4035
|
-
* @param projectName The name of the project.
|
|
4036
|
-
* @param body Represents a project.
|
|
4037
|
-
* @param options The options parameters.
|
|
4038
|
-
*/
|
|
4039
|
-
beginCreateOrUpdate(resourceGroupName: string, projectName: string, body: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProjectsCreateOrUpdateResponse>, ProjectsCreateOrUpdateResponse>>;
|
|
4040
|
-
/**
|
|
4041
|
-
* Creates or updates a project.
|
|
4042
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4043
|
-
* @param projectName The name of the project.
|
|
4044
|
-
* @param body Represents a project.
|
|
4045
|
-
* @param options The options parameters.
|
|
4046
|
-
*/
|
|
4047
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, projectName: string, body: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
|
|
4048
|
-
/**
|
|
4049
|
-
* Partially updates a project.
|
|
4050
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4051
|
-
* @param projectName The name of the project.
|
|
4052
|
-
* @param body Updatable project properties.
|
|
4053
|
-
* @param options The options parameters.
|
|
4054
|
-
*/
|
|
4055
|
-
beginUpdate(resourceGroupName: string, projectName: string, body: ProjectUpdate, options?: ProjectsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ProjectsUpdateResponse>, ProjectsUpdateResponse>>;
|
|
4056
|
-
/**
|
|
4057
|
-
* Partially updates a project.
|
|
4058
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4059
|
-
* @param projectName The name of the project.
|
|
4060
|
-
* @param body Updatable project properties.
|
|
4061
|
-
* @param options The options parameters.
|
|
4062
|
-
*/
|
|
4063
|
-
beginUpdateAndWait(resourceGroupName: string, projectName: string, body: ProjectUpdate, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
|
|
4064
|
-
/**
|
|
4065
|
-
* Deletes a project resource.
|
|
4066
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4067
|
-
* @param projectName The name of the project.
|
|
4068
|
-
* @param options The options parameters.
|
|
4069
|
-
*/
|
|
4070
|
-
beginDelete(resourceGroupName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ProjectsDeleteResponse>, ProjectsDeleteResponse>>;
|
|
4071
|
-
/**
|
|
4072
|
-
* Deletes a project resource.
|
|
4073
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4074
|
-
* @param projectName The name of the project.
|
|
4075
|
-
* @param options The options parameters.
|
|
4076
|
-
*/
|
|
4077
|
-
beginDeleteAndWait(resourceGroupName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<ProjectsDeleteResponse>;
|
|
4078
|
-
}
|
|
4079
|
-
|
|
4080
|
-
/** Optional parameters. */
|
|
4081
|
-
export declare interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4082
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4083
|
-
updateIntervalInMs?: number;
|
|
4084
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4085
|
-
resumeFrom?: string;
|
|
4086
|
-
}
|
|
4087
|
-
|
|
4088
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4089
|
-
export declare type ProjectsCreateOrUpdateResponse = Project;
|
|
4090
|
-
|
|
4091
|
-
/** Defines headers for Projects_delete operation. */
|
|
4092
|
-
export declare interface ProjectsDeleteHeaders {
|
|
4093
|
-
location?: string;
|
|
4094
|
-
}
|
|
4095
|
-
|
|
4096
|
-
/** Optional parameters. */
|
|
4097
|
-
export declare interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4098
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4099
|
-
updateIntervalInMs?: number;
|
|
4100
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4101
|
-
resumeFrom?: string;
|
|
4102
|
-
}
|
|
4103
|
-
|
|
4104
|
-
/** Contains response data for the delete operation. */
|
|
4105
|
-
export declare type ProjectsDeleteResponse = ProjectsDeleteHeaders;
|
|
4106
|
-
|
|
4107
|
-
/** Optional parameters. */
|
|
4108
|
-
export declare interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
4109
|
-
}
|
|
4110
|
-
|
|
4111
|
-
/** Contains response data for the get operation. */
|
|
4112
|
-
export declare type ProjectsGetResponse = Project;
|
|
4113
|
-
|
|
4114
|
-
/** Optional parameters. */
|
|
4115
|
-
export declare interface ProjectsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
4119
|
-
export declare type ProjectsListByResourceGroupNextResponse = ProjectListResult;
|
|
4120
|
-
|
|
4121
|
-
/** Optional parameters. */
|
|
4122
|
-
export declare interface ProjectsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
4123
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4124
|
-
top?: number;
|
|
4125
|
-
}
|
|
4126
|
-
|
|
4127
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
4128
|
-
export declare type ProjectsListByResourceGroupResponse = ProjectListResult;
|
|
4129
|
-
|
|
4130
|
-
/** Optional parameters. */
|
|
4131
|
-
export declare interface ProjectsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4132
|
-
}
|
|
4133
|
-
|
|
4134
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4135
|
-
export declare type ProjectsListBySubscriptionNextResponse = ProjectListResult;
|
|
4136
|
-
|
|
4137
|
-
/** Optional parameters. */
|
|
4138
|
-
export declare interface ProjectsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4139
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4140
|
-
top?: number;
|
|
4141
|
-
}
|
|
4142
|
-
|
|
4143
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4144
|
-
export declare type ProjectsListBySubscriptionResponse = ProjectListResult;
|
|
4145
|
-
|
|
4146
|
-
/** Defines headers for Projects_update operation. */
|
|
4147
|
-
export declare interface ProjectsUpdateHeaders {
|
|
4148
|
-
location?: string;
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
|
-
/** Optional parameters. */
|
|
4152
|
-
export declare interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4153
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4154
|
-
updateIntervalInMs?: number;
|
|
4155
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4156
|
-
resumeFrom?: string;
|
|
4157
|
-
}
|
|
4158
|
-
|
|
4159
|
-
/** Contains response data for the update operation. */
|
|
4160
|
-
export declare type ProjectsUpdateResponse = Project;
|
|
4161
|
-
|
|
4162
|
-
/** The project properties for partial update. Properties not provided in the update request will not be changed. */
|
|
4163
|
-
export declare interface ProjectUpdate extends TrackedResourceUpdate {
|
|
4164
|
-
/** Managed identity properties */
|
|
4165
|
-
identity?: ManagedServiceIdentity;
|
|
4166
|
-
/** Resource Id of an associated DevCenter */
|
|
4167
|
-
devCenterId?: string;
|
|
4168
|
-
/** Description of the project. */
|
|
4169
|
-
description?: string;
|
|
4170
|
-
/** 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. */
|
|
4171
|
-
maxDevBoxesPerUser?: number;
|
|
4172
|
-
/** The display name of the project. */
|
|
4173
|
-
displayName?: string;
|
|
4174
|
-
/** Settings to be used when associating a project with a catalog. */
|
|
4175
|
-
catalogSettings?: ProjectCatalogSettings;
|
|
4176
|
-
}
|
|
4177
|
-
|
|
4178
|
-
/** Properties of a project. These properties can be updated after the resource has been created. */
|
|
4179
|
-
export declare interface ProjectUpdateProperties {
|
|
4180
|
-
/** Resource Id of an associated DevCenter */
|
|
4181
|
-
devCenterId?: string;
|
|
4182
|
-
/** Description of the project. */
|
|
4183
|
-
description?: string;
|
|
4184
|
-
/** 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. */
|
|
4185
|
-
maxDevBoxesPerUser?: number;
|
|
4186
|
-
/** The display name of the project. */
|
|
4187
|
-
displayName?: string;
|
|
4188
|
-
/** Settings to be used when associating a project with a catalog. */
|
|
4189
|
-
catalogSettings?: ProjectCatalogSettings;
|
|
4190
|
-
}
|
|
4191
|
-
|
|
4192
|
-
/**
|
|
4193
|
-
* Defines values for ProvisioningState. \
|
|
4194
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
4195
|
-
* this enum contains the known values that the service supports.
|
|
4196
|
-
* ### Known values supported by the service
|
|
4197
|
-
* **NotSpecified** \
|
|
4198
|
-
* **Accepted** \
|
|
4199
|
-
* **Running** \
|
|
4200
|
-
* **Creating** \
|
|
4201
|
-
* **Created** \
|
|
4202
|
-
* **Updating** \
|
|
4203
|
-
* **Updated** \
|
|
4204
|
-
* **Deleting** \
|
|
4205
|
-
* **Deleted** \
|
|
4206
|
-
* **Succeeded** \
|
|
4207
|
-
* **Failed** \
|
|
4208
|
-
* **Canceled** \
|
|
4209
|
-
* **MovingResources** \
|
|
4210
|
-
* **TransientFailure** \
|
|
4211
|
-
* **RolloutInProgress** \
|
|
4212
|
-
* **StorageProvisioningFailed**
|
|
4213
|
-
*/
|
|
4214
|
-
export declare type ProvisioningState = string;
|
|
4215
|
-
|
|
4216
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
4217
|
-
export declare interface ProxyResource extends Resource {
|
|
4218
|
-
}
|
|
4219
|
-
|
|
4220
|
-
/** Properties for a recommended machine configuration. */
|
|
4221
|
-
export declare interface RecommendedMachineConfiguration {
|
|
4222
|
-
/**
|
|
4223
|
-
* Recommended memory range.
|
|
4224
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4225
|
-
*/
|
|
4226
|
-
readonly memory?: ResourceRange;
|
|
4227
|
-
/**
|
|
4228
|
-
* Recommended vCPU range.
|
|
4229
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4230
|
-
*/
|
|
4231
|
-
readonly vCPUs?: ResourceRange;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
4235
|
-
export declare interface Resource {
|
|
4236
|
-
/**
|
|
4237
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
4238
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4239
|
-
*/
|
|
4240
|
-
readonly id?: string;
|
|
4241
|
-
/**
|
|
4242
|
-
* The name of the resource
|
|
4243
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4244
|
-
*/
|
|
4245
|
-
readonly name?: string;
|
|
4246
|
-
/**
|
|
4247
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
4248
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4249
|
-
*/
|
|
4250
|
-
readonly type?: string;
|
|
4251
|
-
/**
|
|
4252
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
4253
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4254
|
-
*/
|
|
4255
|
-
readonly systemData?: SystemData;
|
|
4256
|
-
}
|
|
4257
|
-
|
|
4258
|
-
/** Properties for a range of values. */
|
|
4259
|
-
export declare interface ResourceRange {
|
|
4260
|
-
/**
|
|
4261
|
-
* Minimum value.
|
|
4262
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4263
|
-
*/
|
|
4264
|
-
readonly min?: number;
|
|
4265
|
-
/**
|
|
4266
|
-
* Maximum value.
|
|
4267
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4268
|
-
*/
|
|
4269
|
-
readonly max?: number;
|
|
4270
|
-
}
|
|
4271
|
-
|
|
4272
|
-
/** Represents a Schedule to execute a task. */
|
|
4273
|
-
export declare interface Schedule extends Resource {
|
|
4274
|
-
/** Resource tags. */
|
|
4275
|
-
tags?: {
|
|
4276
|
-
[propertyName: string]: string;
|
|
4277
|
-
};
|
|
4278
|
-
/** The geo-location where the resource lives */
|
|
4279
|
-
location?: string;
|
|
4280
|
-
/** Supported type this scheduled task represents. */
|
|
4281
|
-
typePropertiesType?: ScheduledType;
|
|
4282
|
-
/** The frequency of this scheduled task. */
|
|
4283
|
-
frequency?: ScheduledFrequency;
|
|
4284
|
-
/** The target time to trigger the action. The format is HH:MM. */
|
|
4285
|
-
time?: string;
|
|
4286
|
-
/** The IANA timezone id at which the schedule should execute. */
|
|
4287
|
-
timeZone?: string;
|
|
4288
|
-
/** Indicates whether or not this scheduled task is enabled. */
|
|
4289
|
-
state?: ScheduleEnableStatus;
|
|
4290
|
-
/**
|
|
4291
|
-
* The provisioning state of the resource.
|
|
4292
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4293
|
-
*/
|
|
4294
|
-
readonly provisioningState?: ProvisioningState;
|
|
4295
|
-
}
|
|
4296
|
-
|
|
4297
|
-
/**
|
|
4298
|
-
* Defines values for ScheduledFrequency. \
|
|
4299
|
-
* {@link KnownScheduledFrequency} can be used interchangeably with ScheduledFrequency,
|
|
4300
|
-
* this enum contains the known values that the service supports.
|
|
4301
|
-
* ### Known values supported by the service
|
|
4302
|
-
* **Daily**
|
|
4303
|
-
*/
|
|
4304
|
-
export declare type ScheduledFrequency = string;
|
|
4305
|
-
|
|
4306
|
-
/**
|
|
4307
|
-
* Defines values for ScheduledType. \
|
|
4308
|
-
* {@link KnownScheduledType} can be used interchangeably with ScheduledType,
|
|
4309
|
-
* this enum contains the known values that the service supports.
|
|
4310
|
-
* ### Known values supported by the service
|
|
4311
|
-
* **StopDevBox**
|
|
4312
|
-
*/
|
|
4313
|
-
export declare type ScheduledType = string;
|
|
4314
|
-
|
|
4315
|
-
/**
|
|
4316
|
-
* Defines values for ScheduleEnableStatus. \
|
|
4317
|
-
* {@link KnownScheduleEnableStatus} can be used interchangeably with ScheduleEnableStatus,
|
|
4318
|
-
* this enum contains the known values that the service supports.
|
|
4319
|
-
* ### Known values supported by the service
|
|
4320
|
-
* **Enabled** \
|
|
4321
|
-
* **Disabled**
|
|
4322
|
-
*/
|
|
4323
|
-
export declare type ScheduleEnableStatus = string;
|
|
4324
|
-
|
|
4325
|
-
/** Result of the schedule list operation. */
|
|
4326
|
-
export declare interface ScheduleListResult {
|
|
4327
|
-
/**
|
|
4328
|
-
* Current page of results.
|
|
4329
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4330
|
-
*/
|
|
4331
|
-
readonly value?: Schedule[];
|
|
4332
|
-
/**
|
|
4333
|
-
* URL to get the next set of results if there are any.
|
|
4334
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4335
|
-
*/
|
|
4336
|
-
readonly nextLink?: string;
|
|
4337
|
-
}
|
|
4338
|
-
|
|
4339
|
-
/** The Schedule properties defining when and what to execute. */
|
|
4340
|
-
export declare interface ScheduleProperties extends ScheduleUpdateProperties {
|
|
4341
|
-
/**
|
|
4342
|
-
* The provisioning state of the resource.
|
|
4343
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4344
|
-
*/
|
|
4345
|
-
readonly provisioningState?: ProvisioningState;
|
|
4346
|
-
}
|
|
4347
|
-
|
|
4348
|
-
/** Interface representing a Schedules. */
|
|
4349
|
-
export declare interface Schedules {
|
|
4350
|
-
/**
|
|
4351
|
-
* Lists schedules for a pool
|
|
4352
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4353
|
-
* @param projectName The name of the project.
|
|
4354
|
-
* @param poolName Name of the pool.
|
|
4355
|
-
* @param options The options parameters.
|
|
4356
|
-
*/
|
|
4357
|
-
listByPool(resourceGroupName: string, projectName: string, poolName: string, options?: SchedulesListByPoolOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
4358
|
-
/**
|
|
4359
|
-
* Gets a schedule resource.
|
|
4360
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4361
|
-
* @param projectName The name of the project.
|
|
4362
|
-
* @param poolName Name of the pool.
|
|
4363
|
-
* @param scheduleName The name of the schedule that uniquely identifies it.
|
|
4364
|
-
* @param options The options parameters.
|
|
4365
|
-
*/
|
|
4366
|
-
get(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesGetOptionalParams): Promise<SchedulesGetResponse>;
|
|
4367
|
-
/**
|
|
4368
|
-
* Creates or updates a Schedule.
|
|
4369
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4370
|
-
* @param projectName The name of the project.
|
|
4371
|
-
* @param poolName Name of the pool.
|
|
4372
|
-
* @param scheduleName The name of the schedule that uniquely identifies it.
|
|
4373
|
-
* @param body Represents a scheduled task
|
|
4374
|
-
* @param options The options parameters.
|
|
4375
|
-
*/
|
|
4376
|
-
beginCreateOrUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SchedulesCreateOrUpdateResponse>, SchedulesCreateOrUpdateResponse>>;
|
|
4377
|
-
/**
|
|
4378
|
-
* Creates or updates a Schedule.
|
|
4379
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4380
|
-
* @param projectName The name of the project.
|
|
4381
|
-
* @param poolName Name of the pool.
|
|
4382
|
-
* @param scheduleName The name of the schedule that uniquely identifies it.
|
|
4383
|
-
* @param body Represents a scheduled task
|
|
4384
|
-
* @param options The options parameters.
|
|
4385
|
-
*/
|
|
4386
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SchedulesCreateOrUpdateResponse>;
|
|
4387
|
-
/**
|
|
4388
|
-
* Partially updates a Scheduled.
|
|
4389
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4390
|
-
* @param projectName The name of the project.
|
|
4391
|
-
* @param poolName Name of the pool.
|
|
4392
|
-
* @param scheduleName The name of the schedule that uniquely identifies it.
|
|
4393
|
-
* @param body Represents a scheduled task.
|
|
4394
|
-
* @param options The options parameters.
|
|
4395
|
-
*/
|
|
4396
|
-
beginUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SchedulesUpdateResponse>, SchedulesUpdateResponse>>;
|
|
4397
|
-
/**
|
|
4398
|
-
* Partially updates a Scheduled.
|
|
4399
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4400
|
-
* @param projectName The name of the project.
|
|
4401
|
-
* @param poolName Name of the pool.
|
|
4402
|
-
* @param scheduleName The name of the schedule that uniquely identifies it.
|
|
4403
|
-
* @param body Represents a scheduled task.
|
|
4404
|
-
* @param options The options parameters.
|
|
4405
|
-
*/
|
|
4406
|
-
beginUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<SchedulesUpdateResponse>;
|
|
4407
|
-
/**
|
|
4408
|
-
* Deletes a Scheduled.
|
|
4409
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4410
|
-
* @param projectName The name of the project.
|
|
4411
|
-
* @param poolName Name of the pool.
|
|
4412
|
-
* @param scheduleName The name of the schedule that uniquely identifies it.
|
|
4413
|
-
* @param options The options parameters.
|
|
4414
|
-
*/
|
|
4415
|
-
beginDelete(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SchedulesDeleteResponse>, SchedulesDeleteResponse>>;
|
|
4416
|
-
/**
|
|
4417
|
-
* Deletes a Scheduled.
|
|
4418
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4419
|
-
* @param projectName The name of the project.
|
|
4420
|
-
* @param poolName Name of the pool.
|
|
4421
|
-
* @param scheduleName The name of the schedule that uniquely identifies it.
|
|
4422
|
-
* @param options The options parameters.
|
|
4423
|
-
*/
|
|
4424
|
-
beginDeleteAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SchedulesDeleteResponse>;
|
|
4425
|
-
}
|
|
4426
|
-
|
|
4427
|
-
/** Optional parameters. */
|
|
4428
|
-
export declare interface SchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4429
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4430
|
-
top?: number;
|
|
4431
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4432
|
-
updateIntervalInMs?: number;
|
|
4433
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4434
|
-
resumeFrom?: string;
|
|
4435
|
-
}
|
|
4436
|
-
|
|
4437
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
4438
|
-
export declare type SchedulesCreateOrUpdateResponse = Schedule;
|
|
4439
|
-
|
|
4440
|
-
/** Defines headers for Schedules_delete operation. */
|
|
4441
|
-
export declare interface SchedulesDeleteHeaders {
|
|
4442
|
-
location?: string;
|
|
4443
|
-
}
|
|
4444
|
-
|
|
4445
|
-
/** Optional parameters. */
|
|
4446
|
-
export declare interface SchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4447
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4448
|
-
top?: number;
|
|
4449
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4450
|
-
updateIntervalInMs?: number;
|
|
4451
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4452
|
-
resumeFrom?: string;
|
|
4453
|
-
}
|
|
4454
|
-
|
|
4455
|
-
/** Contains response data for the delete operation. */
|
|
4456
|
-
export declare type SchedulesDeleteResponse = SchedulesDeleteHeaders;
|
|
4457
|
-
|
|
4458
|
-
/** Optional parameters. */
|
|
4459
|
-
export declare interface SchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
4460
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4461
|
-
top?: number;
|
|
4462
|
-
}
|
|
4463
|
-
|
|
4464
|
-
/** Contains response data for the get operation. */
|
|
4465
|
-
export declare type SchedulesGetResponse = Schedule;
|
|
4466
|
-
|
|
4467
|
-
/** Optional parameters. */
|
|
4468
|
-
export declare interface SchedulesListByPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
4469
|
-
}
|
|
4470
|
-
|
|
4471
|
-
/** Contains response data for the listByPoolNext operation. */
|
|
4472
|
-
export declare type SchedulesListByPoolNextResponse = ScheduleListResult;
|
|
4473
|
-
|
|
4474
|
-
/** Optional parameters. */
|
|
4475
|
-
export declare interface SchedulesListByPoolOptionalParams extends coreClient.OperationOptions {
|
|
4476
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4477
|
-
top?: number;
|
|
4478
|
-
}
|
|
4479
|
-
|
|
4480
|
-
/** Contains response data for the listByPool operation. */
|
|
4481
|
-
export declare type SchedulesListByPoolResponse = ScheduleListResult;
|
|
4482
|
-
|
|
4483
|
-
/** Defines headers for Schedules_update operation. */
|
|
4484
|
-
export declare interface SchedulesUpdateHeaders {
|
|
4485
|
-
location?: string;
|
|
4486
|
-
}
|
|
4487
|
-
|
|
4488
|
-
/** Optional parameters. */
|
|
4489
|
-
export declare interface SchedulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4490
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4491
|
-
top?: number;
|
|
4492
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4493
|
-
updateIntervalInMs?: number;
|
|
4494
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4495
|
-
resumeFrom?: string;
|
|
4496
|
-
}
|
|
4497
|
-
|
|
4498
|
-
/** Contains response data for the update operation. */
|
|
4499
|
-
export declare type SchedulesUpdateResponse = Schedule;
|
|
4500
|
-
|
|
4501
|
-
/** The schedule properties for partial update. Properties not provided in the update request will not be changed. */
|
|
4502
|
-
export declare interface ScheduleUpdate {
|
|
4503
|
-
/** Resource tags. */
|
|
4504
|
-
tags?: {
|
|
4505
|
-
[propertyName: string]: string;
|
|
4506
|
-
};
|
|
4507
|
-
/** The geo-location where the resource lives */
|
|
4508
|
-
location?: string;
|
|
4509
|
-
/** Supported type this scheduled task represents. */
|
|
4510
|
-
type?: ScheduledType;
|
|
4511
|
-
/** The frequency of this scheduled task. */
|
|
4512
|
-
frequency?: ScheduledFrequency;
|
|
4513
|
-
/** The target time to trigger the action. The format is HH:MM. */
|
|
4514
|
-
time?: string;
|
|
4515
|
-
/** The IANA timezone id at which the schedule should execute. */
|
|
4516
|
-
timeZone?: string;
|
|
4517
|
-
/** Indicates whether or not this scheduled task is enabled. */
|
|
4518
|
-
state?: ScheduleEnableStatus;
|
|
4519
|
-
}
|
|
4520
|
-
|
|
4521
|
-
/** Updatable properties of a Schedule. */
|
|
4522
|
-
export declare interface ScheduleUpdateProperties extends TrackedResourceUpdate {
|
|
4523
|
-
/** Supported type this scheduled task represents. */
|
|
4524
|
-
type?: ScheduledType;
|
|
4525
|
-
/** The frequency of this scheduled task. */
|
|
4526
|
-
frequency?: ScheduledFrequency;
|
|
4527
|
-
/** The target time to trigger the action. The format is HH:MM. */
|
|
4528
|
-
time?: string;
|
|
4529
|
-
/** The IANA timezone id at which the schedule should execute. */
|
|
4530
|
-
timeZone?: string;
|
|
4531
|
-
/** Indicates whether or not this scheduled task is enabled. */
|
|
4532
|
-
state?: ScheduleEnableStatus;
|
|
4533
|
-
}
|
|
4534
|
-
|
|
4535
|
-
/**
|
|
4536
|
-
* Defines values for SingleSignOnStatus. \
|
|
4537
|
-
* {@link KnownSingleSignOnStatus} can be used interchangeably with SingleSignOnStatus,
|
|
4538
|
-
* this enum contains the known values that the service supports.
|
|
4539
|
-
* ### Known values supported by the service
|
|
4540
|
-
* **Disabled** \
|
|
4541
|
-
* **Enabled**
|
|
4542
|
-
*/
|
|
4543
|
-
export declare type SingleSignOnStatus = string;
|
|
4544
|
-
|
|
4545
|
-
/** The resource model definition representing SKU */
|
|
4546
|
-
export declare interface Sku {
|
|
4547
|
-
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
4548
|
-
name: string;
|
|
4549
|
-
/** 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. */
|
|
4550
|
-
tier?: SkuTier;
|
|
4551
|
-
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
4552
|
-
size?: string;
|
|
4553
|
-
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
4554
|
-
family?: string;
|
|
4555
|
-
/** 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. */
|
|
4556
|
-
capacity?: number;
|
|
4557
|
-
}
|
|
4558
|
-
|
|
4559
|
-
/** Results of the Microsoft.DevCenter SKU list operation. */
|
|
4560
|
-
export declare interface SkuListResult {
|
|
4561
|
-
/**
|
|
4562
|
-
* Current page of results.
|
|
4563
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4564
|
-
*/
|
|
4565
|
-
readonly value?: DevCenterSku[];
|
|
4566
|
-
/**
|
|
4567
|
-
* URL to get the next set of results if there are any.
|
|
4568
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4569
|
-
*/
|
|
4570
|
-
readonly nextLink?: string;
|
|
4571
|
-
}
|
|
4572
|
-
|
|
4573
|
-
/** Interface representing a Skus. */
|
|
4574
|
-
export declare interface Skus {
|
|
4575
|
-
/**
|
|
4576
|
-
* Lists the Microsoft.DevCenter SKUs available in a subscription
|
|
4577
|
-
* @param options The options parameters.
|
|
4578
|
-
*/
|
|
4579
|
-
listBySubscription(options?: SkusListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DevCenterSku>;
|
|
4580
|
-
}
|
|
4581
|
-
|
|
4582
|
-
/** Optional parameters. */
|
|
4583
|
-
export declare interface SkusListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
4584
|
-
}
|
|
4585
|
-
|
|
4586
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
4587
|
-
export declare type SkusListBySubscriptionNextResponse = SkuListResult;
|
|
4588
|
-
|
|
4589
|
-
/** Optional parameters. */
|
|
4590
|
-
export declare interface SkusListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
4591
|
-
/** The maximum number of resources to return from the operation. Example: '$top=10'. */
|
|
4592
|
-
top?: number;
|
|
4593
|
-
}
|
|
4594
|
-
|
|
4595
|
-
/** Contains response data for the listBySubscription operation. */
|
|
4596
|
-
export declare type SkusListBySubscriptionResponse = SkuListResult;
|
|
4597
|
-
|
|
4598
|
-
/** Defines values for SkuTier. */
|
|
4599
|
-
export declare type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
4600
|
-
|
|
4601
|
-
/** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
|
|
4602
|
-
export declare interface StopOnDisconnectConfiguration {
|
|
4603
|
-
/** Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. */
|
|
4604
|
-
status?: StopOnDisconnectEnableStatus;
|
|
4605
|
-
/** The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. */
|
|
4606
|
-
gracePeriodMinutes?: number;
|
|
4607
|
-
}
|
|
4608
|
-
|
|
4609
|
-
/**
|
|
4610
|
-
* Defines values for StopOnDisconnectEnableStatus. \
|
|
4611
|
-
* {@link KnownStopOnDisconnectEnableStatus} can be used interchangeably with StopOnDisconnectEnableStatus,
|
|
4612
|
-
* this enum contains the known values that the service supports.
|
|
4613
|
-
* ### Known values supported by the service
|
|
4614
|
-
* **Enabled** \
|
|
4615
|
-
* **Disabled**
|
|
4616
|
-
*/
|
|
4617
|
-
export declare type StopOnDisconnectEnableStatus = string;
|
|
4618
|
-
|
|
4619
|
-
/** Synchronization error details. */
|
|
4620
|
-
export declare interface SyncErrorDetails {
|
|
4621
|
-
/**
|
|
4622
|
-
* Error information for the overall synchronization operation.
|
|
4623
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4624
|
-
*/
|
|
4625
|
-
readonly operationError?: CatalogErrorDetails;
|
|
4626
|
-
/**
|
|
4627
|
-
* Catalog items that have conflicting names.
|
|
4628
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4629
|
-
*/
|
|
4630
|
-
readonly conflicts?: CatalogConflictError[];
|
|
4631
|
-
/**
|
|
4632
|
-
* Errors that occured during synchronization.
|
|
4633
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4634
|
-
*/
|
|
4635
|
-
readonly errors?: CatalogSyncError[];
|
|
4636
|
-
}
|
|
4637
|
-
|
|
4638
|
-
/** Stats of the synchronization. */
|
|
4639
|
-
export declare interface SyncStats {
|
|
4640
|
-
/**
|
|
4641
|
-
* Count of catalog items added during synchronization.
|
|
4642
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4643
|
-
*/
|
|
4644
|
-
readonly added?: number;
|
|
4645
|
-
/**
|
|
4646
|
-
* Count of catalog items updated during synchronization.
|
|
4647
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4648
|
-
*/
|
|
4649
|
-
readonly updated?: number;
|
|
4650
|
-
/**
|
|
4651
|
-
* Count of catalog items that were unchanged during synchronization.
|
|
4652
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4653
|
-
*/
|
|
4654
|
-
readonly unchanged?: number;
|
|
4655
|
-
/**
|
|
4656
|
-
* Count of catalog items removed during synchronization.
|
|
4657
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4658
|
-
*/
|
|
4659
|
-
readonly removed?: number;
|
|
4660
|
-
/**
|
|
4661
|
-
* Count of catalog items that had validation errors during synchronization.
|
|
4662
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4663
|
-
*/
|
|
4664
|
-
readonly validationErrors?: number;
|
|
4665
|
-
/**
|
|
4666
|
-
* Count of synchronization errors that occured during synchronization.
|
|
4667
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4668
|
-
*/
|
|
4669
|
-
readonly synchronizationErrors?: number;
|
|
4670
|
-
/** Indicates catalog item types that were synced. */
|
|
4671
|
-
syncedCatalogItemTypes?: CatalogItemType[];
|
|
4672
|
-
}
|
|
4673
|
-
|
|
4674
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
4675
|
-
export declare interface SystemData {
|
|
4676
|
-
/** The identity that created the resource. */
|
|
4677
|
-
createdBy?: string;
|
|
4678
|
-
/** The type of identity that created the resource. */
|
|
4679
|
-
createdByType?: CreatedByType;
|
|
4680
|
-
/** The timestamp of resource creation (UTC). */
|
|
4681
|
-
createdAt?: Date;
|
|
4682
|
-
/** The identity that last modified the resource. */
|
|
4683
|
-
lastModifiedBy?: string;
|
|
4684
|
-
/** The type of identity that last modified the resource. */
|
|
4685
|
-
lastModifiedByType?: CreatedByType;
|
|
4686
|
-
/** The timestamp of resource last modification (UTC) */
|
|
4687
|
-
lastModifiedAt?: Date;
|
|
4688
|
-
}
|
|
4689
|
-
|
|
4690
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
4691
|
-
export declare interface TrackedResource extends Resource {
|
|
4692
|
-
/** Resource tags. */
|
|
4693
|
-
tags?: {
|
|
4694
|
-
[propertyName: string]: string;
|
|
4695
|
-
};
|
|
4696
|
-
/** The geo-location where the resource lives */
|
|
4697
|
-
location: string;
|
|
4698
|
-
}
|
|
4699
|
-
|
|
4700
|
-
/** Base tracked resource type for PATCH updates */
|
|
4701
|
-
export declare interface TrackedResourceUpdate {
|
|
4702
|
-
/** Resource tags. */
|
|
4703
|
-
tags?: {
|
|
4704
|
-
[propertyName: string]: string;
|
|
4705
|
-
};
|
|
4706
|
-
/** The geo-location where the resource lives */
|
|
4707
|
-
location?: string;
|
|
4708
|
-
}
|
|
4709
|
-
|
|
4710
|
-
/** The core usage details. */
|
|
4711
|
-
export declare interface Usage {
|
|
4712
|
-
/** The current usage. */
|
|
4713
|
-
currentValue?: number;
|
|
4714
|
-
/** The limit integer. */
|
|
4715
|
-
limit?: number;
|
|
4716
|
-
/** The unit details. */
|
|
4717
|
-
unit?: UsageUnit;
|
|
4718
|
-
/** The name. */
|
|
4719
|
-
name?: UsageName;
|
|
4720
|
-
/** The fully qualified arm resource id. */
|
|
4721
|
-
id?: string;
|
|
4722
|
-
}
|
|
4723
|
-
|
|
4724
|
-
/** The Usage Names. */
|
|
4725
|
-
export declare interface UsageName {
|
|
4726
|
-
/** The localized name of the resource. */
|
|
4727
|
-
localizedValue?: string;
|
|
4728
|
-
/** The name of the resource. */
|
|
4729
|
-
value?: string;
|
|
4730
|
-
}
|
|
4731
|
-
|
|
4732
|
-
/** Interface representing a Usages. */
|
|
4733
|
-
export declare interface Usages {
|
|
4734
|
-
/**
|
|
4735
|
-
* Lists the current usages and limits in this location for the provided subscription.
|
|
4736
|
-
* @param location The Azure region
|
|
4737
|
-
* @param options The options parameters.
|
|
4738
|
-
*/
|
|
4739
|
-
listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
4740
|
-
}
|
|
4741
|
-
|
|
4742
|
-
/** Optional parameters. */
|
|
4743
|
-
export declare interface UsagesListByLocationNextOptionalParams extends coreClient.OperationOptions {
|
|
4744
|
-
}
|
|
4745
|
-
|
|
4746
|
-
/** Contains response data for the listByLocationNext operation. */
|
|
4747
|
-
export declare type UsagesListByLocationNextResponse = ListUsagesResult;
|
|
4748
|
-
|
|
4749
|
-
/** Optional parameters. */
|
|
4750
|
-
export declare interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
|
|
4751
|
-
}
|
|
4752
|
-
|
|
4753
|
-
/** Contains response data for the listByLocation operation. */
|
|
4754
|
-
export declare type UsagesListByLocationResponse = ListUsagesResult;
|
|
4755
|
-
|
|
4756
|
-
/**
|
|
4757
|
-
* Defines values for UsageUnit. \
|
|
4758
|
-
* {@link KnownUsageUnit} can be used interchangeably with UsageUnit,
|
|
4759
|
-
* this enum contains the known values that the service supports.
|
|
4760
|
-
* ### Known values supported by the service
|
|
4761
|
-
* **Count**
|
|
4762
|
-
*/
|
|
4763
|
-
export declare type UsageUnit = string;
|
|
4764
|
-
|
|
4765
|
-
/** User assigned identity properties */
|
|
4766
|
-
export declare interface UserAssignedIdentity {
|
|
4767
|
-
/**
|
|
4768
|
-
* The principal ID of the assigned identity.
|
|
4769
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4770
|
-
*/
|
|
4771
|
-
readonly principalId?: string;
|
|
4772
|
-
/**
|
|
4773
|
-
* The client ID of the assigned identity.
|
|
4774
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4775
|
-
*/
|
|
4776
|
-
readonly clientId?: string;
|
|
4777
|
-
}
|
|
4778
|
-
|
|
4779
|
-
/** Mapping of user object ID to role assignments. */
|
|
4780
|
-
export declare interface UserRoleAssignmentValue {
|
|
4781
|
-
/** A map of roles to assign to the parent user. */
|
|
4782
|
-
roles?: {
|
|
4783
|
-
[propertyName: string]: EnvironmentRole;
|
|
4784
|
-
};
|
|
4785
|
-
}
|
|
4786
|
-
|
|
4787
|
-
/**
|
|
4788
|
-
* Defines values for VirtualNetworkType. \
|
|
4789
|
-
* {@link KnownVirtualNetworkType} can be used interchangeably with VirtualNetworkType,
|
|
4790
|
-
* this enum contains the known values that the service supports.
|
|
4791
|
-
* ### Known values supported by the service
|
|
4792
|
-
* **Managed** \
|
|
4793
|
-
* **Unmanaged**
|
|
4794
|
-
*/
|
|
4795
|
-
export declare type VirtualNetworkType = string;
|
|
4796
|
-
|
|
4797
|
-
export { }
|