@azure/arm-signalr 6.0.0-alpha.20250214.1 → 6.0.0-alpha.20250218.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/README.md +21 -12
- 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/lroImpl.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/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalR.d.ts +3 -3
- package/dist/browser/operations/signalR.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalR.js +190 -210
- package/dist/browser/operations/signalR.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomCertificates.d.ts +3 -3
- package/dist/browser/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomCertificates.js +48 -52
- package/dist/browser/operations/signalRCustomCertificates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomDomains.d.ts +3 -3
- package/dist/browser/operations/signalRCustomDomains.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomDomains.js +79 -87
- package/dist/browser/operations/signalRCustomDomains.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateEndpointConnections.js +47 -51
- package/dist/browser/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateLinkResources.js +3 -3
- package/dist/browser/operations/signalRPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRReplicas.d.ts +3 -3
- package/dist/browser/operations/signalRReplicas.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRReplicas.js +128 -140
- package/dist/browser/operations/signalRReplicas.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRSharedPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRSharedPrivateLinkResources.js +90 -98
- package/dist/browser/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.js +3 -3
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalR.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalR.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomCertificates.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomDomains.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateLinkResources.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRReplicas.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/signalRManagementClient.d.ts +2 -2
- package/dist/browser/signalRManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/signalRManagementClient.js +15 -18
- package/dist/browser/signalRManagementClient.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/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-signalr.d.ts → dist/commonjs/models/index.d.ts} +1435 -2094
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +161 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +70 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1961 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +24 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +203 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/signalR.d.ts +168 -0
- package/dist/commonjs/operations/signalR.d.ts.map +1 -0
- package/dist/commonjs/operations/signalR.js +831 -0
- package/dist/commonjs/operations/signalR.js.map +1 -0
- package/dist/commonjs/operations/signalRCustomCertificates.d.ts +73 -0
- package/dist/commonjs/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRCustomCertificates.js +314 -0
- package/dist/commonjs/operations/signalRCustomCertificates.js.map +1 -0
- package/dist/commonjs/operations/signalRCustomDomains.d.ts +81 -0
- package/dist/commonjs/operations/signalRCustomDomains.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRCustomDomains.js +354 -0
- package/dist/commonjs/operations/signalRCustomDomains.js.map +1 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.d.ts +76 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.js +320 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.js +154 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/signalRReplicas.d.ts +107 -0
- package/dist/commonjs/operations/signalRReplicas.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRReplicas.js +494 -0
- package/dist/commonjs/operations/signalRReplicas.js.map +1 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.d.ts +81 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.js +370 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +149 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalR.d.ts +132 -0
- package/dist/commonjs/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalR.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalR.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.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/commonjs/signalRManagementClient.d.ts +28 -0
- package/dist/commonjs/signalRManagementClient.d.ts.map +1 -0
- package/dist/commonjs/signalRManagementClient.js +110 -0
- package/dist/commonjs/signalRManagementClient.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/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1435 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +158 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +70 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1957 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +24 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +200 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/signalR.d.ts +168 -0
- package/dist/esm/operations/signalR.d.ts.map +1 -0
- package/dist/esm/operations/signalR.js +827 -0
- package/dist/esm/operations/signalR.js.map +1 -0
- package/dist/esm/operations/signalRCustomCertificates.d.ts +73 -0
- package/dist/esm/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/esm/operations/signalRCustomCertificates.js +310 -0
- package/dist/esm/operations/signalRCustomCertificates.js.map +1 -0
- package/dist/esm/operations/signalRCustomDomains.d.ts +81 -0
- package/dist/esm/operations/signalRCustomDomains.d.ts.map +1 -0
- package/dist/esm/operations/signalRCustomDomains.js +350 -0
- package/dist/esm/operations/signalRCustomDomains.js.map +1 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.d.ts +76 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.js +316 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/signalRPrivateLinkResources.d.ts +38 -0
- package/dist/esm/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/signalRPrivateLinkResources.js +150 -0
- package/dist/esm/operations/signalRPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/signalRReplicas.d.ts +107 -0
- package/dist/esm/operations/signalRReplicas.d.ts.map +1 -0
- package/dist/esm/operations/signalRReplicas.js +490 -0
- package/dist/esm/operations/signalRReplicas.js.map +1 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.d.ts +81 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.js +366 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +145 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalR.d.ts +132 -0
- package/dist/esm/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalR.js +9 -0
- package/dist/esm/operationsInterfaces/signalR.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.d.ts +48 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.d.ts +56 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.js +9 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +51 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.d.ts +13 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.d.ts +82 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.js +9 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +56 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.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/esm/signalRManagementClient.d.ts +28 -0
- package/dist/esm/signalRManagementClient.d.ts.map +1 -0
- package/dist/esm/signalRManagementClient.js +105 -0
- package/dist/esm/signalRManagementClient.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/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1435 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +158 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +70 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1957 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +24 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +200 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/signalR.d.ts +168 -0
- package/dist/react-native/operations/signalR.d.ts.map +1 -0
- package/dist/react-native/operations/signalR.js +827 -0
- package/dist/react-native/operations/signalR.js.map +1 -0
- package/dist/react-native/operations/signalRCustomCertificates.d.ts +73 -0
- package/dist/react-native/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/signalRCustomCertificates.js +310 -0
- package/dist/react-native/operations/signalRCustomCertificates.js.map +1 -0
- package/dist/react-native/operations/signalRCustomDomains.d.ts +81 -0
- package/dist/react-native/operations/signalRCustomDomains.d.ts.map +1 -0
- package/dist/react-native/operations/signalRCustomDomains.js +350 -0
- package/dist/react-native/operations/signalRCustomDomains.js.map +1 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.d.ts +76 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.js +316 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.js +150 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/signalRReplicas.d.ts +107 -0
- package/dist/react-native/operations/signalRReplicas.d.ts.map +1 -0
- package/dist/react-native/operations/signalRReplicas.js +490 -0
- package/dist/react-native/operations/signalRReplicas.js.map +1 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.d.ts +81 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.js +366 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +145 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalR.d.ts +132 -0
- package/dist/react-native/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalR.js +9 -0
- package/dist/react-native/operationsInterfaces/signalR.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.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/dist/react-native/signalRManagementClient.d.ts +28 -0
- package/dist/react-native/signalRManagementClient.d.ts.map +1 -0
- package/dist/react-native/signalRManagementClient.js +105 -0
- package/dist/react-native/signalRManagementClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -5653
- 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/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.js +0 -32
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.js +0 -76
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js +0 -52
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.js +0 -52
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRDeleteSample.js +0 -36
- package/dist-esm/samples-dev/signalRDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRGetSample.js +0 -36
- package/dist-esm/samples-dev/signalRGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListKeysSample.js +0 -36
- package/dist-esm/samples-dev/signalRListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.js +0 -37
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListSkusSample.js +0 -36
- package/dist-esm/samples-dev/signalRListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js +0 -52
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js +0 -37
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js +0 -52
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRRegenerateKeySample.js +0 -30
- package/dist-esm/samples-dev/signalRRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRReplicasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasListSample.js +0 -52
- package/dist-esm/samples-dev/signalRReplicasListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasRestartSample.js +0 -37
- package/dist-esm/samples-dev/signalRReplicasRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.js +0 -36
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRRestartSample.js +0 -36
- package/dist-esm/samples-dev/signalRRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js +0 -52
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRUpdateSample.js +0 -76
- package/dist-esm/samples-dev/signalRUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -51
- package/dist-esm/samples-dev/usagesListSample.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/lroImpl.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/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/signalR.d.ts.map +0 -1
- package/dist-esm/src/operations/signalR.js.map +0 -1
- package/dist-esm/src/operations/signalRCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRCustomCertificates.js.map +0 -1
- package/dist-esm/src/operations/signalRCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRCustomDomains.js.map +0 -1
- package/dist-esm/src/operations/signalRPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/signalRPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/signalRReplicas.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRReplicas.js.map +0 -1
- package/dist-esm/src/operations/signalRSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalR.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalR.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomDomains.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRReplicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRReplicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/signalRManagementClient.d.ts.map +0 -1
- package/dist-esm/src/signalRManagementClient.js.map +0 -1
- package/dist-esm/test/signalr_examples.spec.d.ts +0 -4
- package/dist-esm/test/signalr_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/signalr_examples.spec.js +0 -157
- package/dist-esm/test/signalr_examples.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1633
- package/src/models/mappers.ts +0 -2098
- package/src/models/parameters.ts +0 -236
- package/src/operations/index.ts +0 -17
- package/src/operations/operations.ts +0 -149
- package/src/operations/signalR.ts +0 -1146
- package/src/operations/signalRCustomCertificates.ts +0 -430
- package/src/operations/signalRCustomDomains.ts +0 -494
- package/src/operations/signalRPrivateEndpointConnections.ts +0 -426
- package/src/operations/signalRPrivateLinkResources.ts +0 -195
- package/src/operations/signalRReplicas.ts +0 -702
- package/src/operations/signalRSharedPrivateLinkResources.ts +0 -511
- package/src/operations/usages.ts +0 -170
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/signalR.ts +0 -258
- package/src/operationsInterfaces/signalRCustomCertificates.ts +0 -96
- package/src/operationsInterfaces/signalRCustomDomains.ts +0 -109
- package/src/operationsInterfaces/signalRPrivateEndpointConnections.ts +0 -93
- package/src/operationsInterfaces/signalRPrivateLinkResources.ts +0 -29
- package/src/operationsInterfaces/signalRReplicas.ts +0 -166
- package/src/operationsInterfaces/signalRSharedPrivateLinkResources.ts +0 -109
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/src/signalRManagementClient.ts +0 -182
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /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/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalR.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomDomains.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRReplicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRSharedPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.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
|
@@ -1,1146 +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 { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { SignalR } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { SignalRManagementClient } from "../signalRManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
SimplePollerLike,
|
|
18
|
-
OperationState,
|
|
19
|
-
createHttpPoller
|
|
20
|
-
} from "@azure/core-lro";
|
|
21
|
-
import { createLroSpec } from "../lroImpl";
|
|
22
|
-
import {
|
|
23
|
-
SignalRResource,
|
|
24
|
-
SignalRListBySubscriptionNextOptionalParams,
|
|
25
|
-
SignalRListBySubscriptionOptionalParams,
|
|
26
|
-
SignalRListBySubscriptionResponse,
|
|
27
|
-
SignalRListByResourceGroupNextOptionalParams,
|
|
28
|
-
SignalRListByResourceGroupOptionalParams,
|
|
29
|
-
SignalRListByResourceGroupResponse,
|
|
30
|
-
NameAvailabilityParameters,
|
|
31
|
-
SignalRCheckNameAvailabilityOptionalParams,
|
|
32
|
-
SignalRCheckNameAvailabilityResponse,
|
|
33
|
-
SignalRGetOptionalParams,
|
|
34
|
-
SignalRGetResponse,
|
|
35
|
-
SignalRCreateOrUpdateOptionalParams,
|
|
36
|
-
SignalRCreateOrUpdateResponse,
|
|
37
|
-
SignalRDeleteOptionalParams,
|
|
38
|
-
SignalRUpdateOptionalParams,
|
|
39
|
-
SignalRUpdateResponse,
|
|
40
|
-
SignalRListKeysOptionalParams,
|
|
41
|
-
SignalRListKeysResponse,
|
|
42
|
-
RegenerateKeyParameters,
|
|
43
|
-
SignalRRegenerateKeyOptionalParams,
|
|
44
|
-
SignalRRegenerateKeyResponse,
|
|
45
|
-
SignalRListReplicaSkusOptionalParams,
|
|
46
|
-
SignalRListReplicaSkusResponse,
|
|
47
|
-
SignalRRestartOptionalParams,
|
|
48
|
-
SignalRRestartResponse,
|
|
49
|
-
SignalRListSkusOptionalParams,
|
|
50
|
-
SignalRListSkusResponse,
|
|
51
|
-
SignalRListBySubscriptionNextResponse,
|
|
52
|
-
SignalRListByResourceGroupNextResponse
|
|
53
|
-
} from "../models";
|
|
54
|
-
|
|
55
|
-
/// <reference lib="esnext.asynciterable" />
|
|
56
|
-
/** Class containing SignalR operations. */
|
|
57
|
-
export class SignalRImpl implements SignalR {
|
|
58
|
-
private readonly client: SignalRManagementClient;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Initialize a new instance of the class SignalR class.
|
|
62
|
-
* @param client Reference to the service client
|
|
63
|
-
*/
|
|
64
|
-
constructor(client: SignalRManagementClient) {
|
|
65
|
-
this.client = client;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Handles requests to list all resources in a subscription.
|
|
70
|
-
* @param options The options parameters.
|
|
71
|
-
*/
|
|
72
|
-
public listBySubscription(
|
|
73
|
-
options?: SignalRListBySubscriptionOptionalParams
|
|
74
|
-
): PagedAsyncIterableIterator<SignalRResource> {
|
|
75
|
-
const iter = this.listBySubscriptionPagingAll(options);
|
|
76
|
-
return {
|
|
77
|
-
next() {
|
|
78
|
-
return iter.next();
|
|
79
|
-
},
|
|
80
|
-
[Symbol.asyncIterator]() {
|
|
81
|
-
return this;
|
|
82
|
-
},
|
|
83
|
-
byPage: (settings?: PageSettings) => {
|
|
84
|
-
if (settings?.maxPageSize) {
|
|
85
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
86
|
-
}
|
|
87
|
-
return this.listBySubscriptionPagingPage(options, settings);
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private async *listBySubscriptionPagingPage(
|
|
93
|
-
options?: SignalRListBySubscriptionOptionalParams,
|
|
94
|
-
settings?: PageSettings
|
|
95
|
-
): AsyncIterableIterator<SignalRResource[]> {
|
|
96
|
-
let result: SignalRListBySubscriptionResponse;
|
|
97
|
-
let continuationToken = settings?.continuationToken;
|
|
98
|
-
if (!continuationToken) {
|
|
99
|
-
result = await this._listBySubscription(options);
|
|
100
|
-
let page = result.value || [];
|
|
101
|
-
continuationToken = result.nextLink;
|
|
102
|
-
setContinuationToken(page, continuationToken);
|
|
103
|
-
yield page;
|
|
104
|
-
}
|
|
105
|
-
while (continuationToken) {
|
|
106
|
-
result = await this._listBySubscriptionNext(continuationToken, options);
|
|
107
|
-
continuationToken = result.nextLink;
|
|
108
|
-
let page = result.value || [];
|
|
109
|
-
setContinuationToken(page, continuationToken);
|
|
110
|
-
yield page;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
private async *listBySubscriptionPagingAll(
|
|
115
|
-
options?: SignalRListBySubscriptionOptionalParams
|
|
116
|
-
): AsyncIterableIterator<SignalRResource> {
|
|
117
|
-
for await (const page of this.listBySubscriptionPagingPage(options)) {
|
|
118
|
-
yield* page;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* Handles requests to list all resources in a resource group.
|
|
124
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
125
|
-
* @param options The options parameters.
|
|
126
|
-
*/
|
|
127
|
-
public listByResourceGroup(
|
|
128
|
-
resourceGroupName: string,
|
|
129
|
-
options?: SignalRListByResourceGroupOptionalParams
|
|
130
|
-
): PagedAsyncIterableIterator<SignalRResource> {
|
|
131
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
132
|
-
return {
|
|
133
|
-
next() {
|
|
134
|
-
return iter.next();
|
|
135
|
-
},
|
|
136
|
-
[Symbol.asyncIterator]() {
|
|
137
|
-
return this;
|
|
138
|
-
},
|
|
139
|
-
byPage: (settings?: PageSettings) => {
|
|
140
|
-
if (settings?.maxPageSize) {
|
|
141
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
142
|
-
}
|
|
143
|
-
return this.listByResourceGroupPagingPage(
|
|
144
|
-
resourceGroupName,
|
|
145
|
-
options,
|
|
146
|
-
settings
|
|
147
|
-
);
|
|
148
|
-
}
|
|
149
|
-
};
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
private async *listByResourceGroupPagingPage(
|
|
153
|
-
resourceGroupName: string,
|
|
154
|
-
options?: SignalRListByResourceGroupOptionalParams,
|
|
155
|
-
settings?: PageSettings
|
|
156
|
-
): AsyncIterableIterator<SignalRResource[]> {
|
|
157
|
-
let result: SignalRListByResourceGroupResponse;
|
|
158
|
-
let continuationToken = settings?.continuationToken;
|
|
159
|
-
if (!continuationToken) {
|
|
160
|
-
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
161
|
-
let page = result.value || [];
|
|
162
|
-
continuationToken = result.nextLink;
|
|
163
|
-
setContinuationToken(page, continuationToken);
|
|
164
|
-
yield page;
|
|
165
|
-
}
|
|
166
|
-
while (continuationToken) {
|
|
167
|
-
result = await this._listByResourceGroupNext(
|
|
168
|
-
resourceGroupName,
|
|
169
|
-
continuationToken,
|
|
170
|
-
options
|
|
171
|
-
);
|
|
172
|
-
continuationToken = result.nextLink;
|
|
173
|
-
let page = result.value || [];
|
|
174
|
-
setContinuationToken(page, continuationToken);
|
|
175
|
-
yield page;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
private async *listByResourceGroupPagingAll(
|
|
180
|
-
resourceGroupName: string,
|
|
181
|
-
options?: SignalRListByResourceGroupOptionalParams
|
|
182
|
-
): AsyncIterableIterator<SignalRResource> {
|
|
183
|
-
for await (const page of this.listByResourceGroupPagingPage(
|
|
184
|
-
resourceGroupName,
|
|
185
|
-
options
|
|
186
|
-
)) {
|
|
187
|
-
yield* page;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Checks that the resource name is valid and is not already in use.
|
|
193
|
-
* @param location the region
|
|
194
|
-
* @param parameters Parameters supplied to the operation.
|
|
195
|
-
* @param options The options parameters.
|
|
196
|
-
*/
|
|
197
|
-
checkNameAvailability(
|
|
198
|
-
location: string,
|
|
199
|
-
parameters: NameAvailabilityParameters,
|
|
200
|
-
options?: SignalRCheckNameAvailabilityOptionalParams
|
|
201
|
-
): Promise<SignalRCheckNameAvailabilityResponse> {
|
|
202
|
-
return this.client.sendOperationRequest(
|
|
203
|
-
{ location, parameters, options },
|
|
204
|
-
checkNameAvailabilityOperationSpec
|
|
205
|
-
);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Handles requests to list all resources in a subscription.
|
|
210
|
-
* @param options The options parameters.
|
|
211
|
-
*/
|
|
212
|
-
private _listBySubscription(
|
|
213
|
-
options?: SignalRListBySubscriptionOptionalParams
|
|
214
|
-
): Promise<SignalRListBySubscriptionResponse> {
|
|
215
|
-
return this.client.sendOperationRequest(
|
|
216
|
-
{ options },
|
|
217
|
-
listBySubscriptionOperationSpec
|
|
218
|
-
);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/**
|
|
222
|
-
* Handles requests to list all resources in a resource group.
|
|
223
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
224
|
-
* @param options The options parameters.
|
|
225
|
-
*/
|
|
226
|
-
private _listByResourceGroup(
|
|
227
|
-
resourceGroupName: string,
|
|
228
|
-
options?: SignalRListByResourceGroupOptionalParams
|
|
229
|
-
): Promise<SignalRListByResourceGroupResponse> {
|
|
230
|
-
return this.client.sendOperationRequest(
|
|
231
|
-
{ resourceGroupName, options },
|
|
232
|
-
listByResourceGroupOperationSpec
|
|
233
|
-
);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* Get the resource and its properties.
|
|
238
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
239
|
-
* @param resourceName The name of the resource.
|
|
240
|
-
* @param options The options parameters.
|
|
241
|
-
*/
|
|
242
|
-
get(
|
|
243
|
-
resourceGroupName: string,
|
|
244
|
-
resourceName: string,
|
|
245
|
-
options?: SignalRGetOptionalParams
|
|
246
|
-
): Promise<SignalRGetResponse> {
|
|
247
|
-
return this.client.sendOperationRequest(
|
|
248
|
-
{ resourceGroupName, resourceName, options },
|
|
249
|
-
getOperationSpec
|
|
250
|
-
);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* Create or update a resource.
|
|
255
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
256
|
-
* @param resourceName The name of the resource.
|
|
257
|
-
* @param parameters Parameters for the create or update operation
|
|
258
|
-
* @param options The options parameters.
|
|
259
|
-
*/
|
|
260
|
-
async beginCreateOrUpdate(
|
|
261
|
-
resourceGroupName: string,
|
|
262
|
-
resourceName: string,
|
|
263
|
-
parameters: SignalRResource,
|
|
264
|
-
options?: SignalRCreateOrUpdateOptionalParams
|
|
265
|
-
): Promise<
|
|
266
|
-
SimplePollerLike<
|
|
267
|
-
OperationState<SignalRCreateOrUpdateResponse>,
|
|
268
|
-
SignalRCreateOrUpdateResponse
|
|
269
|
-
>
|
|
270
|
-
> {
|
|
271
|
-
const directSendOperation = async (
|
|
272
|
-
args: coreClient.OperationArguments,
|
|
273
|
-
spec: coreClient.OperationSpec
|
|
274
|
-
): Promise<SignalRCreateOrUpdateResponse> => {
|
|
275
|
-
return this.client.sendOperationRequest(args, spec);
|
|
276
|
-
};
|
|
277
|
-
const sendOperationFn = async (
|
|
278
|
-
args: coreClient.OperationArguments,
|
|
279
|
-
spec: coreClient.OperationSpec
|
|
280
|
-
) => {
|
|
281
|
-
let currentRawResponse:
|
|
282
|
-
| coreClient.FullOperationResponse
|
|
283
|
-
| undefined = undefined;
|
|
284
|
-
const providedCallback = args.options?.onResponse;
|
|
285
|
-
const callback: coreClient.RawResponseCallback = (
|
|
286
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
287
|
-
flatResponse: unknown
|
|
288
|
-
) => {
|
|
289
|
-
currentRawResponse = rawResponse;
|
|
290
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
291
|
-
};
|
|
292
|
-
const updatedArgs = {
|
|
293
|
-
...args,
|
|
294
|
-
options: {
|
|
295
|
-
...args.options,
|
|
296
|
-
onResponse: callback
|
|
297
|
-
}
|
|
298
|
-
};
|
|
299
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
300
|
-
return {
|
|
301
|
-
flatResponse,
|
|
302
|
-
rawResponse: {
|
|
303
|
-
statusCode: currentRawResponse!.status,
|
|
304
|
-
body: currentRawResponse!.parsedBody,
|
|
305
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
306
|
-
}
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
|
|
310
|
-
const lro = createLroSpec({
|
|
311
|
-
sendOperationFn,
|
|
312
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
313
|
-
spec: createOrUpdateOperationSpec
|
|
314
|
-
});
|
|
315
|
-
const poller = await createHttpPoller<
|
|
316
|
-
SignalRCreateOrUpdateResponse,
|
|
317
|
-
OperationState<SignalRCreateOrUpdateResponse>
|
|
318
|
-
>(lro, {
|
|
319
|
-
restoreFrom: options?.resumeFrom,
|
|
320
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
321
|
-
resourceLocationConfig: "azure-async-operation"
|
|
322
|
-
});
|
|
323
|
-
await poller.poll();
|
|
324
|
-
return poller;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
/**
|
|
328
|
-
* Create or update a resource.
|
|
329
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
330
|
-
* @param resourceName The name of the resource.
|
|
331
|
-
* @param parameters Parameters for the create or update operation
|
|
332
|
-
* @param options The options parameters.
|
|
333
|
-
*/
|
|
334
|
-
async beginCreateOrUpdateAndWait(
|
|
335
|
-
resourceGroupName: string,
|
|
336
|
-
resourceName: string,
|
|
337
|
-
parameters: SignalRResource,
|
|
338
|
-
options?: SignalRCreateOrUpdateOptionalParams
|
|
339
|
-
): Promise<SignalRCreateOrUpdateResponse> {
|
|
340
|
-
const poller = await this.beginCreateOrUpdate(
|
|
341
|
-
resourceGroupName,
|
|
342
|
-
resourceName,
|
|
343
|
-
parameters,
|
|
344
|
-
options
|
|
345
|
-
);
|
|
346
|
-
return poller.pollUntilDone();
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
* Operation to delete a resource.
|
|
351
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
352
|
-
* @param resourceName The name of the resource.
|
|
353
|
-
* @param options The options parameters.
|
|
354
|
-
*/
|
|
355
|
-
async beginDelete(
|
|
356
|
-
resourceGroupName: string,
|
|
357
|
-
resourceName: string,
|
|
358
|
-
options?: SignalRDeleteOptionalParams
|
|
359
|
-
): Promise<SimplePollerLike<OperationState<void>, void>> {
|
|
360
|
-
const directSendOperation = async (
|
|
361
|
-
args: coreClient.OperationArguments,
|
|
362
|
-
spec: coreClient.OperationSpec
|
|
363
|
-
): Promise<void> => {
|
|
364
|
-
return this.client.sendOperationRequest(args, spec);
|
|
365
|
-
};
|
|
366
|
-
const sendOperationFn = async (
|
|
367
|
-
args: coreClient.OperationArguments,
|
|
368
|
-
spec: coreClient.OperationSpec
|
|
369
|
-
) => {
|
|
370
|
-
let currentRawResponse:
|
|
371
|
-
| coreClient.FullOperationResponse
|
|
372
|
-
| undefined = undefined;
|
|
373
|
-
const providedCallback = args.options?.onResponse;
|
|
374
|
-
const callback: coreClient.RawResponseCallback = (
|
|
375
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
376
|
-
flatResponse: unknown
|
|
377
|
-
) => {
|
|
378
|
-
currentRawResponse = rawResponse;
|
|
379
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
380
|
-
};
|
|
381
|
-
const updatedArgs = {
|
|
382
|
-
...args,
|
|
383
|
-
options: {
|
|
384
|
-
...args.options,
|
|
385
|
-
onResponse: callback
|
|
386
|
-
}
|
|
387
|
-
};
|
|
388
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
389
|
-
return {
|
|
390
|
-
flatResponse,
|
|
391
|
-
rawResponse: {
|
|
392
|
-
statusCode: currentRawResponse!.status,
|
|
393
|
-
body: currentRawResponse!.parsedBody,
|
|
394
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
395
|
-
}
|
|
396
|
-
};
|
|
397
|
-
};
|
|
398
|
-
|
|
399
|
-
const lro = createLroSpec({
|
|
400
|
-
sendOperationFn,
|
|
401
|
-
args: { resourceGroupName, resourceName, options },
|
|
402
|
-
spec: deleteOperationSpec
|
|
403
|
-
});
|
|
404
|
-
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
|
|
405
|
-
restoreFrom: options?.resumeFrom,
|
|
406
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
407
|
-
resourceLocationConfig: "location"
|
|
408
|
-
});
|
|
409
|
-
await poller.poll();
|
|
410
|
-
return poller;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
/**
|
|
414
|
-
* Operation to delete a resource.
|
|
415
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
416
|
-
* @param resourceName The name of the resource.
|
|
417
|
-
* @param options The options parameters.
|
|
418
|
-
*/
|
|
419
|
-
async beginDeleteAndWait(
|
|
420
|
-
resourceGroupName: string,
|
|
421
|
-
resourceName: string,
|
|
422
|
-
options?: SignalRDeleteOptionalParams
|
|
423
|
-
): Promise<void> {
|
|
424
|
-
const poller = await this.beginDelete(
|
|
425
|
-
resourceGroupName,
|
|
426
|
-
resourceName,
|
|
427
|
-
options
|
|
428
|
-
);
|
|
429
|
-
return poller.pollUntilDone();
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* Operation to update an exiting resource.
|
|
434
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
435
|
-
* @param resourceName The name of the resource.
|
|
436
|
-
* @param parameters Parameters for the update operation
|
|
437
|
-
* @param options The options parameters.
|
|
438
|
-
*/
|
|
439
|
-
async beginUpdate(
|
|
440
|
-
resourceGroupName: string,
|
|
441
|
-
resourceName: string,
|
|
442
|
-
parameters: SignalRResource,
|
|
443
|
-
options?: SignalRUpdateOptionalParams
|
|
444
|
-
): Promise<
|
|
445
|
-
SimplePollerLike<
|
|
446
|
-
OperationState<SignalRUpdateResponse>,
|
|
447
|
-
SignalRUpdateResponse
|
|
448
|
-
>
|
|
449
|
-
> {
|
|
450
|
-
const directSendOperation = async (
|
|
451
|
-
args: coreClient.OperationArguments,
|
|
452
|
-
spec: coreClient.OperationSpec
|
|
453
|
-
): Promise<SignalRUpdateResponse> => {
|
|
454
|
-
return this.client.sendOperationRequest(args, spec);
|
|
455
|
-
};
|
|
456
|
-
const sendOperationFn = async (
|
|
457
|
-
args: coreClient.OperationArguments,
|
|
458
|
-
spec: coreClient.OperationSpec
|
|
459
|
-
) => {
|
|
460
|
-
let currentRawResponse:
|
|
461
|
-
| coreClient.FullOperationResponse
|
|
462
|
-
| undefined = undefined;
|
|
463
|
-
const providedCallback = args.options?.onResponse;
|
|
464
|
-
const callback: coreClient.RawResponseCallback = (
|
|
465
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
466
|
-
flatResponse: unknown
|
|
467
|
-
) => {
|
|
468
|
-
currentRawResponse = rawResponse;
|
|
469
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
470
|
-
};
|
|
471
|
-
const updatedArgs = {
|
|
472
|
-
...args,
|
|
473
|
-
options: {
|
|
474
|
-
...args.options,
|
|
475
|
-
onResponse: callback
|
|
476
|
-
}
|
|
477
|
-
};
|
|
478
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
479
|
-
return {
|
|
480
|
-
flatResponse,
|
|
481
|
-
rawResponse: {
|
|
482
|
-
statusCode: currentRawResponse!.status,
|
|
483
|
-
body: currentRawResponse!.parsedBody,
|
|
484
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
485
|
-
}
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
|
-
|
|
489
|
-
const lro = createLroSpec({
|
|
490
|
-
sendOperationFn,
|
|
491
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
492
|
-
spec: updateOperationSpec
|
|
493
|
-
});
|
|
494
|
-
const poller = await createHttpPoller<
|
|
495
|
-
SignalRUpdateResponse,
|
|
496
|
-
OperationState<SignalRUpdateResponse>
|
|
497
|
-
>(lro, {
|
|
498
|
-
restoreFrom: options?.resumeFrom,
|
|
499
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
500
|
-
resourceLocationConfig: "location"
|
|
501
|
-
});
|
|
502
|
-
await poller.poll();
|
|
503
|
-
return poller;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
/**
|
|
507
|
-
* Operation to update an exiting resource.
|
|
508
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
509
|
-
* @param resourceName The name of the resource.
|
|
510
|
-
* @param parameters Parameters for the update operation
|
|
511
|
-
* @param options The options parameters.
|
|
512
|
-
*/
|
|
513
|
-
async beginUpdateAndWait(
|
|
514
|
-
resourceGroupName: string,
|
|
515
|
-
resourceName: string,
|
|
516
|
-
parameters: SignalRResource,
|
|
517
|
-
options?: SignalRUpdateOptionalParams
|
|
518
|
-
): Promise<SignalRUpdateResponse> {
|
|
519
|
-
const poller = await this.beginUpdate(
|
|
520
|
-
resourceGroupName,
|
|
521
|
-
resourceName,
|
|
522
|
-
parameters,
|
|
523
|
-
options
|
|
524
|
-
);
|
|
525
|
-
return poller.pollUntilDone();
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
/**
|
|
529
|
-
* Get the access keys of the resource.
|
|
530
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
531
|
-
* @param resourceName The name of the resource.
|
|
532
|
-
* @param options The options parameters.
|
|
533
|
-
*/
|
|
534
|
-
listKeys(
|
|
535
|
-
resourceGroupName: string,
|
|
536
|
-
resourceName: string,
|
|
537
|
-
options?: SignalRListKeysOptionalParams
|
|
538
|
-
): Promise<SignalRListKeysResponse> {
|
|
539
|
-
return this.client.sendOperationRequest(
|
|
540
|
-
{ resourceGroupName, resourceName, options },
|
|
541
|
-
listKeysOperationSpec
|
|
542
|
-
);
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
/**
|
|
546
|
-
* Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
|
|
547
|
-
* same time.
|
|
548
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
549
|
-
* @param resourceName The name of the resource.
|
|
550
|
-
* @param parameters Parameter that describes the Regenerate Key Operation.
|
|
551
|
-
* @param options The options parameters.
|
|
552
|
-
*/
|
|
553
|
-
async beginRegenerateKey(
|
|
554
|
-
resourceGroupName: string,
|
|
555
|
-
resourceName: string,
|
|
556
|
-
parameters: RegenerateKeyParameters,
|
|
557
|
-
options?: SignalRRegenerateKeyOptionalParams
|
|
558
|
-
): Promise<
|
|
559
|
-
SimplePollerLike<
|
|
560
|
-
OperationState<SignalRRegenerateKeyResponse>,
|
|
561
|
-
SignalRRegenerateKeyResponse
|
|
562
|
-
>
|
|
563
|
-
> {
|
|
564
|
-
const directSendOperation = async (
|
|
565
|
-
args: coreClient.OperationArguments,
|
|
566
|
-
spec: coreClient.OperationSpec
|
|
567
|
-
): Promise<SignalRRegenerateKeyResponse> => {
|
|
568
|
-
return this.client.sendOperationRequest(args, spec);
|
|
569
|
-
};
|
|
570
|
-
const sendOperationFn = async (
|
|
571
|
-
args: coreClient.OperationArguments,
|
|
572
|
-
spec: coreClient.OperationSpec
|
|
573
|
-
) => {
|
|
574
|
-
let currentRawResponse:
|
|
575
|
-
| coreClient.FullOperationResponse
|
|
576
|
-
| undefined = undefined;
|
|
577
|
-
const providedCallback = args.options?.onResponse;
|
|
578
|
-
const callback: coreClient.RawResponseCallback = (
|
|
579
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
580
|
-
flatResponse: unknown
|
|
581
|
-
) => {
|
|
582
|
-
currentRawResponse = rawResponse;
|
|
583
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
584
|
-
};
|
|
585
|
-
const updatedArgs = {
|
|
586
|
-
...args,
|
|
587
|
-
options: {
|
|
588
|
-
...args.options,
|
|
589
|
-
onResponse: callback
|
|
590
|
-
}
|
|
591
|
-
};
|
|
592
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
593
|
-
return {
|
|
594
|
-
flatResponse,
|
|
595
|
-
rawResponse: {
|
|
596
|
-
statusCode: currentRawResponse!.status,
|
|
597
|
-
body: currentRawResponse!.parsedBody,
|
|
598
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
599
|
-
}
|
|
600
|
-
};
|
|
601
|
-
};
|
|
602
|
-
|
|
603
|
-
const lro = createLroSpec({
|
|
604
|
-
sendOperationFn,
|
|
605
|
-
args: { resourceGroupName, resourceName, parameters, options },
|
|
606
|
-
spec: regenerateKeyOperationSpec
|
|
607
|
-
});
|
|
608
|
-
const poller = await createHttpPoller<
|
|
609
|
-
SignalRRegenerateKeyResponse,
|
|
610
|
-
OperationState<SignalRRegenerateKeyResponse>
|
|
611
|
-
>(lro, {
|
|
612
|
-
restoreFrom: options?.resumeFrom,
|
|
613
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
614
|
-
resourceLocationConfig: "location"
|
|
615
|
-
});
|
|
616
|
-
await poller.poll();
|
|
617
|
-
return poller;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
/**
|
|
621
|
-
* Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
|
|
622
|
-
* same time.
|
|
623
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
624
|
-
* @param resourceName The name of the resource.
|
|
625
|
-
* @param parameters Parameter that describes the Regenerate Key Operation.
|
|
626
|
-
* @param options The options parameters.
|
|
627
|
-
*/
|
|
628
|
-
async beginRegenerateKeyAndWait(
|
|
629
|
-
resourceGroupName: string,
|
|
630
|
-
resourceName: string,
|
|
631
|
-
parameters: RegenerateKeyParameters,
|
|
632
|
-
options?: SignalRRegenerateKeyOptionalParams
|
|
633
|
-
): Promise<SignalRRegenerateKeyResponse> {
|
|
634
|
-
const poller = await this.beginRegenerateKey(
|
|
635
|
-
resourceGroupName,
|
|
636
|
-
resourceName,
|
|
637
|
-
parameters,
|
|
638
|
-
options
|
|
639
|
-
);
|
|
640
|
-
return poller.pollUntilDone();
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
/**
|
|
644
|
-
* List all available skus of the replica resource.
|
|
645
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
646
|
-
* @param resourceName The name of the resource.
|
|
647
|
-
* @param replicaName The name of the replica.
|
|
648
|
-
* @param options The options parameters.
|
|
649
|
-
*/
|
|
650
|
-
listReplicaSkus(
|
|
651
|
-
resourceGroupName: string,
|
|
652
|
-
resourceName: string,
|
|
653
|
-
replicaName: string,
|
|
654
|
-
options?: SignalRListReplicaSkusOptionalParams
|
|
655
|
-
): Promise<SignalRListReplicaSkusResponse> {
|
|
656
|
-
return this.client.sendOperationRequest(
|
|
657
|
-
{ resourceGroupName, resourceName, replicaName, options },
|
|
658
|
-
listReplicaSkusOperationSpec
|
|
659
|
-
);
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* Operation to restart a resource.
|
|
664
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
665
|
-
* @param resourceName The name of the resource.
|
|
666
|
-
* @param options The options parameters.
|
|
667
|
-
*/
|
|
668
|
-
async beginRestart(
|
|
669
|
-
resourceGroupName: string,
|
|
670
|
-
resourceName: string,
|
|
671
|
-
options?: SignalRRestartOptionalParams
|
|
672
|
-
): Promise<
|
|
673
|
-
SimplePollerLike<
|
|
674
|
-
OperationState<SignalRRestartResponse>,
|
|
675
|
-
SignalRRestartResponse
|
|
676
|
-
>
|
|
677
|
-
> {
|
|
678
|
-
const directSendOperation = async (
|
|
679
|
-
args: coreClient.OperationArguments,
|
|
680
|
-
spec: coreClient.OperationSpec
|
|
681
|
-
): Promise<SignalRRestartResponse> => {
|
|
682
|
-
return this.client.sendOperationRequest(args, spec);
|
|
683
|
-
};
|
|
684
|
-
const sendOperationFn = async (
|
|
685
|
-
args: coreClient.OperationArguments,
|
|
686
|
-
spec: coreClient.OperationSpec
|
|
687
|
-
) => {
|
|
688
|
-
let currentRawResponse:
|
|
689
|
-
| coreClient.FullOperationResponse
|
|
690
|
-
| undefined = undefined;
|
|
691
|
-
const providedCallback = args.options?.onResponse;
|
|
692
|
-
const callback: coreClient.RawResponseCallback = (
|
|
693
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
694
|
-
flatResponse: unknown
|
|
695
|
-
) => {
|
|
696
|
-
currentRawResponse = rawResponse;
|
|
697
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
698
|
-
};
|
|
699
|
-
const updatedArgs = {
|
|
700
|
-
...args,
|
|
701
|
-
options: {
|
|
702
|
-
...args.options,
|
|
703
|
-
onResponse: callback
|
|
704
|
-
}
|
|
705
|
-
};
|
|
706
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
707
|
-
return {
|
|
708
|
-
flatResponse,
|
|
709
|
-
rawResponse: {
|
|
710
|
-
statusCode: currentRawResponse!.status,
|
|
711
|
-
body: currentRawResponse!.parsedBody,
|
|
712
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
713
|
-
}
|
|
714
|
-
};
|
|
715
|
-
};
|
|
716
|
-
|
|
717
|
-
const lro = createLroSpec({
|
|
718
|
-
sendOperationFn,
|
|
719
|
-
args: { resourceGroupName, resourceName, options },
|
|
720
|
-
spec: restartOperationSpec
|
|
721
|
-
});
|
|
722
|
-
const poller = await createHttpPoller<
|
|
723
|
-
SignalRRestartResponse,
|
|
724
|
-
OperationState<SignalRRestartResponse>
|
|
725
|
-
>(lro, {
|
|
726
|
-
restoreFrom: options?.resumeFrom,
|
|
727
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
728
|
-
resourceLocationConfig: "location"
|
|
729
|
-
});
|
|
730
|
-
await poller.poll();
|
|
731
|
-
return poller;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
/**
|
|
735
|
-
* Operation to restart a resource.
|
|
736
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
737
|
-
* @param resourceName The name of the resource.
|
|
738
|
-
* @param options The options parameters.
|
|
739
|
-
*/
|
|
740
|
-
async beginRestartAndWait(
|
|
741
|
-
resourceGroupName: string,
|
|
742
|
-
resourceName: string,
|
|
743
|
-
options?: SignalRRestartOptionalParams
|
|
744
|
-
): Promise<SignalRRestartResponse> {
|
|
745
|
-
const poller = await this.beginRestart(
|
|
746
|
-
resourceGroupName,
|
|
747
|
-
resourceName,
|
|
748
|
-
options
|
|
749
|
-
);
|
|
750
|
-
return poller.pollUntilDone();
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* List all available skus of the resource.
|
|
755
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
756
|
-
* @param resourceName The name of the resource.
|
|
757
|
-
* @param options The options parameters.
|
|
758
|
-
*/
|
|
759
|
-
listSkus(
|
|
760
|
-
resourceGroupName: string,
|
|
761
|
-
resourceName: string,
|
|
762
|
-
options?: SignalRListSkusOptionalParams
|
|
763
|
-
): Promise<SignalRListSkusResponse> {
|
|
764
|
-
return this.client.sendOperationRequest(
|
|
765
|
-
{ resourceGroupName, resourceName, options },
|
|
766
|
-
listSkusOperationSpec
|
|
767
|
-
);
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
/**
|
|
771
|
-
* ListBySubscriptionNext
|
|
772
|
-
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
773
|
-
* @param options The options parameters.
|
|
774
|
-
*/
|
|
775
|
-
private _listBySubscriptionNext(
|
|
776
|
-
nextLink: string,
|
|
777
|
-
options?: SignalRListBySubscriptionNextOptionalParams
|
|
778
|
-
): Promise<SignalRListBySubscriptionNextResponse> {
|
|
779
|
-
return this.client.sendOperationRequest(
|
|
780
|
-
{ nextLink, options },
|
|
781
|
-
listBySubscriptionNextOperationSpec
|
|
782
|
-
);
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/**
|
|
786
|
-
* ListByResourceGroupNext
|
|
787
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
788
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
789
|
-
* @param options The options parameters.
|
|
790
|
-
*/
|
|
791
|
-
private _listByResourceGroupNext(
|
|
792
|
-
resourceGroupName: string,
|
|
793
|
-
nextLink: string,
|
|
794
|
-
options?: SignalRListByResourceGroupNextOptionalParams
|
|
795
|
-
): Promise<SignalRListByResourceGroupNextResponse> {
|
|
796
|
-
return this.client.sendOperationRequest(
|
|
797
|
-
{ resourceGroupName, nextLink, options },
|
|
798
|
-
listByResourceGroupNextOperationSpec
|
|
799
|
-
);
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
|
-
// Operation Specifications
|
|
803
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
804
|
-
|
|
805
|
-
const checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {
|
|
806
|
-
path:
|
|
807
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability",
|
|
808
|
-
httpMethod: "POST",
|
|
809
|
-
responses: {
|
|
810
|
-
200: {
|
|
811
|
-
bodyMapper: Mappers.NameAvailability
|
|
812
|
-
},
|
|
813
|
-
default: {
|
|
814
|
-
bodyMapper: Mappers.ErrorResponse
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
requestBody: Parameters.parameters,
|
|
818
|
-
queryParameters: [Parameters.apiVersion],
|
|
819
|
-
urlParameters: [
|
|
820
|
-
Parameters.$host,
|
|
821
|
-
Parameters.location,
|
|
822
|
-
Parameters.subscriptionId
|
|
823
|
-
],
|
|
824
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
825
|
-
mediaType: "json",
|
|
826
|
-
serializer
|
|
827
|
-
};
|
|
828
|
-
const listBySubscriptionOperationSpec: coreClient.OperationSpec = {
|
|
829
|
-
path:
|
|
830
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR",
|
|
831
|
-
httpMethod: "GET",
|
|
832
|
-
responses: {
|
|
833
|
-
200: {
|
|
834
|
-
bodyMapper: Mappers.SignalRResourceList
|
|
835
|
-
},
|
|
836
|
-
default: {
|
|
837
|
-
bodyMapper: Mappers.ErrorResponse
|
|
838
|
-
}
|
|
839
|
-
},
|
|
840
|
-
queryParameters: [Parameters.apiVersion],
|
|
841
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
842
|
-
headerParameters: [Parameters.accept],
|
|
843
|
-
serializer
|
|
844
|
-
};
|
|
845
|
-
const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
846
|
-
path:
|
|
847
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR",
|
|
848
|
-
httpMethod: "GET",
|
|
849
|
-
responses: {
|
|
850
|
-
200: {
|
|
851
|
-
bodyMapper: Mappers.SignalRResourceList
|
|
852
|
-
},
|
|
853
|
-
default: {
|
|
854
|
-
bodyMapper: Mappers.ErrorResponse
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
queryParameters: [Parameters.apiVersion],
|
|
858
|
-
urlParameters: [
|
|
859
|
-
Parameters.$host,
|
|
860
|
-
Parameters.subscriptionId,
|
|
861
|
-
Parameters.resourceGroupName
|
|
862
|
-
],
|
|
863
|
-
headerParameters: [Parameters.accept],
|
|
864
|
-
serializer
|
|
865
|
-
};
|
|
866
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
867
|
-
path:
|
|
868
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}",
|
|
869
|
-
httpMethod: "GET",
|
|
870
|
-
responses: {
|
|
871
|
-
200: {
|
|
872
|
-
bodyMapper: Mappers.SignalRResource
|
|
873
|
-
},
|
|
874
|
-
default: {
|
|
875
|
-
bodyMapper: Mappers.ErrorResponse
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
queryParameters: [Parameters.apiVersion],
|
|
879
|
-
urlParameters: [
|
|
880
|
-
Parameters.$host,
|
|
881
|
-
Parameters.subscriptionId,
|
|
882
|
-
Parameters.resourceGroupName,
|
|
883
|
-
Parameters.resourceName
|
|
884
|
-
],
|
|
885
|
-
headerParameters: [Parameters.accept],
|
|
886
|
-
serializer
|
|
887
|
-
};
|
|
888
|
-
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
889
|
-
path:
|
|
890
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}",
|
|
891
|
-
httpMethod: "PUT",
|
|
892
|
-
responses: {
|
|
893
|
-
200: {
|
|
894
|
-
bodyMapper: Mappers.SignalRResource
|
|
895
|
-
},
|
|
896
|
-
201: {
|
|
897
|
-
bodyMapper: Mappers.SignalRResource
|
|
898
|
-
},
|
|
899
|
-
202: {
|
|
900
|
-
bodyMapper: Mappers.SignalRResource
|
|
901
|
-
},
|
|
902
|
-
204: {
|
|
903
|
-
bodyMapper: Mappers.SignalRResource
|
|
904
|
-
},
|
|
905
|
-
default: {
|
|
906
|
-
bodyMapper: Mappers.ErrorResponse
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
requestBody: Parameters.parameters1,
|
|
910
|
-
queryParameters: [Parameters.apiVersion],
|
|
911
|
-
urlParameters: [
|
|
912
|
-
Parameters.$host,
|
|
913
|
-
Parameters.subscriptionId,
|
|
914
|
-
Parameters.resourceGroupName,
|
|
915
|
-
Parameters.resourceName
|
|
916
|
-
],
|
|
917
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
918
|
-
mediaType: "json",
|
|
919
|
-
serializer
|
|
920
|
-
};
|
|
921
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
922
|
-
path:
|
|
923
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}",
|
|
924
|
-
httpMethod: "DELETE",
|
|
925
|
-
responses: {
|
|
926
|
-
200: {},
|
|
927
|
-
201: {},
|
|
928
|
-
202: {},
|
|
929
|
-
204: {},
|
|
930
|
-
default: {
|
|
931
|
-
bodyMapper: Mappers.ErrorResponse
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
queryParameters: [Parameters.apiVersion],
|
|
935
|
-
urlParameters: [
|
|
936
|
-
Parameters.$host,
|
|
937
|
-
Parameters.subscriptionId,
|
|
938
|
-
Parameters.resourceGroupName,
|
|
939
|
-
Parameters.resourceName
|
|
940
|
-
],
|
|
941
|
-
headerParameters: [Parameters.accept],
|
|
942
|
-
serializer
|
|
943
|
-
};
|
|
944
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
|
945
|
-
path:
|
|
946
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}",
|
|
947
|
-
httpMethod: "PATCH",
|
|
948
|
-
responses: {
|
|
949
|
-
200: {
|
|
950
|
-
bodyMapper: Mappers.SignalRResource
|
|
951
|
-
},
|
|
952
|
-
201: {
|
|
953
|
-
bodyMapper: Mappers.SignalRResource
|
|
954
|
-
},
|
|
955
|
-
202: {
|
|
956
|
-
bodyMapper: Mappers.SignalRResource
|
|
957
|
-
},
|
|
958
|
-
204: {
|
|
959
|
-
bodyMapper: Mappers.SignalRResource
|
|
960
|
-
},
|
|
961
|
-
default: {
|
|
962
|
-
bodyMapper: Mappers.ErrorResponse
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
requestBody: Parameters.parameters1,
|
|
966
|
-
queryParameters: [Parameters.apiVersion],
|
|
967
|
-
urlParameters: [
|
|
968
|
-
Parameters.$host,
|
|
969
|
-
Parameters.subscriptionId,
|
|
970
|
-
Parameters.resourceGroupName,
|
|
971
|
-
Parameters.resourceName
|
|
972
|
-
],
|
|
973
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
974
|
-
mediaType: "json",
|
|
975
|
-
serializer
|
|
976
|
-
};
|
|
977
|
-
const listKeysOperationSpec: coreClient.OperationSpec = {
|
|
978
|
-
path:
|
|
979
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/listKeys",
|
|
980
|
-
httpMethod: "POST",
|
|
981
|
-
responses: {
|
|
982
|
-
200: {
|
|
983
|
-
bodyMapper: Mappers.SignalRKeys
|
|
984
|
-
},
|
|
985
|
-
default: {
|
|
986
|
-
bodyMapper: Mappers.ErrorResponse
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
queryParameters: [Parameters.apiVersion],
|
|
990
|
-
urlParameters: [
|
|
991
|
-
Parameters.$host,
|
|
992
|
-
Parameters.subscriptionId,
|
|
993
|
-
Parameters.resourceGroupName,
|
|
994
|
-
Parameters.resourceName
|
|
995
|
-
],
|
|
996
|
-
headerParameters: [Parameters.accept],
|
|
997
|
-
serializer
|
|
998
|
-
};
|
|
999
|
-
const regenerateKeyOperationSpec: coreClient.OperationSpec = {
|
|
1000
|
-
path:
|
|
1001
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/regenerateKey",
|
|
1002
|
-
httpMethod: "POST",
|
|
1003
|
-
responses: {
|
|
1004
|
-
200: {
|
|
1005
|
-
bodyMapper: Mappers.SignalRKeys
|
|
1006
|
-
},
|
|
1007
|
-
201: {
|
|
1008
|
-
bodyMapper: Mappers.SignalRKeys
|
|
1009
|
-
},
|
|
1010
|
-
202: {
|
|
1011
|
-
bodyMapper: Mappers.SignalRKeys
|
|
1012
|
-
},
|
|
1013
|
-
204: {
|
|
1014
|
-
bodyMapper: Mappers.SignalRKeys
|
|
1015
|
-
},
|
|
1016
|
-
default: {
|
|
1017
|
-
bodyMapper: Mappers.ErrorResponse
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
requestBody: Parameters.parameters2,
|
|
1021
|
-
queryParameters: [Parameters.apiVersion],
|
|
1022
|
-
urlParameters: [
|
|
1023
|
-
Parameters.$host,
|
|
1024
|
-
Parameters.subscriptionId,
|
|
1025
|
-
Parameters.resourceGroupName,
|
|
1026
|
-
Parameters.resourceName
|
|
1027
|
-
],
|
|
1028
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1029
|
-
mediaType: "json",
|
|
1030
|
-
serializer
|
|
1031
|
-
};
|
|
1032
|
-
const listReplicaSkusOperationSpec: coreClient.OperationSpec = {
|
|
1033
|
-
path:
|
|
1034
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/replicas/{replicaName}/skus",
|
|
1035
|
-
httpMethod: "GET",
|
|
1036
|
-
responses: {
|
|
1037
|
-
200: {
|
|
1038
|
-
bodyMapper: Mappers.SkuList
|
|
1039
|
-
},
|
|
1040
|
-
default: {
|
|
1041
|
-
bodyMapper: Mappers.ErrorResponse
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
queryParameters: [Parameters.apiVersion],
|
|
1045
|
-
urlParameters: [
|
|
1046
|
-
Parameters.$host,
|
|
1047
|
-
Parameters.subscriptionId,
|
|
1048
|
-
Parameters.resourceGroupName,
|
|
1049
|
-
Parameters.resourceName,
|
|
1050
|
-
Parameters.replicaName
|
|
1051
|
-
],
|
|
1052
|
-
headerParameters: [Parameters.accept],
|
|
1053
|
-
serializer
|
|
1054
|
-
};
|
|
1055
|
-
const restartOperationSpec: coreClient.OperationSpec = {
|
|
1056
|
-
path:
|
|
1057
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/restart",
|
|
1058
|
-
httpMethod: "POST",
|
|
1059
|
-
responses: {
|
|
1060
|
-
200: {
|
|
1061
|
-
headersMapper: Mappers.SignalRRestartHeaders
|
|
1062
|
-
},
|
|
1063
|
-
201: {
|
|
1064
|
-
headersMapper: Mappers.SignalRRestartHeaders
|
|
1065
|
-
},
|
|
1066
|
-
202: {
|
|
1067
|
-
headersMapper: Mappers.SignalRRestartHeaders
|
|
1068
|
-
},
|
|
1069
|
-
204: {
|
|
1070
|
-
headersMapper: Mappers.SignalRRestartHeaders
|
|
1071
|
-
},
|
|
1072
|
-
default: {
|
|
1073
|
-
bodyMapper: Mappers.ErrorResponse
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
queryParameters: [Parameters.apiVersion],
|
|
1077
|
-
urlParameters: [
|
|
1078
|
-
Parameters.$host,
|
|
1079
|
-
Parameters.subscriptionId,
|
|
1080
|
-
Parameters.resourceGroupName,
|
|
1081
|
-
Parameters.resourceName
|
|
1082
|
-
],
|
|
1083
|
-
headerParameters: [Parameters.accept],
|
|
1084
|
-
serializer
|
|
1085
|
-
};
|
|
1086
|
-
const listSkusOperationSpec: coreClient.OperationSpec = {
|
|
1087
|
-
path:
|
|
1088
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/skus",
|
|
1089
|
-
httpMethod: "GET",
|
|
1090
|
-
responses: {
|
|
1091
|
-
200: {
|
|
1092
|
-
bodyMapper: Mappers.SkuList
|
|
1093
|
-
},
|
|
1094
|
-
default: {
|
|
1095
|
-
bodyMapper: Mappers.ErrorResponse
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
queryParameters: [Parameters.apiVersion],
|
|
1099
|
-
urlParameters: [
|
|
1100
|
-
Parameters.$host,
|
|
1101
|
-
Parameters.subscriptionId,
|
|
1102
|
-
Parameters.resourceGroupName,
|
|
1103
|
-
Parameters.resourceName
|
|
1104
|
-
],
|
|
1105
|
-
headerParameters: [Parameters.accept],
|
|
1106
|
-
serializer
|
|
1107
|
-
};
|
|
1108
|
-
const listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {
|
|
1109
|
-
path: "{nextLink}",
|
|
1110
|
-
httpMethod: "GET",
|
|
1111
|
-
responses: {
|
|
1112
|
-
200: {
|
|
1113
|
-
bodyMapper: Mappers.SignalRResourceList
|
|
1114
|
-
},
|
|
1115
|
-
default: {
|
|
1116
|
-
bodyMapper: Mappers.ErrorResponse
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
urlParameters: [
|
|
1120
|
-
Parameters.$host,
|
|
1121
|
-
Parameters.nextLink,
|
|
1122
|
-
Parameters.subscriptionId
|
|
1123
|
-
],
|
|
1124
|
-
headerParameters: [Parameters.accept],
|
|
1125
|
-
serializer
|
|
1126
|
-
};
|
|
1127
|
-
const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
|
|
1128
|
-
path: "{nextLink}",
|
|
1129
|
-
httpMethod: "GET",
|
|
1130
|
-
responses: {
|
|
1131
|
-
200: {
|
|
1132
|
-
bodyMapper: Mappers.SignalRResourceList
|
|
1133
|
-
},
|
|
1134
|
-
default: {
|
|
1135
|
-
bodyMapper: Mappers.ErrorResponse
|
|
1136
|
-
}
|
|
1137
|
-
},
|
|
1138
|
-
urlParameters: [
|
|
1139
|
-
Parameters.$host,
|
|
1140
|
-
Parameters.nextLink,
|
|
1141
|
-
Parameters.subscriptionId,
|
|
1142
|
-
Parameters.resourceGroupName
|
|
1143
|
-
],
|
|
1144
|
-
headerParameters: [Parameters.accept],
|
|
1145
|
-
serializer
|
|
1146
|
-
};
|