@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,448 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.FluidRelayServersImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
|
17
|
+
/** Class containing FluidRelayServers operations. */
|
|
18
|
+
class FluidRelayServersImpl {
|
|
19
|
+
/**
|
|
20
|
+
* Initialize a new instance of the class FluidRelayServers class.
|
|
21
|
+
* @param client Reference to the service client
|
|
22
|
+
*/
|
|
23
|
+
constructor(client) {
|
|
24
|
+
this.client = client;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* List all Fluid Relay servers in a subscription.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
listBySubscription(options) {
|
|
31
|
+
const iter = this.listBySubscriptionPagingAll(options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: (settings) => {
|
|
40
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
+
}
|
|
43
|
+
return this.listBySubscriptionPagingPage(options, settings);
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
listBySubscriptionPagingPage(options, settings) {
|
|
48
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = yield tslib_1.__await(this._listBySubscription(options));
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
56
|
+
yield yield tslib_1.__await(page);
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = yield tslib_1.__await(this._listBySubscriptionNext(continuationToken, options));
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
63
|
+
yield yield tslib_1.__await(page);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
listBySubscriptionPagingAll(options) {
|
|
68
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
69
|
+
var _a, e_1, _b, _c;
|
|
70
|
+
try {
|
|
71
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
+
_c = _f.value;
|
|
73
|
+
_d = false;
|
|
74
|
+
const page = _c;
|
|
75
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
79
|
+
finally {
|
|
80
|
+
try {
|
|
81
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
82
|
+
}
|
|
83
|
+
finally { if (e_1) throw e_1.error; }
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* List all Fluid Relay servers in a resource group.
|
|
89
|
+
* @param resourceGroup The resource group containing the resource.
|
|
90
|
+
* @param options The options parameters.
|
|
91
|
+
*/
|
|
92
|
+
listByResourceGroup(resourceGroup, options) {
|
|
93
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroup, options);
|
|
94
|
+
return {
|
|
95
|
+
next() {
|
|
96
|
+
return iter.next();
|
|
97
|
+
},
|
|
98
|
+
[Symbol.asyncIterator]() {
|
|
99
|
+
return this;
|
|
100
|
+
},
|
|
101
|
+
byPage: (settings) => {
|
|
102
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
103
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
104
|
+
}
|
|
105
|
+
return this.listByResourceGroupPagingPage(resourceGroup, options, settings);
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
listByResourceGroupPagingPage(resourceGroup, options, settings) {
|
|
110
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
111
|
+
let result;
|
|
112
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
113
|
+
if (!continuationToken) {
|
|
114
|
+
result = yield tslib_1.__await(this._listByResourceGroup(resourceGroup, options));
|
|
115
|
+
let page = result.value || [];
|
|
116
|
+
continuationToken = result.nextLink;
|
|
117
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
118
|
+
yield yield tslib_1.__await(page);
|
|
119
|
+
}
|
|
120
|
+
while (continuationToken) {
|
|
121
|
+
result = yield tslib_1.__await(this._listByResourceGroupNext(resourceGroup, continuationToken, options));
|
|
122
|
+
continuationToken = result.nextLink;
|
|
123
|
+
let page = result.value || [];
|
|
124
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
125
|
+
yield yield tslib_1.__await(page);
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
listByResourceGroupPagingAll(resourceGroup, options) {
|
|
130
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
131
|
+
var _a, e_2, _b, _c;
|
|
132
|
+
try {
|
|
133
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listByResourceGroupPagingPage(resourceGroup, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
134
|
+
_c = _f.value;
|
|
135
|
+
_d = false;
|
|
136
|
+
const page = _c;
|
|
137
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
141
|
+
finally {
|
|
142
|
+
try {
|
|
143
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
144
|
+
}
|
|
145
|
+
finally { if (e_2) throw e_2.error; }
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Get a Fluid Relay server.
|
|
151
|
+
* @param resourceGroup The resource group containing the resource.
|
|
152
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
get(resourceGroup, fluidRelayServerName, options) {
|
|
156
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, options }, getOperationSpec);
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Create or Update a Fluid Relay server.
|
|
160
|
+
* @param resourceGroup The resource group containing the resource.
|
|
161
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
162
|
+
* @param resource The details of the Fluid Relay server resource.
|
|
163
|
+
* @param options The options parameters.
|
|
164
|
+
*/
|
|
165
|
+
createOrUpdate(resourceGroup, fluidRelayServerName, resource, options) {
|
|
166
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, resource, options }, createOrUpdateOperationSpec);
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Update a Fluid Relay server.
|
|
170
|
+
* @param resourceGroup The resource group containing the resource.
|
|
171
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
172
|
+
* @param resource The details of the Fluid Relay server resource included in update calls.
|
|
173
|
+
* @param options The options parameters.
|
|
174
|
+
*/
|
|
175
|
+
update(resourceGroup, fluidRelayServerName, resource, options) {
|
|
176
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, resource, options }, updateOperationSpec);
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Delete a Fluid Relay server.
|
|
180
|
+
* @param resourceGroup The resource group containing the resource.
|
|
181
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
182
|
+
* @param options The options parameters.
|
|
183
|
+
*/
|
|
184
|
+
delete(resourceGroup, fluidRelayServerName, options) {
|
|
185
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, options }, deleteOperationSpec);
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* Regenerate the primary or secondary key for this server.
|
|
189
|
+
* @param resourceGroup The resource group containing the resource.
|
|
190
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
191
|
+
* @param parameters The details of which keys to generate.
|
|
192
|
+
* @param options The options parameters.
|
|
193
|
+
*/
|
|
194
|
+
regenerateKey(resourceGroup, fluidRelayServerName, parameters, options) {
|
|
195
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, parameters, options }, regenerateKeyOperationSpec);
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Get primary and secondary key for this server.
|
|
199
|
+
* @param resourceGroup The resource group containing the resource.
|
|
200
|
+
* @param fluidRelayServerName The Fluid Relay server resource name.
|
|
201
|
+
* @param options The options parameters.
|
|
202
|
+
*/
|
|
203
|
+
listKeys(resourceGroup, fluidRelayServerName, options) {
|
|
204
|
+
return this.client.sendOperationRequest({ resourceGroup, fluidRelayServerName, options }, listKeysOperationSpec);
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* List all Fluid Relay servers in a subscription.
|
|
208
|
+
* @param options The options parameters.
|
|
209
|
+
*/
|
|
210
|
+
_listBySubscription(options) {
|
|
211
|
+
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* List all Fluid Relay servers in a resource group.
|
|
215
|
+
* @param resourceGroup The resource group containing the resource.
|
|
216
|
+
* @param options The options parameters.
|
|
217
|
+
*/
|
|
218
|
+
_listByResourceGroup(resourceGroup, options) {
|
|
219
|
+
return this.client.sendOperationRequest({ resourceGroup, options }, listByResourceGroupOperationSpec);
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* ListBySubscriptionNext
|
|
223
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
224
|
+
* @param options The options parameters.
|
|
225
|
+
*/
|
|
226
|
+
_listBySubscriptionNext(nextLink, options) {
|
|
227
|
+
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* ListByResourceGroupNext
|
|
231
|
+
* @param resourceGroup The resource group containing the resource.
|
|
232
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
233
|
+
* @param options The options parameters.
|
|
234
|
+
*/
|
|
235
|
+
_listByResourceGroupNext(resourceGroup, nextLink, options) {
|
|
236
|
+
return this.client.sendOperationRequest({ resourceGroup, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
exports.FluidRelayServersImpl = FluidRelayServersImpl;
|
|
240
|
+
// Operation Specifications
|
|
241
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
242
|
+
const getOperationSpec = {
|
|
243
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
244
|
+
httpMethod: "GET",
|
|
245
|
+
responses: {
|
|
246
|
+
200: {
|
|
247
|
+
bodyMapper: Mappers.FluidRelayServer
|
|
248
|
+
},
|
|
249
|
+
default: {
|
|
250
|
+
bodyMapper: Mappers.ErrorResponse
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
queryParameters: [Parameters.apiVersion],
|
|
254
|
+
urlParameters: [
|
|
255
|
+
Parameters.$host,
|
|
256
|
+
Parameters.subscriptionId,
|
|
257
|
+
Parameters.resourceGroup,
|
|
258
|
+
Parameters.fluidRelayServerName
|
|
259
|
+
],
|
|
260
|
+
headerParameters: [Parameters.accept],
|
|
261
|
+
serializer
|
|
262
|
+
};
|
|
263
|
+
const createOrUpdateOperationSpec = {
|
|
264
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
265
|
+
httpMethod: "PUT",
|
|
266
|
+
responses: {
|
|
267
|
+
200: {
|
|
268
|
+
bodyMapper: Mappers.FluidRelayServer
|
|
269
|
+
},
|
|
270
|
+
default: {
|
|
271
|
+
bodyMapper: Mappers.ErrorResponse
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
requestBody: Parameters.resource,
|
|
275
|
+
queryParameters: [Parameters.apiVersion],
|
|
276
|
+
urlParameters: [
|
|
277
|
+
Parameters.$host,
|
|
278
|
+
Parameters.subscriptionId,
|
|
279
|
+
Parameters.resourceGroup,
|
|
280
|
+
Parameters.fluidRelayServerName
|
|
281
|
+
],
|
|
282
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
283
|
+
mediaType: "json",
|
|
284
|
+
serializer
|
|
285
|
+
};
|
|
286
|
+
const updateOperationSpec = {
|
|
287
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
288
|
+
httpMethod: "PATCH",
|
|
289
|
+
responses: {
|
|
290
|
+
200: {
|
|
291
|
+
bodyMapper: Mappers.FluidRelayServer
|
|
292
|
+
},
|
|
293
|
+
default: {
|
|
294
|
+
bodyMapper: Mappers.ErrorResponse
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
requestBody: Parameters.resource1,
|
|
298
|
+
queryParameters: [Parameters.apiVersion],
|
|
299
|
+
urlParameters: [
|
|
300
|
+
Parameters.$host,
|
|
301
|
+
Parameters.subscriptionId,
|
|
302
|
+
Parameters.resourceGroup,
|
|
303
|
+
Parameters.fluidRelayServerName
|
|
304
|
+
],
|
|
305
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
306
|
+
mediaType: "json",
|
|
307
|
+
serializer
|
|
308
|
+
};
|
|
309
|
+
const deleteOperationSpec = {
|
|
310
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}",
|
|
311
|
+
httpMethod: "DELETE",
|
|
312
|
+
responses: {
|
|
313
|
+
200: {},
|
|
314
|
+
204: {},
|
|
315
|
+
default: {
|
|
316
|
+
bodyMapper: Mappers.ErrorResponse
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
queryParameters: [Parameters.apiVersion],
|
|
320
|
+
urlParameters: [
|
|
321
|
+
Parameters.$host,
|
|
322
|
+
Parameters.subscriptionId,
|
|
323
|
+
Parameters.resourceGroup,
|
|
324
|
+
Parameters.fluidRelayServerName
|
|
325
|
+
],
|
|
326
|
+
headerParameters: [Parameters.accept],
|
|
327
|
+
serializer
|
|
328
|
+
};
|
|
329
|
+
const regenerateKeyOperationSpec = {
|
|
330
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/regenerateKey",
|
|
331
|
+
httpMethod: "POST",
|
|
332
|
+
responses: {
|
|
333
|
+
200: {
|
|
334
|
+
bodyMapper: Mappers.FluidRelayServerKeys
|
|
335
|
+
},
|
|
336
|
+
default: {
|
|
337
|
+
bodyMapper: Mappers.ErrorResponse
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
requestBody: Parameters.parameters,
|
|
341
|
+
queryParameters: [Parameters.apiVersion],
|
|
342
|
+
urlParameters: [
|
|
343
|
+
Parameters.$host,
|
|
344
|
+
Parameters.subscriptionId,
|
|
345
|
+
Parameters.resourceGroup,
|
|
346
|
+
Parameters.fluidRelayServerName
|
|
347
|
+
],
|
|
348
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
349
|
+
mediaType: "json",
|
|
350
|
+
serializer
|
|
351
|
+
};
|
|
352
|
+
const listKeysOperationSpec = {
|
|
353
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/listKeys",
|
|
354
|
+
httpMethod: "POST",
|
|
355
|
+
responses: {
|
|
356
|
+
200: {
|
|
357
|
+
bodyMapper: Mappers.FluidRelayServerKeys
|
|
358
|
+
},
|
|
359
|
+
default: {
|
|
360
|
+
bodyMapper: Mappers.ErrorResponse
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
queryParameters: [Parameters.apiVersion],
|
|
364
|
+
urlParameters: [
|
|
365
|
+
Parameters.$host,
|
|
366
|
+
Parameters.subscriptionId,
|
|
367
|
+
Parameters.resourceGroup,
|
|
368
|
+
Parameters.fluidRelayServerName
|
|
369
|
+
],
|
|
370
|
+
headerParameters: [Parameters.accept],
|
|
371
|
+
serializer
|
|
372
|
+
};
|
|
373
|
+
const listBySubscriptionOperationSpec = {
|
|
374
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.FluidRelay/fluidRelayServers",
|
|
375
|
+
httpMethod: "GET",
|
|
376
|
+
responses: {
|
|
377
|
+
200: {
|
|
378
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
379
|
+
},
|
|
380
|
+
default: {
|
|
381
|
+
bodyMapper: Mappers.ErrorResponse
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
queryParameters: [Parameters.apiVersion],
|
|
385
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
386
|
+
headerParameters: [Parameters.accept],
|
|
387
|
+
serializer
|
|
388
|
+
};
|
|
389
|
+
const listByResourceGroupOperationSpec = {
|
|
390
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers",
|
|
391
|
+
httpMethod: "GET",
|
|
392
|
+
responses: {
|
|
393
|
+
200: {
|
|
394
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
395
|
+
},
|
|
396
|
+
default: {
|
|
397
|
+
bodyMapper: Mappers.ErrorResponse
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
queryParameters: [Parameters.apiVersion],
|
|
401
|
+
urlParameters: [
|
|
402
|
+
Parameters.$host,
|
|
403
|
+
Parameters.subscriptionId,
|
|
404
|
+
Parameters.resourceGroup
|
|
405
|
+
],
|
|
406
|
+
headerParameters: [Parameters.accept],
|
|
407
|
+
serializer
|
|
408
|
+
};
|
|
409
|
+
const listBySubscriptionNextOperationSpec = {
|
|
410
|
+
path: "{nextLink}",
|
|
411
|
+
httpMethod: "GET",
|
|
412
|
+
responses: {
|
|
413
|
+
200: {
|
|
414
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
415
|
+
},
|
|
416
|
+
default: {
|
|
417
|
+
bodyMapper: Mappers.ErrorResponse
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
urlParameters: [
|
|
421
|
+
Parameters.$host,
|
|
422
|
+
Parameters.nextLink,
|
|
423
|
+
Parameters.subscriptionId
|
|
424
|
+
],
|
|
425
|
+
headerParameters: [Parameters.accept],
|
|
426
|
+
serializer
|
|
427
|
+
};
|
|
428
|
+
const listByResourceGroupNextOperationSpec = {
|
|
429
|
+
path: "{nextLink}",
|
|
430
|
+
httpMethod: "GET",
|
|
431
|
+
responses: {
|
|
432
|
+
200: {
|
|
433
|
+
bodyMapper: Mappers.FluidRelayServerList
|
|
434
|
+
},
|
|
435
|
+
default: {
|
|
436
|
+
bodyMapper: Mappers.ErrorResponse
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
urlParameters: [
|
|
440
|
+
Parameters.$host,
|
|
441
|
+
Parameters.nextLink,
|
|
442
|
+
Parameters.subscriptionId,
|
|
443
|
+
Parameters.resourceGroup
|
|
444
|
+
],
|
|
445
|
+
headerParameters: [Parameters.accept],
|
|
446
|
+
serializer
|
|
447
|
+
};
|
|
448
|
+
//# 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,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./fluidRelayOperations.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./fluidRelayServers.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./fluidRelayContainers.js"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,oEAA0C;AAC1C,iEAAuC;AACvC,oEAA0C","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,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=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,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=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"]}
|