@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
package/README.md
CHANGED
|
@@ -48,20 +48,28 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
|
|
|
48
48
|
|
|
49
49
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
+
|
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
|
+
import { SignalRManagementClient } from "@azure/arm-signalr";
|
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
56
|
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
58
|
const client = new SignalRManagementClient(new DefaultAzureCredential(), subscriptionId);
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
62
|
+
|
|
63
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
64
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
65
|
+
import { SignalRManagementClient } from "@azure/arm-signalr";
|
|
58
66
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
67
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
68
|
+
const credential = new InteractiveBrowserCredential({
|
|
69
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
70
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
71
|
+
});
|
|
72
|
+
const client = new SignalRManagementClient(credential, subscriptionId);
|
|
65
73
|
```
|
|
66
74
|
|
|
67
75
|
### JavaScript Bundle
|
|
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
88
|
|
|
81
89
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
90
|
|
|
83
|
-
```
|
|
84
|
-
|
|
91
|
+
```ts snippet:SetLogLevel
|
|
92
|
+
import { setLogLevel } from "@azure/logger";
|
|
93
|
+
|
|
85
94
|
setLogLevel("info");
|
|
86
95
|
```
|
|
87
96
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { SignalRManagementClient } from "./signalRManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { SignalRManagementClient } from "./signalRManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { SignalRManagementClient } from \"./signalRManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list REST API operations. It contains a list of operations. */\nexport interface OperationList {\n /** List of operations supported by the resource provider. */\n value?: Operation[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** REST API operation supported by resource provider. */\nexport interface Operation {\n /** Name of the operation with format: {provider}/{resource}/{operation} */\n name?: string;\n /** If the operation is a data action. (for data plane rbac) */\n isDataAction?: boolean;\n /** The object that describes a operation. */\n display?: OperationDisplay;\n /** Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. */\n origin?: string;\n /** Extra Operation properties. */\n properties?: OperationProperties;\n}\n\n/** The object that describes a operation. */\nexport interface OperationDisplay {\n /** Friendly name of the resource provider */\n provider?: string;\n /** Resource type on which the operation is performed. */\n resource?: string;\n /** The localized friendly name for the operation. */\n operation?: string;\n /** The localized friendly description for the operation */\n description?: string;\n}\n\n/** Extra Operation properties. */\nexport interface OperationProperties {\n /** An object that describes a specification. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** An object that describes a specification. */\nexport interface ServiceSpecification {\n /** Specifications of the Metrics for Azure Monitoring. */\n metricSpecifications?: MetricSpecification[];\n /** Specifications of the Logs for Azure Monitoring. */\n logSpecifications?: LogSpecification[];\n}\n\n/** Specifications of the Metrics for Azure Monitoring. */\nexport interface MetricSpecification {\n /** Name of the metric. */\n name?: string;\n /** Localized friendly display name of the metric. */\n displayName?: string;\n /** Localized friendly description of the metric. */\n displayDescription?: string;\n /** The unit that makes sense for the metric. */\n unit?: string;\n /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */\n aggregationType?: string;\n /**\n * Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.\n * Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear\n * often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.\n */\n fillGapWithZero?: string;\n /** The name of the metric category that the metric belongs to. A metric can only belong to a single category. */\n category?: string;\n /** The dimensions of the metrics. */\n dimensions?: Dimension[];\n}\n\n/** Specifications of the Dimension of metrics. */\nexport interface Dimension {\n /** The public facing name of the dimension. */\n name?: string;\n /** Localized friendly display name of the dimension. */\n displayName?: string;\n /** Name of the dimension as it appears in MDM. */\n internalName?: string;\n /** A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. */\n toBeExportedForShoebox?: boolean;\n}\n\n/** Specifications of the Logs for Azure Monitoring. */\nexport interface LogSpecification {\n /** Name of the log. */\n name?: string;\n /** Localized friendly display name of the log. */\n displayName?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Data POST-ed to the nameAvailability action */\nexport interface NameAvailabilityParameters {\n /** The resource type. Can be \"Microsoft.SignalRService/SignalR\", \"Microsoft.SignalRService/WebPubSub\", \"Microsoft.SignalRService/SignalR/replicas\" or \"Microsoft.SignalRService/WebPubSub/replicas\" */\n type: string;\n /** The resource name to validate. e.g.\"my-resource-name\" */\n name: string;\n}\n\n/** Result of the request to check name availability. It contains a flag and possible reason of failure. */\nexport interface NameAvailability {\n /** Indicates whether the name is available or not. */\n nameAvailable?: boolean;\n /** The reason of the availability. Required if name is not available. */\n reason?: string;\n /** The message of the operation. */\n message?: string;\n}\n\n/** Object that includes an array of the resource usages and a possible link for next set. */\nexport interface SignalRUsageList {\n /** List of the resource usages */\n value?: SignalRUsage[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Object that describes a specific usage of the resources. */\nexport interface SignalRUsage {\n /** Fully qualified ARM resource id */\n id?: string;\n /** Current value for the usage quota. */\n currentValue?: number;\n /** The maximum permitted value for the usage quota. If there is no limit, this value will be -1. */\n limit?: number;\n /** Localizable String object containing the name and a localized value. */\n name?: SignalRUsageName;\n /** Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. */\n unit?: string;\n}\n\n/** Localizable String object containing the name and a localized value. */\nexport interface SignalRUsageName {\n /** The identifier of the usage. */\n value?: string;\n /** Localized name of the usage. */\n localizedValue?: string;\n}\n\n/** Object that includes an array of resources and a possible link for next set. */\nexport interface SignalRResourceList {\n /** List of the resources */\n value?: SignalRResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** The billing information of the resource. */\nexport interface ResourceSku {\n /**\n * The name of the SKU. Required.\n *\n * Allowed values: Standard_S1, Free_F1, Premium_P1\n */\n name: string;\n /**\n * Optional tier of this particular SKU. 'Standard' or 'Free'.\n *\n * `Basic` is deprecated, use `Standard` instead.\n */\n tier?: SignalRSkuTier;\n /**\n * Not used. Retained for future use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: string;\n /**\n * Not used. Retained for future use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly family?: string;\n /**\n * Optional, integer. The unit count of the resource. 1 by default.\n *\n * If present, following values are allowed:\n * Free: 1;\n * Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;\n * Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;\n */\n capacity?: number;\n}\n\n/** Private endpoint */\nexport interface PrivateEndpoint {\n /** Full qualified Id of the private endpoint */\n id?: string;\n}\n\n/** Connection state of the private endpoint connection */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateLinkServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** TLS settings for the resource */\nexport interface SignalRTlsSettings {\n /** Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. */\n clientCertEnabled?: boolean;\n}\n\n/** Feature of a resource, which controls the runtime behavior. */\nexport interface SignalRFeature {\n /**\n * FeatureFlags is the supported features of Azure SignalR service.\n * - ServiceMode: Flag for backend server for SignalR service. Values allowed: \"Default\": have your own backend server; \"Serverless\": your application doesn't have a backend server; \"Classic\": for backward compatibility. Support both Default and Serverless mode but not recommended; \"PredefinedOnly\": for future use.\n * - EnableConnectivityLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\n * - EnableMessagingLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\n * - EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: \"true\"/\"false\", to enable/disable live trace feature.\n */\n flag: FeatureFlags;\n /** Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. */\n value: string;\n /** Optional properties related to this feature. */\n properties?: { [propertyName: string]: string };\n}\n\n/** Live trace configuration of a Microsoft.SignalRService resource. */\nexport interface LiveTraceConfiguration {\n /**\n * Indicates whether or not enable live trace.\n * When it's set to true, live trace client can connect to the service.\n * Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in \"categories\".\n * Available values: true, false.\n * Case insensitive.\n */\n enabled?: string;\n /** Gets or sets the list of category configurations. */\n categories?: LiveTraceCategory[];\n}\n\n/** Live trace category configuration of a Microsoft.SignalRService resource. */\nexport interface LiveTraceCategory {\n /**\n * Gets or sets the live trace category's name.\n * Available values: ConnectivityLogs, MessagingLogs.\n * Case insensitive.\n */\n name?: string;\n /**\n * Indicates whether or the live trace category is enabled.\n * Available values: true, false.\n * Case insensitive.\n */\n enabled?: string;\n}\n\n/** Resource log configuration of a Microsoft.SignalRService resource. */\nexport interface ResourceLogConfiguration {\n /** Gets or sets the list of category configurations. */\n categories?: ResourceLogCategory[];\n}\n\n/** Resource log category configuration of a Microsoft.SignalRService resource. */\nexport interface ResourceLogCategory {\n /**\n * Gets or sets the resource log category's name.\n * Available values: ConnectivityLogs, MessagingLogs.\n * Case insensitive.\n */\n name?: string;\n /**\n * Indicates whether or the resource log category is enabled.\n * Available values: true, false.\n * Case insensitive.\n */\n enabled?: string;\n}\n\n/** Cross-Origin Resource Sharing (CORS) settings. */\nexport interface SignalRCorsSettings {\n /** Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use \"*\" to allow all. If omitted, allow all by default. */\n allowedOrigins?: string[];\n}\n\n/** Serverless settings. */\nexport interface ServerlessSettings {\n /**\n * Gets or sets Client Connection Timeout. Optional to be set.\n * Value in seconds.\n * Default value is 30 seconds.\n * Customer should set the timeout to a shorter period if messages are expected to be sent in shorter intervals,\n * and want the client to disconnect more quickly after the last message is sent.\n * You can set the timeout to a longer period if messages are expected to be sent in longer intervals,\n * and they want to keep the same client connection alive during this session.\n * The service considers the client disconnected if it hasn't received a message (including keep-alive) in this interval.\n */\n connectionTimeoutInSeconds?: number;\n}\n\n/** The settings for the Upstream when the service is in server-less mode. */\nexport interface ServerlessUpstreamSettings {\n /** Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. */\n templates?: UpstreamTemplate[];\n}\n\n/**\n * Upstream template item settings. It defines the Upstream URL of the incoming requests.\n * The template defines the pattern of the event, the hub or the category of the incoming request that matches current URL template.\n */\nexport interface UpstreamTemplate {\n /**\n * Gets or sets the matching pattern for hub names. If not set, it matches any hub.\n * There are 3 kind of patterns supported:\n * 1. \"*\", it to matches any hub name.\n * 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\".\n * 3. The single hub name, for example, \"hub1\", it matches \"hub1\".\n */\n hubPattern?: string;\n /**\n * Gets or sets the matching pattern for event names. If not set, it matches any event.\n * There are 3 kind of patterns supported:\n * 1. \"*\", it to matches any event name.\n * 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\".\n * 3. The single event name, for example, \"connect\", it matches \"connect\".\n */\n eventPattern?: string;\n /**\n * Gets or sets the matching pattern for category names. If not set, it matches any category.\n * There are 3 kind of patterns supported:\n * 1. \"*\", it to matches any category name.\n * 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\".\n * 3. The single category name, for example, \"connections\", it matches the category \"connections\".\n */\n categoryPattern?: string;\n /**\n * Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\n * For example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`.\n */\n urlTemplate: string;\n /** Upstream auth settings. If not set, no auth is used for upstream messages. */\n auth?: UpstreamAuthSettings;\n}\n\n/** Upstream auth settings. If not set, no auth is used for upstream messages. */\nexport interface UpstreamAuthSettings {\n /** Upstream auth type enum. */\n type?: UpstreamAuthType;\n /** Managed identity settings for upstream. */\n managedIdentity?: ManagedIdentitySettings;\n}\n\n/** Managed identity settings for upstream. */\nexport interface ManagedIdentitySettings {\n /**\n * The Resource indicating the App ID URI of the target resource.\n * It also appears in the aud (audience) claim of the issued token.\n */\n resource?: string;\n}\n\n/** Network ACLs for the resource */\nexport interface SignalRNetworkACLs {\n /** Azure Networking ACL Action. */\n defaultAction?: ACLAction;\n /** Network ACL */\n publicNetwork?: NetworkACL;\n /** ACLs for requests from private endpoints */\n privateEndpoints?: PrivateEndpointACL[];\n /** IP rules for filtering public traffic */\n ipRules?: IPRule[];\n}\n\n/** Network ACL */\nexport interface NetworkACL {\n /** Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */\n allow?: SignalRRequestType[];\n /** Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */\n deny?: SignalRRequestType[];\n}\n\n/** An IP rule */\nexport interface IPRule {\n /** An IP or CIDR or ServiceTag */\n value?: string;\n /** Azure Networking ACL Action. */\n action?: ACLAction;\n}\n\n/** A class represent managed identities used for request and response */\nexport interface ManagedIdentity {\n /** Represents the identity type: systemAssigned, userAssigned, None */\n type?: ManagedIdentityType;\n /** Get or set the user assigned identities */\n userAssignedIdentities?: {\n [propertyName: string]: UserAssignedIdentityProperty;\n };\n /**\n * Get the principal id for the system assigned identity.\n * Only be used in response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Get the tenant id for the system assigned identity.\n * Only be used in response\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** Properties of user assigned identity. */\nexport interface UserAssignedIdentityProperty {\n /**\n * Get the principal id for the user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Get the client id for the user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Custom certificates list. */\nexport interface CustomCertificateList {\n /** List of custom certificates of this resource. */\n value?: CustomCertificate[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Custom domains list */\nexport interface CustomDomainList {\n /** List of custom domains that bind to this resource. */\n value?: CustomDomain[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Reference to a resource. */\nexport interface ResourceReference {\n /** Resource ID. */\n id?: string;\n}\n\n/** A class represents the access keys of the resource. */\nexport interface SignalRKeys {\n /** The primary access key. */\n primaryKey?: string;\n /** The secondary access key. */\n secondaryKey?: string;\n /** Connection string constructed via the primaryKey */\n primaryConnectionString?: string;\n /** Connection string constructed via the secondaryKey */\n secondaryConnectionString?: string;\n}\n\n/** A list of private endpoint connections */\nexport interface PrivateEndpointConnectionList {\n /** The list of the private endpoint connections */\n value?: PrivateEndpointConnection[];\n /** Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. */\n nextLink?: string;\n}\n\n/** Contains a list of PrivateLinkResource and a possible link to query more results */\nexport interface PrivateLinkResourceList {\n /** List of PrivateLinkResource */\n value?: PrivateLinkResource[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Describes a resource type that has been onboarded to private link service */\nexport interface ShareablePrivateLinkResourceType {\n /** The name of the resource type that has been onboarded to private link service */\n name?: string;\n /** Describes the properties of a resource type that has been onboarded to private link service */\n properties?: ShareablePrivateLinkResourceProperties;\n}\n\n/** Describes the properties of a resource type that has been onboarded to private link service */\nexport interface ShareablePrivateLinkResourceProperties {\n /** The description of the resource type that has been onboarded to private link service */\n description?: string;\n /** The resource provider group id for the resource that has been onboarded to private link service */\n groupId?: string;\n /** The resource provider type for the resource that has been onboarded to private link service */\n type?: string;\n}\n\n/** Parameters describes the request to regenerate access keys */\nexport interface RegenerateKeyParameters {\n /** The type of access key. */\n keyType?: KeyType;\n}\n\nexport interface ReplicaList {\n /** List of the replica */\n value?: Replica[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** The list skus operation response */\nexport interface SkuList {\n /**\n * The list of skus available for the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Sku[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an available sku.\" */\nexport interface Sku {\n /**\n * The resource type that this object applies to\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * The billing information of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: ResourceSku;\n /**\n * Describes scaling information of a sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: SkuCapacity;\n}\n\n/** Describes scaling information of a sku. */\nexport interface SkuCapacity {\n /**\n * The lowest permitted capacity for this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * The highest permitted capacity for this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * The default capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * Allows capacity value list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: number[];\n /**\n * The scale type applicable to the sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: ScaleType;\n}\n\n/** A list of shared private link resources */\nexport interface SharedPrivateLinkResourceList {\n /** The list of the shared private link resources */\n value?: SharedPrivateLinkResource[];\n /** Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. */\n nextLink?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** ACL for a private endpoint */\nexport interface PrivateEndpointACL extends NetworkACL {\n /** Name of the private endpoint connection */\n name: string;\n}\n\n/** A private endpoint connection to an azure resource */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Private endpoint */\n privateEndpoint?: PrivateEndpoint;\n /**\n * Group IDs\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** Connection state of the private endpoint connection */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\n/** Describes a Shared Private Link Resource */\nexport interface SharedPrivateLinkResource extends ProxyResource {\n /** The group id from the provider of resource the shared private link resource is for */\n groupId?: string;\n /** The resource id of the resource the shared private link resource is for */\n privateLinkResourceId?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** The request message for requesting approval of the shared private link resource */\n requestMessage?: string;\n /**\n * Status of the shared private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: SharedPrivateLinkResourceStatus;\n}\n\n/** A custom certificate. */\nexport interface CustomCertificate extends ProxyResource {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Base uri of the KeyVault that stores certificate. */\n keyVaultBaseUri: string;\n /** Certificate secret name. */\n keyVaultSecretName: string;\n /** Certificate secret version. */\n keyVaultSecretVersion?: string;\n}\n\n/** A custom domain */\nexport interface CustomDomain extends ProxyResource {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** The custom domain name. */\n domainName: string;\n /** Reference to a resource. */\n customCertificate: ResourceReference;\n}\n\n/** Private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** Group Id of the private link resource */\n groupId?: string;\n /** Required members of the private link resource */\n requiredMembers?: string[];\n /** Required private DNS zone names */\n requiredZoneNames?: string[];\n /** The list of resources that are onboarded to private link service */\n shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];\n}\n\n/** A class represent a resource. */\nexport interface SignalRResource extends TrackedResource {\n /** The billing information of the resource. */\n sku?: ResourceSku;\n /** The kind of the service */\n kind?: ServiceKind;\n /** A class represent managed identities used for request and response */\n identity?: ManagedIdentity;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The publicly accessible IP of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly externalIP?: string;\n /**\n * FQDN of the service instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /**\n * The publicly accessible port of the resource which is designed for browser/client side usage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicPort?: number;\n /**\n * The publicly accessible port of the resource which is designed for customer server side usage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverPort?: number;\n /**\n * Version of the resource. Probably you need the same or higher version of client SDKs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Private endpoint connections to the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * The list of shared private link resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** TLS settings for the resource */\n tls?: SignalRTlsSettings;\n /**\n * Deprecated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostNamePrefix?: string;\n /**\n * List of the featureFlags.\n *\n * FeatureFlags that are not included in the parameters for the update operation will not be modified.\n * And the response will only include featureFlags that are explicitly set.\n * When a featureFlag is not explicitly set, its globally default value will be used\n * But keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags.\n */\n features?: SignalRFeature[];\n /** Live trace configuration of a Microsoft.SignalRService resource. */\n liveTraceConfiguration?: LiveTraceConfiguration;\n /** Resource log configuration of a Microsoft.SignalRService resource. */\n resourceLogConfiguration?: ResourceLogConfiguration;\n /** Cross-Origin Resource Sharing (CORS) settings. */\n cors?: SignalRCorsSettings;\n /** Serverless settings. */\n serverless?: ServerlessSettings;\n /** The settings for the Upstream when the service is in server-less mode. */\n upstream?: ServerlessUpstreamSettings;\n /** Network ACLs for the resource */\n networkACLs?: SignalRNetworkACLs;\n /**\n * Enable or disable public network access. Default to \"Enabled\".\n * When it's Enabled, network ACLs still apply.\n * When it's Disabled, public network access is always disabled no matter what you set in network ACLs.\n */\n publicNetworkAccess?: string;\n /**\n * DisableLocalAuth\n * Enable or disable local auth with AccessKey\n * When set as true, connection with AccessKey=xxx won't work.\n */\n disableLocalAuth?: boolean;\n /**\n * DisableLocalAuth\n * Enable or disable aad auth\n * When set as true, connection with AuthType=aad won't work.\n */\n disableAadAuth?: boolean;\n /**\n * Enable or disable the regional endpoint. Default to \"Enabled\".\n * When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.\n * This property is replica specific. Disable the regional endpoint without replica is not allowed.\n */\n regionEndpointEnabled?: string;\n /**\n * Stop or start the resource. Default to \"False\".\n * When it's true, the data plane of the resource is shutdown.\n * When it's false, the data plane of the resource is started.\n */\n resourceStopped?: string;\n}\n\n/** A class represent a replica resource. */\nexport interface Replica extends TrackedResource {\n /** The billing information of the resource. */\n sku?: ResourceSku;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Enable or disable the regional endpoint. Default to \"Enabled\".\n * When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.\n */\n regionEndpointEnabled?: string;\n /**\n * Stop or start the resource. Default to \"false\".\n * When it's true, the data plane of the resource is shutdown.\n * When it's false, the data plane of the resource is started.\n */\n resourceStopped?: string;\n}\n\n/** Defines headers for SignalR_update operation. */\nexport interface SignalRUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for SignalR_regenerateKey operation. */\nexport interface SignalRRegenerateKeyHeaders {\n location?: string;\n}\n\n/** Defines headers for SignalR_restart operation. */\nexport interface SignalRRestartHeaders {\n location?: string;\n}\n\n/** Defines headers for SignalRReplicas_update operation. */\nexport interface SignalRReplicasUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for SignalRReplicas_restart operation. */\nexport interface SignalRReplicasRestartHeaders {\n location?: string;\n}\n\n/** Known values of {@link SignalRSkuTier} that the service accepts. */\nexport enum KnownSignalRSkuTier {\n /** Free */\n Free = \"Free\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\"\n}\n\n/**\n * Defines values for SignalRSkuTier. \\\n * {@link KnownSignalRSkuTier} can be used interchangeably with SignalRSkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Basic** \\\n * **Standard** \\\n * **Premium**\n */\nexport type SignalRSkuTier = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Running */\n Running = \"Running\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Running** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateLinkServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus. \\\n * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateLinkServiceConnectionStatus = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link SharedPrivateLinkResourceStatus} that the service accepts. */\nexport enum KnownSharedPrivateLinkResourceStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Timeout */\n Timeout = \"Timeout\"\n}\n\n/**\n * Defines values for SharedPrivateLinkResourceStatus. \\\n * {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected** \\\n * **Timeout**\n */\nexport type SharedPrivateLinkResourceStatus = string;\n\n/** Known values of {@link FeatureFlags} that the service accepts. */\nexport enum KnownFeatureFlags {\n /** ServiceMode */\n ServiceMode = \"ServiceMode\",\n /** EnableConnectivityLogs */\n EnableConnectivityLogs = \"EnableConnectivityLogs\",\n /** EnableMessagingLogs */\n EnableMessagingLogs = \"EnableMessagingLogs\",\n /** EnableLiveTrace */\n EnableLiveTrace = \"EnableLiveTrace\"\n}\n\n/**\n * Defines values for FeatureFlags. \\\n * {@link KnownFeatureFlags} can be used interchangeably with FeatureFlags,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceMode** \\\n * **EnableConnectivityLogs** \\\n * **EnableMessagingLogs** \\\n * **EnableLiveTrace**\n */\nexport type FeatureFlags = string;\n\n/** Known values of {@link UpstreamAuthType} that the service accepts. */\nexport enum KnownUpstreamAuthType {\n /** None */\n None = \"None\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\"\n}\n\n/**\n * Defines values for UpstreamAuthType. \\\n * {@link KnownUpstreamAuthType} can be used interchangeably with UpstreamAuthType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ManagedIdentity**\n */\nexport type UpstreamAuthType = string;\n\n/** Known values of {@link ACLAction} that the service accepts. */\nexport enum KnownACLAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\"\n}\n\n/**\n * Defines values for ACLAction. \\\n * {@link KnownACLAction} can be used interchangeably with ACLAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type ACLAction = string;\n\n/** Known values of {@link SignalRRequestType} that the service accepts. */\nexport enum KnownSignalRRequestType {\n /** ClientConnection */\n ClientConnection = \"ClientConnection\",\n /** ServerConnection */\n ServerConnection = \"ServerConnection\",\n /** Restapi */\n Restapi = \"RESTAPI\",\n /** Trace */\n Trace = \"Trace\"\n}\n\n/**\n * Defines values for SignalRRequestType. \\\n * {@link KnownSignalRRequestType} can be used interchangeably with SignalRRequestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ClientConnection** \\\n * **ServerConnection** \\\n * **RESTAPI** \\\n * **Trace**\n */\nexport type SignalRRequestType = string;\n\n/** Known values of {@link ServiceKind} that the service accepts. */\nexport enum KnownServiceKind {\n /** SignalR */\n SignalR = \"SignalR\",\n /** RawWebSockets */\n RawWebSockets = \"RawWebSockets\"\n}\n\n/**\n * Defines values for ServiceKind. \\\n * {@link KnownServiceKind} can be used interchangeably with ServiceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SignalR** \\\n * **RawWebSockets**\n */\nexport type ServiceKind = string;\n\n/** Known values of {@link ManagedIdentityType} that the service accepts. */\nexport enum KnownManagedIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\"\n}\n\n/**\n * Defines values for ManagedIdentityType. \\\n * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type ManagedIdentityType = string;\n\n/** Known values of {@link KeyType} that the service accepts. */\nexport enum KnownKeyType {\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\",\n /** Salt */\n Salt = \"Salt\"\n}\n\n/**\n * Defines values for KeyType. \\\n * {@link KnownKeyType} can be used interchangeably with KeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Secondary** \\\n * **Salt**\n */\nexport type KeyType = string;\n\n/** Known values of {@link ScaleType} that the service accepts. */\nexport enum KnownScaleType {\n /** None */\n None = \"None\",\n /** Manual */\n Manual = \"Manual\",\n /** Automatic */\n Automatic = \"Automatic\"\n}\n\n/**\n * Defines values for ScaleType. \\\n * {@link KnownScaleType} can be used interchangeably with ScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Manual** \\\n * **Automatic**\n */\nexport type ScaleType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationList;\n\n/** Optional parameters. */\nexport interface SignalRCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type SignalRCheckNameAvailabilityResponse = NameAvailability;\n\n/** Optional parameters. */\nexport interface SignalRListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SignalRListBySubscriptionResponse = SignalRResourceList;\n\n/** Optional parameters. */\nexport interface SignalRListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SignalRListByResourceGroupResponse = SignalRResourceList;\n\n/** Optional parameters. */\nexport interface SignalRGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SignalRGetResponse = SignalRResource;\n\n/** Optional parameters. */\nexport interface SignalRCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SignalRCreateOrUpdateResponse = SignalRResource;\n\n/** Optional parameters. */\nexport interface SignalRDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SignalRUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SignalRUpdateResponse = SignalRResource;\n\n/** Optional parameters. */\nexport interface SignalRListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type SignalRListKeysResponse = SignalRKeys;\n\n/** Optional parameters. */\nexport interface SignalRRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type SignalRRegenerateKeyResponse = SignalRKeys;\n\n/** Optional parameters. */\nexport interface SignalRListReplicaSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listReplicaSkus operation. */\nexport type SignalRListReplicaSkusResponse = SkuList;\n\n/** Optional parameters. */\nexport interface SignalRRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type SignalRRestartResponse = SignalRRestartHeaders;\n\n/** Optional parameters. */\nexport interface SignalRListSkusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSkus operation. */\nexport type SignalRListSkusResponse = SkuList;\n\n/** Optional parameters. */\nexport interface SignalRListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SignalRListBySubscriptionNextResponse = SignalRResourceList;\n\n/** Optional parameters. */\nexport interface SignalRListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SignalRListByResourceGroupNextResponse = SignalRResourceList;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = SignalRUsageList;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = SignalRUsageList;\n\n/** Optional parameters. */\nexport interface SignalRCustomCertificatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SignalRCustomCertificatesListResponse = CustomCertificateList;\n\n/** Optional parameters. */\nexport interface SignalRCustomCertificatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SignalRCustomCertificatesGetResponse = CustomCertificate;\n\n/** Optional parameters. */\nexport interface SignalRCustomCertificatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SignalRCustomCertificatesCreateOrUpdateResponse = CustomCertificate;\n\n/** Optional parameters. */\nexport interface SignalRCustomCertificatesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SignalRCustomCertificatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SignalRCustomCertificatesListNextResponse = CustomCertificateList;\n\n/** Optional parameters. */\nexport interface SignalRCustomDomainsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SignalRCustomDomainsListResponse = CustomDomainList;\n\n/** Optional parameters. */\nexport interface SignalRCustomDomainsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SignalRCustomDomainsGetResponse = CustomDomain;\n\n/** Optional parameters. */\nexport interface SignalRCustomDomainsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SignalRCustomDomainsCreateOrUpdateResponse = CustomDomain;\n\n/** Optional parameters. */\nexport interface SignalRCustomDomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SignalRCustomDomainsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SignalRCustomDomainsListNextResponse = CustomDomainList;\n\n/** Optional parameters. */\nexport interface SignalRPrivateEndpointConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SignalRPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionList;\n\n/** Optional parameters. */\nexport interface SignalRPrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SignalRPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface SignalRPrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SignalRPrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface SignalRPrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SignalRPrivateEndpointConnectionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SignalRPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionList;\n\n/** Optional parameters. */\nexport interface SignalRPrivateLinkResourcesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SignalRPrivateLinkResourcesListResponse = PrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface SignalRPrivateLinkResourcesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SignalRPrivateLinkResourcesListNextResponse = PrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface SignalRReplicasListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SignalRReplicasListResponse = ReplicaList;\n\n/** Optional parameters. */\nexport interface SignalRReplicasGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SignalRReplicasGetResponse = Replica;\n\n/** Optional parameters. */\nexport interface SignalRReplicasCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SignalRReplicasCreateOrUpdateResponse = Replica;\n\n/** Optional parameters. */\nexport interface SignalRReplicasDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SignalRReplicasUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SignalRReplicasUpdateResponse = Replica;\n\n/** Optional parameters. */\nexport interface SignalRReplicasRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type SignalRReplicasRestartResponse = SignalRReplicasRestartHeaders;\n\n/** Optional parameters. */\nexport interface SignalRReplicasListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SignalRReplicasListNextResponse = ReplicaList;\n\n/** Optional parameters. */\nexport interface SignalRSharedPrivateLinkResourcesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SignalRSharedPrivateLinkResourcesListResponse = SharedPrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface SignalRSharedPrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SignalRSharedPrivateLinkResourcesGetResponse = SharedPrivateLinkResource;\n\n/** Optional parameters. */\nexport interface SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SignalRSharedPrivateLinkResourcesCreateOrUpdateResponse = SharedPrivateLinkResource;\n\n/** Optional parameters. */\nexport interface SignalRSharedPrivateLinkResourcesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SignalRSharedPrivateLinkResourcesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SignalRSharedPrivateLinkResourcesListNextResponse = SharedPrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface SignalRManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationProperties\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const ServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\"\n }\n }\n }\n },\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MetricSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"String\"\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dimension\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Dimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n internalName: {\n serializedName: \"internalName\",\n type: {\n name: \"String\"\n }\n },\n toBeExportedForShoebox: {\n serializedName: \"toBeExportedForShoebox\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const LogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityParameters\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailability\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRUsageList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRUsageList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SignalRUsage\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRUsage\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"SignalRUsageName\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRUsageName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRUsageName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRResourceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SignalRResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const SignalRTlsSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRTlsSettings\",\n modelProperties: {\n clientCertEnabled: {\n defaultValue: false,\n serializedName: \"clientCertEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SignalRFeature: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRFeature\",\n modelProperties: {\n flag: {\n serializedName: \"flag\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n constraints: {\n MaxLength: 128,\n MinLength: 1\n },\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const LiveTraceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LiveTraceConfiguration\",\n modelProperties: {\n enabled: {\n defaultValue: \"false\",\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n },\n categories: {\n serializedName: \"categories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LiveTraceCategory\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LiveTraceCategory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LiveTraceCategory\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceLogConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceLogConfiguration\",\n modelProperties: {\n categories: {\n serializedName: \"categories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceLogCategory\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceLogCategory: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceLogCategory\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRCorsSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRCorsSettings\",\n modelProperties: {\n allowedOrigins: {\n serializedName: \"allowedOrigins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServerlessSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerlessSettings\",\n modelProperties: {\n connectionTimeoutInSeconds: {\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 1\n },\n serializedName: \"connectionTimeoutInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ServerlessUpstreamSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerlessUpstreamSettings\",\n modelProperties: {\n templates: {\n serializedName: \"templates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpstreamTemplate\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UpstreamTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpstreamTemplate\",\n modelProperties: {\n hubPattern: {\n serializedName: \"hubPattern\",\n type: {\n name: \"String\"\n }\n },\n eventPattern: {\n serializedName: \"eventPattern\",\n type: {\n name: \"String\"\n }\n },\n categoryPattern: {\n serializedName: \"categoryPattern\",\n type: {\n name: \"String\"\n }\n },\n urlTemplate: {\n serializedName: \"urlTemplate\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n auth: {\n serializedName: \"auth\",\n type: {\n name: \"Composite\",\n className: \"UpstreamAuthSettings\"\n }\n }\n }\n }\n};\n\nexport const UpstreamAuthSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpstreamAuthSettings\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n managedIdentity: {\n serializedName: \"managedIdentity\",\n type: {\n name: \"Composite\",\n className: \"ManagedIdentitySettings\"\n }\n }\n }\n }\n};\n\nexport const ManagedIdentitySettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentitySettings\",\n modelProperties: {\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRNetworkACLs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRNetworkACLs\",\n modelProperties: {\n defaultAction: {\n serializedName: \"defaultAction\",\n type: {\n name: \"String\"\n }\n },\n publicNetwork: {\n serializedName: \"publicNetwork\",\n type: {\n name: \"Composite\",\n className: \"NetworkACL\"\n }\n },\n privateEndpoints: {\n serializedName: \"privateEndpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointACL\"\n }\n }\n }\n },\n ipRules: {\n constraints: {\n MaxItems: 30\n },\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkACL: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkACL\",\n modelProperties: {\n allow: {\n serializedName: \"allow\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n deny: {\n serializedName: \"deny\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IPRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IPRule\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentityProperty\"\n }\n }\n }\n },\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentityProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentityProperty\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomCertificateList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomCertificateList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomCertificate\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomDomainList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomainList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRKeys\",\n modelProperties: {\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n type: {\n name: \"String\"\n }\n },\n primaryConnectionString: {\n serializedName: \"primaryConnectionString\",\n type: {\n name: \"String\"\n }\n },\n secondaryConnectionString: {\n serializedName: \"secondaryConnectionString\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShareablePrivateLinkResourceType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const ShareablePrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceProperties\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegenerateKeyParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegenerateKeyParameters\",\n modelProperties: {\n keyType: {\n serializedName: \"keyType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReplicaList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicaList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Replica\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\"\n }\n }\n }\n }\n};\n\nexport const SkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n serializedName: \"maximum\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n default: {\n serializedName: \"default\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n allowedValues: {\n serializedName: \"allowedValues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n scaleType: {\n serializedName: \"scaleType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SharedPrivateLinkResourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResourceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointACL: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointACL\",\n modelProperties: {\n ...NetworkACL.type.modelProperties,\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const SharedPrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n privateLinkResourceId: {\n serializedName: \"properties.privateLinkResourceId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requestMessage: {\n serializedName: \"properties.requestMessage\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomCertificate\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n keyVaultBaseUri: {\n serializedName: \"properties.keyVaultBaseUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyVaultSecretName: {\n serializedName: \"properties.keyVaultSecretName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyVaultSecretVersion: {\n serializedName: \"properties.keyVaultSecretVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomDomain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomDomain\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n domainName: {\n serializedName: \"properties.domainName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n customCertificate: {\n serializedName: \"properties.customCertificate\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n shareablePrivateLinkResourceTypes: {\n serializedName: \"properties.shareablePrivateLinkResourceTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShareablePrivateLinkResourceType\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SignalRResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedIdentity\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n externalIP: {\n serializedName: \"properties.externalIP\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostName: {\n serializedName: \"properties.hostName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicPort: {\n serializedName: \"properties.publicPort\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n serverPort: {\n serializedName: \"properties.serverPort\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n sharedPrivateLinkResources: {\n serializedName: \"properties.sharedPrivateLinkResources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedPrivateLinkResource\"\n }\n }\n }\n },\n tls: {\n serializedName: \"properties.tls\",\n type: {\n name: \"Composite\",\n className: \"SignalRTlsSettings\"\n }\n },\n hostNamePrefix: {\n serializedName: \"properties.hostNamePrefix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n features: {\n serializedName: \"properties.features\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SignalRFeature\"\n }\n }\n }\n },\n liveTraceConfiguration: {\n serializedName: \"properties.liveTraceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LiveTraceConfiguration\"\n }\n },\n resourceLogConfiguration: {\n serializedName: \"properties.resourceLogConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ResourceLogConfiguration\"\n }\n },\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Composite\",\n className: \"SignalRCorsSettings\"\n }\n },\n serverless: {\n serializedName: \"properties.serverless\",\n type: {\n name: \"Composite\",\n className: \"ServerlessSettings\"\n }\n },\n upstream: {\n serializedName: \"properties.upstream\",\n type: {\n name: \"Composite\",\n className: \"ServerlessUpstreamSettings\"\n }\n },\n networkACLs: {\n serializedName: \"properties.networkACLs\",\n type: {\n name: \"Composite\",\n className: \"SignalRNetworkACLs\"\n }\n },\n publicNetworkAccess: {\n defaultValue: \"Enabled\",\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n disableLocalAuth: {\n defaultValue: false,\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n disableAadAuth: {\n defaultValue: false,\n serializedName: \"properties.disableAadAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n regionEndpointEnabled: {\n defaultValue: \"Enabled\",\n serializedName: \"properties.regionEndpointEnabled\",\n type: {\n name: \"String\"\n }\n },\n resourceStopped: {\n defaultValue: \"false\",\n serializedName: \"properties.resourceStopped\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Replica: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Replica\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n regionEndpointEnabled: {\n defaultValue: \"Enabled\",\n serializedName: \"properties.regionEndpointEnabled\",\n type: {\n name: \"String\"\n }\n },\n resourceStopped: {\n defaultValue: \"false\",\n serializedName: \"properties.resourceStopped\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRRegenerateKeyHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRRegenerateKeyHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRRestartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRRestartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRReplicasUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRReplicasUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SignalRReplicasRestartHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SignalRReplicasRestartHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { NameAvailabilityParameters as NameAvailabilityParametersMapper, SignalRResource as SignalRResourceMapper, RegenerateKeyParameters as RegenerateKeyParametersMapper, CustomCertificate as CustomCertificateMapper, CustomDomain as CustomDomainMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, Replica as ReplicaMapper, SharedPrivateLinkResource as SharedPrivateLinkResourceMapper } from "../models/mappers";
|
|
8
|
+
import { NameAvailabilityParameters as NameAvailabilityParametersMapper, SignalRResource as SignalRResourceMapper, RegenerateKeyParameters as RegenerateKeyParametersMapper, CustomCertificate as CustomCertificateMapper, CustomDomain as CustomDomainMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, Replica as ReplicaMapper, SharedPrivateLinkResource as SharedPrivateLinkResourceMapper } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n NameAvailabilityParameters as NameAvailabilityParametersMapper,\n SignalRResource as SignalRResourceMapper,\n RegenerateKeyParameters as RegenerateKeyParametersMapper,\n CustomCertificate as CustomCertificateMapper,\n CustomDomain as CustomDomainMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n Replica as ReplicaMapper,\n SharedPrivateLinkResource as SharedPrivateLinkResourceMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: NameAvailabilityParametersMapper\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9-]{1,61}[a-zA-Z0-9]$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SignalRResourceMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RegenerateKeyParametersMapper\n};\n\nexport const replicaName: OperationURLParameter = {\n parameterPath: \"replicaName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][a-zA-Z0-9-]{1,61}[a-zA-Z0-9]$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"replicaName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const certificateName: OperationURLParameter = {\n parameterPath: \"certificateName\",\n mapper: {\n serializedName: \"certificateName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CustomCertificateMapper\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CustomDomainMapper\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ReplicaMapper\n};\n\nexport const sharedPrivateLinkResourceName: OperationURLParameter = {\n parameterPath: \"sharedPrivateLinkResourceName\",\n mapper: {\n serializedName: \"sharedPrivateLinkResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SharedPrivateLinkResourceMapper\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./operations.js";
|
|
2
|
+
export * from "./signalR.js";
|
|
3
|
+
export * from "./usages.js";
|
|
4
|
+
export * from "./signalRCustomCertificates.js";
|
|
5
|
+
export * from "./signalRCustomDomains.js";
|
|
6
|
+
export * from "./signalRPrivateEndpointConnections.js";
|
|
7
|
+
export * from "./signalRPrivateLinkResources.js";
|
|
8
|
+
export * from "./signalRReplicas.js";
|
|
9
|
+
export * from "./signalRSharedPrivateLinkResources.js";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./operations.js";
|
|
9
|
+
export * from "./signalR.js";
|
|
10
|
+
export * from "./usages.js";
|
|
11
|
+
export * from "./signalRCustomCertificates.js";
|
|
12
|
+
export * from "./signalRCustomDomains.js";
|
|
13
|
+
export * from "./signalRPrivateEndpointConnections.js";
|
|
14
|
+
export * from "./signalRPrivateLinkResources.js";
|
|
15
|
+
export * from "./signalRReplicas.js";
|
|
16
|
+
export * from "./signalRSharedPrivateLinkResources.js";
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,wCAAwC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./signalR.js\";\nexport * from \"./usages.js\";\nexport * from \"./signalRCustomCertificates.js\";\nexport * from \"./signalRCustomDomains.js\";\nexport * from \"./signalRPrivateEndpointConnections.js\";\nexport * from \"./signalRPrivateLinkResources.js\";\nexport * from \"./signalRReplicas.js\";\nexport * from \"./signalRSharedPrivateLinkResources.js\";\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces";
|
|
3
|
-
import { SignalRManagementClient } from "../signalRManagementClient";
|
|
4
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { SignalRManagementClient } from "../signalRManagementClient.js";
|
|
4
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
5
|
/** Class containing Operations operations. */
|
|
6
6
|
export declare class OperationsImpl implements Operations {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
10
|
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
13
|
/// <reference lib="esnext.asynciterable" />
|
|
14
14
|
/** Class containing Operations operations. */
|
|
15
15
|
export class OperationsImpl {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { SignalRManagementClient } from \"../signalRManagementClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: SignalRManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: SignalRManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available REST API operations of the Microsoft.SignalRService provider.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available REST API operations of the Microsoft.SignalRService provider.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.SignalRService/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SignalR } from "../operationsInterfaces";
|
|
3
|
-
import { SignalRManagementClient } from "../signalRManagementClient";
|
|
2
|
+
import { SignalR } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { SignalRManagementClient } from "../signalRManagementClient.js";
|
|
4
4
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { SignalRResource, SignalRListBySubscriptionOptionalParams, SignalRListByResourceGroupOptionalParams, NameAvailabilityParameters, SignalRCheckNameAvailabilityOptionalParams, SignalRCheckNameAvailabilityResponse, SignalRGetOptionalParams, SignalRGetResponse, SignalRCreateOrUpdateOptionalParams, SignalRCreateOrUpdateResponse, SignalRDeleteOptionalParams, SignalRUpdateOptionalParams, SignalRUpdateResponse, SignalRListKeysOptionalParams, SignalRListKeysResponse, RegenerateKeyParameters, SignalRRegenerateKeyOptionalParams, SignalRRegenerateKeyResponse, SignalRListReplicaSkusOptionalParams, SignalRListReplicaSkusResponse, SignalRRestartOptionalParams, SignalRRestartResponse, SignalRListSkusOptionalParams, SignalRListSkusResponse } from "../models";
|
|
5
|
+
import { SignalRResource, SignalRListBySubscriptionOptionalParams, SignalRListByResourceGroupOptionalParams, NameAvailabilityParameters, SignalRCheckNameAvailabilityOptionalParams, SignalRCheckNameAvailabilityResponse, SignalRGetOptionalParams, SignalRGetResponse, SignalRCreateOrUpdateOptionalParams, SignalRCreateOrUpdateResponse, SignalRDeleteOptionalParams, SignalRUpdateOptionalParams, SignalRUpdateResponse, SignalRListKeysOptionalParams, SignalRListKeysResponse, RegenerateKeyParameters, SignalRRegenerateKeyOptionalParams, SignalRRegenerateKeyResponse, SignalRListReplicaSkusOptionalParams, SignalRListReplicaSkusResponse, SignalRRestartOptionalParams, SignalRRestartResponse, SignalRListSkusOptionalParams, SignalRListSkusResponse } from "../models/index.js";
|
|
6
6
|
/** Class containing SignalR operations. */
|
|
7
7
|
export declare class SignalRImpl implements SignalR {
|
|
8
8
|
private readonly client;
|