@azure/arm-fluidrelay 1.0.2-alpha.20250123.1 → 1.0.2-alpha.20250128.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist-esm/src → dist/browser}/fluidRelayManagementClient.d.ts +2 -2
- package/dist/browser/fluidRelayManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/fluidRelayManagementClient.js +15 -18
- package/dist/browser/fluidRelayManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/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/fluidRelayContainers.d.ts +3 -3
- package/dist/browser/operations/fluidRelayContainers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluidRelayContainers.js +3 -3
- package/dist/browser/operations/fluidRelayContainers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluidRelayOperations.d.ts +3 -3
- package/dist/browser/operations/fluidRelayOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluidRelayOperations.js +3 -3
- package/dist/browser/operations/fluidRelayOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluidRelayServers.d.ts +3 -3
- package/dist/browser/operations/fluidRelayServers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluidRelayServers.js +3 -3
- package/dist/browser/operations/fluidRelayServers.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayContainers.d.ts +1 -1
- package/dist/browser/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fluidRelayContainers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fluidRelayOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayServers.d.ts +1 -1
- package/dist/browser/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fluidRelayServers.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/fluidRelayManagementClient.d.ts +22 -0
- package/dist/commonjs/fluidRelayManagementClient.d.ts.map +1 -0
- package/dist/commonjs/fluidRelayManagementClient.js +104 -0
- package/dist/commonjs/fluidRelayManagementClient.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-fluidrelay.d.ts → dist/commonjs/models/index.d.ts} +445 -634
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +41 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +25 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +674 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +14 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +119 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/fluidRelayContainers.d.ts +55 -0
- package/dist/commonjs/operations/fluidRelayContainers.d.ts.map +1 -0
- package/dist/commonjs/operations/fluidRelayContainers.js +218 -0
- package/dist/commonjs/operations/fluidRelayContainers.js.map +1 -0
- package/dist/commonjs/operations/fluidRelayOperations.d.ts +32 -0
- package/dist/commonjs/operations/fluidRelayOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/fluidRelayOperations.js +137 -0
- package/dist/commonjs/operations/fluidRelayOperations.js.map +1 -0
- package/dist/commonjs/operations/fluidRelayServers.d.ts +98 -0
- package/dist/commonjs/operations/fluidRelayServers.d.ts.map +1 -0
- package/dist/commonjs/operations/fluidRelayServers.js +448 -0
- package/dist/commonjs/operations/fluidRelayServers.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayContainers.js +10 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayContainers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayServers.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayServers.js +10 -0
- package/dist/commonjs/operationsInterfaces/fluidRelayServers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/fluidRelayManagementClient.d.ts +22 -0
- package/dist/esm/fluidRelayManagementClient.d.ts.map +1 -0
- package/dist/esm/fluidRelayManagementClient.js +99 -0
- package/dist/esm/fluidRelayManagementClient.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/models/index.d.ts +445 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +38 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +25 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +671 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +14 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +116 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/fluidRelayContainers.d.ts +55 -0
- package/dist/esm/operations/fluidRelayContainers.d.ts.map +1 -0
- package/dist/esm/operations/fluidRelayContainers.js +214 -0
- package/dist/esm/operations/fluidRelayContainers.js.map +1 -0
- package/dist/esm/operations/fluidRelayOperations.d.ts +32 -0
- package/dist/esm/operations/fluidRelayOperations.d.ts.map +1 -0
- package/dist/esm/operations/fluidRelayOperations.js +133 -0
- package/dist/esm/operations/fluidRelayOperations.js.map +1 -0
- package/dist/esm/operations/fluidRelayServers.d.ts +98 -0
- package/dist/esm/operations/fluidRelayServers.d.ts.map +1 -0
- package/dist/esm/operations/fluidRelayServers.js +444 -0
- package/dist/esm/operations/fluidRelayServers.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
- package/dist/esm/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/fluidRelayContainers.js} +2 -4
- package/dist/esm/operationsInterfaces/fluidRelayContainers.js.map +1 -0
- package/dist/esm/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fluidRelayOperations.js +9 -0
- package/dist/esm/operationsInterfaces/fluidRelayOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fluidRelayServers.d.ts +62 -0
- package/dist/esm/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fluidRelayServers.js +9 -0
- package/dist/esm/operationsInterfaces/fluidRelayServers.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/fluidRelayManagementClient.d.ts +22 -0
- package/dist/react-native/fluidRelayManagementClient.d.ts.map +1 -0
- package/dist/react-native/fluidRelayManagementClient.js +99 -0
- package/dist/react-native/fluidRelayManagementClient.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 +445 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +38 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +25 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +671 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +14 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +116 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/fluidRelayContainers.d.ts +55 -0
- package/dist/react-native/operations/fluidRelayContainers.d.ts.map +1 -0
- package/dist/react-native/operations/fluidRelayContainers.js +214 -0
- package/dist/react-native/operations/fluidRelayContainers.js.map +1 -0
- package/dist/react-native/operations/fluidRelayOperations.d.ts +32 -0
- package/dist/react-native/operations/fluidRelayOperations.d.ts.map +1 -0
- package/dist/react-native/operations/fluidRelayOperations.js +133 -0
- package/dist/react-native/operations/fluidRelayOperations.js.map +1 -0
- package/dist/react-native/operations/fluidRelayServers.d.ts +98 -0
- package/dist/react-native/operations/fluidRelayServers.d.ts.map +1 -0
- package/dist/react-native/operations/fluidRelayServers.js +444 -0
- package/dist/react-native/operations/fluidRelayServers.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fluidRelayContainers.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/fluidRelayContainers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fluidRelayContainers.js +9 -0
- package/dist/react-native/operationsInterfaces/fluidRelayContainers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fluidRelayOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/fluidRelayOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fluidRelayOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/fluidRelayOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fluidRelayServers.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/fluidRelayServers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fluidRelayServers.js +9 -0
- package/dist/react-native/operationsInterfaces/fluidRelayServers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +64 -34
- package/dist/index.js +0 -1788
- 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/fluidRelayContainersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/fluidRelayContainersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayContainersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayContainersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayContainersGetSample.js +0 -39
- package/dist-esm/samples-dev/fluidRelayContainersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.js +0 -54
- package/dist-esm/samples-dev/fluidRelayContainersListByFluidRelayServersSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayOperationsListSample.js +0 -53
- package/dist-esm/samples-dev/fluidRelayOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.js +0 -112
- package/dist-esm/samples-dev/fluidRelayServersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersDeleteSample.js +0 -38
- package/dist-esm/samples-dev/fluidRelayServersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersGetSample.js +0 -38
- package/dist-esm/samples-dev/fluidRelayServersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/fluidRelayServersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/fluidRelayServersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersListKeysSample.js +0 -38
- package/dist-esm/samples-dev/fluidRelayServersListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.js +0 -39
- package/dist-esm/samples-dev/fluidRelayServersRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluidRelayServersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluidRelayServersUpdateSample.js +0 -39
- package/dist-esm/samples-dev/fluidRelayServersUpdateSample.js.map +0 -1
- package/dist-esm/src/fluidRelayManagementClient.d.ts.map +0 -1
- package/dist-esm/src/fluidRelayManagementClient.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/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/fluidRelayContainers.d.ts.map +0 -1
- package/dist-esm/src/operations/fluidRelayContainers.js.map +0 -1
- package/dist-esm/src/operations/fluidRelayOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/fluidRelayOperations.js.map +0 -1
- package/dist-esm/src/operations/fluidRelayServers.d.ts.map +0 -1
- package/dist-esm/src/operations/fluidRelayServers.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluidRelayContainers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluidRelayContainers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluidRelayOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluidRelayOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluidRelayServers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluidRelayServers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/pagingHelper.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 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/fluidRelayManagementClient.ts +0 -152
- package/src/models/index.ts +0 -512
- package/src/models/mappers.ts +0 -719
- package/src/models/parameters.ts +0 -137
- package/src/operations/fluidRelayContainers.ts +0 -289
- package/src/operations/fluidRelayOperations.ts +0 -149
- package/src/operations/fluidRelayServers.ts +0 -561
- package/src/operationsInterfaces/fluidRelayContainers.ts +0 -58
- package/src/operationsInterfaces/fluidRelayOperations.ts +0 -25
- package/src/operationsInterfaces/fluidRelayServers.ts +0 -120
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /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/fluidRelayContainers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluidRelayServers.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,133 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
|
+
/** Class containing FluidRelayOperations operations. */
|
|
15
|
+
export class FluidRelayOperationsImpl {
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class FluidRelayOperations class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* List all operations provided by Microsoft.FluidRelay.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
list(options) {
|
|
28
|
+
const iter = this.listPagingAll(options);
|
|
29
|
+
return {
|
|
30
|
+
next() {
|
|
31
|
+
return iter.next();
|
|
32
|
+
},
|
|
33
|
+
[Symbol.asyncIterator]() {
|
|
34
|
+
return this;
|
|
35
|
+
},
|
|
36
|
+
byPage: (settings) => {
|
|
37
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
38
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
39
|
+
}
|
|
40
|
+
return this.listPagingPage(options, settings);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
listPagingPage(options, settings) {
|
|
45
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
46
|
+
let result;
|
|
47
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
48
|
+
if (!continuationToken) {
|
|
49
|
+
result = yield __await(this._list(options));
|
|
50
|
+
let page = result.value || [];
|
|
51
|
+
continuationToken = result.nextLink;
|
|
52
|
+
setContinuationToken(page, continuationToken);
|
|
53
|
+
yield yield __await(page);
|
|
54
|
+
}
|
|
55
|
+
while (continuationToken) {
|
|
56
|
+
result = yield __await(this._listNext(continuationToken, options));
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
let page = result.value || [];
|
|
59
|
+
setContinuationToken(page, continuationToken);
|
|
60
|
+
yield yield __await(page);
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
listPagingAll(options) {
|
|
65
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
66
|
+
var _a, e_1, _b, _c;
|
|
67
|
+
try {
|
|
68
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
69
|
+
_c = _f.value;
|
|
70
|
+
_d = false;
|
|
71
|
+
const page = _c;
|
|
72
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
76
|
+
finally {
|
|
77
|
+
try {
|
|
78
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
79
|
+
}
|
|
80
|
+
finally { if (e_1) throw e_1.error; }
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* List all operations provided by Microsoft.FluidRelay.
|
|
86
|
+
* @param options The options parameters.
|
|
87
|
+
*/
|
|
88
|
+
_list(options) {
|
|
89
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* ListNext
|
|
93
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
94
|
+
* @param options The options parameters.
|
|
95
|
+
*/
|
|
96
|
+
_listNext(nextLink, options) {
|
|
97
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
// Operation Specifications
|
|
101
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
102
|
+
const listOperationSpec = {
|
|
103
|
+
path: "/providers/Microsoft.FluidRelay/operations",
|
|
104
|
+
httpMethod: "GET",
|
|
105
|
+
responses: {
|
|
106
|
+
200: {
|
|
107
|
+
bodyMapper: Mappers.OperationListResult
|
|
108
|
+
},
|
|
109
|
+
default: {
|
|
110
|
+
bodyMapper: Mappers.ErrorResponse
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
queryParameters: [Parameters.apiVersion],
|
|
114
|
+
urlParameters: [Parameters.$host],
|
|
115
|
+
headerParameters: [Parameters.accept],
|
|
116
|
+
serializer
|
|
117
|
+
};
|
|
118
|
+
const listNextOperationSpec = {
|
|
119
|
+
path: "{nextLink}",
|
|
120
|
+
httpMethod: "GET",
|
|
121
|
+
responses: {
|
|
122
|
+
200: {
|
|
123
|
+
bodyMapper: Mappers.OperationListResult
|
|
124
|
+
},
|
|
125
|
+
default: {
|
|
126
|
+
bodyMapper: Mappers.ErrorResponse
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
130
|
+
headerParameters: [Parameters.accept],
|
|
131
|
+
serializer
|
|
132
|
+
};
|
|
133
|
+
//# sourceMappingURL=fluidRelayOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluidRelayOperations.js","sourceRoot":"","sources":["../../../src/operations/fluidRelayOperations.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 { FluidRelayOperations } 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 { FluidRelayManagementClient } from \"../fluidRelayManagementClient.js\";\nimport {\n OperationResult,\n FluidRelayOperationsListNextOptionalParams,\n FluidRelayOperationsListOptionalParams,\n FluidRelayOperationsListResponse,\n FluidRelayOperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FluidRelayOperations operations. */\nexport class FluidRelayOperationsImpl implements FluidRelayOperations {\n private readonly client: FluidRelayManagementClient;\n\n /**\n * Initialize a new instance of the class FluidRelayOperations class.\n * @param client Reference to the service client\n */\n constructor(client: FluidRelayManagementClient) {\n this.client = client;\n }\n\n /**\n * List all operations provided by Microsoft.FluidRelay.\n * @param options The options parameters.\n */\n public list(\n options?: FluidRelayOperationsListOptionalParams\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?: FluidRelayOperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<OperationResult[]> {\n let result: FluidRelayOperationsListResponse;\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?: FluidRelayOperationsListOptionalParams\n ): AsyncIterableIterator<OperationResult> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all operations provided by Microsoft.FluidRelay.\n * @param options The options parameters.\n */\n private _list(\n options?: FluidRelayOperationsListOptionalParams\n ): Promise<FluidRelayOperationsListResponse> {\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?: FluidRelayOperationsListNextOptionalParams\n ): Promise<FluidRelayOperationsListNextResponse> {\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.FluidRelay/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { FluidRelayServers } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { FluidRelayManagementClient } from "../fluidRelayManagementClient.js";
|
|
4
|
+
import { FluidRelayServer, FluidRelayServersListBySubscriptionOptionalParams, FluidRelayServersListByResourceGroupOptionalParams, FluidRelayServersGetOptionalParams, FluidRelayServersGetResponse, FluidRelayServersCreateOrUpdateOptionalParams, FluidRelayServersCreateOrUpdateResponse, FluidRelayServerUpdate, FluidRelayServersUpdateOptionalParams, FluidRelayServersUpdateResponse, FluidRelayServersDeleteOptionalParams, RegenerateKeyRequest, FluidRelayServersRegenerateKeyOptionalParams, FluidRelayServersRegenerateKeyResponse, FluidRelayServersListKeysOptionalParams, FluidRelayServersListKeysResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing FluidRelayServers operations. */
|
|
6
|
+
export declare class FluidRelayServersImpl implements FluidRelayServers {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class FluidRelayServers class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: FluidRelayManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* List all Fluid Relay servers in a subscription.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listBySubscription(options?: FluidRelayServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<FluidRelayServer>;
|
|
18
|
+
private listBySubscriptionPagingPage;
|
|
19
|
+
private listBySubscriptionPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* List all Fluid Relay servers in a resource group.
|
|
22
|
+
* @param resourceGroup The resource group containing the resource.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
listByResourceGroup(resourceGroup: string, options?: FluidRelayServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FluidRelayServer>;
|
|
26
|
+
private listByResourceGroupPagingPage;
|
|
27
|
+
private listByResourceGroupPagingAll;
|
|
28
|
+
/**
|
|
29
|
+
* Get a Fluid Relay server.
|
|
30
|
+
* @param resourceGroup The resource group containing the resource.
|
|
31
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
get(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersGetOptionalParams): Promise<FluidRelayServersGetResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Create or Update a Fluid Relay server.
|
|
37
|
+
* @param resourceGroup The resource group containing the resource.
|
|
38
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
39
|
+
* @param resource The details of the Fluid Relay server resource.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
createOrUpdate(resourceGroup: string, fluidRelayServerName: string, resource: FluidRelayServer, options?: FluidRelayServersCreateOrUpdateOptionalParams): Promise<FluidRelayServersCreateOrUpdateResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Update a Fluid Relay server.
|
|
45
|
+
* @param resourceGroup The resource group containing the resource.
|
|
46
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
47
|
+
* @param resource The details of the Fluid Relay server resource included in update calls.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
update(resourceGroup: string, fluidRelayServerName: string, resource: FluidRelayServerUpdate, options?: FluidRelayServersUpdateOptionalParams): Promise<FluidRelayServersUpdateResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Delete a Fluid Relay server.
|
|
53
|
+
* @param resourceGroup The resource group containing the resource.
|
|
54
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
delete(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersDeleteOptionalParams): Promise<void>;
|
|
58
|
+
/**
|
|
59
|
+
* Regenerate the primary or secondary key for this server.
|
|
60
|
+
* @param resourceGroup The resource group containing the resource.
|
|
61
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
62
|
+
* @param parameters The details of which keys to generate.
|
|
63
|
+
* @param options The options parameters.
|
|
64
|
+
*/
|
|
65
|
+
regenerateKey(resourceGroup: string, fluidRelayServerName: string, parameters: RegenerateKeyRequest, options?: FluidRelayServersRegenerateKeyOptionalParams): Promise<FluidRelayServersRegenerateKeyResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* Get primary and secondary key for this server.
|
|
68
|
+
* @param resourceGroup The resource group containing the resource.
|
|
69
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
listKeys(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayServersListKeysOptionalParams): Promise<FluidRelayServersListKeysResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* List all Fluid Relay servers in a subscription.
|
|
75
|
+
* @param options The options parameters.
|
|
76
|
+
*/
|
|
77
|
+
private _listBySubscription;
|
|
78
|
+
/**
|
|
79
|
+
* List all Fluid Relay servers in a resource group.
|
|
80
|
+
* @param resourceGroup The resource group containing the resource.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
private _listByResourceGroup;
|
|
84
|
+
/**
|
|
85
|
+
* ListBySubscriptionNext
|
|
86
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
private _listBySubscriptionNext;
|
|
90
|
+
/**
|
|
91
|
+
* ListByResourceGroupNext
|
|
92
|
+
* @param resourceGroup The resource group containing the resource.
|
|
93
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
94
|
+
* @param options The options parameters.
|
|
95
|
+
*/
|
|
96
|
+
private _listByResourceGroupNext;
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=fluidRelayServers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluidRelayServers.d.ts","sourceRoot":"","sources":["../../../src/operations/fluidRelayServers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAIrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAC9E,OAAO,EACL,gBAAgB,EAEhB,iDAAiD,EAGjD,kDAAkD,EAElD,kCAAkC,EAClC,4BAA4B,EAC5B,6CAA6C,EAC7C,uCAAuC,EACvC,sBAAsB,EACtB,qCAAqC,EACrC,+BAA+B,EAC/B,qCAAqC,EACrC,oBAAoB,EACpB,4CAA4C,EAC5C,sCAAsC,EACtC,uCAAuC,EACvC,iCAAiC,EAGlC,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,qBAAa,qBAAsB,YAAW,iBAAiB;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAEpD;;;OAGG;gBACS,MAAM,EAAE,0BAA0B;IAI9C;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,0BAA0B,CAAC,gBAAgB,CAAC;YAkBhC,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACI,mBAAmB,CACxB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,0BAA0B,CAAC,gBAAgB,CAAC;YAsBhC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;;OAKG;IACH,GAAG,CACD,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;;;OAMG;IACH,cAAc,CACZ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;IAOnD;;;;;;OAMG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,sBAAsB,EAChC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;;OAKG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;OAMG;IACH,aAAa,CACX,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAOlD;;;;;OAKG;IACH,QAAQ,CACN,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAU/B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
|