@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,444 @@
|
|
|
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 FluidRelayServers operations. */
|
|
15
|
+
export class FluidRelayServersImpl {
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class FluidRelayServers class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* List all Fluid Relay servers in a subscription.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
listBySubscription(options) {
|
|
28
|
+
const iter = this.listBySubscriptionPagingAll(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.listBySubscriptionPagingPage(options, settings);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
45
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
46
|
+
let result;
|
|
47
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
48
|
+
if (!continuationToken) {
|
|
49
|
+
result = yield __await(this._listBySubscription(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._listBySubscriptionNext(continuationToken, options));
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
let page = result.value || [];
|
|
59
|
+
setContinuationToken(page, continuationToken);
|
|
60
|
+
yield yield __await(page);
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
listBySubscriptionPagingAll(options) {
|
|
65
|
+
return __asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
66
|
+
var _a, e_1, _b, _c;
|
|
67
|
+
try {
|
|
68
|
+
for (var _d = true, _e = __asyncValues(this.listBySubscriptionPagingPage(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 Fluid Relay servers in a resource group.
|
|
86
|
+
* @param resourceGroup The resource group containing the resource.
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
listByResourceGroup(resourceGroup, options) {
|
|
90
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroup, options);
|
|
91
|
+
return {
|
|
92
|
+
next() {
|
|
93
|
+
return iter.next();
|
|
94
|
+
},
|
|
95
|
+
[Symbol.asyncIterator]() {
|
|
96
|
+
return this;
|
|
97
|
+
},
|
|
98
|
+
byPage: (settings) => {
|
|
99
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
100
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
101
|
+
}
|
|
102
|
+
return this.listByResourceGroupPagingPage(resourceGroup, options, settings);
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
listByResourceGroupPagingPage(resourceGroup, options, settings) {
|
|
107
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
108
|
+
let result;
|
|
109
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
110
|
+
if (!continuationToken) {
|
|
111
|
+
result = yield __await(this._listByResourceGroup(resourceGroup, options));
|
|
112
|
+
let page = result.value || [];
|
|
113
|
+
continuationToken = result.nextLink;
|
|
114
|
+
setContinuationToken(page, continuationToken);
|
|
115
|
+
yield yield __await(page);
|
|
116
|
+
}
|
|
117
|
+
while (continuationToken) {
|
|
118
|
+
result = yield __await(this._listByResourceGroupNext(resourceGroup, continuationToken, options));
|
|
119
|
+
continuationToken = result.nextLink;
|
|
120
|
+
let page = result.value || [];
|
|
121
|
+
setContinuationToken(page, continuationToken);
|
|
122
|
+
yield yield __await(page);
|
|
123
|
+
}
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
listByResourceGroupPagingAll(resourceGroup, options) {
|
|
127
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
128
|
+
var _a, e_2, _b, _c;
|
|
129
|
+
try {
|
|
130
|
+
for (var _d = true, _e = __asyncValues(this.listByResourceGroupPagingPage(resourceGroup, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
131
|
+
_c = _f.value;
|
|
132
|
+
_d = false;
|
|
133
|
+
const page = _c;
|
|
134
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
138
|
+
finally {
|
|
139
|
+
try {
|
|
140
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
141
|
+
}
|
|
142
|
+
finally { if (e_2) throw e_2.error; }
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Get a Fluid Relay server.
|
|
148
|
+
* @param resourceGroup The resource group containing the resource.
|
|
149
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
150
|
+
* @param options The options parameters.
|
|
151
|
+
*/
|
|
152
|
+
get(resourceGroup, fluidRelayServerName, options) {
|
|
153
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, options }, getOperationSpec);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Create or Update a Fluid Relay server.
|
|
157
|
+
* @param resourceGroup The resource group containing the resource.
|
|
158
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
159
|
+
* @param resource The details of the Fluid Relay server resource.
|
|
160
|
+
* @param options The options parameters.
|
|
161
|
+
*/
|
|
162
|
+
createOrUpdate(resourceGroup, fluidRelayServerName, resource, options) {
|
|
163
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, resource, options }, createOrUpdateOperationSpec);
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Update a Fluid Relay server.
|
|
167
|
+
* @param resourceGroup The resource group containing the resource.
|
|
168
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
169
|
+
* @param resource The details of the Fluid Relay server resource included in update calls.
|
|
170
|
+
* @param options The options parameters.
|
|
171
|
+
*/
|
|
172
|
+
update(resourceGroup, fluidRelayServerName, resource, options) {
|
|
173
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, resource, options }, updateOperationSpec);
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Delete a Fluid Relay server.
|
|
177
|
+
* @param resourceGroup The resource group containing the resource.
|
|
178
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
179
|
+
* @param options The options parameters.
|
|
180
|
+
*/
|
|
181
|
+
delete(resourceGroup, fluidRelayServerName, options) {
|
|
182
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, options }, deleteOperationSpec);
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Regenerate the primary or secondary key for this server.
|
|
186
|
+
* @param resourceGroup The resource group containing the resource.
|
|
187
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
188
|
+
* @param parameters The details of which keys to generate.
|
|
189
|
+
* @param options The options parameters.
|
|
190
|
+
*/
|
|
191
|
+
regenerateKey(resourceGroup, fluidRelayServerName, parameters, options) {
|
|
192
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, parameters, options }, regenerateKeyOperationSpec);
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Get primary and secondary key for this server.
|
|
196
|
+
* @param resourceGroup The resource group containing the resource.
|
|
197
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
198
|
+
* @param options The options parameters.
|
|
199
|
+
*/
|
|
200
|
+
listKeys(resourceGroup, fluidRelayServerName, options) {
|
|
201
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, options }, listKeysOperationSpec);
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* List all Fluid Relay servers in a subscription.
|
|
205
|
+
* @param options The options parameters.
|
|
206
|
+
*/
|
|
207
|
+
_listBySubscription(options) {
|
|
208
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* List all Fluid Relay servers in a resource group.
|
|
212
|
+
* @param resourceGroup The resource group containing the resource.
|
|
213
|
+
* @param options The options parameters.
|
|
214
|
+
*/
|
|
215
|
+
_listByResourceGroup(resourceGroup, options) {
|
|
216
|
+
return this.client.sendOperationRequest({ resourceGroup, options }, listByResourceGroupOperationSpec);
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* ListBySubscriptionNext
|
|
220
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
221
|
+
* @param options The options parameters.
|
|
222
|
+
*/
|
|
223
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
224
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* ListByResourceGroupNext
|
|
228
|
+
* @param resourceGroup The resource group containing the resource.
|
|
229
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
230
|
+
* @param options The options parameters.
|
|
231
|
+
*/
|
|
232
|
+
_listByResourceGroupNext(resourceGroup, nextLink, options) {
|
|
233
|
+
return this.client.sendOperationRequest({ resourceGroup, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
// Operation Specifications
|
|
237
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
238
|
+
const getOperationSpec = {
|
|
239
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
240
|
+
httpMethod: "GET",
|
|
241
|
+
responses: {
|
|
242
|
+
200: {
|
|
243
|
+
bodyMapper: Mappers.FluidRelayServer
|
|
244
|
+
},
|
|
245
|
+
default: {
|
|
246
|
+
bodyMapper: Mappers.ErrorResponse
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
queryParameters: [Parameters.apiVersion],
|
|
250
|
+
urlParameters: [
|
|
251
|
+
Parameters.$host,
|
|
252
|
+
Parameters.subscriptionId,
|
|
253
|
+
Parameters.resourceGroup,
|
|
254
|
+
Parameters.fluidRelayServerName
|
|
255
|
+
],
|
|
256
|
+
headerParameters: [Parameters.accept],
|
|
257
|
+
serializer
|
|
258
|
+
};
|
|
259
|
+
const createOrUpdateOperationSpec = {
|
|
260
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
261
|
+
httpMethod: "PUT",
|
|
262
|
+
responses: {
|
|
263
|
+
200: {
|
|
264
|
+
bodyMapper: Mappers.FluidRelayServer
|
|
265
|
+
},
|
|
266
|
+
default: {
|
|
267
|
+
bodyMapper: Mappers.ErrorResponse
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
requestBody: Parameters.resource,
|
|
271
|
+
queryParameters: [Parameters.apiVersion],
|
|
272
|
+
urlParameters: [
|
|
273
|
+
Parameters.$host,
|
|
274
|
+
Parameters.subscriptionId,
|
|
275
|
+
Parameters.resourceGroup,
|
|
276
|
+
Parameters.fluidRelayServerName
|
|
277
|
+
],
|
|
278
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
279
|
+
mediaType: "json",
|
|
280
|
+
serializer
|
|
281
|
+
};
|
|
282
|
+
const updateOperationSpec = {
|
|
283
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
284
|
+
httpMethod: "PATCH",
|
|
285
|
+
responses: {
|
|
286
|
+
200: {
|
|
287
|
+
bodyMapper: Mappers.FluidRelayServer
|
|
288
|
+
},
|
|
289
|
+
default: {
|
|
290
|
+
bodyMapper: Mappers.ErrorResponse
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
requestBody: Parameters.resource1,
|
|
294
|
+
queryParameters: [Parameters.apiVersion],
|
|
295
|
+
urlParameters: [
|
|
296
|
+
Parameters.$host,
|
|
297
|
+
Parameters.subscriptionId,
|
|
298
|
+
Parameters.resourceGroup,
|
|
299
|
+
Parameters.fluidRelayServerName
|
|
300
|
+
],
|
|
301
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
302
|
+
mediaType: "json",
|
|
303
|
+
serializer
|
|
304
|
+
};
|
|
305
|
+
const deleteOperationSpec = {
|
|
306
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
307
|
+
httpMethod: "DELETE",
|
|
308
|
+
responses: {
|
|
309
|
+
200: {},
|
|
310
|
+
204: {},
|
|
311
|
+
default: {
|
|
312
|
+
bodyMapper: Mappers.ErrorResponse
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
queryParameters: [Parameters.apiVersion],
|
|
316
|
+
urlParameters: [
|
|
317
|
+
Parameters.$host,
|
|
318
|
+
Parameters.subscriptionId,
|
|
319
|
+
Parameters.resourceGroup,
|
|
320
|
+
Parameters.fluidRelayServerName
|
|
321
|
+
],
|
|
322
|
+
headerParameters: [Parameters.accept],
|
|
323
|
+
serializer
|
|
324
|
+
};
|
|
325
|
+
const regenerateKeyOperationSpec = {
|
|
326
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/regenerateKey",
|
|
327
|
+
httpMethod: "POST",
|
|
328
|
+
responses: {
|
|
329
|
+
200: {
|
|
330
|
+
bodyMapper: Mappers.FluidRelayServerKeys
|
|
331
|
+
},
|
|
332
|
+
default: {
|
|
333
|
+
bodyMapper: Mappers.ErrorResponse
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
requestBody: Parameters.parameters,
|
|
337
|
+
queryParameters: [Parameters.apiVersion],
|
|
338
|
+
urlParameters: [
|
|
339
|
+
Parameters.$host,
|
|
340
|
+
Parameters.subscriptionId,
|
|
341
|
+
Parameters.resourceGroup,
|
|
342
|
+
Parameters.fluidRelayServerName
|
|
343
|
+
],
|
|
344
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
345
|
+
mediaType: "json",
|
|
346
|
+
serializer
|
|
347
|
+
};
|
|
348
|
+
const listKeysOperationSpec = {
|
|
349
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/listKeys",
|
|
350
|
+
httpMethod: "POST",
|
|
351
|
+
responses: {
|
|
352
|
+
200: {
|
|
353
|
+
bodyMapper: Mappers.FluidRelayServerKeys
|
|
354
|
+
},
|
|
355
|
+
default: {
|
|
356
|
+
bodyMapper: Mappers.ErrorResponse
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
queryParameters: [Parameters.apiVersion],
|
|
360
|
+
urlParameters: [
|
|
361
|
+
Parameters.$host,
|
|
362
|
+
Parameters.subscriptionId,
|
|
363
|
+
Parameters.resourceGroup,
|
|
364
|
+
Parameters.fluidRelayServerName
|
|
365
|
+
],
|
|
366
|
+
headerParameters: [Parameters.accept],
|
|
367
|
+
serializer
|
|
368
|
+
};
|
|
369
|
+
const listBySubscriptionOperationSpec = {
|
|
370
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers",
|
|
371
|
+
httpMethod: "GET",
|
|
372
|
+
responses: {
|
|
373
|
+
200: {
|
|
374
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
375
|
+
},
|
|
376
|
+
default: {
|
|
377
|
+
bodyMapper: Mappers.ErrorResponse
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
queryParameters: [Parameters.apiVersion],
|
|
381
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
382
|
+
headerParameters: [Parameters.accept],
|
|
383
|
+
serializer
|
|
384
|
+
};
|
|
385
|
+
const listByResourceGroupOperationSpec = {
|
|
386
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers",
|
|
387
|
+
httpMethod: "GET",
|
|
388
|
+
responses: {
|
|
389
|
+
200: {
|
|
390
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
391
|
+
},
|
|
392
|
+
default: {
|
|
393
|
+
bodyMapper: Mappers.ErrorResponse
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
queryParameters: [Parameters.apiVersion],
|
|
397
|
+
urlParameters: [
|
|
398
|
+
Parameters.$host,
|
|
399
|
+
Parameters.subscriptionId,
|
|
400
|
+
Parameters.resourceGroup
|
|
401
|
+
],
|
|
402
|
+
headerParameters: [Parameters.accept],
|
|
403
|
+
serializer
|
|
404
|
+
};
|
|
405
|
+
const listBySubscriptionNextOperationSpec = {
|
|
406
|
+
path: "{nextLink}",
|
|
407
|
+
httpMethod: "GET",
|
|
408
|
+
responses: {
|
|
409
|
+
200: {
|
|
410
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
411
|
+
},
|
|
412
|
+
default: {
|
|
413
|
+
bodyMapper: Mappers.ErrorResponse
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
urlParameters: [
|
|
417
|
+
Parameters.$host,
|
|
418
|
+
Parameters.nextLink,
|
|
419
|
+
Parameters.subscriptionId
|
|
420
|
+
],
|
|
421
|
+
headerParameters: [Parameters.accept],
|
|
422
|
+
serializer
|
|
423
|
+
};
|
|
424
|
+
const listByResourceGroupNextOperationSpec = {
|
|
425
|
+
path: "{nextLink}",
|
|
426
|
+
httpMethod: "GET",
|
|
427
|
+
responses: {
|
|
428
|
+
200: {
|
|
429
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
430
|
+
},
|
|
431
|
+
default: {
|
|
432
|
+
bodyMapper: Mappers.ErrorResponse
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
urlParameters: [
|
|
436
|
+
Parameters.$host,
|
|
437
|
+
Parameters.nextLink,
|
|
438
|
+
Parameters.subscriptionId,
|
|
439
|
+
Parameters.resourceGroup
|
|
440
|
+
],
|
|
441
|
+
headerParameters: [Parameters.accept],
|
|
442
|
+
serializer
|
|
443
|
+
};
|
|
444
|
+
//# sourceMappingURL=fluidRelayServers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluidRelayServers.js","sourceRoot":"","sources":["../../../src/operations/fluidRelayServers.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 { FluidRelayServers } 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 FluidRelayServer,\n FluidRelayServersListBySubscriptionNextOptionalParams,\n FluidRelayServersListBySubscriptionOptionalParams,\n FluidRelayServersListBySubscriptionResponse,\n FluidRelayServersListByResourceGroupNextOptionalParams,\n FluidRelayServersListByResourceGroupOptionalParams,\n FluidRelayServersListByResourceGroupResponse,\n FluidRelayServersGetOptionalParams,\n FluidRelayServersGetResponse,\n FluidRelayServersCreateOrUpdateOptionalParams,\n FluidRelayServersCreateOrUpdateResponse,\n FluidRelayServerUpdate,\n FluidRelayServersUpdateOptionalParams,\n FluidRelayServersUpdateResponse,\n FluidRelayServersDeleteOptionalParams,\n RegenerateKeyRequest,\n FluidRelayServersRegenerateKeyOptionalParams,\n FluidRelayServersRegenerateKeyResponse,\n FluidRelayServersListKeysOptionalParams,\n FluidRelayServersListKeysResponse,\n FluidRelayServersListBySubscriptionNextResponse,\n FluidRelayServersListByResourceGroupNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FluidRelayServers operations. */\nexport class FluidRelayServersImpl implements FluidRelayServers {\n private readonly client: FluidRelayManagementClient;\n\n /**\n * Initialize a new instance of the class FluidRelayServers class.\n * @param client Reference to the service client\n */\n constructor(client: FluidRelayManagementClient) {\n this.client = client;\n }\n\n /**\n * List all Fluid Relay servers in a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: FluidRelayServersListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<FluidRelayServer> {\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?: FluidRelayServersListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<FluidRelayServer[]> {\n let result: FluidRelayServersListBySubscriptionResponse;\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?: FluidRelayServersListBySubscriptionOptionalParams\n ): AsyncIterableIterator<FluidRelayServer> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all Fluid Relay servers in a resource group.\n * @param resourceGroup The resource group containing the resource.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroup: string,\n options?: FluidRelayServersListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<FluidRelayServer> {\n const iter = this.listByResourceGroupPagingAll(resourceGroup, 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 resourceGroup,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroup: string,\n options?: FluidRelayServersListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<FluidRelayServer[]> {\n let result: FluidRelayServersListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroup, 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 resourceGroup,\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 resourceGroup: string,\n options?: FluidRelayServersListByResourceGroupOptionalParams\n ): AsyncIterableIterator<FluidRelayServer> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroup,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a Fluid Relay server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param options The options parameters.\n */\n get(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayServersGetOptionalParams\n ): Promise<FluidRelayServersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or Update a Fluid Relay server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param resource The details of the Fluid Relay server resource.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroup: string,\n fluidRelayServerName: string,\n resource: FluidRelayServer,\n options?: FluidRelayServersCreateOrUpdateOptionalParams\n ): Promise<FluidRelayServersCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, resource, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update a Fluid Relay server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param resource The details of the Fluid Relay server resource included in update calls.\n * @param options The options parameters.\n */\n update(\n resourceGroup: string,\n fluidRelayServerName: string,\n resource: FluidRelayServerUpdate,\n options?: FluidRelayServersUpdateOptionalParams\n ): Promise<FluidRelayServersUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, resource, options },\n updateOperationSpec\n );\n }\n\n /**\n * Delete a Fluid Relay server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param options The options parameters.\n */\n delete(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayServersDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Regenerate the primary or secondary key for this server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param parameters The details of which keys to generate.\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroup: string,\n fluidRelayServerName: string,\n parameters: RegenerateKeyRequest,\n options?: FluidRelayServersRegenerateKeyOptionalParams\n ): Promise<FluidRelayServersRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, parameters, options },\n regenerateKeyOperationSpec\n );\n }\n\n /**\n * Get primary and secondary key for this server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayServersListKeysOptionalParams\n ): Promise<FluidRelayServersListKeysResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, fluidRelayServerName, options },\n listKeysOperationSpec\n );\n }\n\n /**\n * List all Fluid Relay servers in a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: FluidRelayServersListBySubscriptionOptionalParams\n ): Promise<FluidRelayServersListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all Fluid Relay servers in a resource group.\n * @param resourceGroup The resource group containing the resource.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroup: string,\n options?: FluidRelayServersListByResourceGroupOptionalParams\n ): Promise<FluidRelayServersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, options },\n listByResourceGroupOperationSpec\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?: FluidRelayServersListBySubscriptionNextOptionalParams\n ): Promise<FluidRelayServersListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroup The resource group containing the resource.\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 resourceGroup: string,\n nextLink: string,\n options?: FluidRelayServersListByResourceGroupNextOptionalParams\n ): Promise<FluidRelayServersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroup, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServer\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServer\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.resource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServer\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.resource1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst regenerateKeyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/regenerateKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServerKeys\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listKeysOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/listKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServerKeys\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup,\n Parameters.fluidRelayServerName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServerList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServerList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroup\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.FluidRelayServerList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FluidRelayServerList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroup\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export * from "./fluidRelayOperations.js";
|
|
9
|
+
export * from "./fluidRelayServers.js";
|
|
10
|
+
export * from "./fluidRelayContainers.js";
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./fluidRelayOperations.js\";\nexport * from \"./fluidRelayServers.js\";\nexport * from \"./fluidRelayContainers.js\";\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { FluidRelayContainer, FluidRelayContainersListByFluidRelayServersOptionalParams, FluidRelayContainersGetOptionalParams, FluidRelayContainersGetResponse, FluidRelayContainersDeleteOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a FluidRelayContainers. */
|
|
4
|
+
export interface FluidRelayContainers {
|
|
5
|
+
/**
|
|
6
|
+
* List all Fluid Relay containers which are children of a given Fluid Relay server.
|
|
7
|
+
* @param resourceGroup The resource group containing the resource.
|
|
8
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByFluidRelayServers(resourceGroup: string, fluidRelayServerName: string, options?: FluidRelayContainersListByFluidRelayServersOptionalParams): PagedAsyncIterableIterator<FluidRelayContainer>;
|
|
12
|
+
/**
|
|
13
|
+
* Get a Fluid Relay container.
|
|
14
|
+
* @param resourceGroup The resource group containing the resource.
|
|
15
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
16
|
+
* @param fluidRelayContainerName The Fluid Relay container resource name.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
get(resourceGroup: string, fluidRelayServerName: string, fluidRelayContainerName: string, options?: FluidRelayContainersGetOptionalParams): Promise<FluidRelayContainersGetResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Delete a Fluid Relay container.
|
|
22
|
+
* @param resourceGroup The resource group containing the resource.
|
|
23
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
24
|
+
* @param fluidRelayContainerName The Fluid Relay container resource name.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
delete(resourceGroup: string, fluidRelayServerName: string, fluidRelayContainerName: string, options?: FluidRelayContainersDeleteOptionalParams): Promise<void>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=fluidRelayContainers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluidRelayContainers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluidRelayContainers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,yDAAyD,EACzD,qCAAqC,EACrC,+BAA+B,EAC/B,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,uBAAuB,CACrB,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,GAAG,CACD,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,MAAM,EAC5B,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=fluidRelayContainers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluidRelayContainers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluidRelayContainers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n FluidRelayContainer,\n FluidRelayContainersListByFluidRelayServersOptionalParams,\n FluidRelayContainersGetOptionalParams,\n FluidRelayContainersGetResponse,\n FluidRelayContainersDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a FluidRelayContainers. */\nexport interface FluidRelayContainers {\n /**\n * List all Fluid Relay containers which are children of a given Fluid Relay server.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param options The options parameters.\n */\n listByFluidRelayServers(\n resourceGroup: string,\n fluidRelayServerName: string,\n options?: FluidRelayContainersListByFluidRelayServersOptionalParams\n ): PagedAsyncIterableIterator<FluidRelayContainer>;\n /**\n * Get a Fluid Relay container.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param fluidRelayContainerName The Fluid Relay container resource name.\n * @param options The options parameters.\n */\n get(\n resourceGroup: string,\n fluidRelayServerName: string,\n fluidRelayContainerName: string,\n options?: FluidRelayContainersGetOptionalParams\n ): Promise<FluidRelayContainersGetResponse>;\n /**\n * Delete a Fluid Relay container.\n * @param resourceGroup The resource group containing the resource.\n * @param fluidRelayServerName The Fluid Relay server resource name.\n * @param fluidRelayContainerName The Fluid Relay container resource name.\n * @param options The options parameters.\n */\n delete(\n resourceGroup: string,\n fluidRelayServerName: string,\n fluidRelayContainerName: string,\n options?: FluidRelayContainersDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { OperationResult, FluidRelayOperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a FluidRelayOperations. */
|
|
4
|
+
export interface FluidRelayOperations {
|
|
5
|
+
/**
|
|
6
|
+
* List all operations provided by Microsoft.FluidRelay.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: FluidRelayOperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=fluidRelayOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluidRelayOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluidRelayOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,eAAe,EACf,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,eAAe,CAAC,CAAC;CAChD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=fluidRelayOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluidRelayOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/fluidRelayOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n OperationResult,\n FluidRelayOperationsListOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a FluidRelayOperations. */\nexport interface FluidRelayOperations {\n /**\n * List all operations provided by Microsoft.FluidRelay.\n * @param options The options parameters.\n */\n list(\n options?: FluidRelayOperationsListOptionalParams\n ): PagedAsyncIterableIterator<OperationResult>;\n}\n"]}
|