@azure/arm-servicefabric 3.0.1-alpha.20250214.1 → 3.0.1-alpha.20250217.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/README.md +21 -12
- 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/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-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/applicationTypeVersions.d.ts +3 -3
- package/dist/browser/operations/applicationTypeVersions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationTypeVersions.js +90 -98
- package/dist/browser/operations/applicationTypeVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationTypes.d.ts +3 -3
- package/dist/browser/operations/applicationTypes.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applicationTypes.js +41 -45
- package/dist/browser/operations/applicationTypes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applications.d.ts +3 -3
- package/dist/browser/operations/applications.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/applications.js +125 -137
- package/dist/browser/operations/applications.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusterVersions.d.ts +3 -3
- package/dist/browser/operations/clusterVersions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusterVersions.js +2 -2
- package/dist/browser/operations/clusterVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusters.d.ts +3 -3
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusters.js +77 -85
- package/dist/browser/operations/clusters.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/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.d.ts +3 -3
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/services.js +133 -145
- package/dist/browser/operations/services.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationTypeVersions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationTypes.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applicationTypes.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.d.ts +1 -1
- package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applications.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clusterVersions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusterVersions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.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/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/services.d.ts +1 -1
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricManagementClient.d.ts +2 -2
- package/dist/browser/serviceFabricManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricManagementClient.js +15 -18
- package/dist/browser/serviceFabricManagementClient.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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-servicefabric.d.ts → dist/commonjs/models/index.d.ts} +1831 -2445
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +277 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +86 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2838 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +26 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +203 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/applicationTypeVersions.d.ts +92 -0
- package/dist/commonjs/operations/applicationTypeVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/applicationTypeVersions.js +387 -0
- package/dist/commonjs/operations/applicationTypeVersions.js.map +1 -0
- package/dist/commonjs/operations/applicationTypes.d.ts +75 -0
- package/dist/commonjs/operations/applicationTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/applicationTypes.js +308 -0
- package/dist/commonjs/operations/applicationTypes.js.map +1 -0
- package/dist/commonjs/operations/applications.d.ts +102 -0
- package/dist/commonjs/operations/applications.d.ts.map +1 -0
- package/dist/commonjs/operations/applications.js +455 -0
- package/dist/commonjs/operations/applications.js.map +1 -0
- package/dist/commonjs/operations/clusterVersions.d.ts +41 -0
- package/dist/commonjs/operations/clusterVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/clusterVersions.js +148 -0
- package/dist/commonjs/operations/clusterVersions.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +116 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +532 -0
- package/dist/commonjs/operations/clusters.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/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/services.d.ts +119 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +486 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.d.ts +64 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/applicationTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.js +10 -0
- package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusterVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.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/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/services.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.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/commonjs/serviceFabricManagementClient.d.ts +26 -0
- package/dist/commonjs/serviceFabricManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceFabricManagementClient.js +108 -0
- package/dist/commonjs/serviceFabricManagementClient.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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1831 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +274 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +86 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2834 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +26 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +200 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/applicationTypeVersions.d.ts +92 -0
- package/dist/esm/operations/applicationTypeVersions.d.ts.map +1 -0
- package/dist/esm/operations/applicationTypeVersions.js +383 -0
- package/dist/esm/operations/applicationTypeVersions.js.map +1 -0
- package/dist/esm/operations/applicationTypes.d.ts +75 -0
- package/dist/esm/operations/applicationTypes.d.ts.map +1 -0
- package/dist/esm/operations/applicationTypes.js +304 -0
- package/dist/esm/operations/applicationTypes.js.map +1 -0
- package/dist/esm/operations/applications.d.ts +102 -0
- package/dist/esm/operations/applications.d.ts.map +1 -0
- package/dist/esm/operations/applications.js +451 -0
- package/dist/esm/operations/applications.js.map +1 -0
- package/dist/esm/operations/clusterVersions.d.ts +41 -0
- package/dist/esm/operations/clusterVersions.d.ts.map +1 -0
- package/dist/esm/operations/clusterVersions.js +143 -0
- package/dist/esm/operations/clusterVersions.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +116 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +528 -0
- package/dist/esm/operations/clusters.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/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/services.d.ts +119 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +482 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.d.ts +64 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.js +9 -0
- package/dist/esm/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypes.d.ts +49 -0
- package/dist/esm/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applicationTypes.js +9 -0
- package/dist/esm/operationsInterfaces/applicationTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/applications.d.ts +76 -0
- package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applications.js +9 -0
- package/dist/esm/operationsInterfaces/applications.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusterVersions.d.ts +33 -0
- package/dist/esm/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusterVersions.js +9 -0
- package/dist/esm/operationsInterfaces/clusterVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +78 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.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/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/services.d.ts +91 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.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/esm/serviceFabricManagementClient.d.ts +26 -0
- package/dist/esm/serviceFabricManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceFabricManagementClient.js +103 -0
- package/dist/esm/serviceFabricManagementClient.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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1831 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +274 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +86 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2834 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +26 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +200 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/applicationTypeVersions.d.ts +92 -0
- package/dist/react-native/operations/applicationTypeVersions.d.ts.map +1 -0
- package/dist/react-native/operations/applicationTypeVersions.js +383 -0
- package/dist/react-native/operations/applicationTypeVersions.js.map +1 -0
- package/dist/react-native/operations/applicationTypes.d.ts +75 -0
- package/dist/react-native/operations/applicationTypes.d.ts.map +1 -0
- package/dist/react-native/operations/applicationTypes.js +304 -0
- package/dist/react-native/operations/applicationTypes.js.map +1 -0
- package/dist/react-native/operations/applications.d.ts +102 -0
- package/dist/react-native/operations/applications.d.ts.map +1 -0
- package/dist/react-native/operations/applications.js +451 -0
- package/dist/react-native/operations/applications.js.map +1 -0
- package/dist/react-native/operations/clusterVersions.d.ts +41 -0
- package/dist/react-native/operations/clusterVersions.d.ts.map +1 -0
- package/dist/react-native/operations/clusterVersions.js +143 -0
- package/dist/react-native/operations/clusterVersions.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +116 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +528 -0
- package/dist/react-native/operations/clusters.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/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/services.d.ts +119 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +482 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.d.ts +64 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/applicationTypeVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/applicationTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.js +9 -0
- package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/clusterVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.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/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/services.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.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/dist/react-native/serviceFabricManagementClient.d.ts +26 -0
- package/dist/react-native/serviceFabricManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceFabricManagementClient.js +103 -0
- package/dist/react-native/serviceFabricManagementClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -5987
- 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/applicationTypeVersionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/applicationTypeVersionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/applicationTypeVersionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js +0 -38
- package/dist-esm/samples-dev/applicationTypeVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.js +0 -53
- package/dist-esm/samples-dev/applicationTypeVersionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js +0 -31
- package/dist-esm/samples-dev/applicationTypesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/applicationTypesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesGetSample.js +0 -37
- package/dist-esm/samples-dev/applicationTypesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationTypesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationTypesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationTypesListSample.js +0 -52
- package/dist-esm/samples-dev/applicationTypesListSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js +0 -121
- package/dist-esm/samples-dev/applicationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +0 -37
- package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListSample.js +0 -52
- package/dist-esm/samples-dev/applicationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/applicationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.js +0 -37
- package/dist-esm/samples-dev/clusterVersionsGetByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsGetSample.js +0 -36
- package/dist-esm/samples-dev/clusterVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/clusterVersionsListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clusterVersionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clusterVersionsListSample.js +0 -35
- package/dist-esm/samples-dev/clusterVersionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -233
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -36
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -36
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -50
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.js +0 -53
- package/dist-esm/samples-dev/clustersListUpgradableVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -60
- package/dist-esm/samples-dev/clustersUpdateSample.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 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -70
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -38
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.js +0 -53
- package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -36
- package/dist-esm/samples-dev/servicesUpdateSample.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.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/applicationTypeVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/applicationTypeVersions.js.map +0 -1
- package/dist-esm/src/operations/applicationTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/applicationTypes.js.map +0 -1
- package/dist-esm/src/operations/applications.d.ts.map +0 -1
- package/dist-esm/src/operations/applications.js.map +0 -1
- package/dist-esm/src/operations/clusterVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/clusterVersions.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.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/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypeVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applicationTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusterVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusterVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.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/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceFabricManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceFabricManagementClient.js.map +0 -1
- package/dist-esm/test/servicefabric_examples.spec.d.ts +0 -4
- package/dist-esm/test/servicefabric_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/servicefabric_examples.spec.js +0 -270
- package/dist-esm/test/servicefabric_examples.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -2043
- package/src/models/mappers.ts +0 -3049
- package/src/models/parameters.ts +0 -239
- package/src/operations/applicationTypeVersions.ts +0 -552
- package/src/operations/applicationTypes.ts +0 -413
- package/src/operations/applications.ts +0 -644
- package/src/operations/clusterVersions.ts +0 -196
- package/src/operations/clusters.ts +0 -699
- package/src/operations/index.ts +0 -15
- package/src/operations/operations.ts +0 -149
- package/src/operations/services.ts +0 -703
- package/src/operationsInterfaces/applicationTypeVersions.ts +0 -123
- package/src/operationsInterfaces/applicationTypes.ts +0 -91
- package/src/operationsInterfaces/applications.ts +0 -149
- package/src/operationsInterfaces/clusterVersions.ts +0 -67
- package/src/operationsInterfaces/clusters.ts +0 -148
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/services.ts +0 -172
- package/src/pagingHelper.ts +0 -39
- package/src/serviceFabricManagementClient.ts +0 -168
- package/tsconfig.json +0 -33
- /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/applicationTypeVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applicationTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusterVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { ApplicationTypeResource, ApplicationTypesListOptionalParams, ApplicationTypesGetOptionalParams, ApplicationTypesGetResponse, ApplicationTypesCreateOrUpdateOptionalParams, ApplicationTypesCreateOrUpdateResponse, ApplicationTypesDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a ApplicationTypes. */
|
|
5
|
+
export interface ApplicationTypes {
|
|
6
|
+
/**
|
|
7
|
+
* Gets all application type name resources created or in the process of being created in the Service
|
|
8
|
+
* Fabric cluster resource.
|
|
9
|
+
* @param resourceGroupName The name of the resource group.
|
|
10
|
+
* @param clusterName The name of the cluster resource.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeResource>;
|
|
14
|
+
/**
|
|
15
|
+
* Get a Service Fabric application type name resource created or in the process of being created in
|
|
16
|
+
* the Service Fabric cluster resource.
|
|
17
|
+
* @param resourceGroupName The name of the resource group.
|
|
18
|
+
* @param clusterName The name of the cluster resource.
|
|
19
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams): Promise<ApplicationTypesGetResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Create or update a Service Fabric application type name resource with the specified name.
|
|
25
|
+
* @param resourceGroupName The name of the resource group.
|
|
26
|
+
* @param clusterName The name of the cluster resource.
|
|
27
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
28
|
+
* @param parameters The application type name resource.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
createOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams): Promise<ApplicationTypesCreateOrUpdateResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* Delete a Service Fabric application type name resource with the specified name.
|
|
34
|
+
* @param resourceGroupName The name of the resource group.
|
|
35
|
+
* @param clusterName The name of the cluster resource.
|
|
36
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
40
|
+
/**
|
|
41
|
+
* Delete a Service Fabric application type name resource with the specified name.
|
|
42
|
+
* @param resourceGroupName The name of the resource group.
|
|
43
|
+
* @param clusterName The name of the cluster resource.
|
|
44
|
+
* @param applicationTypeName The name of the application type name resource.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<void>;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=applicationTypes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applicationTypes.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/applicationTypes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,uBAAuB,EACvB,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,uBAAuB,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=applicationTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applicationTypes.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/applicationTypes.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ApplicationTypeResource,\n ApplicationTypesListOptionalParams,\n ApplicationTypesGetOptionalParams,\n ApplicationTypesGetResponse,\n ApplicationTypesCreateOrUpdateOptionalParams,\n ApplicationTypesCreateOrUpdateResponse,\n ApplicationTypesDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ApplicationTypes. */\nexport interface ApplicationTypes {\n /**\n * Gets all application type name resources created or in the process of being created in the Service\n * Fabric cluster resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationTypesListOptionalParams\n ): PagedAsyncIterableIterator<ApplicationTypeResource>;\n /**\n * Get a Service Fabric application type name resource created or in the process of being created in\n * the Service Fabric cluster resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationTypeName The name of the application type name resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypesGetOptionalParams\n ): Promise<ApplicationTypesGetResponse>;\n /**\n * Create or update a Service Fabric application type name resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationTypeName The name of the application type name resource.\n * @param parameters The application type name resource.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n parameters: ApplicationTypeResource,\n options?: ApplicationTypesCreateOrUpdateOptionalParams\n ): Promise<ApplicationTypesCreateOrUpdateResponse>;\n /**\n * Delete a Service Fabric application type name resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationTypeName The name of the application type name resource.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypesDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Service Fabric application type name resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationTypeName The name of the application type name resource.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationTypeName: string,\n options?: ApplicationTypesDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { ApplicationResource, ApplicationsListOptionalParams, ApplicationsGetOptionalParams, ApplicationsGetResponse, ApplicationsCreateOrUpdateOptionalParams, ApplicationsCreateOrUpdateResponse, ApplicationResourceUpdate, ApplicationsUpdateOptionalParams, ApplicationsUpdateResponse, ApplicationsDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Applications. */
|
|
5
|
+
export interface Applications {
|
|
6
|
+
/**
|
|
7
|
+
* Gets all application resources created or in the process of being created in the Service Fabric
|
|
8
|
+
* cluster resource.
|
|
9
|
+
* @param resourceGroupName The name of the resource group.
|
|
10
|
+
* @param clusterName The name of the cluster resource.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, clusterName: string, options?: ApplicationsListOptionalParams): PagedAsyncIterableIterator<ApplicationResource>;
|
|
14
|
+
/**
|
|
15
|
+
* Get a Service Fabric application resource created or in the process of being created in the Service
|
|
16
|
+
* Fabric cluster resource.
|
|
17
|
+
* @param resourceGroupName The name of the resource group.
|
|
18
|
+
* @param clusterName The name of the cluster resource.
|
|
19
|
+
* @param applicationName The name of the application resource.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<ApplicationsGetResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Create or update a Service Fabric application resource with the specified name.
|
|
25
|
+
* @param resourceGroupName The name of the resource group.
|
|
26
|
+
* @param clusterName The name of the cluster resource.
|
|
27
|
+
* @param applicationName The name of the application resource.
|
|
28
|
+
* @param parameters The application resource.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsCreateOrUpdateResponse>, ApplicationsCreateOrUpdateResponse>>;
|
|
32
|
+
/**
|
|
33
|
+
* Create or update a Service Fabric application resource with the specified name.
|
|
34
|
+
* @param resourceGroupName The name of the resource group.
|
|
35
|
+
* @param clusterName The name of the cluster resource.
|
|
36
|
+
* @param applicationName The name of the application resource.
|
|
37
|
+
* @param parameters The application resource.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<ApplicationsCreateOrUpdateResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Update a Service Fabric application resource with the specified name.
|
|
43
|
+
* @param resourceGroupName The name of the resource group.
|
|
44
|
+
* @param clusterName The name of the cluster resource.
|
|
45
|
+
* @param applicationName The name of the application resource.
|
|
46
|
+
* @param parameters The application resource for patch operations.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
beginUpdate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResourceUpdate, options?: ApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsUpdateResponse>, ApplicationsUpdateResponse>>;
|
|
50
|
+
/**
|
|
51
|
+
* Update a Service Fabric application resource with the specified name.
|
|
52
|
+
* @param resourceGroupName The name of the resource group.
|
|
53
|
+
* @param clusterName The name of the cluster resource.
|
|
54
|
+
* @param applicationName The name of the application resource.
|
|
55
|
+
* @param parameters The application resource for patch operations.
|
|
56
|
+
* @param options The options parameters.
|
|
57
|
+
*/
|
|
58
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResourceUpdate, options?: ApplicationsUpdateOptionalParams): Promise<ApplicationsUpdateResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* Delete a Service Fabric application resource with the specified name.
|
|
61
|
+
* @param resourceGroupName The name of the resource group.
|
|
62
|
+
* @param clusterName The name of the cluster resource.
|
|
63
|
+
* @param applicationName The name of the application resource.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
67
|
+
/**
|
|
68
|
+
* Delete a Service Fabric application resource with the specified name.
|
|
69
|
+
* @param resourceGroupName The name of the resource group.
|
|
70
|
+
* @param clusterName The name of the cluster resource.
|
|
71
|
+
* @param applicationName The name of the application resource.
|
|
72
|
+
* @param options The options parameters.
|
|
73
|
+
*/
|
|
74
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=applications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applications.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/applications.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,mBAAmB,EACnB,8BAA8B,EAC9B,6BAA6B,EAC7B,uBAAuB,EACvB,wCAAwC,EACxC,kCAAkC,EAClC,yBAAyB,EACzB,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,kCAAkC,CAAC,EAClD,kCAAkC,CACnC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=applications.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applications.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/applications.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ApplicationResource,\n ApplicationsListOptionalParams,\n ApplicationsGetOptionalParams,\n ApplicationsGetResponse,\n ApplicationsCreateOrUpdateOptionalParams,\n ApplicationsCreateOrUpdateResponse,\n ApplicationResourceUpdate,\n ApplicationsUpdateOptionalParams,\n ApplicationsUpdateResponse,\n ApplicationsDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Applications. */\nexport interface Applications {\n /**\n * Gets all application resources created or in the process of being created in the Service Fabric\n * cluster resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationsListOptionalParams\n ): PagedAsyncIterableIterator<ApplicationResource>;\n /**\n * Get a Service Fabric application resource created or in the process of being created in the Service\n * Fabric cluster resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams\n ): Promise<ApplicationsGetResponse>;\n /**\n * Create or update a Service Fabric application resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param parameters The application resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResource,\n options?: ApplicationsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsCreateOrUpdateResponse>,\n ApplicationsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a Service Fabric application resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param parameters The application resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResource,\n options?: ApplicationsCreateOrUpdateOptionalParams\n ): Promise<ApplicationsCreateOrUpdateResponse>;\n /**\n * Update a Service Fabric application resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param parameters The application resource for patch operations.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResourceUpdate,\n options?: ApplicationsUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsUpdateResponse>,\n ApplicationsUpdateResponse\n >\n >;\n /**\n * Update a Service Fabric application resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param parameters The application resource for patch operations.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: ApplicationResourceUpdate,\n options?: ApplicationsUpdateOptionalParams\n ): Promise<ApplicationsUpdateResponse>;\n /**\n * Delete a Service Fabric application resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Service Fabric application resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ClusterVersionsGetOptionalParams, ClusterVersionsGetResponse, ClusterVersionsEnvironment, ClusterVersionsGetByEnvironmentOptionalParams, ClusterVersionsGetByEnvironmentResponse, ClusterVersionsListOptionalParams, ClusterVersionsListResponse, ClusterVersionsListByEnvironmentOptionalParams, ClusterVersionsListByEnvironmentResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a ClusterVersions. */
|
|
3
|
+
export interface ClusterVersions {
|
|
4
|
+
/**
|
|
5
|
+
* Gets information about an available Service Fabric cluster code version.
|
|
6
|
+
* @param location The location for the cluster code versions. This is different from cluster location.
|
|
7
|
+
* @param clusterVersion The cluster code version.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
get(location: string, clusterVersion: string, options?: ClusterVersionsGetOptionalParams): Promise<ClusterVersionsGetResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Gets information about an available Service Fabric cluster code version by environment.
|
|
13
|
+
* @param location The location for the cluster code versions. This is different from cluster location.
|
|
14
|
+
* @param environment The operating system of the cluster. The default means all.
|
|
15
|
+
* @param clusterVersion The cluster code version.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
getByEnvironment(location: string, environment: ClusterVersionsEnvironment, clusterVersion: string, options?: ClusterVersionsGetByEnvironmentOptionalParams): Promise<ClusterVersionsGetByEnvironmentResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Gets all available code versions for Service Fabric cluster resources by location.
|
|
21
|
+
* @param location The location for the cluster code versions. This is different from cluster location.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
list(location: string, options?: ClusterVersionsListOptionalParams): Promise<ClusterVersionsListResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Gets all available code versions for Service Fabric cluster resources by environment.
|
|
27
|
+
* @param location The location for the cluster code versions. This is different from cluster location.
|
|
28
|
+
* @param environment The operating system of the cluster. The default means all.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
listByEnvironment(location: string, environment: ClusterVersionsEnvironment, options?: ClusterVersionsListByEnvironmentOptionalParams): Promise<ClusterVersionsListByEnvironmentResponse>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=clusterVersions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusterVersions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusterVersions.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,gCAAgC,EAChC,0BAA0B,EAC1B,0BAA0B,EAC1B,6CAA6C,EAC7C,uCAAuC,EACvC,iCAAiC,EACjC,2BAA2B,EAC3B,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAE5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,gBAAgB,CACd,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,0BAA0B,EACvC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;OAIG;IACH,IAAI,CACF,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;OAKG;IACH,iBAAiB,CACf,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,0BAA0B,EACvC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=clusterVersions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusterVersions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusterVersions.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n ClusterVersionsGetOptionalParams,\n ClusterVersionsGetResponse,\n ClusterVersionsEnvironment,\n ClusterVersionsGetByEnvironmentOptionalParams,\n ClusterVersionsGetByEnvironmentResponse,\n ClusterVersionsListOptionalParams,\n ClusterVersionsListResponse,\n ClusterVersionsListByEnvironmentOptionalParams,\n ClusterVersionsListByEnvironmentResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ClusterVersions. */\nexport interface ClusterVersions {\n /**\n * Gets information about an available Service Fabric cluster code version.\n * @param location The location for the cluster code versions. This is different from cluster location.\n * @param clusterVersion The cluster code version.\n * @param options The options parameters.\n */\n get(\n location: string,\n clusterVersion: string,\n options?: ClusterVersionsGetOptionalParams\n ): Promise<ClusterVersionsGetResponse>;\n /**\n * Gets information about an available Service Fabric cluster code version by environment.\n * @param location The location for the cluster code versions. This is different from cluster location.\n * @param environment The operating system of the cluster. The default means all.\n * @param clusterVersion The cluster code version.\n * @param options The options parameters.\n */\n getByEnvironment(\n location: string,\n environment: ClusterVersionsEnvironment,\n clusterVersion: string,\n options?: ClusterVersionsGetByEnvironmentOptionalParams\n ): Promise<ClusterVersionsGetByEnvironmentResponse>;\n /**\n * Gets all available code versions for Service Fabric cluster resources by location.\n * @param location The location for the cluster code versions. This is different from cluster location.\n * @param options The options parameters.\n */\n list(\n location: string,\n options?: ClusterVersionsListOptionalParams\n ): Promise<ClusterVersionsListResponse>;\n /**\n * Gets all available code versions for Service Fabric cluster resources by environment.\n * @param location The location for the cluster code versions. This is different from cluster location.\n * @param environment The operating system of the cluster. The default means all.\n * @param options The options parameters.\n */\n listByEnvironment(\n location: string,\n environment: ClusterVersionsEnvironment,\n options?: ClusterVersionsListByEnvironmentOptionalParams\n ): Promise<ClusterVersionsListByEnvironmentResponse>;\n}\n"]}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Cluster, ClustersListByResourceGroupOptionalParams, ClustersListOptionalParams, ClustersGetOptionalParams, ClustersGetResponse, ClustersCreateOrUpdateOptionalParams, ClustersCreateOrUpdateResponse, ClusterUpdateParameters, ClustersUpdateOptionalParams, ClustersUpdateResponse, ClustersDeleteOptionalParams, ClustersListUpgradableVersionsOptionalParams, ClustersListUpgradableVersionsResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Clusters. */
|
|
5
|
+
export interface Clusters {
|
|
6
|
+
/**
|
|
7
|
+
* Gets all Service Fabric cluster resources created or in the process of being created in the resource
|
|
8
|
+
* group.
|
|
9
|
+
* @param resourceGroupName The name of the resource group.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
13
|
+
/**
|
|
14
|
+
* Gets all Service Fabric cluster resources created or in the process of being created in the
|
|
15
|
+
* subscription.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
19
|
+
/**
|
|
20
|
+
* Get a Service Fabric cluster resource created or in the process of being created in the specified
|
|
21
|
+
* resource group.
|
|
22
|
+
* @param resourceGroupName The name of the resource group.
|
|
23
|
+
* @param clusterName The name of the cluster resource.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Create or update a Service Fabric cluster resource with the specified name.
|
|
29
|
+
* @param resourceGroupName The name of the resource group.
|
|
30
|
+
* @param clusterName The name of the cluster resource.
|
|
31
|
+
* @param parameters The cluster resource.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
35
|
+
/**
|
|
36
|
+
* Create or update a Service Fabric cluster resource with the specified name.
|
|
37
|
+
* @param resourceGroupName The name of the resource group.
|
|
38
|
+
* @param clusterName The name of the cluster resource.
|
|
39
|
+
* @param parameters The cluster resource.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Update the configuration of a Service Fabric cluster resource with the specified name.
|
|
45
|
+
* @param resourceGroupName The name of the resource group.
|
|
46
|
+
* @param clusterName The name of the cluster resource.
|
|
47
|
+
* @param parameters The parameters which contains the property value and property name which used to
|
|
48
|
+
* update the cluster configuration.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdateParameters, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
52
|
+
/**
|
|
53
|
+
* Update the configuration of a Service Fabric cluster resource with the specified name.
|
|
54
|
+
* @param resourceGroupName The name of the resource group.
|
|
55
|
+
* @param clusterName The name of the cluster resource.
|
|
56
|
+
* @param parameters The parameters which contains the property value and property name which used to
|
|
57
|
+
* update the cluster configuration.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdateParameters, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* Delete a Service Fabric cluster resource with the specified name.
|
|
63
|
+
* @param resourceGroupName The name of the resource group.
|
|
64
|
+
* @param clusterName The name of the cluster resource.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
delete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
68
|
+
/**
|
|
69
|
+
* If a target is not provided, it will get the minimum and maximum versions available from the current
|
|
70
|
+
* cluster version. If a target is given, it will provide the required path to get from the current
|
|
71
|
+
* cluster version to the target version.
|
|
72
|
+
* @param resourceGroupName The name of the resource group.
|
|
73
|
+
* @param clusterName The name of the cluster resource.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
listUpgradableVersions(resourceGroupName: string, clusterName: string, options?: ClustersListUpgradableVersionsOptionalParams): Promise<ClustersListUpgradableVersionsResponse>;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=clusters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusters.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusters.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,yCAAyC,EACzC,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;CACpD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=clusters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusters.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Cluster,\n ClustersListByResourceGroupOptionalParams,\n ClustersListOptionalParams,\n ClustersGetOptionalParams,\n ClustersGetResponse,\n ClustersCreateOrUpdateOptionalParams,\n ClustersCreateOrUpdateResponse,\n ClusterUpdateParameters,\n ClustersUpdateOptionalParams,\n ClustersUpdateResponse,\n ClustersDeleteOptionalParams,\n ClustersListUpgradableVersionsOptionalParams,\n ClustersListUpgradableVersionsResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Clusters. */\nexport interface Clusters {\n /**\n * Gets all Service Fabric cluster resources created or in the process of being created in the resource\n * group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ClustersListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Cluster>;\n /**\n * Gets all Service Fabric cluster resources created or in the process of being created in the\n * subscription.\n * @param options The options parameters.\n */\n list(\n options?: ClustersListOptionalParams\n ): PagedAsyncIterableIterator<Cluster>;\n /**\n * Get a Service Fabric cluster resource created or in the process of being created in the specified\n * resource group.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersGetOptionalParams\n ): Promise<ClustersGetResponse>;\n /**\n * Create or update a Service Fabric cluster resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param parameters The cluster resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: Cluster,\n options?: ClustersCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ClustersCreateOrUpdateResponse>,\n ClustersCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a Service Fabric cluster resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param parameters The cluster resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: Cluster,\n options?: ClustersCreateOrUpdateOptionalParams\n ): Promise<ClustersCreateOrUpdateResponse>;\n /**\n * Update the configuration of a Service Fabric cluster resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param parameters The parameters which contains the property value and property name which used to\n * update the cluster configuration.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterUpdateParameters,\n options?: ClustersUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ClustersUpdateResponse>,\n ClustersUpdateResponse\n >\n >;\n /**\n * Update the configuration of a Service Fabric cluster resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param parameters The parameters which contains the property value and property name which used to\n * update the cluster configuration.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterUpdateParameters,\n options?: ClustersUpdateOptionalParams\n ): Promise<ClustersUpdateResponse>;\n /**\n * Delete a Service Fabric cluster resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersDeleteOptionalParams\n ): Promise<void>;\n /**\n * If a target is not provided, it will get the minimum and maximum versions available from the current\n * cluster version. If a target is given, it will provide the required path to get from the current\n * cluster version to the target version.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param options The options parameters.\n */\n listUpgradableVersions(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersListUpgradableVersionsOptionalParams\n ): Promise<ClustersListUpgradableVersionsResponse>;\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./clusters.js";
|
|
2
|
+
export * from "./clusterVersions.js";
|
|
3
|
+
export * from "./operations.js";
|
|
4
|
+
export * from "./applicationTypes.js";
|
|
5
|
+
export * from "./applicationTypeVersions.js";
|
|
6
|
+
export * from "./applications.js";
|
|
7
|
+
export * from "./services.js";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./clusters.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./clusterVersions.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./applicationTypes.js"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./applicationTypeVersions.js"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./applications.js"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./services.js"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,wDAA8B;AAC9B,+DAAqC;AACrC,0DAAgC;AAChC,gEAAsC;AACtC,uEAA6C;AAC7C,4DAAkC;AAClC,wDAA8B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./clusters.js\";\nexport * from \"./clusterVersions.js\";\nexport * from \"./operations.js\";\nexport * from \"./applicationTypes.js\";\nexport * from \"./applicationTypeVersions.js\";\nexport * from \"./applications.js\";\nexport * from \"./services.js\";\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { OperationResult, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Get the list of available Service Fabric resource provider API operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGnF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,eAAe,CAAC,CAAC;CAChD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { OperationResult, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Get the list of available Service Fabric resource provider API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<OperationResult>;\n}\n"]}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { ServiceResource, ServicesListOptionalParams, ServicesGetOptionalParams, ServicesGetResponse, ServicesCreateOrUpdateOptionalParams, ServicesCreateOrUpdateResponse, ServiceResourceUpdate, ServicesUpdateOptionalParams, ServicesUpdateResponse, ServicesDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Services. */
|
|
5
|
+
export interface Services {
|
|
6
|
+
/**
|
|
7
|
+
* Gets all service resources created or in the process of being created in the Service Fabric
|
|
8
|
+
* application resource.
|
|
9
|
+
* @param resourceGroupName The name of the resource group.
|
|
10
|
+
* @param clusterName The name of the cluster resource.
|
|
11
|
+
* @param applicationName The name of the application resource.
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
list(resourceGroupName: string, clusterName: string, applicationName: string, options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServiceResource>;
|
|
15
|
+
/**
|
|
16
|
+
* Get a Service Fabric service resource created or in the process of being created in the Service
|
|
17
|
+
* Fabric application resource.
|
|
18
|
+
* @param resourceGroupName The name of the resource group.
|
|
19
|
+
* @param clusterName The name of the cluster resource.
|
|
20
|
+
* @param applicationName The name of the application resource.
|
|
21
|
+
* @param serviceName The name of the service resource in the format of
|
|
22
|
+
* {applicationName}~{serviceName}.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
get(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* Create or update a Service Fabric service resource with the specified name.
|
|
28
|
+
* @param resourceGroupName The name of the resource group.
|
|
29
|
+
* @param clusterName The name of the cluster resource.
|
|
30
|
+
* @param applicationName The name of the application resource.
|
|
31
|
+
* @param serviceName The name of the service resource in the format of
|
|
32
|
+
* {applicationName}~{serviceName}.
|
|
33
|
+
* @param parameters The service resource.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
|
|
37
|
+
/**
|
|
38
|
+
* Create or update a Service Fabric service resource with the specified name.
|
|
39
|
+
* @param resourceGroupName The name of the resource group.
|
|
40
|
+
* @param clusterName The name of the cluster resource.
|
|
41
|
+
* @param applicationName The name of the application resource.
|
|
42
|
+
* @param serviceName The name of the service resource in the format of
|
|
43
|
+
* {applicationName}~{serviceName}.
|
|
44
|
+
* @param parameters The service resource.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Update a Service Fabric service resource with the specified name.
|
|
50
|
+
* @param resourceGroupName The name of the resource group.
|
|
51
|
+
* @param clusterName The name of the cluster resource.
|
|
52
|
+
* @param applicationName The name of the application resource.
|
|
53
|
+
* @param serviceName The name of the service resource in the format of
|
|
54
|
+
* {applicationName}~{serviceName}.
|
|
55
|
+
* @param parameters The service resource for patch operations.
|
|
56
|
+
* @param options The options parameters.
|
|
57
|
+
*/
|
|
58
|
+
beginUpdate(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResourceUpdate, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
|
|
59
|
+
/**
|
|
60
|
+
* Update a Service Fabric service resource with the specified name.
|
|
61
|
+
* @param resourceGroupName The name of the resource group.
|
|
62
|
+
* @param clusterName The name of the cluster resource.
|
|
63
|
+
* @param applicationName The name of the application resource.
|
|
64
|
+
* @param serviceName The name of the service resource in the format of
|
|
65
|
+
* {applicationName}~{serviceName}.
|
|
66
|
+
* @param parameters The service resource for patch operations.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResourceUpdate, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* Delete a Service Fabric service resource with the specified name.
|
|
72
|
+
* @param resourceGroupName The name of the resource group.
|
|
73
|
+
* @param clusterName The name of the cluster resource.
|
|
74
|
+
* @param applicationName The name of the application resource.
|
|
75
|
+
* @param serviceName The name of the service resource in the format of
|
|
76
|
+
* {applicationName}~{serviceName}.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
80
|
+
/**
|
|
81
|
+
* Delete a Service Fabric service resource with the specified name.
|
|
82
|
+
* @param resourceGroupName The name of the resource group.
|
|
83
|
+
* @param clusterName The name of the cluster resource.
|
|
84
|
+
* @param applicationName The name of the application resource.
|
|
85
|
+
* @param serviceName The name of the service resource in the format of
|
|
86
|
+
* {applicationName}~{serviceName}.
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
|
|
90
|
+
}
|
|
91
|
+
//# sourceMappingURL=services.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/services.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,qBAAqB,EACrB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;;;OASG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=services.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"services.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/services.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ServiceResource,\n ServicesListOptionalParams,\n ServicesGetOptionalParams,\n ServicesGetResponse,\n ServicesCreateOrUpdateOptionalParams,\n ServicesCreateOrUpdateResponse,\n ServiceResourceUpdate,\n ServicesUpdateOptionalParams,\n ServicesUpdateResponse,\n ServicesDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Services. */\nexport interface Services {\n /**\n * Gets all service resources created or in the process of being created in the Service Fabric\n * application resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ServicesListOptionalParams\n ): PagedAsyncIterableIterator<ServiceResource>;\n /**\n * Get a Service Fabric service resource created or in the process of being created in the Service\n * Fabric application resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param serviceName The name of the service resource in the format of\n * {applicationName}~{serviceName}.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options?: ServicesGetOptionalParams\n ): Promise<ServicesGetResponse>;\n /**\n * Create or update a Service Fabric service resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param serviceName The name of the service resource in the format of\n * {applicationName}~{serviceName}.\n * @param parameters The service resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResource,\n options?: ServicesCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ServicesCreateOrUpdateResponse>,\n ServicesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a Service Fabric service resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param serviceName The name of the service resource in the format of\n * {applicationName}~{serviceName}.\n * @param parameters The service resource.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResource,\n options?: ServicesCreateOrUpdateOptionalParams\n ): Promise<ServicesCreateOrUpdateResponse>;\n /**\n * Update a Service Fabric service resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param serviceName The name of the service resource in the format of\n * {applicationName}~{serviceName}.\n * @param parameters The service resource for patch operations.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResourceUpdate,\n options?: ServicesUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<ServicesUpdateResponse>,\n ServicesUpdateResponse\n >\n >;\n /**\n * Update a Service Fabric service resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param serviceName The name of the service resource in the format of\n * {applicationName}~{serviceName}.\n * @param parameters The service resource for patch operations.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n parameters: ServiceResourceUpdate,\n options?: ServicesUpdateOptionalParams\n ): Promise<ServicesUpdateResponse>;\n /**\n * Delete a Service Fabric service resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param serviceName The name of the service resource in the format of\n * {applicationName}~{serviceName}.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options?: ServicesDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a Service Fabric service resource with the specified name.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster resource.\n * @param applicationName The name of the application resource.\n * @param serviceName The name of the service resource in the format of\n * {applicationName}~{serviceName}.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n serviceName: string,\n options?: ServicesDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PageInfo {
|
|
2
|
+
continuationToken?: string;
|
|
3
|
+
}
|
|
4
|
+
/**
|
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
|
7
|
+
* that point later.
|
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|