@azure/arm-containerinstance 9.2.0-beta.1 → 9.2.0-beta.2
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/CHANGELOG.md +11 -1
- package/LICENSE +4 -4
- package/README.md +26 -19
- package/{dist-esm/src → dist/browser}/containerInstanceManagementClient.d.ts +2 -2
- package/dist/browser/containerInstanceManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/containerInstanceManagementClient.js +36 -24
- package/dist/browser/containerInstanceManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +8 -2
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containerGroupProfileOperations.d.ts +3 -3
- package/dist/browser/operations/containerGroupProfileOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containerGroupProfileOperations.js +26 -43
- package/dist/browser/operations/containerGroupProfileOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containerGroupProfiles.d.ts +3 -3
- package/dist/browser/operations/containerGroupProfiles.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containerGroupProfiles.js +48 -82
- package/dist/browser/operations/containerGroupProfiles.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containerGroups.d.ts +3 -3
- package/dist/browser/operations/containerGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containerGroups.js +213 -243
- package/dist/browser/operations/containerGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containers.d.ts +3 -3
- package/dist/browser/operations/containers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/containers.js +3 -2
- package/dist/browser/operations/containers.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/location.d.ts +3 -3
- package/dist/browser/operations/location.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/location.js +57 -108
- package/dist/browser/operations/location.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/subnetServiceAssociationLink.d.ts +3 -3
- package/dist/browser/operations/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/browser/operations/subnetServiceAssociationLink.js +109 -0
- package/dist/browser/operations/subnetServiceAssociationLink.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroupProfileOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroupProfiles.d.ts +1 -1
- package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerGroupProfiles.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/containerGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containerGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/containers.d.ts +1 -1
- package/dist/browser/operationsInterfaces/containers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/containers.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/location.d.ts +1 -1
- package/dist/browser/operationsInterfaces/location.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/location.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/subnetServiceAssociationLink.d.ts +1 -1
- package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/containerInstanceManagementClient.d.ts +26 -0
- package/dist/commonjs/containerInstanceManagementClient.d.ts.map +1 -0
- package/dist/commonjs/containerInstanceManagementClient.js +124 -0
- package/dist/commonjs/containerInstanceManagementClient.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 +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-containerinstance.d.ts → dist/commonjs/models/index.d.ts} +1242 -1711
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +119 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +66 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2246 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +23 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +207 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/containerGroupProfileOperations.d.ts +55 -0
- package/dist/commonjs/operations/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/containerGroupProfileOperations.js +179 -0
- package/dist/commonjs/operations/containerGroupProfileOperations.js.map +1 -0
- package/dist/commonjs/operations/containerGroupProfiles.d.ts +95 -0
- package/dist/commonjs/operations/containerGroupProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/containerGroupProfiles.js +372 -0
- package/dist/commonjs/operations/containerGroupProfiles.js.map +1 -0
- package/dist/commonjs/operations/containerGroups.d.ts +159 -0
- package/dist/commonjs/operations/containerGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/containerGroups.js +702 -0
- package/dist/commonjs/operations/containerGroups.js.map +1 -0
- package/dist/commonjs/operations/containers.d.ts +40 -0
- package/dist/commonjs/operations/containers.d.ts.map +1 -0
- package/dist/commonjs/operations/containers.js +140 -0
- package/dist/commonjs/operations/containers.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/location.d.ts +70 -0
- package/dist/commonjs/operations/location.d.ts.map +1 -0
- package/dist/commonjs/operations/location.js +295 -0
- package/dist/commonjs/operations/location.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 +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts +32 -0
- package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/commonjs/operations/subnetServiceAssociationLink.js +114 -0
- package/dist/commonjs/operations/subnetServiceAssociationLink.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerGroups.d.ts +119 -0
- package/dist/commonjs/operationsInterfaces/containerGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containerGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/containerGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/containers.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/containers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/containers.js +10 -0
- package/dist/commonjs/operationsInterfaces/containers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/location.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/location.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/location.js +10 -0
- package/dist/commonjs/operationsInterfaces/location.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/subnetServiceAssociationLink.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js +10 -0
- package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/containerInstanceManagementClient.d.ts +26 -0
- package/dist/esm/containerInstanceManagementClient.d.ts.map +1 -0
- package/dist/esm/containerInstanceManagementClient.js +119 -0
- package/dist/esm/containerInstanceManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- 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 +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1242 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +116 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +66 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2242 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +23 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +204 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/containerGroupProfileOperations.d.ts +55 -0
- package/dist/esm/operations/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist/esm/operations/containerGroupProfileOperations.js +174 -0
- package/dist/esm/operations/containerGroupProfileOperations.js.map +1 -0
- package/dist/esm/operations/containerGroupProfiles.d.ts +95 -0
- package/dist/esm/operations/containerGroupProfiles.d.ts.map +1 -0
- package/dist/esm/operations/containerGroupProfiles.js +367 -0
- package/dist/esm/operations/containerGroupProfiles.js.map +1 -0
- package/dist/esm/operations/containerGroups.d.ts +159 -0
- package/dist/esm/operations/containerGroups.d.ts.map +1 -0
- package/dist/esm/operations/containerGroups.js +697 -0
- package/dist/esm/operations/containerGroups.js.map +1 -0
- package/dist/esm/operations/containers.d.ts +40 -0
- package/dist/esm/operations/containers.d.ts.map +1 -0
- package/dist/esm/operations/containers.js +135 -0
- package/dist/esm/operations/containers.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/location.d.ts +70 -0
- package/dist/esm/operations/location.d.ts.map +1 -0
- package/dist/esm/operations/location.js +290 -0
- package/dist/esm/operations/location.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 +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/subnetServiceAssociationLink.d.ts +32 -0
- package/dist/esm/operations/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/esm/operations/subnetServiceAssociationLink.js +109 -0
- package/dist/esm/operations/subnetServiceAssociationLink.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
- package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js +9 -0
- package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
- package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerGroupProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/containerGroupProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/containerGroups.d.ts +119 -0
- package/dist/esm/operationsInterfaces/containerGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containerGroups.js +9 -0
- package/dist/esm/operationsInterfaces/containerGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/containers.d.ts +32 -0
- package/dist/esm/operationsInterfaces/containers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/containers.js +9 -0
- package/dist/esm/operationsInterfaces/containers.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/location.d.ts +24 -0
- package/dist/esm/operationsInterfaces/location.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/location.js +9 -0
- package/dist/esm/operationsInterfaces/location.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/subnetServiceAssociationLink.d.ts +24 -0
- package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js +9 -0
- package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.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 +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/containerInstanceManagementClient.d.ts +26 -0
- package/dist/react-native/containerInstanceManagementClient.d.ts.map +1 -0
- package/dist/react-native/containerInstanceManagementClient.js +119 -0
- package/dist/react-native/containerInstanceManagementClient.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 +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1242 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +116 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +66 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2242 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +23 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +204 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/containerGroupProfileOperations.d.ts +55 -0
- package/dist/react-native/operations/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operations/containerGroupProfileOperations.js +174 -0
- package/dist/react-native/operations/containerGroupProfileOperations.js.map +1 -0
- package/dist/react-native/operations/containerGroupProfiles.d.ts +95 -0
- package/dist/react-native/operations/containerGroupProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/containerGroupProfiles.js +367 -0
- package/dist/react-native/operations/containerGroupProfiles.js.map +1 -0
- package/dist/react-native/operations/containerGroups.d.ts +159 -0
- package/dist/react-native/operations/containerGroups.d.ts.map +1 -0
- package/dist/react-native/operations/containerGroups.js +697 -0
- package/dist/react-native/operations/containerGroups.js.map +1 -0
- package/dist/react-native/operations/containers.d.ts +40 -0
- package/dist/react-native/operations/containers.d.ts.map +1 -0
- package/dist/react-native/operations/containers.js +135 -0
- package/dist/react-native/operations/containers.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/location.d.ts +70 -0
- package/dist/react-native/operations/location.d.ts.map +1 -0
- package/dist/react-native/operations/location.js +290 -0
- package/dist/react-native/operations/location.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 +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/subnetServiceAssociationLink.d.ts +32 -0
- package/dist/react-native/operations/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/react-native/operations/subnetServiceAssociationLink.js +109 -0
- package/dist/react-native/operations/subnetServiceAssociationLink.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/containerGroupProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containerGroups.d.ts +119 -0
- package/dist/react-native/operationsInterfaces/containerGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containerGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/containerGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/containers.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/containers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/containers.js +9 -0
- package/dist/react-native/operationsInterfaces/containers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/location.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/location.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/location.js +9 -0
- package/dist/react-native/operationsInterfaces/location.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/subnetServiceAssociationLink.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js +9 -0
- package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -69
- package/review/{arm-containerinstance.api.md → arm-containerinstance-node.api.md} +2 -3
- package/dist/index.js +0 -4809
- 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/containerGroupProfileGetByRevisionNumberSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js +0 -40
- package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js +0 -55
- package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js +0 -260
- package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js +0 -58
- package/dist-esm/samples-dev/containerGroupProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js +0 -53
- package/dist-esm/samples-dev/containerGroupProfilesListSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js +0 -42
- package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js +0 -320
- package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/containerGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsGetSample.js +0 -77
- package/dist-esm/samples-dev/containerGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsListSample.js +0 -53
- package/dist-esm/samples-dev/containerGroupsListSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsRestartSample.js +0 -39
- package/dist-esm/samples-dev/containerGroupsRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsStartSample.js +0 -39
- package/dist-esm/samples-dev/containerGroupsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsStopSample.js +0 -39
- package/dist-esm/samples-dev/containerGroupsStopSample.js.map +0 -1
- package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js +0 -42
- package/dist-esm/samples-dev/containerGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/containersAttachSample.d.ts +0 -2
- package/dist-esm/samples-dev/containersAttachSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containersAttachSample.js +0 -40
- package/dist-esm/samples-dev/containersAttachSample.js.map +0 -1
- package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts +0 -2
- package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containersExecuteCommandSample.js +0 -44
- package/dist-esm/samples-dev/containersExecuteCommandSample.js.map +0 -1
- package/dist-esm/samples-dev/containersListLogsSample.d.ts +0 -2
- package/dist-esm/samples-dev/containersListLogsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/containersListLogsSample.js +0 -42
- package/dist-esm/samples-dev/containersListLogsSample.js.map +0 -1
- package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationListCachedImagesSample.js +0 -54
- package/dist-esm/samples-dev/locationListCachedImagesSample.js.map +0 -1
- package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js +0 -54
- package/dist-esm/samples-dev/locationListCapabilitiesSample.js.map +0 -1
- package/dist-esm/samples-dev/locationListUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationListUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationListUsageSample.js +0 -54
- package/dist-esm/samples-dev/locationListUsageSample.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/subnetServiceAssociationLinkDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js +0 -40
- package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js.map +0 -1
- package/dist-esm/src/containerInstanceManagementClient.d.ts.map +0 -1
- package/dist-esm/src/containerInstanceManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- 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.map +0 -1
- package/dist-esm/src/operations/containerGroupProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/containerGroupProfileOperations.js.map +0 -1
- package/dist-esm/src/operations/containerGroupProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/containerGroupProfiles.js.map +0 -1
- package/dist-esm/src/operations/containerGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/containerGroups.js.map +0 -1
- package/dist-esm/src/operations/containers.d.ts.map +0 -1
- package/dist-esm/src/operations/containers.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/location.d.ts.map +0 -1
- package/dist-esm/src/operations/location.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts.map +0 -1
- package/dist-esm/src/operations/subnetServiceAssociationLink.js +0 -108
- package/dist-esm/src/operations/subnetServiceAssociationLink.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containerGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/containers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/containers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/location.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/containerinstance_examples.d.ts +0 -4
- package/dist-esm/test/containerinstance_examples.d.ts.map +0 -1
- package/dist-esm/test/containerinstance_examples.js +0 -159
- package/dist-esm/test/containerinstance_examples.js.map +0 -1
- package/src/containerInstanceManagementClient.ts +0 -172
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1410
- package/src/models/mappers.ts +0 -2311
- package/src/models/parameters.ts +0 -236
- package/src/operations/containerGroupProfileOperations.ts +0 -255
- package/src/operations/containerGroupProfiles.ts +0 -485
- package/src/operations/containerGroups.ts +0 -944
- package/src/operations/containers.ts +0 -177
- package/src/operations/index.ts +0 -15
- package/src/operations/location.ts +0 -401
- package/src/operations/operations.ts +0 -149
- package/src/operations/subnetServiceAssociationLink.ts +0 -149
- package/src/operationsInterfaces/containerGroupProfileOperations.ts +0 -50
- package/src/operationsInterfaces/containerGroupProfiles.ts +0 -99
- package/src/operationsInterfaces/containerGroups.ts +0 -212
- package/src/operationsInterfaces/containers.ts +0 -64
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/location.ts +0 -49
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/subnetServiceAssociationLink.ts +0 -42
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +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/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/containerGroupProfileOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroupProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/containers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/location.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/subnetServiceAssociationLink.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
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Operations } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { ContainerInstanceManagementClient } from "../containerInstanceManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
Operation,
|
|
18
|
-
OperationsListNextOptionalParams,
|
|
19
|
-
OperationsListOptionalParams,
|
|
20
|
-
OperationsListResponse,
|
|
21
|
-
OperationsListNextResponse,
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Class containing Operations operations. */
|
|
26
|
-
export class OperationsImpl implements Operations {
|
|
27
|
-
private readonly client: ContainerInstanceManagementClient;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Initialize a new instance of the class Operations class.
|
|
31
|
-
* @param client Reference to the service client
|
|
32
|
-
*/
|
|
33
|
-
constructor(client: ContainerInstanceManagementClient) {
|
|
34
|
-
this.client = client;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* List the operations for Azure Container Instance service.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
public list(
|
|
42
|
-
options?: OperationsListOptionalParams,
|
|
43
|
-
): PagedAsyncIterableIterator<Operation> {
|
|
44
|
-
const iter = this.listPagingAll(options);
|
|
45
|
-
return {
|
|
46
|
-
next() {
|
|
47
|
-
return iter.next();
|
|
48
|
-
},
|
|
49
|
-
[Symbol.asyncIterator]() {
|
|
50
|
-
return this;
|
|
51
|
-
},
|
|
52
|
-
byPage: (settings?: PageSettings) => {
|
|
53
|
-
if (settings?.maxPageSize) {
|
|
54
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
55
|
-
}
|
|
56
|
-
return this.listPagingPage(options, settings);
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
private async *listPagingPage(
|
|
62
|
-
options?: OperationsListOptionalParams,
|
|
63
|
-
settings?: PageSettings,
|
|
64
|
-
): AsyncIterableIterator<Operation[]> {
|
|
65
|
-
let result: OperationsListResponse;
|
|
66
|
-
let continuationToken = settings?.continuationToken;
|
|
67
|
-
if (!continuationToken) {
|
|
68
|
-
result = await this._list(options);
|
|
69
|
-
let page = result.value || [];
|
|
70
|
-
continuationToken = result.nextLink;
|
|
71
|
-
setContinuationToken(page, continuationToken);
|
|
72
|
-
yield page;
|
|
73
|
-
}
|
|
74
|
-
while (continuationToken) {
|
|
75
|
-
result = await this._listNext(continuationToken, options);
|
|
76
|
-
continuationToken = result.nextLink;
|
|
77
|
-
let page = result.value || [];
|
|
78
|
-
setContinuationToken(page, continuationToken);
|
|
79
|
-
yield page;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
private async *listPagingAll(
|
|
84
|
-
options?: OperationsListOptionalParams,
|
|
85
|
-
): AsyncIterableIterator<Operation> {
|
|
86
|
-
for await (const page of this.listPagingPage(options)) {
|
|
87
|
-
yield* page;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* List the operations for Azure Container Instance service.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
private _list(
|
|
96
|
-
options?: OperationsListOptionalParams,
|
|
97
|
-
): Promise<OperationsListResponse> {
|
|
98
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* ListNext
|
|
103
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
private _listNext(
|
|
107
|
-
nextLink: string,
|
|
108
|
-
options?: OperationsListNextOptionalParams,
|
|
109
|
-
): Promise<OperationsListNextResponse> {
|
|
110
|
-
return this.client.sendOperationRequest(
|
|
111
|
-
{ nextLink, options },
|
|
112
|
-
listNextOperationSpec,
|
|
113
|
-
);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
// Operation Specifications
|
|
117
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
118
|
-
|
|
119
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
120
|
-
path: "/providers/Microsoft.ContainerInstance/operations",
|
|
121
|
-
httpMethod: "GET",
|
|
122
|
-
responses: {
|
|
123
|
-
200: {
|
|
124
|
-
bodyMapper: Mappers.OperationListResult,
|
|
125
|
-
},
|
|
126
|
-
default: {
|
|
127
|
-
bodyMapper: Mappers.CloudError,
|
|
128
|
-
},
|
|
129
|
-
},
|
|
130
|
-
queryParameters: [Parameters.apiVersion],
|
|
131
|
-
urlParameters: [Parameters.$host],
|
|
132
|
-
headerParameters: [Parameters.accept],
|
|
133
|
-
serializer,
|
|
134
|
-
};
|
|
135
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
136
|
-
path: "{nextLink}",
|
|
137
|
-
httpMethod: "GET",
|
|
138
|
-
responses: {
|
|
139
|
-
200: {
|
|
140
|
-
bodyMapper: Mappers.OperationListResult,
|
|
141
|
-
},
|
|
142
|
-
default: {
|
|
143
|
-
bodyMapper: Mappers.CloudError,
|
|
144
|
-
},
|
|
145
|
-
},
|
|
146
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer,
|
|
149
|
-
};
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { SubnetServiceAssociationLink } from "../operationsInterfaces";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { ContainerInstanceManagementClient } from "../containerInstanceManagementClient";
|
|
14
|
-
import {
|
|
15
|
-
SimplePollerLike,
|
|
16
|
-
OperationState,
|
|
17
|
-
createHttpPoller,
|
|
18
|
-
} from "@azure/core-lro";
|
|
19
|
-
import { createLroSpec } from "../lroImpl";
|
|
20
|
-
import { SubnetServiceAssociationLinkDeleteOptionalParams } from "../models";
|
|
21
|
-
|
|
22
|
-
/** Class containing SubnetServiceAssociationLink operations. */
|
|
23
|
-
export class SubnetServiceAssociationLinkImpl
|
|
24
|
-
implements SubnetServiceAssociationLink
|
|
25
|
-
{
|
|
26
|
-
private readonly client: ContainerInstanceManagementClient;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Initialize a new instance of the class SubnetServiceAssociationLink class.
|
|
30
|
-
* @param client Reference to the service client
|
|
31
|
-
*/
|
|
32
|
-
constructor(client: ContainerInstanceManagementClient) {
|
|
33
|
-
this.client = client;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Delete container group virtual network association links. The operation does not delete other
|
|
38
|
-
* resources provided by the user.
|
|
39
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
-
* @param virtualNetworkName The name of the virtual network.
|
|
41
|
-
* @param subnetName The name of the subnet.
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
async beginDelete(
|
|
45
|
-
resourceGroupName: string,
|
|
46
|
-
virtualNetworkName: string,
|
|
47
|
-
subnetName: string,
|
|
48
|
-
options?: SubnetServiceAssociationLinkDeleteOptionalParams,
|
|
49
|
-
): Promise<SimplePollerLike<OperationState<void>, void>> {
|
|
50
|
-
const directSendOperation = async (
|
|
51
|
-
args: coreClient.OperationArguments,
|
|
52
|
-
spec: coreClient.OperationSpec,
|
|
53
|
-
): Promise<void> => {
|
|
54
|
-
return this.client.sendOperationRequest(args, spec);
|
|
55
|
-
};
|
|
56
|
-
const sendOperationFn = async (
|
|
57
|
-
args: coreClient.OperationArguments,
|
|
58
|
-
spec: coreClient.OperationSpec,
|
|
59
|
-
) => {
|
|
60
|
-
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
|
61
|
-
undefined;
|
|
62
|
-
const providedCallback = args.options?.onResponse;
|
|
63
|
-
const callback: coreClient.RawResponseCallback = (
|
|
64
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
65
|
-
flatResponse: unknown,
|
|
66
|
-
) => {
|
|
67
|
-
currentRawResponse = rawResponse;
|
|
68
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
69
|
-
};
|
|
70
|
-
const updatedArgs = {
|
|
71
|
-
...args,
|
|
72
|
-
options: {
|
|
73
|
-
...args.options,
|
|
74
|
-
onResponse: callback,
|
|
75
|
-
},
|
|
76
|
-
};
|
|
77
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
78
|
-
return {
|
|
79
|
-
flatResponse,
|
|
80
|
-
rawResponse: {
|
|
81
|
-
statusCode: currentRawResponse!.status,
|
|
82
|
-
body: currentRawResponse!.parsedBody,
|
|
83
|
-
headers: currentRawResponse!.headers.toJSON(),
|
|
84
|
-
},
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
const lro = createLroSpec({
|
|
89
|
-
sendOperationFn,
|
|
90
|
-
args: { resourceGroupName, virtualNetworkName, subnetName, options },
|
|
91
|
-
spec: deleteOperationSpec,
|
|
92
|
-
});
|
|
93
|
-
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
|
|
94
|
-
restoreFrom: options?.resumeFrom,
|
|
95
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
96
|
-
});
|
|
97
|
-
await poller.poll();
|
|
98
|
-
return poller;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* Delete container group virtual network association links. The operation does not delete other
|
|
103
|
-
* resources provided by the user.
|
|
104
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
105
|
-
* @param virtualNetworkName The name of the virtual network.
|
|
106
|
-
* @param subnetName The name of the subnet.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
async beginDeleteAndWait(
|
|
110
|
-
resourceGroupName: string,
|
|
111
|
-
virtualNetworkName: string,
|
|
112
|
-
subnetName: string,
|
|
113
|
-
options?: SubnetServiceAssociationLinkDeleteOptionalParams,
|
|
114
|
-
): Promise<void> {
|
|
115
|
-
const poller = await this.beginDelete(
|
|
116
|
-
resourceGroupName,
|
|
117
|
-
virtualNetworkName,
|
|
118
|
-
subnetName,
|
|
119
|
-
options,
|
|
120
|
-
);
|
|
121
|
-
return poller.pollUntilDone();
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
// Operation Specifications
|
|
125
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
126
|
-
|
|
127
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
128
|
-
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}/providers/Microsoft.ContainerInstance/serviceAssociationLinks/default",
|
|
129
|
-
httpMethod: "DELETE",
|
|
130
|
-
responses: {
|
|
131
|
-
200: {},
|
|
132
|
-
201: {},
|
|
133
|
-
202: {},
|
|
134
|
-
204: {},
|
|
135
|
-
default: {
|
|
136
|
-
bodyMapper: Mappers.CloudError,
|
|
137
|
-
},
|
|
138
|
-
},
|
|
139
|
-
queryParameters: [Parameters.apiVersion],
|
|
140
|
-
urlParameters: [
|
|
141
|
-
Parameters.$host,
|
|
142
|
-
Parameters.subscriptionId,
|
|
143
|
-
Parameters.resourceGroupName,
|
|
144
|
-
Parameters.virtualNetworkName,
|
|
145
|
-
Parameters.subnetName,
|
|
146
|
-
],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer,
|
|
149
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
ContainerGroupProfile,
|
|
12
|
-
ContainerGroupProfileListAllRevisionsOptionalParams,
|
|
13
|
-
ContainerGroupProfileGetByRevisionNumberOptionalParams,
|
|
14
|
-
ContainerGroupProfileGetByRevisionNumberResponse,
|
|
15
|
-
} from "../models";
|
|
16
|
-
|
|
17
|
-
/// <reference lib="esnext.asynciterable" />
|
|
18
|
-
/** Interface representing a ContainerGroupProfileOperations. */
|
|
19
|
-
export interface ContainerGroupProfileOperations {
|
|
20
|
-
/**
|
|
21
|
-
* Get a list of all the revisions of the specified container group profile in the given subscription
|
|
22
|
-
* and resource group. This operation returns properties of each revision of the specified container
|
|
23
|
-
* group profile including containers, image registry credentials, restart policy, IP address type, OS
|
|
24
|
-
* type volumes, revision number, etc.
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param containerGroupProfileName The name of the container group profile.
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
listAllRevisions(
|
|
30
|
-
resourceGroupName: string,
|
|
31
|
-
containerGroupProfileName: string,
|
|
32
|
-
options?: ContainerGroupProfileListAllRevisionsOptionalParams,
|
|
33
|
-
): PagedAsyncIterableIterator<ContainerGroupProfile>;
|
|
34
|
-
/**
|
|
35
|
-
* Gets the properties of the specified revision of the container group profile in the given
|
|
36
|
-
* subscription and resource group. The operation returns the properties of container group profile
|
|
37
|
-
* including containers, image registry credentials, restart policy, IP address type, OS type, volumes,
|
|
38
|
-
* current revision number, etc.
|
|
39
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
-
* @param containerGroupProfileName The name of the container group profile.
|
|
41
|
-
* @param revisionNumber The revision number of the container group profile.
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
getByRevisionNumber(
|
|
45
|
-
resourceGroupName: string,
|
|
46
|
-
containerGroupProfileName: string,
|
|
47
|
-
revisionNumber: string,
|
|
48
|
-
options?: ContainerGroupProfileGetByRevisionNumberOptionalParams,
|
|
49
|
-
): Promise<ContainerGroupProfileGetByRevisionNumberResponse>;
|
|
50
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
ContainerGroupProfile,
|
|
12
|
-
ContainerGroupProfilesListOptionalParams,
|
|
13
|
-
ContainerGroupProfilesListByResourceGroupOptionalParams,
|
|
14
|
-
ContainerGroupProfilesGetOptionalParams,
|
|
15
|
-
ContainerGroupProfilesGetResponse,
|
|
16
|
-
ContainerGroupProfilesCreateOrUpdateOptionalParams,
|
|
17
|
-
ContainerGroupProfilesCreateOrUpdateResponse,
|
|
18
|
-
ContainerGroupProfilePatch,
|
|
19
|
-
ContainerGroupProfilesPatchOptionalParams,
|
|
20
|
-
ContainerGroupProfilesPatchResponse,
|
|
21
|
-
ContainerGroupProfilesDeleteOptionalParams,
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Interface representing a ContainerGroupProfiles. */
|
|
26
|
-
export interface ContainerGroupProfiles {
|
|
27
|
-
/**
|
|
28
|
-
* Get a list of container group profiles in the specified subscription. This operation returns
|
|
29
|
-
* properties of each container group profile including containers, image registry credentials, restart
|
|
30
|
-
* policy, IP address type, OS type,volumes,current revision number, etc.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
list(
|
|
34
|
-
options?: ContainerGroupProfilesListOptionalParams,
|
|
35
|
-
): PagedAsyncIterableIterator<ContainerGroupProfile>;
|
|
36
|
-
/**
|
|
37
|
-
* Get a list of container group profiles in a specified subscription and resource group. This
|
|
38
|
-
* operation returns properties of each container group profile including containers, image registry
|
|
39
|
-
* credentials, restart policy, IP address type, OS type volumes, current revision number, etc.
|
|
40
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
listByResourceGroup(
|
|
44
|
-
resourceGroupName: string,
|
|
45
|
-
options?: ContainerGroupProfilesListByResourceGroupOptionalParams,
|
|
46
|
-
): PagedAsyncIterableIterator<ContainerGroupProfile>;
|
|
47
|
-
/**
|
|
48
|
-
* Gets the properties of the specified container group profile in the specified subscription and
|
|
49
|
-
* resource group. The operation returns the properties of container group profile including
|
|
50
|
-
* containers, image registry credentials, restart policy, IP address type, OS type, volumes, current
|
|
51
|
-
* revision number, etc.
|
|
52
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
53
|
-
* @param containerGroupProfileName The name of the container group profile.
|
|
54
|
-
* @param options The options parameters.
|
|
55
|
-
*/
|
|
56
|
-
get(
|
|
57
|
-
resourceGroupName: string,
|
|
58
|
-
containerGroupProfileName: string,
|
|
59
|
-
options?: ContainerGroupProfilesGetOptionalParams,
|
|
60
|
-
): Promise<ContainerGroupProfilesGetResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Create or update container group profiles with specified configurations.
|
|
63
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
-
* @param containerGroupProfileName The name of the container group profile.
|
|
65
|
-
* @param containerGroupProfile The properties of the container group profile to be created or updated.
|
|
66
|
-
* @param options The options parameters.
|
|
67
|
-
*/
|
|
68
|
-
createOrUpdate(
|
|
69
|
-
resourceGroupName: string,
|
|
70
|
-
containerGroupProfileName: string,
|
|
71
|
-
containerGroupProfile: ContainerGroupProfile,
|
|
72
|
-
options?: ContainerGroupProfilesCreateOrUpdateOptionalParams,
|
|
73
|
-
): Promise<ContainerGroupProfilesCreateOrUpdateResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* Patches container group profile with specified properties.
|
|
76
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
77
|
-
* @param containerGroupProfileName The name of the container group profile.
|
|
78
|
-
* @param properties The container group profile properties that need to be updated.
|
|
79
|
-
* @param options The options parameters.
|
|
80
|
-
*/
|
|
81
|
-
patch(
|
|
82
|
-
resourceGroupName: string,
|
|
83
|
-
containerGroupProfileName: string,
|
|
84
|
-
properties: ContainerGroupProfilePatch,
|
|
85
|
-
options?: ContainerGroupProfilesPatchOptionalParams,
|
|
86
|
-
): Promise<ContainerGroupProfilesPatchResponse>;
|
|
87
|
-
/**
|
|
88
|
-
* Delete the specified container group profile in the specified subscription and resource group. The
|
|
89
|
-
* operation does not delete other resources provided by the user, such as volumes.
|
|
90
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
-
* @param containerGroupProfileName The name of the container group profile.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
delete(
|
|
95
|
-
resourceGroupName: string,
|
|
96
|
-
containerGroupProfileName: string,
|
|
97
|
-
options?: ContainerGroupProfilesDeleteOptionalParams,
|
|
98
|
-
): Promise<void>;
|
|
99
|
-
}
|
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
ContainerGroup,
|
|
13
|
-
ContainerGroupsListOptionalParams,
|
|
14
|
-
ContainerGroupsListByResourceGroupOptionalParams,
|
|
15
|
-
ContainerGroupsGetOptionalParams,
|
|
16
|
-
ContainerGroupsGetResponse,
|
|
17
|
-
ContainerGroupsCreateOrUpdateOptionalParams,
|
|
18
|
-
ContainerGroupsCreateOrUpdateResponse,
|
|
19
|
-
Resource,
|
|
20
|
-
ContainerGroupsUpdateOptionalParams,
|
|
21
|
-
ContainerGroupsUpdateResponse,
|
|
22
|
-
ContainerGroupsDeleteOptionalParams,
|
|
23
|
-
ContainerGroupsDeleteResponse,
|
|
24
|
-
ContainerGroupsRestartOptionalParams,
|
|
25
|
-
ContainerGroupsStopOptionalParams,
|
|
26
|
-
ContainerGroupsStartOptionalParams,
|
|
27
|
-
ContainerGroupsGetOutboundNetworkDependenciesEndpointsOptionalParams,
|
|
28
|
-
ContainerGroupsGetOutboundNetworkDependenciesEndpointsResponse,
|
|
29
|
-
} from "../models";
|
|
30
|
-
|
|
31
|
-
/// <reference lib="esnext.asynciterable" />
|
|
32
|
-
/** Interface representing a ContainerGroups. */
|
|
33
|
-
export interface ContainerGroups {
|
|
34
|
-
/**
|
|
35
|
-
* Get a list of container groups in the specified subscription. This operation returns properties of
|
|
36
|
-
* each container group including containers, image registry credentials, restart policy, IP address
|
|
37
|
-
* type, OS type, state, and volumes.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
list(
|
|
41
|
-
options?: ContainerGroupsListOptionalParams,
|
|
42
|
-
): PagedAsyncIterableIterator<ContainerGroup>;
|
|
43
|
-
/**
|
|
44
|
-
* Get a list of container groups in a specified subscription and resource group. This operation
|
|
45
|
-
* returns properties of each container group including containers, image registry credentials, restart
|
|
46
|
-
* policy, IP address type, OS type, state, and volumes.
|
|
47
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
-
* @param options The options parameters.
|
|
49
|
-
*/
|
|
50
|
-
listByResourceGroup(
|
|
51
|
-
resourceGroupName: string,
|
|
52
|
-
options?: ContainerGroupsListByResourceGroupOptionalParams,
|
|
53
|
-
): PagedAsyncIterableIterator<ContainerGroup>;
|
|
54
|
-
/**
|
|
55
|
-
* Gets the properties of the specified container group in the specified subscription and resource
|
|
56
|
-
* group. The operation returns the properties of each container group including containers, image
|
|
57
|
-
* registry credentials, restart policy, IP address type, OS type, state, and volumes.
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param containerGroupName The name of the container group.
|
|
60
|
-
* @param options The options parameters.
|
|
61
|
-
*/
|
|
62
|
-
get(
|
|
63
|
-
resourceGroupName: string,
|
|
64
|
-
containerGroupName: string,
|
|
65
|
-
options?: ContainerGroupsGetOptionalParams,
|
|
66
|
-
): Promise<ContainerGroupsGetResponse>;
|
|
67
|
-
/**
|
|
68
|
-
* Create or update container groups with specified configurations.
|
|
69
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
70
|
-
* @param containerGroupName The name of the container group.
|
|
71
|
-
* @param containerGroup The properties of the container group to be created or updated.
|
|
72
|
-
* @param options The options parameters.
|
|
73
|
-
*/
|
|
74
|
-
beginCreateOrUpdate(
|
|
75
|
-
resourceGroupName: string,
|
|
76
|
-
containerGroupName: string,
|
|
77
|
-
containerGroup: ContainerGroup,
|
|
78
|
-
options?: ContainerGroupsCreateOrUpdateOptionalParams,
|
|
79
|
-
): Promise<
|
|
80
|
-
SimplePollerLike<
|
|
81
|
-
OperationState<ContainerGroupsCreateOrUpdateResponse>,
|
|
82
|
-
ContainerGroupsCreateOrUpdateResponse
|
|
83
|
-
>
|
|
84
|
-
>;
|
|
85
|
-
/**
|
|
86
|
-
* Create or update container groups with specified configurations.
|
|
87
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
88
|
-
* @param containerGroupName The name of the container group.
|
|
89
|
-
* @param containerGroup The properties of the container group to be created or updated.
|
|
90
|
-
* @param options The options parameters.
|
|
91
|
-
*/
|
|
92
|
-
beginCreateOrUpdateAndWait(
|
|
93
|
-
resourceGroupName: string,
|
|
94
|
-
containerGroupName: string,
|
|
95
|
-
containerGroup: ContainerGroup,
|
|
96
|
-
options?: ContainerGroupsCreateOrUpdateOptionalParams,
|
|
97
|
-
): Promise<ContainerGroupsCreateOrUpdateResponse>;
|
|
98
|
-
/**
|
|
99
|
-
* Updates container group tags with specified values.
|
|
100
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
101
|
-
* @param containerGroupName The name of the container group.
|
|
102
|
-
* @param resource The container group resource with just the tags to be updated.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
update(
|
|
106
|
-
resourceGroupName: string,
|
|
107
|
-
containerGroupName: string,
|
|
108
|
-
resource: Resource,
|
|
109
|
-
options?: ContainerGroupsUpdateOptionalParams,
|
|
110
|
-
): Promise<ContainerGroupsUpdateResponse>;
|
|
111
|
-
/**
|
|
112
|
-
* Delete the specified container group in the specified subscription and resource group. The operation
|
|
113
|
-
* does not delete other resources provided by the user, such as volumes.
|
|
114
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
115
|
-
* @param containerGroupName The name of the container group.
|
|
116
|
-
* @param options The options parameters.
|
|
117
|
-
*/
|
|
118
|
-
beginDelete(
|
|
119
|
-
resourceGroupName: string,
|
|
120
|
-
containerGroupName: string,
|
|
121
|
-
options?: ContainerGroupsDeleteOptionalParams,
|
|
122
|
-
): Promise<
|
|
123
|
-
SimplePollerLike<
|
|
124
|
-
OperationState<ContainerGroupsDeleteResponse>,
|
|
125
|
-
ContainerGroupsDeleteResponse
|
|
126
|
-
>
|
|
127
|
-
>;
|
|
128
|
-
/**
|
|
129
|
-
* Delete the specified container group in the specified subscription and resource group. The operation
|
|
130
|
-
* does not delete other resources provided by the user, such as volumes.
|
|
131
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
132
|
-
* @param containerGroupName The name of the container group.
|
|
133
|
-
* @param options The options parameters.
|
|
134
|
-
*/
|
|
135
|
-
beginDeleteAndWait(
|
|
136
|
-
resourceGroupName: string,
|
|
137
|
-
containerGroupName: string,
|
|
138
|
-
options?: ContainerGroupsDeleteOptionalParams,
|
|
139
|
-
): Promise<ContainerGroupsDeleteResponse>;
|
|
140
|
-
/**
|
|
141
|
-
* Restarts all containers in a container group in place. If container image has updates, new image
|
|
142
|
-
* will be downloaded.
|
|
143
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
144
|
-
* @param containerGroupName The name of the container group.
|
|
145
|
-
* @param options The options parameters.
|
|
146
|
-
*/
|
|
147
|
-
beginRestart(
|
|
148
|
-
resourceGroupName: string,
|
|
149
|
-
containerGroupName: string,
|
|
150
|
-
options?: ContainerGroupsRestartOptionalParams,
|
|
151
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
152
|
-
/**
|
|
153
|
-
* Restarts all containers in a container group in place. If container image has updates, new image
|
|
154
|
-
* will be downloaded.
|
|
155
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
156
|
-
* @param containerGroupName The name of the container group.
|
|
157
|
-
* @param options The options parameters.
|
|
158
|
-
*/
|
|
159
|
-
beginRestartAndWait(
|
|
160
|
-
resourceGroupName: string,
|
|
161
|
-
containerGroupName: string,
|
|
162
|
-
options?: ContainerGroupsRestartOptionalParams,
|
|
163
|
-
): Promise<void>;
|
|
164
|
-
/**
|
|
165
|
-
* Stops all containers in a container group. Compute resources will be deallocated and billing will
|
|
166
|
-
* stop.
|
|
167
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
168
|
-
* @param containerGroupName The name of the container group.
|
|
169
|
-
* @param options The options parameters.
|
|
170
|
-
*/
|
|
171
|
-
stop(
|
|
172
|
-
resourceGroupName: string,
|
|
173
|
-
containerGroupName: string,
|
|
174
|
-
options?: ContainerGroupsStopOptionalParams,
|
|
175
|
-
): Promise<void>;
|
|
176
|
-
/**
|
|
177
|
-
* Starts all containers in a container group. Compute resources will be allocated and billing will
|
|
178
|
-
* start.
|
|
179
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
180
|
-
* @param containerGroupName The name of the container group.
|
|
181
|
-
* @param options The options parameters.
|
|
182
|
-
*/
|
|
183
|
-
beginStart(
|
|
184
|
-
resourceGroupName: string,
|
|
185
|
-
containerGroupName: string,
|
|
186
|
-
options?: ContainerGroupsStartOptionalParams,
|
|
187
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
188
|
-
/**
|
|
189
|
-
* Starts all containers in a container group. Compute resources will be allocated and billing will
|
|
190
|
-
* start.
|
|
191
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
192
|
-
* @param containerGroupName The name of the container group.
|
|
193
|
-
* @param options The options parameters.
|
|
194
|
-
*/
|
|
195
|
-
beginStartAndWait(
|
|
196
|
-
resourceGroupName: string,
|
|
197
|
-
containerGroupName: string,
|
|
198
|
-
options?: ContainerGroupsStartOptionalParams,
|
|
199
|
-
): Promise<void>;
|
|
200
|
-
/**
|
|
201
|
-
* Gets all the network dependencies for this container group to allow complete control of network
|
|
202
|
-
* setting and configuration. For container groups, this will always be an empty list.
|
|
203
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
204
|
-
* @param containerGroupName The name of the container group.
|
|
205
|
-
* @param options The options parameters.
|
|
206
|
-
*/
|
|
207
|
-
getOutboundNetworkDependenciesEndpoints(
|
|
208
|
-
resourceGroupName: string,
|
|
209
|
-
containerGroupName: string,
|
|
210
|
-
options?: ContainerGroupsGetOutboundNetworkDependenciesEndpointsOptionalParams,
|
|
211
|
-
): Promise<ContainerGroupsGetOutboundNetworkDependenciesEndpointsResponse>;
|
|
212
|
-
}
|