@azure/arm-servicefabricmesh 3.0.0-beta.4 → 3.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -2
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +68 -68
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +225 -96
- 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/application.d.ts +3 -3
- package/dist/browser/operations/application.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/application.js +48 -78
- package/dist/browser/operations/application.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/codePackage.d.ts +3 -3
- package/dist/browser/operations/codePackage.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/codePackage.js +3 -2
- package/dist/browser/operations/codePackage.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/gateway.d.ts +3 -3
- package/dist/browser/operations/gateway.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/gateway.js +48 -78
- package/dist/browser/operations/gateway.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/network.d.ts +3 -3
- package/dist/browser/operations/network.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/network.js +48 -78
- package/dist/browser/operations/network.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -41
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secret.d.ts +3 -3
- package/dist/browser/operations/secret.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secret.js +48 -78
- package/dist/browser/operations/secret.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secretValueOperations.d.ts +3 -3
- package/dist/browser/operations/secretValueOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secretValueOperations.js +26 -41
- package/dist/browser/operations/secretValueOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/service.d.ts +3 -3
- package/dist/browser/operations/service.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/service.js +26 -41
- package/dist/browser/operations/service.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serviceReplica.d.ts +3 -3
- package/dist/browser/operations/serviceReplica.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/serviceReplica.js +26 -41
- package/dist/browser/operations/serviceReplica.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volume.d.ts +3 -3
- package/dist/browser/operations/volume.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/volume.js +48 -78
- package/dist/browser/operations/volume.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/application.d.ts +1 -1
- package/dist/browser/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/application.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.d.ts +1 -1
- package/dist/browser/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/codePackage.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.d.ts +1 -1
- package/dist/browser/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/gateway.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/network.d.ts +1 -1
- package/dist/browser/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/network.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/secret.d.ts +1 -1
- package/dist/browser/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/secret.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/service.d.ts +1 -1
- package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/service.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.d.ts +1 -1
- package/dist/browser/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serviceReplica.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.d.ts +1 -1
- package/dist/browser/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/volume.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.d.ts +2 -2
- package/dist/browser/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.js +39 -24
- package/dist/browser/serviceFabricMeshManagementClient.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/{types/arm-servicefabricmesh.d.ts → dist/commonjs/models/index.d.ts} +1386 -1971
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +129 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +105 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2627 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +25 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +218 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/application.d.ts +82 -0
- package/dist/commonjs/operations/application.d.ts.map +1 -0
- package/dist/commonjs/operations/application.js +336 -0
- package/dist/commonjs/operations/application.js.map +1 -0
- package/dist/commonjs/operations/codePackage.d.ts +23 -0
- package/dist/commonjs/operations/codePackage.d.ts.map +1 -0
- package/dist/commonjs/operations/codePackage.js +72 -0
- package/dist/commonjs/operations/codePackage.js.map +1 -0
- package/dist/commonjs/operations/gateway.d.ts +83 -0
- package/dist/commonjs/operations/gateway.d.ts.map +1 -0
- package/dist/commonjs/operations/gateway.js +337 -0
- package/dist/commonjs/operations/gateway.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/network.d.ts +82 -0
- package/dist/commonjs/operations/network.d.ts.map +1 -0
- package/dist/commonjs/operations/network.js +336 -0
- package/dist/commonjs/operations/network.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/secret.d.ts +81 -0
- package/dist/commonjs/operations/secret.d.ts.map +1 -0
- package/dist/commonjs/operations/secret.js +335 -0
- package/dist/commonjs/operations/secret.js.map +1 -0
- package/dist/commonjs/operations/secretValueOperations.d.ts +81 -0
- package/dist/commonjs/operations/secretValueOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/secretValueOperations.js +304 -0
- package/dist/commonjs/operations/secretValueOperations.js.map +1 -0
- package/dist/commonjs/operations/service.d.ts +49 -0
- package/dist/commonjs/operations/service.d.ts.map +1 -0
- package/dist/commonjs/operations/service.js +178 -0
- package/dist/commonjs/operations/service.js.map +1 -0
- package/dist/commonjs/operations/serviceReplica.d.ts +53 -0
- package/dist/commonjs/operations/serviceReplica.d.ts.map +1 -0
- package/dist/commonjs/operations/serviceReplica.js +197 -0
- package/dist/commonjs/operations/serviceReplica.js.map +1 -0
- package/dist/commonjs/operations/volume.d.ts +81 -0
- package/dist/commonjs/operations/volume.d.ts.map +1 -0
- package/dist/commonjs/operations/volume.js +335 -0
- package/dist/commonjs/operations/volume.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/application.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/application.js +10 -0
- package/dist/commonjs/operationsInterfaces/application.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/codePackage.js +10 -0
- package/dist/commonjs/operationsInterfaces/codePackage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateway.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateway.js +10 -0
- package/dist/commonjs/operationsInterfaces/gateway.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/network.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/network.js +10 -0
- package/dist/commonjs/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/secret.js +10 -0
- package/dist/commonjs/operationsInterfaces/secret.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/service.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/service.js +10 -0
- package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.js +10 -0
- package/dist/commonjs/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/volume.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/volume.js +10 -0
- package/dist/commonjs/operationsInterfaces/volume.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.d.ts +29 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.js +129 -0
- package/dist/commonjs/serviceFabricMeshManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- 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/models/index.d.ts +1386 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +126 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +105 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2623 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +25 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +215 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/application.d.ts +82 -0
- package/dist/esm/operations/application.d.ts.map +1 -0
- package/dist/esm/operations/application.js +331 -0
- package/dist/esm/operations/application.js.map +1 -0
- package/dist/esm/operations/codePackage.d.ts +23 -0
- package/dist/esm/operations/codePackage.d.ts.map +1 -0
- package/dist/esm/operations/codePackage.js +67 -0
- package/dist/esm/operations/codePackage.js.map +1 -0
- package/dist/esm/operations/gateway.d.ts +83 -0
- package/dist/esm/operations/gateway.d.ts.map +1 -0
- package/dist/esm/operations/gateway.js +332 -0
- package/dist/esm/operations/gateway.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/network.d.ts +82 -0
- package/dist/esm/operations/network.d.ts.map +1 -0
- package/dist/esm/operations/network.js +331 -0
- package/dist/esm/operations/network.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/secret.d.ts +81 -0
- package/dist/esm/operations/secret.d.ts.map +1 -0
- package/dist/esm/operations/secret.js +330 -0
- package/dist/esm/operations/secret.js.map +1 -0
- package/dist/esm/operations/secretValueOperations.d.ts +81 -0
- package/dist/esm/operations/secretValueOperations.d.ts.map +1 -0
- package/dist/esm/operations/secretValueOperations.js +299 -0
- package/dist/esm/operations/secretValueOperations.js.map +1 -0
- package/dist/esm/operations/service.d.ts +49 -0
- package/dist/esm/operations/service.d.ts.map +1 -0
- package/dist/esm/operations/service.js +173 -0
- package/dist/esm/operations/service.js.map +1 -0
- package/dist/esm/operations/serviceReplica.d.ts +53 -0
- package/dist/esm/operations/serviceReplica.d.ts.map +1 -0
- package/dist/esm/operations/serviceReplica.js +192 -0
- package/dist/esm/operations/serviceReplica.js.map +1 -0
- package/dist/esm/operations/volume.d.ts +81 -0
- package/dist/esm/operations/volume.d.ts.map +1 -0
- package/dist/esm/operations/volume.js +330 -0
- package/dist/esm/operations/volume.js.map +1 -0
- package/dist/esm/operationsInterfaces/application.d.ts +44 -0
- package/dist/esm/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/application.js +9 -0
- package/dist/esm/operationsInterfaces/application.js.map +1 -0
- package/dist/esm/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist/esm/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/codePackage.js +9 -0
- package/dist/esm/operationsInterfaces/codePackage.js.map +1 -0
- package/dist/esm/operationsInterfaces/gateway.d.ts +45 -0
- package/dist/esm/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/gateway.js +9 -0
- package/dist/esm/operationsInterfaces/gateway.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/network.d.ts +44 -0
- package/dist/esm/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/network.js +9 -0
- package/dist/esm/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist/esm/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/secret.js +9 -0
- package/dist/esm/operationsInterfaces/secret.js.map +1 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.js +9 -0
- package/dist/esm/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/service.d.ts +23 -0
- package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/service.js +9 -0
- package/dist/esm/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist/esm/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serviceReplica.js +9 -0
- package/dist/esm/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist/esm/operationsInterfaces/volume.d.ts +43 -0
- package/dist/esm/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/volume.js +9 -0
- package/dist/esm/operationsInterfaces/volume.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceFabricMeshManagementClient.d.ts +29 -0
- package/dist/esm/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceFabricMeshManagementClient.js +124 -0
- package/dist/esm/serviceFabricMeshManagementClient.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/models/index.d.ts +1386 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +126 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +105 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2623 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +25 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +215 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/application.d.ts +82 -0
- package/dist/react-native/operations/application.d.ts.map +1 -0
- package/dist/react-native/operations/application.js +331 -0
- package/dist/react-native/operations/application.js.map +1 -0
- package/dist/react-native/operations/codePackage.d.ts +23 -0
- package/dist/react-native/operations/codePackage.d.ts.map +1 -0
- package/dist/react-native/operations/codePackage.js +67 -0
- package/dist/react-native/operations/codePackage.js.map +1 -0
- package/dist/react-native/operations/gateway.d.ts +83 -0
- package/dist/react-native/operations/gateway.d.ts.map +1 -0
- package/dist/react-native/operations/gateway.js +332 -0
- package/dist/react-native/operations/gateway.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/network.d.ts +82 -0
- package/dist/react-native/operations/network.d.ts.map +1 -0
- package/dist/react-native/operations/network.js +331 -0
- package/dist/react-native/operations/network.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/secret.d.ts +81 -0
- package/dist/react-native/operations/secret.d.ts.map +1 -0
- package/dist/react-native/operations/secret.js +330 -0
- package/dist/react-native/operations/secret.js.map +1 -0
- package/dist/react-native/operations/secretValueOperations.d.ts +81 -0
- package/dist/react-native/operations/secretValueOperations.d.ts.map +1 -0
- package/dist/react-native/operations/secretValueOperations.js +299 -0
- package/dist/react-native/operations/secretValueOperations.js.map +1 -0
- package/dist/react-native/operations/service.d.ts +49 -0
- package/dist/react-native/operations/service.d.ts.map +1 -0
- package/dist/react-native/operations/service.js +173 -0
- package/dist/react-native/operations/service.js.map +1 -0
- package/dist/react-native/operations/serviceReplica.d.ts +53 -0
- package/dist/react-native/operations/serviceReplica.d.ts.map +1 -0
- package/dist/react-native/operations/serviceReplica.js +192 -0
- package/dist/react-native/operations/serviceReplica.js.map +1 -0
- package/dist/react-native/operations/volume.d.ts +81 -0
- package/dist/react-native/operations/volume.d.ts.map +1 -0
- package/dist/react-native/operations/volume.js +330 -0
- package/dist/react-native/operations/volume.js.map +1 -0
- package/dist/react-native/operationsInterfaces/application.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/application.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/application.js +9 -0
- package/dist/react-native/operationsInterfaces/application.js.map +1 -0
- package/dist/react-native/operationsInterfaces/codePackage.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/codePackage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/codePackage.js +9 -0
- package/dist/react-native/operationsInterfaces/codePackage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gateway.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/gateway.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/gateway.js +9 -0
- package/dist/react-native/operationsInterfaces/gateway.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/network.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/network.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/network.js +9 -0
- package/dist/react-native/operationsInterfaces/network.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/secret.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/secret.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/secret.js +9 -0
- package/dist/react-native/operationsInterfaces/secret.js.map +1 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/secretValueOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/service.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/service.js +9 -0
- package/dist/react-native/operationsInterfaces/service.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.js +9 -0
- package/dist/react-native/operationsInterfaces/serviceReplica.js.map +1 -0
- package/dist/react-native/operationsInterfaces/volume.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/volume.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/volume.js +9 -0
- package/dist/react-native/operationsInterfaces/volume.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceFabricMeshManagementClient.d.ts +29 -0
- package/dist/react-native/serviceFabricMeshManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceFabricMeshManagementClient.js +124 -0
- package/dist/react-native/serviceFabricMeshManagementClient.js.map +1 -0
- package/package.json +82 -71
- package/dist/index.js +0 -5755
- 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/applicationCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationCreateSample.js +0 -66
- package/dist-esm/samples-dev/applicationCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationDeleteSample.js +0 -39
- package/dist-esm/samples-dev/applicationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationGetSample.js +0 -39
- package/dist-esm/samples-dev/applicationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/applicationListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/applicationListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts +0 -2
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js +0 -42
- package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayCreateSample.js +0 -84
- package/dist-esm/samples-dev/gatewayCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayDeleteSample.js +0 -39
- package/dist-esm/samples-dev/gatewayDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayGetSample.js +0 -39
- package/dist-esm/samples-dev/gatewayGetSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/networkCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkCreateSample.js +0 -48
- package/dist-esm/samples-dev/networkCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkDeleteSample.js +0 -39
- package/dist-esm/samples-dev/networkDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/networkGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkGetSample.js +0 -39
- package/dist-esm/samples-dev/networkGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/networkListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/networkListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/secretCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretCreateSample.js +0 -48
- package/dist-esm/samples-dev/secretCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretDeleteSample.js +0 -39
- package/dist-esm/samples-dev/secretDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/secretGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretGetSample.js +0 -39
- package/dist-esm/samples-dev/secretGetSample.js.map +0 -1
- package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/secretListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/secretListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueCreateSample.js +0 -45
- package/dist-esm/samples-dev/secretValueCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueDeleteSample.js +0 -40
- package/dist-esm/samples-dev/secretValueDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueGetSample.js +0 -40
- package/dist-esm/samples-dev/secretValueGetSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueListSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueListSample.js +0 -53
- package/dist-esm/samples-dev/secretValueListSample.js.map +0 -1
- package/dist-esm/samples-dev/secretValueListValueSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretValueListValueSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretValueListValueSample.js +0 -40
- package/dist-esm/samples-dev/secretValueListValueSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceGetSample.js +0 -40
- package/dist-esm/samples-dev/serviceGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceListSample.js +0 -53
- package/dist-esm/samples-dev/serviceListSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaGetSample.js +0 -41
- package/dist-esm/samples-dev/serviceReplicaGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceReplicaListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceReplicaListSample.js +0 -54
- package/dist-esm/samples-dev/serviceReplicaListSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeCreateSample.js +0 -50
- package/dist-esm/samples-dev/volumeCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeDeleteSample.js +0 -39
- package/dist-esm/samples-dev/volumeDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeGetSample.js +0 -39
- package/dist-esm/samples-dev/volumeGetSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/volumeListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/volumeListBySubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.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/application.d.ts.map +0 -1
- package/dist-esm/src/operations/application.js.map +0 -1
- package/dist-esm/src/operations/codePackage.d.ts.map +0 -1
- package/dist-esm/src/operations/codePackage.js.map +0 -1
- package/dist-esm/src/operations/gateway.d.ts.map +0 -1
- package/dist-esm/src/operations/gateway.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/network.d.ts.map +0 -1
- package/dist-esm/src/operations/network.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/secret.d.ts.map +0 -1
- package/dist-esm/src/operations/secret.js.map +0 -1
- package/dist-esm/src/operations/secretValueOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/secretValueOperations.js.map +0 -1
- package/dist-esm/src/operations/service.d.ts.map +0 -1
- package/dist-esm/src/operations/service.js.map +0 -1
- package/dist-esm/src/operations/serviceReplica.d.ts.map +0 -1
- package/dist-esm/src/operations/serviceReplica.js.map +0 -1
- package/dist-esm/src/operations/volume.d.ts.map +0 -1
- package/dist-esm/src/operations/volume.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/application.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/application.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/codePackage.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/codePackage.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateway.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/network.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/network.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/secret.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/secret.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/secretValueOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serviceReplica.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/volume.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/volume.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceFabricMeshManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/models/index.ts +0 -1629
- package/src/models/mappers.ts +0 -2716
- package/src/models/parameters.ts +0 -250
- package/src/operations/application.ts +0 -445
- package/src/operations/codePackage.ts +0 -88
- package/src/operations/gateway.ts +0 -446
- package/src/operations/index.ts +0 -18
- package/src/operations/network.ts +0 -445
- package/src/operations/operations.ts +0 -149
- package/src/operations/secret.ts +0 -444
- package/src/operations/secretValueOperations.ts +0 -412
- package/src/operations/service.ts +0 -254
- package/src/operations/serviceReplica.ts +0 -284
- package/src/operations/volume.ts +0 -444
- package/src/operationsInterfaces/application.ts +0 -80
- package/src/operationsInterfaces/codePackage.ts +0 -33
- package/src/operationsInterfaces/gateway.ts +0 -81
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/network.ts +0 -80
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/secret.ts +0 -79
- package/src/operationsInterfaces/secretValueOperations.ts +0 -99
- package/src/operationsInterfaces/service.ts +0 -46
- package/src/operationsInterfaces/serviceReplica.ts +0 -50
- package/src/operationsInterfaces/volume.ts +0 -79
- package/src/pagingHelper.ts +0 -39
- package/src/serviceFabricMeshManagementClient.ts +0 -180
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/application.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/network.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/secret.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.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/review/{arm-servicefabricmesh.api.md → arm-servicefabricmesh-node.api.md} +0 -0
|
@@ -0,0 +1,336 @@
|
|
|
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
|
+
exports.NetworkImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
|
17
|
+
/** Class containing Network operations. */
|
|
18
|
+
class NetworkImpl {
|
|
19
|
+
client;
|
|
20
|
+
/**
|
|
21
|
+
* Initialize a new instance of the class Network class.
|
|
22
|
+
* @param client Reference to the service client
|
|
23
|
+
*/
|
|
24
|
+
constructor(client) {
|
|
25
|
+
this.client = client;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Gets the information about all network resources in a given resource group. The information include
|
|
29
|
+
* the description and other properties of the Network.
|
|
30
|
+
* @param resourceGroupName Azure resource group name
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
34
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
35
|
+
return {
|
|
36
|
+
next() {
|
|
37
|
+
return iter.next();
|
|
38
|
+
},
|
|
39
|
+
[Symbol.asyncIterator]() {
|
|
40
|
+
return this;
|
|
41
|
+
},
|
|
42
|
+
byPage: (settings) => {
|
|
43
|
+
if (settings?.maxPageSize) {
|
|
44
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
|
+
}
|
|
46
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
51
|
+
let result;
|
|
52
|
+
let continuationToken = settings?.continuationToken;
|
|
53
|
+
if (!continuationToken) {
|
|
54
|
+
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
55
|
+
let page = result.value || [];
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
58
|
+
yield page;
|
|
59
|
+
}
|
|
60
|
+
while (continuationToken) {
|
|
61
|
+
result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
|
|
62
|
+
continuationToken = result.nextLink;
|
|
63
|
+
let page = result.value || [];
|
|
64
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
65
|
+
yield page;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
69
|
+
for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
|
|
70
|
+
yield* page;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Gets the information about all network resources in a given resource group. The information include
|
|
75
|
+
* the description and other properties of the network.
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
listBySubscription(options) {
|
|
79
|
+
const iter = this.listBySubscriptionPagingAll(options);
|
|
80
|
+
return {
|
|
81
|
+
next() {
|
|
82
|
+
return iter.next();
|
|
83
|
+
},
|
|
84
|
+
[Symbol.asyncIterator]() {
|
|
85
|
+
return this;
|
|
86
|
+
},
|
|
87
|
+
byPage: (settings) => {
|
|
88
|
+
if (settings?.maxPageSize) {
|
|
89
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
90
|
+
}
|
|
91
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
async *listBySubscriptionPagingPage(options, settings) {
|
|
96
|
+
let result;
|
|
97
|
+
let continuationToken = settings?.continuationToken;
|
|
98
|
+
if (!continuationToken) {
|
|
99
|
+
result = await this._listBySubscription(options);
|
|
100
|
+
let page = result.value || [];
|
|
101
|
+
continuationToken = result.nextLink;
|
|
102
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
103
|
+
yield page;
|
|
104
|
+
}
|
|
105
|
+
while (continuationToken) {
|
|
106
|
+
result = await this._listBySubscriptionNext(continuationToken, options);
|
|
107
|
+
continuationToken = result.nextLink;
|
|
108
|
+
let page = result.value || [];
|
|
109
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
110
|
+
yield page;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
async *listBySubscriptionPagingAll(options) {
|
|
114
|
+
for await (const page of this.listBySubscriptionPagingPage(options)) {
|
|
115
|
+
yield* page;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Creates a network resource with the specified name, description and properties. If a network
|
|
120
|
+
* resource with the same name exists, then it is updated with the specified description and
|
|
121
|
+
* properties.
|
|
122
|
+
* @param resourceGroupName Azure resource group name
|
|
123
|
+
* @param networkResourceName The identity of the network.
|
|
124
|
+
* @param networkResourceDescription Description for creating a Network resource.
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
create(resourceGroupName, networkResourceName, networkResourceDescription, options) {
|
|
128
|
+
return this.client.sendOperationRequest({
|
|
129
|
+
resourceGroupName,
|
|
130
|
+
networkResourceName,
|
|
131
|
+
networkResourceDescription,
|
|
132
|
+
options
|
|
133
|
+
}, createOperationSpec);
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Gets the information about the network resource with the given name. The information include the
|
|
137
|
+
* description and other properties of the network.
|
|
138
|
+
* @param resourceGroupName Azure resource group name
|
|
139
|
+
* @param networkResourceName The identity of the network.
|
|
140
|
+
* @param options The options parameters.
|
|
141
|
+
*/
|
|
142
|
+
get(resourceGroupName, networkResourceName, options) {
|
|
143
|
+
return this.client.sendOperationRequest({ resourceGroupName, networkResourceName, options }, getOperationSpec);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Deletes the network resource identified by the name.
|
|
147
|
+
* @param resourceGroupName Azure resource group name
|
|
148
|
+
* @param networkResourceName The identity of the network.
|
|
149
|
+
* @param options The options parameters.
|
|
150
|
+
*/
|
|
151
|
+
delete(resourceGroupName, networkResourceName, options) {
|
|
152
|
+
return this.client.sendOperationRequest({ resourceGroupName, networkResourceName, options }, deleteOperationSpec);
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* Gets the information about all network resources in a given resource group. The information include
|
|
156
|
+
* the description and other properties of the Network.
|
|
157
|
+
* @param resourceGroupName Azure resource group name
|
|
158
|
+
* @param options The options parameters.
|
|
159
|
+
*/
|
|
160
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
161
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Gets the information about all network resources in a given resource group. The information include
|
|
165
|
+
* the description and other properties of the network.
|
|
166
|
+
* @param options The options parameters.
|
|
167
|
+
*/
|
|
168
|
+
_listBySubscription(options) {
|
|
169
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* ListByResourceGroupNext
|
|
173
|
+
* @param resourceGroupName Azure resource group name
|
|
174
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
175
|
+
* @param options The options parameters.
|
|
176
|
+
*/
|
|
177
|
+
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
178
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* ListBySubscriptionNext
|
|
182
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
183
|
+
* @param options The options parameters.
|
|
184
|
+
*/
|
|
185
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
186
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
exports.NetworkImpl = NetworkImpl;
|
|
190
|
+
// Operation Specifications
|
|
191
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
192
|
+
const createOperationSpec = {
|
|
193
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
194
|
+
httpMethod: "PUT",
|
|
195
|
+
responses: {
|
|
196
|
+
200: {
|
|
197
|
+
bodyMapper: Mappers.NetworkResourceDescription
|
|
198
|
+
},
|
|
199
|
+
201: {
|
|
200
|
+
bodyMapper: Mappers.NetworkResourceDescription
|
|
201
|
+
},
|
|
202
|
+
202: {},
|
|
203
|
+
default: {
|
|
204
|
+
bodyMapper: Mappers.ErrorModel
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
requestBody: Parameters.networkResourceDescription,
|
|
208
|
+
queryParameters: [Parameters.apiVersion],
|
|
209
|
+
urlParameters: [
|
|
210
|
+
Parameters.$host,
|
|
211
|
+
Parameters.subscriptionId,
|
|
212
|
+
Parameters.resourceGroupName,
|
|
213
|
+
Parameters.networkResourceName
|
|
214
|
+
],
|
|
215
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
216
|
+
mediaType: "json",
|
|
217
|
+
serializer
|
|
218
|
+
};
|
|
219
|
+
const getOperationSpec = {
|
|
220
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
221
|
+
httpMethod: "GET",
|
|
222
|
+
responses: {
|
|
223
|
+
200: {
|
|
224
|
+
bodyMapper: Mappers.NetworkResourceDescription
|
|
225
|
+
},
|
|
226
|
+
default: {
|
|
227
|
+
bodyMapper: Mappers.ErrorModel
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
queryParameters: [Parameters.apiVersion],
|
|
231
|
+
urlParameters: [
|
|
232
|
+
Parameters.$host,
|
|
233
|
+
Parameters.subscriptionId,
|
|
234
|
+
Parameters.resourceGroupName,
|
|
235
|
+
Parameters.networkResourceName
|
|
236
|
+
],
|
|
237
|
+
headerParameters: [Parameters.accept],
|
|
238
|
+
serializer
|
|
239
|
+
};
|
|
240
|
+
const deleteOperationSpec = {
|
|
241
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}",
|
|
242
|
+
httpMethod: "DELETE",
|
|
243
|
+
responses: {
|
|
244
|
+
200: {},
|
|
245
|
+
202: {},
|
|
246
|
+
204: {},
|
|
247
|
+
default: {
|
|
248
|
+
bodyMapper: Mappers.ErrorModel
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
queryParameters: [Parameters.apiVersion],
|
|
252
|
+
urlParameters: [
|
|
253
|
+
Parameters.$host,
|
|
254
|
+
Parameters.subscriptionId,
|
|
255
|
+
Parameters.resourceGroupName,
|
|
256
|
+
Parameters.networkResourceName
|
|
257
|
+
],
|
|
258
|
+
headerParameters: [Parameters.accept],
|
|
259
|
+
serializer
|
|
260
|
+
};
|
|
261
|
+
const listByResourceGroupOperationSpec = {
|
|
262
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks",
|
|
263
|
+
httpMethod: "GET",
|
|
264
|
+
responses: {
|
|
265
|
+
200: {
|
|
266
|
+
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
267
|
+
},
|
|
268
|
+
default: {
|
|
269
|
+
bodyMapper: Mappers.ErrorModel
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
queryParameters: [Parameters.apiVersion],
|
|
273
|
+
urlParameters: [
|
|
274
|
+
Parameters.$host,
|
|
275
|
+
Parameters.subscriptionId,
|
|
276
|
+
Parameters.resourceGroupName
|
|
277
|
+
],
|
|
278
|
+
headerParameters: [Parameters.accept],
|
|
279
|
+
serializer
|
|
280
|
+
};
|
|
281
|
+
const listBySubscriptionOperationSpec = {
|
|
282
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks",
|
|
283
|
+
httpMethod: "GET",
|
|
284
|
+
responses: {
|
|
285
|
+
200: {
|
|
286
|
+
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
287
|
+
},
|
|
288
|
+
default: {
|
|
289
|
+
bodyMapper: Mappers.ErrorModel
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
queryParameters: [Parameters.apiVersion],
|
|
293
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
294
|
+
headerParameters: [Parameters.accept],
|
|
295
|
+
serializer
|
|
296
|
+
};
|
|
297
|
+
const listByResourceGroupNextOperationSpec = {
|
|
298
|
+
path: "{nextLink}",
|
|
299
|
+
httpMethod: "GET",
|
|
300
|
+
responses: {
|
|
301
|
+
200: {
|
|
302
|
+
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
303
|
+
},
|
|
304
|
+
default: {
|
|
305
|
+
bodyMapper: Mappers.ErrorModel
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
urlParameters: [
|
|
309
|
+
Parameters.$host,
|
|
310
|
+
Parameters.nextLink,
|
|
311
|
+
Parameters.subscriptionId,
|
|
312
|
+
Parameters.resourceGroupName
|
|
313
|
+
],
|
|
314
|
+
headerParameters: [Parameters.accept],
|
|
315
|
+
serializer
|
|
316
|
+
};
|
|
317
|
+
const listBySubscriptionNextOperationSpec = {
|
|
318
|
+
path: "{nextLink}",
|
|
319
|
+
httpMethod: "GET",
|
|
320
|
+
responses: {
|
|
321
|
+
200: {
|
|
322
|
+
bodyMapper: Mappers.NetworkResourceDescriptionList
|
|
323
|
+
},
|
|
324
|
+
default: {
|
|
325
|
+
bodyMapper: Mappers.ErrorModel
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
urlParameters: [
|
|
329
|
+
Parameters.$host,
|
|
330
|
+
Parameters.nextLink,
|
|
331
|
+
Parameters.subscriptionId
|
|
332
|
+
],
|
|
333
|
+
headerParameters: [Parameters.accept],
|
|
334
|
+
serializer
|
|
335
|
+
};
|
|
336
|
+
//# sourceMappingURL=network.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network.js","sourceRoot":"","sources":["../../../src/operations/network.ts"],"names":[],"mappings":"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","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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Network } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceFabricMeshManagementClient } from \"../serviceFabricMeshManagementClient.js\";\nimport {\n NetworkResourceDescription,\n NetworkListByResourceGroupNextOptionalParams,\n NetworkListByResourceGroupOptionalParams,\n NetworkListByResourceGroupResponse,\n NetworkListBySubscriptionNextOptionalParams,\n NetworkListBySubscriptionOptionalParams,\n NetworkListBySubscriptionResponse,\n NetworkCreateOptionalParams,\n NetworkCreateResponse,\n NetworkGetOptionalParams,\n NetworkGetResponse,\n NetworkDeleteOptionalParams,\n NetworkListByResourceGroupNextResponse,\n NetworkListBySubscriptionNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Network operations. */\nexport class NetworkImpl implements Network {\n private readonly client: ServiceFabricMeshManagementClient;\n\n /**\n * Initialize a new instance of the class Network class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceFabricMeshManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the information about all network resources in a given resource group. The information include\n * the description and other properties of the Network.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: NetworkListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<NetworkResourceDescription> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: NetworkListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<NetworkResourceDescription[]> {\n let result: NetworkListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: NetworkListByResourceGroupOptionalParams\n ): AsyncIterableIterator<NetworkResourceDescription> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the information about all network resources in a given resource group. The information include\n * the description and other properties of the network.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: NetworkListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<NetworkResourceDescription> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: NetworkListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<NetworkResourceDescription[]> {\n let result: NetworkListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: NetworkListBySubscriptionOptionalParams\n ): AsyncIterableIterator<NetworkResourceDescription> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a network resource with the specified name, description and properties. If a network\n * resource with the same name exists, then it is updated with the specified description and\n * properties.\n * @param resourceGroupName Azure resource group name\n * @param networkResourceName The identity of the network.\n * @param networkResourceDescription Description for creating a Network resource.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n networkResourceName: string,\n networkResourceDescription: NetworkResourceDescription,\n options?: NetworkCreateOptionalParams\n ): Promise<NetworkCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n networkResourceName,\n networkResourceDescription,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Gets the information about the network resource with the given name. The information include the\n * description and other properties of the network.\n * @param resourceGroupName Azure resource group name\n * @param networkResourceName The identity of the network.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n networkResourceName: string,\n options?: NetworkGetOptionalParams\n ): Promise<NetworkGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, networkResourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes the network resource identified by the name.\n * @param resourceGroupName Azure resource group name\n * @param networkResourceName The identity of the network.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n networkResourceName: string,\n options?: NetworkDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, networkResourceName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets the information about all network resources in a given resource group. The information include\n * the description and other properties of the Network.\n * @param resourceGroupName Azure resource group name\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: NetworkListByResourceGroupOptionalParams\n ): Promise<NetworkListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Gets the information about all network resources in a given resource group. The information include\n * the description and other properties of the network.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: NetworkListBySubscriptionOptionalParams\n ): Promise<NetworkListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Azure resource group name\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: NetworkListByResourceGroupNextOptionalParams\n ): Promise<NetworkListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: NetworkListBySubscriptionNextOptionalParams\n ): Promise<NetworkListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkResourceDescription\n },\n 201: {\n bodyMapper: Mappers.NetworkResourceDescription\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.networkResourceDescription,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.networkResourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkResourceDescription\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.networkResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.networkResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkResourceDescriptionList\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ServiceFabricMeshManagementClient } from "../serviceFabricMeshManagementClient.js";
|
|
4
|
+
import { OperationResult, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Operations operations. */
|
|
6
|
+
export declare class OperationsImpl implements Operations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Operations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ServiceFabricMeshManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
|
|
18
|
+
private listPagingPage;
|
|
19
|
+
private listPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
private _list;
|
|
25
|
+
/**
|
|
26
|
+
* ListNext
|
|
27
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
private _listNext;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,eAAe,EAEf,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,eAAe,CAAC;YAkB/B,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -0,0 +1,121 @@
|
|
|
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
|
+
exports.OperationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
|
17
|
+
/** Class containing Operations operations. */
|
|
18
|
+
class OperationsImpl {
|
|
19
|
+
client;
|
|
20
|
+
/**
|
|
21
|
+
* Initialize a new instance of the class Operations class.
|
|
22
|
+
* @param client Reference to the service client
|
|
23
|
+
*/
|
|
24
|
+
constructor(client) {
|
|
25
|
+
this.client = client;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
list(options) {
|
|
32
|
+
const iter = this.listPagingAll(options);
|
|
33
|
+
return {
|
|
34
|
+
next() {
|
|
35
|
+
return iter.next();
|
|
36
|
+
},
|
|
37
|
+
[Symbol.asyncIterator]() {
|
|
38
|
+
return this;
|
|
39
|
+
},
|
|
40
|
+
byPage: (settings) => {
|
|
41
|
+
if (settings?.maxPageSize) {
|
|
42
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
+
}
|
|
44
|
+
return this.listPagingPage(options, settings);
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
async *listPagingPage(options, settings) {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings?.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = await this._list(options);
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
56
|
+
yield page;
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = await this._listNext(continuationToken, options);
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
63
|
+
yield page;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
async *listPagingAll(options) {
|
|
67
|
+
for await (const page of this.listPagingPage(options)) {
|
|
68
|
+
yield* page;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
_list(options) {
|
|
76
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* ListNext
|
|
80
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
_listNext(nextLink, options) {
|
|
84
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
exports.OperationsImpl = OperationsImpl;
|
|
88
|
+
// Operation Specifications
|
|
89
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
90
|
+
const listOperationSpec = {
|
|
91
|
+
path: "/providers/Microsoft.ServiceFabricMesh/operations",
|
|
92
|
+
httpMethod: "GET",
|
|
93
|
+
responses: {
|
|
94
|
+
200: {
|
|
95
|
+
bodyMapper: Mappers.OperationListResult
|
|
96
|
+
},
|
|
97
|
+
default: {
|
|
98
|
+
bodyMapper: Mappers.ErrorModel
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
queryParameters: [Parameters.apiVersion],
|
|
102
|
+
urlParameters: [Parameters.$host],
|
|
103
|
+
headerParameters: [Parameters.accept],
|
|
104
|
+
serializer
|
|
105
|
+
};
|
|
106
|
+
const listNextOperationSpec = {
|
|
107
|
+
path: "{nextLink}",
|
|
108
|
+
httpMethod: "GET",
|
|
109
|
+
responses: {
|
|
110
|
+
200: {
|
|
111
|
+
bodyMapper: Mappers.OperationListResult
|
|
112
|
+
},
|
|
113
|
+
default: {
|
|
114
|
+
bodyMapper: Mappers.ErrorModel
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
118
|
+
headerParameters: [Parameters.accept],
|
|
119
|
+
serializer
|
|
120
|
+
};
|
|
121
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceFabricMeshManagementClient } from \"../serviceFabricMeshManagementClient.js\";\nimport {\n OperationResult,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: ServiceFabricMeshManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceFabricMeshManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all the available operations provided by Service Fabric SeaBreeze resource provider.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<OperationResult> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<OperationResult[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<OperationResult> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all the available operations provided by Service Fabric SeaBreeze resource provider.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ServiceFabricMesh/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Secret } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ServiceFabricMeshManagementClient } from "../serviceFabricMeshManagementClient.js";
|
|
4
|
+
import { SecretResourceDescription, SecretListByResourceGroupOptionalParams, SecretListBySubscriptionOptionalParams, SecretCreateOptionalParams, SecretCreateResponse, SecretGetOptionalParams, SecretGetResponse, SecretDeleteOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Secret operations. */
|
|
6
|
+
export declare class SecretImpl implements Secret {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Secret class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ServiceFabricMeshManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets the information about all secret resources in a given resource group. The information include
|
|
15
|
+
* the description and other properties of the Secret.
|
|
16
|
+
* @param resourceGroupName Azure resource group name
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listByResourceGroup(resourceGroupName: string, options?: SecretListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SecretResourceDescription>;
|
|
20
|
+
private listByResourceGroupPagingPage;
|
|
21
|
+
private listByResourceGroupPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the information about all secret resources in a given resource group. The information include
|
|
24
|
+
* the description and other properties of the secret.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
listBySubscription(options?: SecretListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SecretResourceDescription>;
|
|
28
|
+
private listBySubscriptionPagingPage;
|
|
29
|
+
private listBySubscriptionPagingAll;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a secret resource with the specified name, description and properties. If a secret resource
|
|
32
|
+
* with the same name exists, then it is updated with the specified description and properties.
|
|
33
|
+
* @param resourceGroupName Azure resource group name
|
|
34
|
+
* @param secretResourceName The name of the secret resource.
|
|
35
|
+
* @param secretResourceDescription Description for creating a secret resource.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
create(resourceGroupName: string, secretResourceName: string, secretResourceDescription: SecretResourceDescription, options?: SecretCreateOptionalParams): Promise<SecretCreateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Gets the information about the secret resource with the given name. The information include the
|
|
41
|
+
* description and other properties of the secret.
|
|
42
|
+
* @param resourceGroupName Azure resource group name
|
|
43
|
+
* @param secretResourceName The name of the secret resource.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
get(resourceGroupName: string, secretResourceName: string, options?: SecretGetOptionalParams): Promise<SecretGetResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Deletes the secret resource identified by the name.
|
|
49
|
+
* @param resourceGroupName Azure resource group name
|
|
50
|
+
* @param secretResourceName The name of the secret resource.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
delete(resourceGroupName: string, secretResourceName: string, options?: SecretDeleteOptionalParams): Promise<void>;
|
|
54
|
+
/**
|
|
55
|
+
* Gets the information about all secret resources in a given resource group. The information include
|
|
56
|
+
* the description and other properties of the Secret.
|
|
57
|
+
* @param resourceGroupName Azure resource group name
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
private _listByResourceGroup;
|
|
61
|
+
/**
|
|
62
|
+
* Gets the information about all secret resources in a given resource group. The information include
|
|
63
|
+
* the description and other properties of the secret.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
private _listBySubscription;
|
|
67
|
+
/**
|
|
68
|
+
* ListByResourceGroupNext
|
|
69
|
+
* @param resourceGroupName Azure resource group name
|
|
70
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
private _listByResourceGroupNext;
|
|
74
|
+
/**
|
|
75
|
+
* ListBySubscriptionNext
|
|
76
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
private _listBySubscriptionNext;
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=secret.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secret.d.ts","sourceRoot":"","sources":["../../../src/operations/secret.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAI1D,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,yBAAyB,EAEzB,uCAAuC,EAGvC,sCAAsC,EAEtC,0BAA0B,EAC1B,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,0BAA0B,EAG3B,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,yBAAyB,CAAC;YAsBzC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;OAIG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,yBAAyB,CAAC;YAkBzC,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAYhC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC;IAO7B;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}
|