@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
package/src/models/index.ts
DELETED
|
@@ -1,512 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** Result of GET request to list FluidRelay operations. */
|
|
12
|
-
export interface OperationListResult {
|
|
13
|
-
/** List of FluidRelay operations supported by the Microsoft.FluidRelay provider. */
|
|
14
|
-
value?: OperationResult[];
|
|
15
|
-
/** URL to get the next set of operation list results if there are any. */
|
|
16
|
-
nextLink?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/** A FluidRelay REST API operation. */
|
|
20
|
-
export interface OperationResult {
|
|
21
|
-
/** Operation name: {provider}/{resource}/{operation} */
|
|
22
|
-
name?: string;
|
|
23
|
-
/** The object that represents the operation. */
|
|
24
|
-
display?: OperationDisplay;
|
|
25
|
-
/** Indicates whether the operation is a data action */
|
|
26
|
-
isDataAction?: boolean;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/** The object that represents the operation. */
|
|
30
|
-
export interface OperationDisplay {
|
|
31
|
-
/** Service provider: Microsoft.FluidRelay */
|
|
32
|
-
provider?: string;
|
|
33
|
-
/** Type on which the operation is performed, e.g., 'servers'. */
|
|
34
|
-
resource?: string;
|
|
35
|
-
/** Operation type, e.g., read, write, delete, etc. */
|
|
36
|
-
operation?: string;
|
|
37
|
-
/** Description of the operation, e.g., 'Write confluent'. */
|
|
38
|
-
description?: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
42
|
-
export interface ErrorResponse {
|
|
43
|
-
/** The error object. */
|
|
44
|
-
error?: ErrorDetail;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/** The error detail. */
|
|
48
|
-
export interface ErrorDetail {
|
|
49
|
-
/**
|
|
50
|
-
* The error code.
|
|
51
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
-
*/
|
|
53
|
-
readonly code?: string;
|
|
54
|
-
/**
|
|
55
|
-
* The error message.
|
|
56
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
-
*/
|
|
58
|
-
readonly message?: string;
|
|
59
|
-
/**
|
|
60
|
-
* The error target.
|
|
61
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
-
*/
|
|
63
|
-
readonly target?: string;
|
|
64
|
-
/**
|
|
65
|
-
* The error details.
|
|
66
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
-
*/
|
|
68
|
-
readonly details?: ErrorDetail[];
|
|
69
|
-
/**
|
|
70
|
-
* The error additional info.
|
|
71
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
72
|
-
*/
|
|
73
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/** The resource management error additional info. */
|
|
77
|
-
export interface ErrorAdditionalInfo {
|
|
78
|
-
/**
|
|
79
|
-
* The additional info type.
|
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
-
*/
|
|
82
|
-
readonly type?: string;
|
|
83
|
-
/**
|
|
84
|
-
* The additional info.
|
|
85
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
-
*/
|
|
87
|
-
readonly info?: Record<string, unknown>;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
/** The Fluid Relay endpoints for this server */
|
|
91
|
-
export interface FluidRelayEndpoints {
|
|
92
|
-
/**
|
|
93
|
-
* The Fluid Relay Orderer endpoints.
|
|
94
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
-
*/
|
|
96
|
-
readonly ordererEndpoints?: string[];
|
|
97
|
-
/**
|
|
98
|
-
* The Fluid Relay storage endpoints.
|
|
99
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
-
*/
|
|
101
|
-
readonly storageEndpoints?: string[];
|
|
102
|
-
/**
|
|
103
|
-
* The Fluid Relay service endpoints.
|
|
104
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
-
*/
|
|
106
|
-
readonly serviceEndpoints?: string[];
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/** All encryption configuration for a resource. */
|
|
110
|
-
export interface EncryptionProperties {
|
|
111
|
-
/** All Customer-managed key encryption properties for the resource. */
|
|
112
|
-
customerManagedKeyEncryption?: CustomerManagedKeyEncryptionProperties;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/** All Customer-managed key encryption properties for the resource. */
|
|
116
|
-
export interface CustomerManagedKeyEncryptionProperties {
|
|
117
|
-
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
118
|
-
keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity;
|
|
119
|
-
/** key encryption key Url, with or without a version. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. Key auto rotation is enabled by providing a key uri without version. Otherwise, customer is responsible for rotating the key. The keyEncryptionKeyIdentity(either SystemAssigned or UserAssigned) should have permission to access this key url. */
|
|
120
|
-
keyEncryptionKeyUrl?: string;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
124
|
-
export interface CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentity {
|
|
125
|
-
/** Values can be SystemAssigned or UserAssigned */
|
|
126
|
-
identityType?: CmkIdentityType;
|
|
127
|
-
/** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity. */
|
|
128
|
-
userAssignedIdentityResourceId?: string;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
132
|
-
export interface SystemData {
|
|
133
|
-
/** The identity that created the resource. */
|
|
134
|
-
createdBy?: string;
|
|
135
|
-
/** The type of identity that created the resource. */
|
|
136
|
-
createdByType?: CreatedByType;
|
|
137
|
-
/** The timestamp of resource creation (UTC). */
|
|
138
|
-
createdAt?: Date;
|
|
139
|
-
/** The identity that last modified the resource. */
|
|
140
|
-
lastModifiedBy?: string;
|
|
141
|
-
/** The type of identity that last modified the resource. */
|
|
142
|
-
lastModifiedByType?: CreatedByType;
|
|
143
|
-
/** The timestamp of resource last modification (UTC) */
|
|
144
|
-
lastModifiedAt?: Date;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
/** Identity for the resource. */
|
|
148
|
-
export interface Identity {
|
|
149
|
-
/**
|
|
150
|
-
* The principal ID of resource identity.
|
|
151
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
-
*/
|
|
153
|
-
readonly principalId?: string;
|
|
154
|
-
/**
|
|
155
|
-
* The tenant ID of resource.
|
|
156
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
-
*/
|
|
158
|
-
readonly tenantId?: string;
|
|
159
|
-
/** The identity type. */
|
|
160
|
-
type?: ResourceIdentityType;
|
|
161
|
-
/** The list of user identities associated with the resource. */
|
|
162
|
-
userAssignedIdentities?: {
|
|
163
|
-
[propertyName: string]: UserAssignedIdentitiesValue;
|
|
164
|
-
};
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
export interface UserAssignedIdentitiesValue {
|
|
168
|
-
/**
|
|
169
|
-
* The principal id of user assigned identity.
|
|
170
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
171
|
-
*/
|
|
172
|
-
readonly principalId?: string;
|
|
173
|
-
/**
|
|
174
|
-
* The client id of user assigned identity.
|
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
-
*/
|
|
177
|
-
readonly clientId?: string;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
181
|
-
export interface Resource {
|
|
182
|
-
/**
|
|
183
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
184
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
185
|
-
*/
|
|
186
|
-
readonly id?: string;
|
|
187
|
-
/**
|
|
188
|
-
* The name of the resource
|
|
189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
190
|
-
*/
|
|
191
|
-
readonly name?: string;
|
|
192
|
-
/**
|
|
193
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
-
*/
|
|
196
|
-
readonly type?: string;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
/** The updatable properties of a Fluid Relay server */
|
|
200
|
-
export interface FluidRelayServerUpdate {
|
|
201
|
-
/** Resource tags. */
|
|
202
|
-
tags?: { [propertyName: string]: string };
|
|
203
|
-
/** The type of identity used for the resource. */
|
|
204
|
-
identity?: Identity;
|
|
205
|
-
/** The geo-location where the resource lives */
|
|
206
|
-
location?: string;
|
|
207
|
-
/** All encryption configuration for a resource. */
|
|
208
|
-
encryption?: EncryptionProperties;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
/** Specifies which key should be generated. */
|
|
212
|
-
export interface RegenerateKeyRequest {
|
|
213
|
-
/** The key to regenerate. */
|
|
214
|
-
keyName: KeyName;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/** The set of available keys for this server. */
|
|
218
|
-
export interface FluidRelayServerKeys {
|
|
219
|
-
/**
|
|
220
|
-
* The primary key for this server
|
|
221
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
222
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
|
-
*/
|
|
224
|
-
readonly key1?: string;
|
|
225
|
-
/**
|
|
226
|
-
* The secondary key for this server
|
|
227
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
228
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
229
|
-
*/
|
|
230
|
-
readonly key2?: string;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/** Paged response */
|
|
234
|
-
export interface FluidRelayServerList {
|
|
235
|
-
/** A sequence of FluidRelay servers. */
|
|
236
|
-
value: FluidRelayServer[];
|
|
237
|
-
/** A link to the next page of results, if any. */
|
|
238
|
-
nextLink?: string;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
/** Paged response */
|
|
242
|
-
export interface FluidRelayContainerList {
|
|
243
|
-
/** A sequence of FluidRelay containers. */
|
|
244
|
-
value?: FluidRelayContainer[];
|
|
245
|
-
/**
|
|
246
|
-
* A link to the next page of results, if any.
|
|
247
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
248
|
-
*/
|
|
249
|
-
readonly nextLink?: string;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
253
|
-
export interface TrackedResource extends Resource {
|
|
254
|
-
/** Resource tags. */
|
|
255
|
-
tags?: { [propertyName: string]: string };
|
|
256
|
-
/** The geo-location where the resource lives */
|
|
257
|
-
location: string;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
261
|
-
export interface ProxyResource extends Resource {}
|
|
262
|
-
|
|
263
|
-
/** A FluidRelay Server. */
|
|
264
|
-
export interface FluidRelayServer extends TrackedResource {
|
|
265
|
-
/**
|
|
266
|
-
* System meta data for this resource, including creation and modification information.
|
|
267
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
-
*/
|
|
269
|
-
readonly systemData?: SystemData;
|
|
270
|
-
/** The type of identity used for the resource. */
|
|
271
|
-
identity?: Identity;
|
|
272
|
-
/**
|
|
273
|
-
* The Fluid tenantId for this server
|
|
274
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
-
*/
|
|
276
|
-
readonly frsTenantId?: string;
|
|
277
|
-
/**
|
|
278
|
-
* The Fluid Relay Service endpoints for this server.
|
|
279
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
-
*/
|
|
281
|
-
readonly fluidRelayEndpoints?: FluidRelayEndpoints;
|
|
282
|
-
/** Provision states for FluidRelay RP */
|
|
283
|
-
provisioningState?: ProvisioningState;
|
|
284
|
-
/** All encryption configuration for a resource. */
|
|
285
|
-
encryption?: EncryptionProperties;
|
|
286
|
-
/** Sku of the storage associated with the resource */
|
|
287
|
-
storagesku?: StorageSKU;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
/** A FluidRelay Container. */
|
|
291
|
-
export interface FluidRelayContainer extends ProxyResource {
|
|
292
|
-
/**
|
|
293
|
-
* System meta data for this resource, including creation and modification information.
|
|
294
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
295
|
-
*/
|
|
296
|
-
readonly systemData?: SystemData;
|
|
297
|
-
/**
|
|
298
|
-
* The Fluid tenantId for this container
|
|
299
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
-
*/
|
|
301
|
-
readonly frsTenantId?: string;
|
|
302
|
-
/**
|
|
303
|
-
* The frsContainerId for this container
|
|
304
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
305
|
-
*/
|
|
306
|
-
readonly frsContainerId?: string;
|
|
307
|
-
/**
|
|
308
|
-
* Provision states for FluidRelay RP
|
|
309
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
310
|
-
*/
|
|
311
|
-
readonly provisioningState?: ProvisioningState;
|
|
312
|
-
/**
|
|
313
|
-
* The creation time of this resource
|
|
314
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
-
*/
|
|
316
|
-
readonly creationTime?: Date;
|
|
317
|
-
/**
|
|
318
|
-
* Last time when user access this resource
|
|
319
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
320
|
-
*/
|
|
321
|
-
readonly lastAccessTime?: Date;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
325
|
-
export enum KnownProvisioningState {
|
|
326
|
-
/** Succeeded */
|
|
327
|
-
Succeeded = "Succeeded",
|
|
328
|
-
/** Failed */
|
|
329
|
-
Failed = "Failed",
|
|
330
|
-
/** Canceled */
|
|
331
|
-
Canceled = "Canceled"
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* Defines values for ProvisioningState. \
|
|
336
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
337
|
-
* this enum contains the known values that the service supports.
|
|
338
|
-
* ### Known values supported by the service
|
|
339
|
-
* **Succeeded** \
|
|
340
|
-
* **Failed** \
|
|
341
|
-
* **Canceled**
|
|
342
|
-
*/
|
|
343
|
-
export type ProvisioningState = string;
|
|
344
|
-
|
|
345
|
-
/** Known values of {@link StorageSKU} that the service accepts. */
|
|
346
|
-
export enum KnownStorageSKU {
|
|
347
|
-
/** Standard */
|
|
348
|
-
Standard = "standard",
|
|
349
|
-
/** Basic */
|
|
350
|
-
Basic = "basic"
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/**
|
|
354
|
-
* Defines values for StorageSKU. \
|
|
355
|
-
* {@link KnownStorageSKU} can be used interchangeably with StorageSKU,
|
|
356
|
-
* this enum contains the known values that the service supports.
|
|
357
|
-
* ### Known values supported by the service
|
|
358
|
-
* **standard** \
|
|
359
|
-
* **basic**
|
|
360
|
-
*/
|
|
361
|
-
export type StorageSKU = string;
|
|
362
|
-
|
|
363
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
364
|
-
export enum KnownCreatedByType {
|
|
365
|
-
/** User */
|
|
366
|
-
User = "User",
|
|
367
|
-
/** Application */
|
|
368
|
-
Application = "Application",
|
|
369
|
-
/** ManagedIdentity */
|
|
370
|
-
ManagedIdentity = "ManagedIdentity",
|
|
371
|
-
/** Key */
|
|
372
|
-
Key = "Key"
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
/**
|
|
376
|
-
* Defines values for CreatedByType. \
|
|
377
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
378
|
-
* this enum contains the known values that the service supports.
|
|
379
|
-
* ### Known values supported by the service
|
|
380
|
-
* **User** \
|
|
381
|
-
* **Application** \
|
|
382
|
-
* **ManagedIdentity** \
|
|
383
|
-
* **Key**
|
|
384
|
-
*/
|
|
385
|
-
export type CreatedByType = string;
|
|
386
|
-
/** Defines values for CmkIdentityType. */
|
|
387
|
-
export type CmkIdentityType = "SystemAssigned" | "UserAssigned";
|
|
388
|
-
/** Defines values for ResourceIdentityType. */
|
|
389
|
-
export type ResourceIdentityType =
|
|
390
|
-
| "SystemAssigned"
|
|
391
|
-
| "UserAssigned"
|
|
392
|
-
| "SystemAssigned, UserAssigned"
|
|
393
|
-
| "None";
|
|
394
|
-
/** Defines values for KeyName. */
|
|
395
|
-
export type KeyName = "key1" | "key2";
|
|
396
|
-
|
|
397
|
-
/** Optional parameters. */
|
|
398
|
-
export interface FluidRelayOperationsListOptionalParams
|
|
399
|
-
extends coreClient.OperationOptions {}
|
|
400
|
-
|
|
401
|
-
/** Contains response data for the list operation. */
|
|
402
|
-
export type FluidRelayOperationsListResponse = OperationListResult;
|
|
403
|
-
|
|
404
|
-
/** Optional parameters. */
|
|
405
|
-
export interface FluidRelayOperationsListNextOptionalParams
|
|
406
|
-
extends coreClient.OperationOptions {}
|
|
407
|
-
|
|
408
|
-
/** Contains response data for the listNext operation. */
|
|
409
|
-
export type FluidRelayOperationsListNextResponse = OperationListResult;
|
|
410
|
-
|
|
411
|
-
/** Optional parameters. */
|
|
412
|
-
export interface FluidRelayServersGetOptionalParams
|
|
413
|
-
extends coreClient.OperationOptions {}
|
|
414
|
-
|
|
415
|
-
/** Contains response data for the get operation. */
|
|
416
|
-
export type FluidRelayServersGetResponse = FluidRelayServer;
|
|
417
|
-
|
|
418
|
-
/** Optional parameters. */
|
|
419
|
-
export interface FluidRelayServersCreateOrUpdateOptionalParams
|
|
420
|
-
extends coreClient.OperationOptions {}
|
|
421
|
-
|
|
422
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
423
|
-
export type FluidRelayServersCreateOrUpdateResponse = FluidRelayServer;
|
|
424
|
-
|
|
425
|
-
/** Optional parameters. */
|
|
426
|
-
export interface FluidRelayServersUpdateOptionalParams
|
|
427
|
-
extends coreClient.OperationOptions {}
|
|
428
|
-
|
|
429
|
-
/** Contains response data for the update operation. */
|
|
430
|
-
export type FluidRelayServersUpdateResponse = FluidRelayServer;
|
|
431
|
-
|
|
432
|
-
/** Optional parameters. */
|
|
433
|
-
export interface FluidRelayServersDeleteOptionalParams
|
|
434
|
-
extends coreClient.OperationOptions {}
|
|
435
|
-
|
|
436
|
-
/** Optional parameters. */
|
|
437
|
-
export interface FluidRelayServersRegenerateKeyOptionalParams
|
|
438
|
-
extends coreClient.OperationOptions {}
|
|
439
|
-
|
|
440
|
-
/** Contains response data for the regenerateKey operation. */
|
|
441
|
-
export type FluidRelayServersRegenerateKeyResponse = FluidRelayServerKeys;
|
|
442
|
-
|
|
443
|
-
/** Optional parameters. */
|
|
444
|
-
export interface FluidRelayServersListKeysOptionalParams
|
|
445
|
-
extends coreClient.OperationOptions {}
|
|
446
|
-
|
|
447
|
-
/** Contains response data for the listKeys operation. */
|
|
448
|
-
export type FluidRelayServersListKeysResponse = FluidRelayServerKeys;
|
|
449
|
-
|
|
450
|
-
/** Optional parameters. */
|
|
451
|
-
export interface FluidRelayServersListBySubscriptionOptionalParams
|
|
452
|
-
extends coreClient.OperationOptions {}
|
|
453
|
-
|
|
454
|
-
/** Contains response data for the listBySubscription operation. */
|
|
455
|
-
export type FluidRelayServersListBySubscriptionResponse = FluidRelayServerList;
|
|
456
|
-
|
|
457
|
-
/** Optional parameters. */
|
|
458
|
-
export interface FluidRelayServersListByResourceGroupOptionalParams
|
|
459
|
-
extends coreClient.OperationOptions {}
|
|
460
|
-
|
|
461
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
462
|
-
export type FluidRelayServersListByResourceGroupResponse = FluidRelayServerList;
|
|
463
|
-
|
|
464
|
-
/** Optional parameters. */
|
|
465
|
-
export interface FluidRelayServersListBySubscriptionNextOptionalParams
|
|
466
|
-
extends coreClient.OperationOptions {}
|
|
467
|
-
|
|
468
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
469
|
-
export type FluidRelayServersListBySubscriptionNextResponse = FluidRelayServerList;
|
|
470
|
-
|
|
471
|
-
/** Optional parameters. */
|
|
472
|
-
export interface FluidRelayServersListByResourceGroupNextOptionalParams
|
|
473
|
-
extends coreClient.OperationOptions {}
|
|
474
|
-
|
|
475
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
476
|
-
export type FluidRelayServersListByResourceGroupNextResponse = FluidRelayServerList;
|
|
477
|
-
|
|
478
|
-
/** Optional parameters. */
|
|
479
|
-
export interface FluidRelayContainersGetOptionalParams
|
|
480
|
-
extends coreClient.OperationOptions {}
|
|
481
|
-
|
|
482
|
-
/** Contains response data for the get operation. */
|
|
483
|
-
export type FluidRelayContainersGetResponse = FluidRelayContainer;
|
|
484
|
-
|
|
485
|
-
/** Optional parameters. */
|
|
486
|
-
export interface FluidRelayContainersDeleteOptionalParams
|
|
487
|
-
extends coreClient.OperationOptions {}
|
|
488
|
-
|
|
489
|
-
/** Optional parameters. */
|
|
490
|
-
export interface FluidRelayContainersListByFluidRelayServersOptionalParams
|
|
491
|
-
extends coreClient.OperationOptions {}
|
|
492
|
-
|
|
493
|
-
/** Contains response data for the listByFluidRelayServers operation. */
|
|
494
|
-
export type FluidRelayContainersListByFluidRelayServersResponse = FluidRelayContainerList;
|
|
495
|
-
|
|
496
|
-
/** Optional parameters. */
|
|
497
|
-
export interface FluidRelayContainersListByFluidRelayServersNextOptionalParams
|
|
498
|
-
extends coreClient.OperationOptions {}
|
|
499
|
-
|
|
500
|
-
/** Contains response data for the listByFluidRelayServersNext operation. */
|
|
501
|
-
export type FluidRelayContainersListByFluidRelayServersNextResponse = FluidRelayContainerList;
|
|
502
|
-
|
|
503
|
-
/** Optional parameters. */
|
|
504
|
-
export interface FluidRelayManagementClientOptionalParams
|
|
505
|
-
extends coreClient.ServiceClientOptions {
|
|
506
|
-
/** server parameter */
|
|
507
|
-
$host?: string;
|
|
508
|
-
/** Api Version */
|
|
509
|
-
apiVersion?: string;
|
|
510
|
-
/** Overrides client endpoint. */
|
|
511
|
-
endpoint?: string;
|
|
512
|
-
}
|