@azure/arm-signalr 6.0.0-alpha.20250213.1 → 6.0.0-alpha.20250217.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
|
@@ -0,0 +1,1435 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Result of the request to list REST API operations. It contains a list of operations. */
|
|
3
|
+
export interface OperationList {
|
|
4
|
+
/** List of operations supported by the resource provider. */
|
|
5
|
+
value?: Operation[];
|
|
6
|
+
/**
|
|
7
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
8
|
+
* It's null for now, added for future use.
|
|
9
|
+
*/
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
/** REST API operation supported by resource provider. */
|
|
13
|
+
export interface Operation {
|
|
14
|
+
/** Name of the operation with format: {provider}/{resource}/{operation} */
|
|
15
|
+
name?: string;
|
|
16
|
+
/** If the operation is a data action. (for data plane rbac) */
|
|
17
|
+
isDataAction?: boolean;
|
|
18
|
+
/** The object that describes a operation. */
|
|
19
|
+
display?: OperationDisplay;
|
|
20
|
+
/** Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. */
|
|
21
|
+
origin?: string;
|
|
22
|
+
/** Extra Operation properties. */
|
|
23
|
+
properties?: OperationProperties;
|
|
24
|
+
}
|
|
25
|
+
/** The object that describes a operation. */
|
|
26
|
+
export interface OperationDisplay {
|
|
27
|
+
/** Friendly name of the resource provider */
|
|
28
|
+
provider?: string;
|
|
29
|
+
/** Resource type on which the operation is performed. */
|
|
30
|
+
resource?: string;
|
|
31
|
+
/** The localized friendly name for the operation. */
|
|
32
|
+
operation?: string;
|
|
33
|
+
/** The localized friendly description for the operation */
|
|
34
|
+
description?: string;
|
|
35
|
+
}
|
|
36
|
+
/** Extra Operation properties. */
|
|
37
|
+
export interface OperationProperties {
|
|
38
|
+
/** An object that describes a specification. */
|
|
39
|
+
serviceSpecification?: ServiceSpecification;
|
|
40
|
+
}
|
|
41
|
+
/** An object that describes a specification. */
|
|
42
|
+
export interface ServiceSpecification {
|
|
43
|
+
/** Specifications of the Metrics for Azure Monitoring. */
|
|
44
|
+
metricSpecifications?: MetricSpecification[];
|
|
45
|
+
/** Specifications of the Logs for Azure Monitoring. */
|
|
46
|
+
logSpecifications?: LogSpecification[];
|
|
47
|
+
}
|
|
48
|
+
/** Specifications of the Metrics for Azure Monitoring. */
|
|
49
|
+
export interface MetricSpecification {
|
|
50
|
+
/** Name of the metric. */
|
|
51
|
+
name?: string;
|
|
52
|
+
/** Localized friendly display name of the metric. */
|
|
53
|
+
displayName?: string;
|
|
54
|
+
/** Localized friendly description of the metric. */
|
|
55
|
+
displayDescription?: string;
|
|
56
|
+
/** The unit that makes sense for the metric. */
|
|
57
|
+
unit?: string;
|
|
58
|
+
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
59
|
+
aggregationType?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.
|
|
62
|
+
* Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear
|
|
63
|
+
* often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.
|
|
64
|
+
*/
|
|
65
|
+
fillGapWithZero?: string;
|
|
66
|
+
/** The name of the metric category that the metric belongs to. A metric can only belong to a single category. */
|
|
67
|
+
category?: string;
|
|
68
|
+
/** The dimensions of the metrics. */
|
|
69
|
+
dimensions?: Dimension[];
|
|
70
|
+
}
|
|
71
|
+
/** Specifications of the Dimension of metrics. */
|
|
72
|
+
export interface Dimension {
|
|
73
|
+
/** The public facing name of the dimension. */
|
|
74
|
+
name?: string;
|
|
75
|
+
/** Localized friendly display name of the dimension. */
|
|
76
|
+
displayName?: string;
|
|
77
|
+
/** Name of the dimension as it appears in MDM. */
|
|
78
|
+
internalName?: string;
|
|
79
|
+
/** A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. */
|
|
80
|
+
toBeExportedForShoebox?: boolean;
|
|
81
|
+
}
|
|
82
|
+
/** Specifications of the Logs for Azure Monitoring. */
|
|
83
|
+
export interface LogSpecification {
|
|
84
|
+
/** Name of the log. */
|
|
85
|
+
name?: string;
|
|
86
|
+
/** Localized friendly display name of the log. */
|
|
87
|
+
displayName?: string;
|
|
88
|
+
}
|
|
89
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
90
|
+
export interface ErrorResponse {
|
|
91
|
+
/** The error object. */
|
|
92
|
+
error?: ErrorDetail;
|
|
93
|
+
}
|
|
94
|
+
/** The error detail. */
|
|
95
|
+
export interface ErrorDetail {
|
|
96
|
+
/**
|
|
97
|
+
* The error code.
|
|
98
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
99
|
+
*/
|
|
100
|
+
readonly code?: string;
|
|
101
|
+
/**
|
|
102
|
+
* The error message.
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly message?: string;
|
|
106
|
+
/**
|
|
107
|
+
* The error target.
|
|
108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
+
*/
|
|
110
|
+
readonly target?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The error details.
|
|
113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
114
|
+
*/
|
|
115
|
+
readonly details?: ErrorDetail[];
|
|
116
|
+
/**
|
|
117
|
+
* The error additional info.
|
|
118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
+
*/
|
|
120
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
121
|
+
}
|
|
122
|
+
/** The resource management error additional info. */
|
|
123
|
+
export interface ErrorAdditionalInfo {
|
|
124
|
+
/**
|
|
125
|
+
* The additional info type.
|
|
126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
+
*/
|
|
128
|
+
readonly type?: string;
|
|
129
|
+
/**
|
|
130
|
+
* The additional info.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly info?: Record<string, unknown>;
|
|
134
|
+
}
|
|
135
|
+
/** Data POST-ed to the nameAvailability action */
|
|
136
|
+
export interface NameAvailabilityParameters {
|
|
137
|
+
/** The resource type. Can be "Microsoft.SignalRService/SignalR", "Microsoft.SignalRService/WebPubSub", "Microsoft.SignalRService/SignalR/replicas" or "Microsoft.SignalRService/WebPubSub/replicas" */
|
|
138
|
+
type: string;
|
|
139
|
+
/** The resource name to validate. e.g."my-resource-name" */
|
|
140
|
+
name: string;
|
|
141
|
+
}
|
|
142
|
+
/** Result of the request to check name availability. It contains a flag and possible reason of failure. */
|
|
143
|
+
export interface NameAvailability {
|
|
144
|
+
/** Indicates whether the name is available or not. */
|
|
145
|
+
nameAvailable?: boolean;
|
|
146
|
+
/** The reason of the availability. Required if name is not available. */
|
|
147
|
+
reason?: string;
|
|
148
|
+
/** The message of the operation. */
|
|
149
|
+
message?: string;
|
|
150
|
+
}
|
|
151
|
+
/** Object that includes an array of the resource usages and a possible link for next set. */
|
|
152
|
+
export interface SignalRUsageList {
|
|
153
|
+
/** List of the resource usages */
|
|
154
|
+
value?: SignalRUsage[];
|
|
155
|
+
/**
|
|
156
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
157
|
+
* It's null for now, added for future use.
|
|
158
|
+
*/
|
|
159
|
+
nextLink?: string;
|
|
160
|
+
}
|
|
161
|
+
/** Object that describes a specific usage of the resources. */
|
|
162
|
+
export interface SignalRUsage {
|
|
163
|
+
/** Fully qualified ARM resource id */
|
|
164
|
+
id?: string;
|
|
165
|
+
/** Current value for the usage quota. */
|
|
166
|
+
currentValue?: number;
|
|
167
|
+
/** The maximum permitted value for the usage quota. If there is no limit, this value will be -1. */
|
|
168
|
+
limit?: number;
|
|
169
|
+
/** Localizable String object containing the name and a localized value. */
|
|
170
|
+
name?: SignalRUsageName;
|
|
171
|
+
/** Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. */
|
|
172
|
+
unit?: string;
|
|
173
|
+
}
|
|
174
|
+
/** Localizable String object containing the name and a localized value. */
|
|
175
|
+
export interface SignalRUsageName {
|
|
176
|
+
/** The identifier of the usage. */
|
|
177
|
+
value?: string;
|
|
178
|
+
/** Localized name of the usage. */
|
|
179
|
+
localizedValue?: string;
|
|
180
|
+
}
|
|
181
|
+
/** Object that includes an array of resources and a possible link for next set. */
|
|
182
|
+
export interface SignalRResourceList {
|
|
183
|
+
/** List of the resources */
|
|
184
|
+
value?: SignalRResource[];
|
|
185
|
+
/**
|
|
186
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
187
|
+
* It's null for now, added for future use.
|
|
188
|
+
*/
|
|
189
|
+
nextLink?: string;
|
|
190
|
+
}
|
|
191
|
+
/** The billing information of the resource. */
|
|
192
|
+
export interface ResourceSku {
|
|
193
|
+
/**
|
|
194
|
+
* The name of the SKU. Required.
|
|
195
|
+
*
|
|
196
|
+
* Allowed values: Standard_S1, Free_F1, Premium_P1
|
|
197
|
+
*/
|
|
198
|
+
name: string;
|
|
199
|
+
/**
|
|
200
|
+
* Optional tier of this particular SKU. 'Standard' or 'Free'.
|
|
201
|
+
*
|
|
202
|
+
* `Basic` is deprecated, use `Standard` instead.
|
|
203
|
+
*/
|
|
204
|
+
tier?: SignalRSkuTier;
|
|
205
|
+
/**
|
|
206
|
+
* Not used. Retained for future use.
|
|
207
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
208
|
+
*/
|
|
209
|
+
readonly size?: string;
|
|
210
|
+
/**
|
|
211
|
+
* Not used. Retained for future use.
|
|
212
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
213
|
+
*/
|
|
214
|
+
readonly family?: string;
|
|
215
|
+
/**
|
|
216
|
+
* Optional, integer. The unit count of the resource. 1 by default.
|
|
217
|
+
*
|
|
218
|
+
* If present, following values are allowed:
|
|
219
|
+
* Free: 1;
|
|
220
|
+
* Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
221
|
+
* Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
222
|
+
*/
|
|
223
|
+
capacity?: number;
|
|
224
|
+
}
|
|
225
|
+
/** Private endpoint */
|
|
226
|
+
export interface PrivateEndpoint {
|
|
227
|
+
/** Full qualified Id of the private endpoint */
|
|
228
|
+
id?: string;
|
|
229
|
+
}
|
|
230
|
+
/** Connection state of the private endpoint connection */
|
|
231
|
+
export interface PrivateLinkServiceConnectionState {
|
|
232
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
233
|
+
status?: PrivateLinkServiceConnectionStatus;
|
|
234
|
+
/** The reason for approval/rejection of the connection. */
|
|
235
|
+
description?: string;
|
|
236
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
237
|
+
actionsRequired?: string;
|
|
238
|
+
}
|
|
239
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
240
|
+
export interface Resource {
|
|
241
|
+
/**
|
|
242
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
+
*/
|
|
245
|
+
readonly id?: string;
|
|
246
|
+
/**
|
|
247
|
+
* The name of the resource
|
|
248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
249
|
+
*/
|
|
250
|
+
readonly name?: string;
|
|
251
|
+
/**
|
|
252
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
+
*/
|
|
255
|
+
readonly type?: string;
|
|
256
|
+
/**
|
|
257
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
+
*/
|
|
260
|
+
readonly systemData?: SystemData;
|
|
261
|
+
}
|
|
262
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
263
|
+
export interface SystemData {
|
|
264
|
+
/** The identity that created the resource. */
|
|
265
|
+
createdBy?: string;
|
|
266
|
+
/** The type of identity that created the resource. */
|
|
267
|
+
createdByType?: CreatedByType;
|
|
268
|
+
/** The timestamp of resource creation (UTC). */
|
|
269
|
+
createdAt?: Date;
|
|
270
|
+
/** The identity that last modified the resource. */
|
|
271
|
+
lastModifiedBy?: string;
|
|
272
|
+
/** The type of identity that last modified the resource. */
|
|
273
|
+
lastModifiedByType?: CreatedByType;
|
|
274
|
+
/** The timestamp of resource last modification (UTC) */
|
|
275
|
+
lastModifiedAt?: Date;
|
|
276
|
+
}
|
|
277
|
+
/** TLS settings for the resource */
|
|
278
|
+
export interface SignalRTlsSettings {
|
|
279
|
+
/** Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. */
|
|
280
|
+
clientCertEnabled?: boolean;
|
|
281
|
+
}
|
|
282
|
+
/** Feature of a resource, which controls the runtime behavior. */
|
|
283
|
+
export interface SignalRFeature {
|
|
284
|
+
/**
|
|
285
|
+
* FeatureFlags is the supported features of Azure SignalR service.
|
|
286
|
+
* - 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.
|
|
287
|
+
* - EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively.
|
|
288
|
+
* - EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively.
|
|
289
|
+
* - 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.
|
|
290
|
+
*/
|
|
291
|
+
flag: FeatureFlags;
|
|
292
|
+
/** Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. */
|
|
293
|
+
value: string;
|
|
294
|
+
/** Optional properties related to this feature. */
|
|
295
|
+
properties?: {
|
|
296
|
+
[propertyName: string]: string;
|
|
297
|
+
};
|
|
298
|
+
}
|
|
299
|
+
/** Live trace configuration of a Microsoft.SignalRService resource. */
|
|
300
|
+
export interface LiveTraceConfiguration {
|
|
301
|
+
/**
|
|
302
|
+
* Indicates whether or not enable live trace.
|
|
303
|
+
* When it's set to true, live trace client can connect to the service.
|
|
304
|
+
* 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".
|
|
305
|
+
* Available values: true, false.
|
|
306
|
+
* Case insensitive.
|
|
307
|
+
*/
|
|
308
|
+
enabled?: string;
|
|
309
|
+
/** Gets or sets the list of category configurations. */
|
|
310
|
+
categories?: LiveTraceCategory[];
|
|
311
|
+
}
|
|
312
|
+
/** Live trace category configuration of a Microsoft.SignalRService resource. */
|
|
313
|
+
export interface LiveTraceCategory {
|
|
314
|
+
/**
|
|
315
|
+
* Gets or sets the live trace category's name.
|
|
316
|
+
* Available values: ConnectivityLogs, MessagingLogs.
|
|
317
|
+
* Case insensitive.
|
|
318
|
+
*/
|
|
319
|
+
name?: string;
|
|
320
|
+
/**
|
|
321
|
+
* Indicates whether or the live trace category is enabled.
|
|
322
|
+
* Available values: true, false.
|
|
323
|
+
* Case insensitive.
|
|
324
|
+
*/
|
|
325
|
+
enabled?: string;
|
|
326
|
+
}
|
|
327
|
+
/** Resource log configuration of a Microsoft.SignalRService resource. */
|
|
328
|
+
export interface ResourceLogConfiguration {
|
|
329
|
+
/** Gets or sets the list of category configurations. */
|
|
330
|
+
categories?: ResourceLogCategory[];
|
|
331
|
+
}
|
|
332
|
+
/** Resource log category configuration of a Microsoft.SignalRService resource. */
|
|
333
|
+
export interface ResourceLogCategory {
|
|
334
|
+
/**
|
|
335
|
+
* Gets or sets the resource log category's name.
|
|
336
|
+
* Available values: ConnectivityLogs, MessagingLogs.
|
|
337
|
+
* Case insensitive.
|
|
338
|
+
*/
|
|
339
|
+
name?: string;
|
|
340
|
+
/**
|
|
341
|
+
* Indicates whether or the resource log category is enabled.
|
|
342
|
+
* Available values: true, false.
|
|
343
|
+
* Case insensitive.
|
|
344
|
+
*/
|
|
345
|
+
enabled?: string;
|
|
346
|
+
}
|
|
347
|
+
/** Cross-Origin Resource Sharing (CORS) settings. */
|
|
348
|
+
export interface SignalRCorsSettings {
|
|
349
|
+
/** 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. */
|
|
350
|
+
allowedOrigins?: string[];
|
|
351
|
+
}
|
|
352
|
+
/** Serverless settings. */
|
|
353
|
+
export interface ServerlessSettings {
|
|
354
|
+
/**
|
|
355
|
+
* Gets or sets Client Connection Timeout. Optional to be set.
|
|
356
|
+
* Value in seconds.
|
|
357
|
+
* Default value is 30 seconds.
|
|
358
|
+
* Customer should set the timeout to a shorter period if messages are expected to be sent in shorter intervals,
|
|
359
|
+
* and want the client to disconnect more quickly after the last message is sent.
|
|
360
|
+
* You can set the timeout to a longer period if messages are expected to be sent in longer intervals,
|
|
361
|
+
* and they want to keep the same client connection alive during this session.
|
|
362
|
+
* The service considers the client disconnected if it hasn't received a message (including keep-alive) in this interval.
|
|
363
|
+
*/
|
|
364
|
+
connectionTimeoutInSeconds?: number;
|
|
365
|
+
}
|
|
366
|
+
/** The settings for the Upstream when the service is in server-less mode. */
|
|
367
|
+
export interface ServerlessUpstreamSettings {
|
|
368
|
+
/** Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. */
|
|
369
|
+
templates?: UpstreamTemplate[];
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* Upstream template item settings. It defines the Upstream URL of the incoming requests.
|
|
373
|
+
* The template defines the pattern of the event, the hub or the category of the incoming request that matches current URL template.
|
|
374
|
+
*/
|
|
375
|
+
export interface UpstreamTemplate {
|
|
376
|
+
/**
|
|
377
|
+
* Gets or sets the matching pattern for hub names. If not set, it matches any hub.
|
|
378
|
+
* There are 3 kind of patterns supported:
|
|
379
|
+
* 1. "*", it to matches any hub name.
|
|
380
|
+
* 2. Combine multiple hubs with ",", for example "hub1,hub2", it matches "hub1" and "hub2".
|
|
381
|
+
* 3. The single hub name, for example, "hub1", it matches "hub1".
|
|
382
|
+
*/
|
|
383
|
+
hubPattern?: string;
|
|
384
|
+
/**
|
|
385
|
+
* Gets or sets the matching pattern for event names. If not set, it matches any event.
|
|
386
|
+
* There are 3 kind of patterns supported:
|
|
387
|
+
* 1. "*", it to matches any event name.
|
|
388
|
+
* 2. Combine multiple events with ",", for example "connect,disconnect", it matches event "connect" and "disconnect".
|
|
389
|
+
* 3. The single event name, for example, "connect", it matches "connect".
|
|
390
|
+
*/
|
|
391
|
+
eventPattern?: string;
|
|
392
|
+
/**
|
|
393
|
+
* Gets or sets the matching pattern for category names. If not set, it matches any category.
|
|
394
|
+
* There are 3 kind of patterns supported:
|
|
395
|
+
* 1. "*", it to matches any category name.
|
|
396
|
+
* 2. Combine multiple categories with ",", for example "connections,messages", it matches category "connections" and "messages".
|
|
397
|
+
* 3. The single category name, for example, "connections", it matches the category "connections".
|
|
398
|
+
*/
|
|
399
|
+
categoryPattern?: string;
|
|
400
|
+
/**
|
|
401
|
+
* 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.
|
|
402
|
+
* 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`.
|
|
403
|
+
*/
|
|
404
|
+
urlTemplate: string;
|
|
405
|
+
/** Upstream auth settings. If not set, no auth is used for upstream messages. */
|
|
406
|
+
auth?: UpstreamAuthSettings;
|
|
407
|
+
}
|
|
408
|
+
/** Upstream auth settings. If not set, no auth is used for upstream messages. */
|
|
409
|
+
export interface UpstreamAuthSettings {
|
|
410
|
+
/** Upstream auth type enum. */
|
|
411
|
+
type?: UpstreamAuthType;
|
|
412
|
+
/** Managed identity settings for upstream. */
|
|
413
|
+
managedIdentity?: ManagedIdentitySettings;
|
|
414
|
+
}
|
|
415
|
+
/** Managed identity settings for upstream. */
|
|
416
|
+
export interface ManagedIdentitySettings {
|
|
417
|
+
/**
|
|
418
|
+
* The Resource indicating the App ID URI of the target resource.
|
|
419
|
+
* It also appears in the aud (audience) claim of the issued token.
|
|
420
|
+
*/
|
|
421
|
+
resource?: string;
|
|
422
|
+
}
|
|
423
|
+
/** Network ACLs for the resource */
|
|
424
|
+
export interface SignalRNetworkACLs {
|
|
425
|
+
/** Azure Networking ACL Action. */
|
|
426
|
+
defaultAction?: ACLAction;
|
|
427
|
+
/** Network ACL */
|
|
428
|
+
publicNetwork?: NetworkACL;
|
|
429
|
+
/** ACLs for requests from private endpoints */
|
|
430
|
+
privateEndpoints?: PrivateEndpointACL[];
|
|
431
|
+
/** IP rules for filtering public traffic */
|
|
432
|
+
ipRules?: IPRule[];
|
|
433
|
+
}
|
|
434
|
+
/** Network ACL */
|
|
435
|
+
export interface NetworkACL {
|
|
436
|
+
/** Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
|
|
437
|
+
allow?: SignalRRequestType[];
|
|
438
|
+
/** Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
|
|
439
|
+
deny?: SignalRRequestType[];
|
|
440
|
+
}
|
|
441
|
+
/** An IP rule */
|
|
442
|
+
export interface IPRule {
|
|
443
|
+
/** An IP or CIDR or ServiceTag */
|
|
444
|
+
value?: string;
|
|
445
|
+
/** Azure Networking ACL Action. */
|
|
446
|
+
action?: ACLAction;
|
|
447
|
+
}
|
|
448
|
+
/** A class represent managed identities used for request and response */
|
|
449
|
+
export interface ManagedIdentity {
|
|
450
|
+
/** Represents the identity type: systemAssigned, userAssigned, None */
|
|
451
|
+
type?: ManagedIdentityType;
|
|
452
|
+
/** Get or set the user assigned identities */
|
|
453
|
+
userAssignedIdentities?: {
|
|
454
|
+
[propertyName: string]: UserAssignedIdentityProperty;
|
|
455
|
+
};
|
|
456
|
+
/**
|
|
457
|
+
* Get the principal id for the system assigned identity.
|
|
458
|
+
* Only be used in response.
|
|
459
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
460
|
+
*/
|
|
461
|
+
readonly principalId?: string;
|
|
462
|
+
/**
|
|
463
|
+
* Get the tenant id for the system assigned identity.
|
|
464
|
+
* Only be used in response
|
|
465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
+
*/
|
|
467
|
+
readonly tenantId?: string;
|
|
468
|
+
}
|
|
469
|
+
/** Properties of user assigned identity. */
|
|
470
|
+
export interface UserAssignedIdentityProperty {
|
|
471
|
+
/**
|
|
472
|
+
* Get the principal id for the user assigned identity
|
|
473
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
474
|
+
*/
|
|
475
|
+
readonly principalId?: string;
|
|
476
|
+
/**
|
|
477
|
+
* Get the client id for the user assigned identity
|
|
478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
479
|
+
*/
|
|
480
|
+
readonly clientId?: string;
|
|
481
|
+
}
|
|
482
|
+
/** Custom certificates list. */
|
|
483
|
+
export interface CustomCertificateList {
|
|
484
|
+
/** List of custom certificates of this resource. */
|
|
485
|
+
value?: CustomCertificate[];
|
|
486
|
+
/**
|
|
487
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
488
|
+
* It's null for now, added for future use.
|
|
489
|
+
*/
|
|
490
|
+
nextLink?: string;
|
|
491
|
+
}
|
|
492
|
+
/** Custom domains list */
|
|
493
|
+
export interface CustomDomainList {
|
|
494
|
+
/** List of custom domains that bind to this resource. */
|
|
495
|
+
value?: CustomDomain[];
|
|
496
|
+
/**
|
|
497
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
498
|
+
* It's null for now, added for future use.
|
|
499
|
+
*/
|
|
500
|
+
nextLink?: string;
|
|
501
|
+
}
|
|
502
|
+
/** Reference to a resource. */
|
|
503
|
+
export interface ResourceReference {
|
|
504
|
+
/** Resource ID. */
|
|
505
|
+
id?: string;
|
|
506
|
+
}
|
|
507
|
+
/** A class represents the access keys of the resource. */
|
|
508
|
+
export interface SignalRKeys {
|
|
509
|
+
/** The primary access key. */
|
|
510
|
+
primaryKey?: string;
|
|
511
|
+
/** The secondary access key. */
|
|
512
|
+
secondaryKey?: string;
|
|
513
|
+
/** Connection string constructed via the primaryKey */
|
|
514
|
+
primaryConnectionString?: string;
|
|
515
|
+
/** Connection string constructed via the secondaryKey */
|
|
516
|
+
secondaryConnectionString?: string;
|
|
517
|
+
}
|
|
518
|
+
/** A list of private endpoint connections */
|
|
519
|
+
export interface PrivateEndpointConnectionList {
|
|
520
|
+
/** The list of the private endpoint connections */
|
|
521
|
+
value?: PrivateEndpointConnection[];
|
|
522
|
+
/** 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. */
|
|
523
|
+
nextLink?: string;
|
|
524
|
+
}
|
|
525
|
+
/** Contains a list of PrivateLinkResource and a possible link to query more results */
|
|
526
|
+
export interface PrivateLinkResourceList {
|
|
527
|
+
/** List of PrivateLinkResource */
|
|
528
|
+
value?: PrivateLinkResource[];
|
|
529
|
+
/**
|
|
530
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
531
|
+
* It's null for now, added for future use.
|
|
532
|
+
*/
|
|
533
|
+
nextLink?: string;
|
|
534
|
+
}
|
|
535
|
+
/** Describes a resource type that has been onboarded to private link service */
|
|
536
|
+
export interface ShareablePrivateLinkResourceType {
|
|
537
|
+
/** The name of the resource type that has been onboarded to private link service */
|
|
538
|
+
name?: string;
|
|
539
|
+
/** Describes the properties of a resource type that has been onboarded to private link service */
|
|
540
|
+
properties?: ShareablePrivateLinkResourceProperties;
|
|
541
|
+
}
|
|
542
|
+
/** Describes the properties of a resource type that has been onboarded to private link service */
|
|
543
|
+
export interface ShareablePrivateLinkResourceProperties {
|
|
544
|
+
/** The description of the resource type that has been onboarded to private link service */
|
|
545
|
+
description?: string;
|
|
546
|
+
/** The resource provider group id for the resource that has been onboarded to private link service */
|
|
547
|
+
groupId?: string;
|
|
548
|
+
/** The resource provider type for the resource that has been onboarded to private link service */
|
|
549
|
+
type?: string;
|
|
550
|
+
}
|
|
551
|
+
/** Parameters describes the request to regenerate access keys */
|
|
552
|
+
export interface RegenerateKeyParameters {
|
|
553
|
+
/** The type of access key. */
|
|
554
|
+
keyType?: KeyType;
|
|
555
|
+
}
|
|
556
|
+
export interface ReplicaList {
|
|
557
|
+
/** List of the replica */
|
|
558
|
+
value?: Replica[];
|
|
559
|
+
/**
|
|
560
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
561
|
+
* It's null for now, added for future use.
|
|
562
|
+
*/
|
|
563
|
+
nextLink?: string;
|
|
564
|
+
}
|
|
565
|
+
/** The list skus operation response */
|
|
566
|
+
export interface SkuList {
|
|
567
|
+
/**
|
|
568
|
+
* The list of skus available for the resource.
|
|
569
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
570
|
+
*/
|
|
571
|
+
readonly value?: Sku[];
|
|
572
|
+
/**
|
|
573
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
574
|
+
* It's null for now, added for future use.
|
|
575
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
576
|
+
*/
|
|
577
|
+
readonly nextLink?: string;
|
|
578
|
+
}
|
|
579
|
+
/** Describes an available sku." */
|
|
580
|
+
export interface Sku {
|
|
581
|
+
/**
|
|
582
|
+
* The resource type that this object applies to
|
|
583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
+
*/
|
|
585
|
+
readonly resourceType?: string;
|
|
586
|
+
/**
|
|
587
|
+
* The billing information of the resource.
|
|
588
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
589
|
+
*/
|
|
590
|
+
readonly sku?: ResourceSku;
|
|
591
|
+
/**
|
|
592
|
+
* Describes scaling information of a sku.
|
|
593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
594
|
+
*/
|
|
595
|
+
readonly capacity?: SkuCapacity;
|
|
596
|
+
}
|
|
597
|
+
/** Describes scaling information of a sku. */
|
|
598
|
+
export interface SkuCapacity {
|
|
599
|
+
/**
|
|
600
|
+
* The lowest permitted capacity for this resource
|
|
601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
602
|
+
*/
|
|
603
|
+
readonly minimum?: number;
|
|
604
|
+
/**
|
|
605
|
+
* The highest permitted capacity for this resource
|
|
606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
607
|
+
*/
|
|
608
|
+
readonly maximum?: number;
|
|
609
|
+
/**
|
|
610
|
+
* The default capacity.
|
|
611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
612
|
+
*/
|
|
613
|
+
readonly default?: number;
|
|
614
|
+
/**
|
|
615
|
+
* Allows capacity value list.
|
|
616
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
617
|
+
*/
|
|
618
|
+
readonly allowedValues?: number[];
|
|
619
|
+
/**
|
|
620
|
+
* The scale type applicable to the sku.
|
|
621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
622
|
+
*/
|
|
623
|
+
readonly scaleType?: ScaleType;
|
|
624
|
+
}
|
|
625
|
+
/** A list of shared private link resources */
|
|
626
|
+
export interface SharedPrivateLinkResourceList {
|
|
627
|
+
/** The list of the shared private link resources */
|
|
628
|
+
value?: SharedPrivateLinkResource[];
|
|
629
|
+
/** 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. */
|
|
630
|
+
nextLink?: string;
|
|
631
|
+
}
|
|
632
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
633
|
+
export interface ProxyResource extends Resource {
|
|
634
|
+
}
|
|
635
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
636
|
+
export interface TrackedResource extends Resource {
|
|
637
|
+
/** Resource tags. */
|
|
638
|
+
tags?: {
|
|
639
|
+
[propertyName: string]: string;
|
|
640
|
+
};
|
|
641
|
+
/** The geo-location where the resource lives */
|
|
642
|
+
location: string;
|
|
643
|
+
}
|
|
644
|
+
/** ACL for a private endpoint */
|
|
645
|
+
export interface PrivateEndpointACL extends NetworkACL {
|
|
646
|
+
/** Name of the private endpoint connection */
|
|
647
|
+
name: string;
|
|
648
|
+
}
|
|
649
|
+
/** A private endpoint connection to an azure resource */
|
|
650
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
651
|
+
/**
|
|
652
|
+
* Provisioning state of the resource.
|
|
653
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
654
|
+
*/
|
|
655
|
+
readonly provisioningState?: ProvisioningState;
|
|
656
|
+
/** Private endpoint */
|
|
657
|
+
privateEndpoint?: PrivateEndpoint;
|
|
658
|
+
/**
|
|
659
|
+
* Group IDs
|
|
660
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
661
|
+
*/
|
|
662
|
+
readonly groupIds?: string[];
|
|
663
|
+
/** Connection state of the private endpoint connection */
|
|
664
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
665
|
+
}
|
|
666
|
+
/** Describes a Shared Private Link Resource */
|
|
667
|
+
export interface SharedPrivateLinkResource extends ProxyResource {
|
|
668
|
+
/** The group id from the provider of resource the shared private link resource is for */
|
|
669
|
+
groupId?: string;
|
|
670
|
+
/** The resource id of the resource the shared private link resource is for */
|
|
671
|
+
privateLinkResourceId?: string;
|
|
672
|
+
/**
|
|
673
|
+
* Provisioning state of the resource.
|
|
674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
+
*/
|
|
676
|
+
readonly provisioningState?: ProvisioningState;
|
|
677
|
+
/** The request message for requesting approval of the shared private link resource */
|
|
678
|
+
requestMessage?: string;
|
|
679
|
+
/**
|
|
680
|
+
* Status of the shared private link resource
|
|
681
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
682
|
+
*/
|
|
683
|
+
readonly status?: SharedPrivateLinkResourceStatus;
|
|
684
|
+
}
|
|
685
|
+
/** A custom certificate. */
|
|
686
|
+
export interface CustomCertificate extends ProxyResource {
|
|
687
|
+
/**
|
|
688
|
+
* Provisioning state of the resource.
|
|
689
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
690
|
+
*/
|
|
691
|
+
readonly provisioningState?: ProvisioningState;
|
|
692
|
+
/** Base uri of the KeyVault that stores certificate. */
|
|
693
|
+
keyVaultBaseUri: string;
|
|
694
|
+
/** Certificate secret name. */
|
|
695
|
+
keyVaultSecretName: string;
|
|
696
|
+
/** Certificate secret version. */
|
|
697
|
+
keyVaultSecretVersion?: string;
|
|
698
|
+
}
|
|
699
|
+
/** A custom domain */
|
|
700
|
+
export interface CustomDomain extends ProxyResource {
|
|
701
|
+
/**
|
|
702
|
+
* Provisioning state of the resource.
|
|
703
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
704
|
+
*/
|
|
705
|
+
readonly provisioningState?: ProvisioningState;
|
|
706
|
+
/** The custom domain name. */
|
|
707
|
+
domainName: string;
|
|
708
|
+
/** Reference to a resource. */
|
|
709
|
+
customCertificate: ResourceReference;
|
|
710
|
+
}
|
|
711
|
+
/** Private link resource */
|
|
712
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
713
|
+
/** Group Id of the private link resource */
|
|
714
|
+
groupId?: string;
|
|
715
|
+
/** Required members of the private link resource */
|
|
716
|
+
requiredMembers?: string[];
|
|
717
|
+
/** Required private DNS zone names */
|
|
718
|
+
requiredZoneNames?: string[];
|
|
719
|
+
/** The list of resources that are onboarded to private link service */
|
|
720
|
+
shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];
|
|
721
|
+
}
|
|
722
|
+
/** A class represent a resource. */
|
|
723
|
+
export interface SignalRResource extends TrackedResource {
|
|
724
|
+
/** The billing information of the resource. */
|
|
725
|
+
sku?: ResourceSku;
|
|
726
|
+
/** The kind of the service */
|
|
727
|
+
kind?: ServiceKind;
|
|
728
|
+
/** A class represent managed identities used for request and response */
|
|
729
|
+
identity?: ManagedIdentity;
|
|
730
|
+
/**
|
|
731
|
+
* Provisioning state of the resource.
|
|
732
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
733
|
+
*/
|
|
734
|
+
readonly provisioningState?: ProvisioningState;
|
|
735
|
+
/**
|
|
736
|
+
* The publicly accessible IP of the resource.
|
|
737
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
738
|
+
*/
|
|
739
|
+
readonly externalIP?: string;
|
|
740
|
+
/**
|
|
741
|
+
* FQDN of the service instance.
|
|
742
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
743
|
+
*/
|
|
744
|
+
readonly hostName?: string;
|
|
745
|
+
/**
|
|
746
|
+
* The publicly accessible port of the resource which is designed for browser/client side usage.
|
|
747
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
748
|
+
*/
|
|
749
|
+
readonly publicPort?: number;
|
|
750
|
+
/**
|
|
751
|
+
* The publicly accessible port of the resource which is designed for customer server side usage.
|
|
752
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
753
|
+
*/
|
|
754
|
+
readonly serverPort?: number;
|
|
755
|
+
/**
|
|
756
|
+
* Version of the resource. Probably you need the same or higher version of client SDKs.
|
|
757
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
758
|
+
*/
|
|
759
|
+
readonly version?: string;
|
|
760
|
+
/**
|
|
761
|
+
* Private endpoint connections to the resource.
|
|
762
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
763
|
+
*/
|
|
764
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
765
|
+
/**
|
|
766
|
+
* The list of shared private link resources.
|
|
767
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
768
|
+
*/
|
|
769
|
+
readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];
|
|
770
|
+
/** TLS settings for the resource */
|
|
771
|
+
tls?: SignalRTlsSettings;
|
|
772
|
+
/**
|
|
773
|
+
* Deprecated.
|
|
774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
775
|
+
*/
|
|
776
|
+
readonly hostNamePrefix?: string;
|
|
777
|
+
/**
|
|
778
|
+
* List of the featureFlags.
|
|
779
|
+
*
|
|
780
|
+
* FeatureFlags that are not included in the parameters for the update operation will not be modified.
|
|
781
|
+
* And the response will only include featureFlags that are explicitly set.
|
|
782
|
+
* When a featureFlag is not explicitly set, its globally default value will be used
|
|
783
|
+
* But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
|
|
784
|
+
*/
|
|
785
|
+
features?: SignalRFeature[];
|
|
786
|
+
/** Live trace configuration of a Microsoft.SignalRService resource. */
|
|
787
|
+
liveTraceConfiguration?: LiveTraceConfiguration;
|
|
788
|
+
/** Resource log configuration of a Microsoft.SignalRService resource. */
|
|
789
|
+
resourceLogConfiguration?: ResourceLogConfiguration;
|
|
790
|
+
/** Cross-Origin Resource Sharing (CORS) settings. */
|
|
791
|
+
cors?: SignalRCorsSettings;
|
|
792
|
+
/** Serverless settings. */
|
|
793
|
+
serverless?: ServerlessSettings;
|
|
794
|
+
/** The settings for the Upstream when the service is in server-less mode. */
|
|
795
|
+
upstream?: ServerlessUpstreamSettings;
|
|
796
|
+
/** Network ACLs for the resource */
|
|
797
|
+
networkACLs?: SignalRNetworkACLs;
|
|
798
|
+
/**
|
|
799
|
+
* Enable or disable public network access. Default to "Enabled".
|
|
800
|
+
* When it's Enabled, network ACLs still apply.
|
|
801
|
+
* When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
|
|
802
|
+
*/
|
|
803
|
+
publicNetworkAccess?: string;
|
|
804
|
+
/**
|
|
805
|
+
* DisableLocalAuth
|
|
806
|
+
* Enable or disable local auth with AccessKey
|
|
807
|
+
* When set as true, connection with AccessKey=xxx won't work.
|
|
808
|
+
*/
|
|
809
|
+
disableLocalAuth?: boolean;
|
|
810
|
+
/**
|
|
811
|
+
* DisableLocalAuth
|
|
812
|
+
* Enable or disable aad auth
|
|
813
|
+
* When set as true, connection with AuthType=aad won't work.
|
|
814
|
+
*/
|
|
815
|
+
disableAadAuth?: boolean;
|
|
816
|
+
/**
|
|
817
|
+
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
818
|
+
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
819
|
+
* This property is replica specific. Disable the regional endpoint without replica is not allowed.
|
|
820
|
+
*/
|
|
821
|
+
regionEndpointEnabled?: string;
|
|
822
|
+
/**
|
|
823
|
+
* Stop or start the resource. Default to "False".
|
|
824
|
+
* When it's true, the data plane of the resource is shutdown.
|
|
825
|
+
* When it's false, the data plane of the resource is started.
|
|
826
|
+
*/
|
|
827
|
+
resourceStopped?: string;
|
|
828
|
+
}
|
|
829
|
+
/** A class represent a replica resource. */
|
|
830
|
+
export interface Replica extends TrackedResource {
|
|
831
|
+
/** The billing information of the resource. */
|
|
832
|
+
sku?: ResourceSku;
|
|
833
|
+
/**
|
|
834
|
+
* Provisioning state of the resource.
|
|
835
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
836
|
+
*/
|
|
837
|
+
readonly provisioningState?: ProvisioningState;
|
|
838
|
+
/**
|
|
839
|
+
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
840
|
+
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
841
|
+
*/
|
|
842
|
+
regionEndpointEnabled?: string;
|
|
843
|
+
/**
|
|
844
|
+
* Stop or start the resource. Default to "false".
|
|
845
|
+
* When it's true, the data plane of the resource is shutdown.
|
|
846
|
+
* When it's false, the data plane of the resource is started.
|
|
847
|
+
*/
|
|
848
|
+
resourceStopped?: string;
|
|
849
|
+
}
|
|
850
|
+
/** Defines headers for SignalR_update operation. */
|
|
851
|
+
export interface SignalRUpdateHeaders {
|
|
852
|
+
location?: string;
|
|
853
|
+
}
|
|
854
|
+
/** Defines headers for SignalR_regenerateKey operation. */
|
|
855
|
+
export interface SignalRRegenerateKeyHeaders {
|
|
856
|
+
location?: string;
|
|
857
|
+
}
|
|
858
|
+
/** Defines headers for SignalR_restart operation. */
|
|
859
|
+
export interface SignalRRestartHeaders {
|
|
860
|
+
location?: string;
|
|
861
|
+
}
|
|
862
|
+
/** Defines headers for SignalRReplicas_update operation. */
|
|
863
|
+
export interface SignalRReplicasUpdateHeaders {
|
|
864
|
+
location?: string;
|
|
865
|
+
}
|
|
866
|
+
/** Defines headers for SignalRReplicas_restart operation. */
|
|
867
|
+
export interface SignalRReplicasRestartHeaders {
|
|
868
|
+
location?: string;
|
|
869
|
+
}
|
|
870
|
+
/** Known values of {@link SignalRSkuTier} that the service accepts. */
|
|
871
|
+
export declare enum KnownSignalRSkuTier {
|
|
872
|
+
/** Free */
|
|
873
|
+
Free = "Free",
|
|
874
|
+
/** Basic */
|
|
875
|
+
Basic = "Basic",
|
|
876
|
+
/** Standard */
|
|
877
|
+
Standard = "Standard",
|
|
878
|
+
/** Premium */
|
|
879
|
+
Premium = "Premium"
|
|
880
|
+
}
|
|
881
|
+
/**
|
|
882
|
+
* Defines values for SignalRSkuTier. \
|
|
883
|
+
* {@link KnownSignalRSkuTier} can be used interchangeably with SignalRSkuTier,
|
|
884
|
+
* this enum contains the known values that the service supports.
|
|
885
|
+
* ### Known values supported by the service
|
|
886
|
+
* **Free** \
|
|
887
|
+
* **Basic** \
|
|
888
|
+
* **Standard** \
|
|
889
|
+
* **Premium**
|
|
890
|
+
*/
|
|
891
|
+
export type SignalRSkuTier = string;
|
|
892
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
893
|
+
export declare enum KnownProvisioningState {
|
|
894
|
+
/** Unknown */
|
|
895
|
+
Unknown = "Unknown",
|
|
896
|
+
/** Succeeded */
|
|
897
|
+
Succeeded = "Succeeded",
|
|
898
|
+
/** Failed */
|
|
899
|
+
Failed = "Failed",
|
|
900
|
+
/** Canceled */
|
|
901
|
+
Canceled = "Canceled",
|
|
902
|
+
/** Running */
|
|
903
|
+
Running = "Running",
|
|
904
|
+
/** Creating */
|
|
905
|
+
Creating = "Creating",
|
|
906
|
+
/** Updating */
|
|
907
|
+
Updating = "Updating",
|
|
908
|
+
/** Deleting */
|
|
909
|
+
Deleting = "Deleting",
|
|
910
|
+
/** Moving */
|
|
911
|
+
Moving = "Moving"
|
|
912
|
+
}
|
|
913
|
+
/**
|
|
914
|
+
* Defines values for ProvisioningState. \
|
|
915
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
916
|
+
* this enum contains the known values that the service supports.
|
|
917
|
+
* ### Known values supported by the service
|
|
918
|
+
* **Unknown** \
|
|
919
|
+
* **Succeeded** \
|
|
920
|
+
* **Failed** \
|
|
921
|
+
* **Canceled** \
|
|
922
|
+
* **Running** \
|
|
923
|
+
* **Creating** \
|
|
924
|
+
* **Updating** \
|
|
925
|
+
* **Deleting** \
|
|
926
|
+
* **Moving**
|
|
927
|
+
*/
|
|
928
|
+
export type ProvisioningState = string;
|
|
929
|
+
/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
|
|
930
|
+
export declare enum KnownPrivateLinkServiceConnectionStatus {
|
|
931
|
+
/** Pending */
|
|
932
|
+
Pending = "Pending",
|
|
933
|
+
/** Approved */
|
|
934
|
+
Approved = "Approved",
|
|
935
|
+
/** Rejected */
|
|
936
|
+
Rejected = "Rejected",
|
|
937
|
+
/** Disconnected */
|
|
938
|
+
Disconnected = "Disconnected"
|
|
939
|
+
}
|
|
940
|
+
/**
|
|
941
|
+
* Defines values for PrivateLinkServiceConnectionStatus. \
|
|
942
|
+
* {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
|
|
943
|
+
* this enum contains the known values that the service supports.
|
|
944
|
+
* ### Known values supported by the service
|
|
945
|
+
* **Pending** \
|
|
946
|
+
* **Approved** \
|
|
947
|
+
* **Rejected** \
|
|
948
|
+
* **Disconnected**
|
|
949
|
+
*/
|
|
950
|
+
export type PrivateLinkServiceConnectionStatus = string;
|
|
951
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
952
|
+
export declare enum KnownCreatedByType {
|
|
953
|
+
/** User */
|
|
954
|
+
User = "User",
|
|
955
|
+
/** Application */
|
|
956
|
+
Application = "Application",
|
|
957
|
+
/** ManagedIdentity */
|
|
958
|
+
ManagedIdentity = "ManagedIdentity",
|
|
959
|
+
/** Key */
|
|
960
|
+
Key = "Key"
|
|
961
|
+
}
|
|
962
|
+
/**
|
|
963
|
+
* Defines values for CreatedByType. \
|
|
964
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
965
|
+
* this enum contains the known values that the service supports.
|
|
966
|
+
* ### Known values supported by the service
|
|
967
|
+
* **User** \
|
|
968
|
+
* **Application** \
|
|
969
|
+
* **ManagedIdentity** \
|
|
970
|
+
* **Key**
|
|
971
|
+
*/
|
|
972
|
+
export type CreatedByType = string;
|
|
973
|
+
/** Known values of {@link SharedPrivateLinkResourceStatus} that the service accepts. */
|
|
974
|
+
export declare enum KnownSharedPrivateLinkResourceStatus {
|
|
975
|
+
/** Pending */
|
|
976
|
+
Pending = "Pending",
|
|
977
|
+
/** Approved */
|
|
978
|
+
Approved = "Approved",
|
|
979
|
+
/** Rejected */
|
|
980
|
+
Rejected = "Rejected",
|
|
981
|
+
/** Disconnected */
|
|
982
|
+
Disconnected = "Disconnected",
|
|
983
|
+
/** Timeout */
|
|
984
|
+
Timeout = "Timeout"
|
|
985
|
+
}
|
|
986
|
+
/**
|
|
987
|
+
* Defines values for SharedPrivateLinkResourceStatus. \
|
|
988
|
+
* {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,
|
|
989
|
+
* this enum contains the known values that the service supports.
|
|
990
|
+
* ### Known values supported by the service
|
|
991
|
+
* **Pending** \
|
|
992
|
+
* **Approved** \
|
|
993
|
+
* **Rejected** \
|
|
994
|
+
* **Disconnected** \
|
|
995
|
+
* **Timeout**
|
|
996
|
+
*/
|
|
997
|
+
export type SharedPrivateLinkResourceStatus = string;
|
|
998
|
+
/** Known values of {@link FeatureFlags} that the service accepts. */
|
|
999
|
+
export declare enum KnownFeatureFlags {
|
|
1000
|
+
/** ServiceMode */
|
|
1001
|
+
ServiceMode = "ServiceMode",
|
|
1002
|
+
/** EnableConnectivityLogs */
|
|
1003
|
+
EnableConnectivityLogs = "EnableConnectivityLogs",
|
|
1004
|
+
/** EnableMessagingLogs */
|
|
1005
|
+
EnableMessagingLogs = "EnableMessagingLogs",
|
|
1006
|
+
/** EnableLiveTrace */
|
|
1007
|
+
EnableLiveTrace = "EnableLiveTrace"
|
|
1008
|
+
}
|
|
1009
|
+
/**
|
|
1010
|
+
* Defines values for FeatureFlags. \
|
|
1011
|
+
* {@link KnownFeatureFlags} can be used interchangeably with FeatureFlags,
|
|
1012
|
+
* this enum contains the known values that the service supports.
|
|
1013
|
+
* ### Known values supported by the service
|
|
1014
|
+
* **ServiceMode** \
|
|
1015
|
+
* **EnableConnectivityLogs** \
|
|
1016
|
+
* **EnableMessagingLogs** \
|
|
1017
|
+
* **EnableLiveTrace**
|
|
1018
|
+
*/
|
|
1019
|
+
export type FeatureFlags = string;
|
|
1020
|
+
/** Known values of {@link UpstreamAuthType} that the service accepts. */
|
|
1021
|
+
export declare enum KnownUpstreamAuthType {
|
|
1022
|
+
/** None */
|
|
1023
|
+
None = "None",
|
|
1024
|
+
/** ManagedIdentity */
|
|
1025
|
+
ManagedIdentity = "ManagedIdentity"
|
|
1026
|
+
}
|
|
1027
|
+
/**
|
|
1028
|
+
* Defines values for UpstreamAuthType. \
|
|
1029
|
+
* {@link KnownUpstreamAuthType} can be used interchangeably with UpstreamAuthType,
|
|
1030
|
+
* this enum contains the known values that the service supports.
|
|
1031
|
+
* ### Known values supported by the service
|
|
1032
|
+
* **None** \
|
|
1033
|
+
* **ManagedIdentity**
|
|
1034
|
+
*/
|
|
1035
|
+
export type UpstreamAuthType = string;
|
|
1036
|
+
/** Known values of {@link ACLAction} that the service accepts. */
|
|
1037
|
+
export declare enum KnownACLAction {
|
|
1038
|
+
/** Allow */
|
|
1039
|
+
Allow = "Allow",
|
|
1040
|
+
/** Deny */
|
|
1041
|
+
Deny = "Deny"
|
|
1042
|
+
}
|
|
1043
|
+
/**
|
|
1044
|
+
* Defines values for ACLAction. \
|
|
1045
|
+
* {@link KnownACLAction} can be used interchangeably with ACLAction,
|
|
1046
|
+
* this enum contains the known values that the service supports.
|
|
1047
|
+
* ### Known values supported by the service
|
|
1048
|
+
* **Allow** \
|
|
1049
|
+
* **Deny**
|
|
1050
|
+
*/
|
|
1051
|
+
export type ACLAction = string;
|
|
1052
|
+
/** Known values of {@link SignalRRequestType} that the service accepts. */
|
|
1053
|
+
export declare enum KnownSignalRRequestType {
|
|
1054
|
+
/** ClientConnection */
|
|
1055
|
+
ClientConnection = "ClientConnection",
|
|
1056
|
+
/** ServerConnection */
|
|
1057
|
+
ServerConnection = "ServerConnection",
|
|
1058
|
+
/** Restapi */
|
|
1059
|
+
Restapi = "RESTAPI",
|
|
1060
|
+
/** Trace */
|
|
1061
|
+
Trace = "Trace"
|
|
1062
|
+
}
|
|
1063
|
+
/**
|
|
1064
|
+
* Defines values for SignalRRequestType. \
|
|
1065
|
+
* {@link KnownSignalRRequestType} can be used interchangeably with SignalRRequestType,
|
|
1066
|
+
* this enum contains the known values that the service supports.
|
|
1067
|
+
* ### Known values supported by the service
|
|
1068
|
+
* **ClientConnection** \
|
|
1069
|
+
* **ServerConnection** \
|
|
1070
|
+
* **RESTAPI** \
|
|
1071
|
+
* **Trace**
|
|
1072
|
+
*/
|
|
1073
|
+
export type SignalRRequestType = string;
|
|
1074
|
+
/** Known values of {@link ServiceKind} that the service accepts. */
|
|
1075
|
+
export declare enum KnownServiceKind {
|
|
1076
|
+
/** SignalR */
|
|
1077
|
+
SignalR = "SignalR",
|
|
1078
|
+
/** RawWebSockets */
|
|
1079
|
+
RawWebSockets = "RawWebSockets"
|
|
1080
|
+
}
|
|
1081
|
+
/**
|
|
1082
|
+
* Defines values for ServiceKind. \
|
|
1083
|
+
* {@link KnownServiceKind} can be used interchangeably with ServiceKind,
|
|
1084
|
+
* this enum contains the known values that the service supports.
|
|
1085
|
+
* ### Known values supported by the service
|
|
1086
|
+
* **SignalR** \
|
|
1087
|
+
* **RawWebSockets**
|
|
1088
|
+
*/
|
|
1089
|
+
export type ServiceKind = string;
|
|
1090
|
+
/** Known values of {@link ManagedIdentityType} that the service accepts. */
|
|
1091
|
+
export declare enum KnownManagedIdentityType {
|
|
1092
|
+
/** None */
|
|
1093
|
+
None = "None",
|
|
1094
|
+
/** SystemAssigned */
|
|
1095
|
+
SystemAssigned = "SystemAssigned",
|
|
1096
|
+
/** UserAssigned */
|
|
1097
|
+
UserAssigned = "UserAssigned"
|
|
1098
|
+
}
|
|
1099
|
+
/**
|
|
1100
|
+
* Defines values for ManagedIdentityType. \
|
|
1101
|
+
* {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
|
|
1102
|
+
* this enum contains the known values that the service supports.
|
|
1103
|
+
* ### Known values supported by the service
|
|
1104
|
+
* **None** \
|
|
1105
|
+
* **SystemAssigned** \
|
|
1106
|
+
* **UserAssigned**
|
|
1107
|
+
*/
|
|
1108
|
+
export type ManagedIdentityType = string;
|
|
1109
|
+
/** Known values of {@link KeyType} that the service accepts. */
|
|
1110
|
+
export declare enum KnownKeyType {
|
|
1111
|
+
/** Primary */
|
|
1112
|
+
Primary = "Primary",
|
|
1113
|
+
/** Secondary */
|
|
1114
|
+
Secondary = "Secondary",
|
|
1115
|
+
/** Salt */
|
|
1116
|
+
Salt = "Salt"
|
|
1117
|
+
}
|
|
1118
|
+
/**
|
|
1119
|
+
* Defines values for KeyType. \
|
|
1120
|
+
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
1121
|
+
* this enum contains the known values that the service supports.
|
|
1122
|
+
* ### Known values supported by the service
|
|
1123
|
+
* **Primary** \
|
|
1124
|
+
* **Secondary** \
|
|
1125
|
+
* **Salt**
|
|
1126
|
+
*/
|
|
1127
|
+
export type KeyType = string;
|
|
1128
|
+
/** Known values of {@link ScaleType} that the service accepts. */
|
|
1129
|
+
export declare enum KnownScaleType {
|
|
1130
|
+
/** None */
|
|
1131
|
+
None = "None",
|
|
1132
|
+
/** Manual */
|
|
1133
|
+
Manual = "Manual",
|
|
1134
|
+
/** Automatic */
|
|
1135
|
+
Automatic = "Automatic"
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* Defines values for ScaleType. \
|
|
1139
|
+
* {@link KnownScaleType} can be used interchangeably with ScaleType,
|
|
1140
|
+
* this enum contains the known values that the service supports.
|
|
1141
|
+
* ### Known values supported by the service
|
|
1142
|
+
* **None** \
|
|
1143
|
+
* **Manual** \
|
|
1144
|
+
* **Automatic**
|
|
1145
|
+
*/
|
|
1146
|
+
export type ScaleType = string;
|
|
1147
|
+
/** Optional parameters. */
|
|
1148
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1149
|
+
}
|
|
1150
|
+
/** Contains response data for the list operation. */
|
|
1151
|
+
export type OperationsListResponse = OperationList;
|
|
1152
|
+
/** Optional parameters. */
|
|
1153
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1154
|
+
}
|
|
1155
|
+
/** Contains response data for the listNext operation. */
|
|
1156
|
+
export type OperationsListNextResponse = OperationList;
|
|
1157
|
+
/** Optional parameters. */
|
|
1158
|
+
export interface SignalRCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1159
|
+
}
|
|
1160
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
1161
|
+
export type SignalRCheckNameAvailabilityResponse = NameAvailability;
|
|
1162
|
+
/** Optional parameters. */
|
|
1163
|
+
export interface SignalRListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
+
}
|
|
1165
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1166
|
+
export type SignalRListBySubscriptionResponse = SignalRResourceList;
|
|
1167
|
+
/** Optional parameters. */
|
|
1168
|
+
export interface SignalRListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1169
|
+
}
|
|
1170
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1171
|
+
export type SignalRListByResourceGroupResponse = SignalRResourceList;
|
|
1172
|
+
/** Optional parameters. */
|
|
1173
|
+
export interface SignalRGetOptionalParams extends coreClient.OperationOptions {
|
|
1174
|
+
}
|
|
1175
|
+
/** Contains response data for the get operation. */
|
|
1176
|
+
export type SignalRGetResponse = SignalRResource;
|
|
1177
|
+
/** Optional parameters. */
|
|
1178
|
+
export interface SignalRCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1179
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1180
|
+
updateIntervalInMs?: number;
|
|
1181
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1182
|
+
resumeFrom?: string;
|
|
1183
|
+
}
|
|
1184
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1185
|
+
export type SignalRCreateOrUpdateResponse = SignalRResource;
|
|
1186
|
+
/** Optional parameters. */
|
|
1187
|
+
export interface SignalRDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1188
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1189
|
+
updateIntervalInMs?: number;
|
|
1190
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1191
|
+
resumeFrom?: string;
|
|
1192
|
+
}
|
|
1193
|
+
/** Optional parameters. */
|
|
1194
|
+
export interface SignalRUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1195
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1196
|
+
updateIntervalInMs?: number;
|
|
1197
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1198
|
+
resumeFrom?: string;
|
|
1199
|
+
}
|
|
1200
|
+
/** Contains response data for the update operation. */
|
|
1201
|
+
export type SignalRUpdateResponse = SignalRResource;
|
|
1202
|
+
/** Optional parameters. */
|
|
1203
|
+
export interface SignalRListKeysOptionalParams extends coreClient.OperationOptions {
|
|
1204
|
+
}
|
|
1205
|
+
/** Contains response data for the listKeys operation. */
|
|
1206
|
+
export type SignalRListKeysResponse = SignalRKeys;
|
|
1207
|
+
/** Optional parameters. */
|
|
1208
|
+
export interface SignalRRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1209
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1210
|
+
updateIntervalInMs?: number;
|
|
1211
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1212
|
+
resumeFrom?: string;
|
|
1213
|
+
}
|
|
1214
|
+
/** Contains response data for the regenerateKey operation. */
|
|
1215
|
+
export type SignalRRegenerateKeyResponse = SignalRKeys;
|
|
1216
|
+
/** Optional parameters. */
|
|
1217
|
+
export interface SignalRListReplicaSkusOptionalParams extends coreClient.OperationOptions {
|
|
1218
|
+
}
|
|
1219
|
+
/** Contains response data for the listReplicaSkus operation. */
|
|
1220
|
+
export type SignalRListReplicaSkusResponse = SkuList;
|
|
1221
|
+
/** Optional parameters. */
|
|
1222
|
+
export interface SignalRRestartOptionalParams extends coreClient.OperationOptions {
|
|
1223
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1224
|
+
updateIntervalInMs?: number;
|
|
1225
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1226
|
+
resumeFrom?: string;
|
|
1227
|
+
}
|
|
1228
|
+
/** Contains response data for the restart operation. */
|
|
1229
|
+
export type SignalRRestartResponse = SignalRRestartHeaders;
|
|
1230
|
+
/** Optional parameters. */
|
|
1231
|
+
export interface SignalRListSkusOptionalParams extends coreClient.OperationOptions {
|
|
1232
|
+
}
|
|
1233
|
+
/** Contains response data for the listSkus operation. */
|
|
1234
|
+
export type SignalRListSkusResponse = SkuList;
|
|
1235
|
+
/** Optional parameters. */
|
|
1236
|
+
export interface SignalRListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1237
|
+
}
|
|
1238
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1239
|
+
export type SignalRListBySubscriptionNextResponse = SignalRResourceList;
|
|
1240
|
+
/** Optional parameters. */
|
|
1241
|
+
export interface SignalRListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1242
|
+
}
|
|
1243
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1244
|
+
export type SignalRListByResourceGroupNextResponse = SignalRResourceList;
|
|
1245
|
+
/** Optional parameters. */
|
|
1246
|
+
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
1247
|
+
}
|
|
1248
|
+
/** Contains response data for the list operation. */
|
|
1249
|
+
export type UsagesListResponse = SignalRUsageList;
|
|
1250
|
+
/** Optional parameters. */
|
|
1251
|
+
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1252
|
+
}
|
|
1253
|
+
/** Contains response data for the listNext operation. */
|
|
1254
|
+
export type UsagesListNextResponse = SignalRUsageList;
|
|
1255
|
+
/** Optional parameters. */
|
|
1256
|
+
export interface SignalRCustomCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
1257
|
+
}
|
|
1258
|
+
/** Contains response data for the list operation. */
|
|
1259
|
+
export type SignalRCustomCertificatesListResponse = CustomCertificateList;
|
|
1260
|
+
/** Optional parameters. */
|
|
1261
|
+
export interface SignalRCustomCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
1262
|
+
}
|
|
1263
|
+
/** Contains response data for the get operation. */
|
|
1264
|
+
export type SignalRCustomCertificatesGetResponse = CustomCertificate;
|
|
1265
|
+
/** Optional parameters. */
|
|
1266
|
+
export interface SignalRCustomCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1267
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1268
|
+
updateIntervalInMs?: number;
|
|
1269
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1270
|
+
resumeFrom?: string;
|
|
1271
|
+
}
|
|
1272
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1273
|
+
export type SignalRCustomCertificatesCreateOrUpdateResponse = CustomCertificate;
|
|
1274
|
+
/** Optional parameters. */
|
|
1275
|
+
export interface SignalRCustomCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1276
|
+
}
|
|
1277
|
+
/** Optional parameters. */
|
|
1278
|
+
export interface SignalRCustomCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1279
|
+
}
|
|
1280
|
+
/** Contains response data for the listNext operation. */
|
|
1281
|
+
export type SignalRCustomCertificatesListNextResponse = CustomCertificateList;
|
|
1282
|
+
/** Optional parameters. */
|
|
1283
|
+
export interface SignalRCustomDomainsListOptionalParams extends coreClient.OperationOptions {
|
|
1284
|
+
}
|
|
1285
|
+
/** Contains response data for the list operation. */
|
|
1286
|
+
export type SignalRCustomDomainsListResponse = CustomDomainList;
|
|
1287
|
+
/** Optional parameters. */
|
|
1288
|
+
export interface SignalRCustomDomainsGetOptionalParams extends coreClient.OperationOptions {
|
|
1289
|
+
}
|
|
1290
|
+
/** Contains response data for the get operation. */
|
|
1291
|
+
export type SignalRCustomDomainsGetResponse = CustomDomain;
|
|
1292
|
+
/** Optional parameters. */
|
|
1293
|
+
export interface SignalRCustomDomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1294
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1295
|
+
updateIntervalInMs?: number;
|
|
1296
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1297
|
+
resumeFrom?: string;
|
|
1298
|
+
}
|
|
1299
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1300
|
+
export type SignalRCustomDomainsCreateOrUpdateResponse = CustomDomain;
|
|
1301
|
+
/** Optional parameters. */
|
|
1302
|
+
export interface SignalRCustomDomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1303
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1304
|
+
updateIntervalInMs?: number;
|
|
1305
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1306
|
+
resumeFrom?: string;
|
|
1307
|
+
}
|
|
1308
|
+
/** Optional parameters. */
|
|
1309
|
+
export interface SignalRCustomDomainsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1310
|
+
}
|
|
1311
|
+
/** Contains response data for the listNext operation. */
|
|
1312
|
+
export type SignalRCustomDomainsListNextResponse = CustomDomainList;
|
|
1313
|
+
/** Optional parameters. */
|
|
1314
|
+
export interface SignalRPrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1315
|
+
}
|
|
1316
|
+
/** Contains response data for the list operation. */
|
|
1317
|
+
export type SignalRPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionList;
|
|
1318
|
+
/** Optional parameters. */
|
|
1319
|
+
export interface SignalRPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1320
|
+
}
|
|
1321
|
+
/** Contains response data for the get operation. */
|
|
1322
|
+
export type SignalRPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1323
|
+
/** Optional parameters. */
|
|
1324
|
+
export interface SignalRPrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1325
|
+
}
|
|
1326
|
+
/** Contains response data for the update operation. */
|
|
1327
|
+
export type SignalRPrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
|
|
1328
|
+
/** Optional parameters. */
|
|
1329
|
+
export interface SignalRPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1330
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1331
|
+
updateIntervalInMs?: number;
|
|
1332
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1333
|
+
resumeFrom?: string;
|
|
1334
|
+
}
|
|
1335
|
+
/** Optional parameters. */
|
|
1336
|
+
export interface SignalRPrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1337
|
+
}
|
|
1338
|
+
/** Contains response data for the listNext operation. */
|
|
1339
|
+
export type SignalRPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionList;
|
|
1340
|
+
/** Optional parameters. */
|
|
1341
|
+
export interface SignalRPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1342
|
+
}
|
|
1343
|
+
/** Contains response data for the list operation. */
|
|
1344
|
+
export type SignalRPrivateLinkResourcesListResponse = PrivateLinkResourceList;
|
|
1345
|
+
/** Optional parameters. */
|
|
1346
|
+
export interface SignalRPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1347
|
+
}
|
|
1348
|
+
/** Contains response data for the listNext operation. */
|
|
1349
|
+
export type SignalRPrivateLinkResourcesListNextResponse = PrivateLinkResourceList;
|
|
1350
|
+
/** Optional parameters. */
|
|
1351
|
+
export interface SignalRReplicasListOptionalParams extends coreClient.OperationOptions {
|
|
1352
|
+
}
|
|
1353
|
+
/** Contains response data for the list operation. */
|
|
1354
|
+
export type SignalRReplicasListResponse = ReplicaList;
|
|
1355
|
+
/** Optional parameters. */
|
|
1356
|
+
export interface SignalRReplicasGetOptionalParams extends coreClient.OperationOptions {
|
|
1357
|
+
}
|
|
1358
|
+
/** Contains response data for the get operation. */
|
|
1359
|
+
export type SignalRReplicasGetResponse = Replica;
|
|
1360
|
+
/** Optional parameters. */
|
|
1361
|
+
export interface SignalRReplicasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1362
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1363
|
+
updateIntervalInMs?: number;
|
|
1364
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1365
|
+
resumeFrom?: string;
|
|
1366
|
+
}
|
|
1367
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1368
|
+
export type SignalRReplicasCreateOrUpdateResponse = Replica;
|
|
1369
|
+
/** Optional parameters. */
|
|
1370
|
+
export interface SignalRReplicasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1371
|
+
}
|
|
1372
|
+
/** Optional parameters. */
|
|
1373
|
+
export interface SignalRReplicasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1374
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1375
|
+
updateIntervalInMs?: number;
|
|
1376
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1377
|
+
resumeFrom?: string;
|
|
1378
|
+
}
|
|
1379
|
+
/** Contains response data for the update operation. */
|
|
1380
|
+
export type SignalRReplicasUpdateResponse = Replica;
|
|
1381
|
+
/** Optional parameters. */
|
|
1382
|
+
export interface SignalRReplicasRestartOptionalParams extends coreClient.OperationOptions {
|
|
1383
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1384
|
+
updateIntervalInMs?: number;
|
|
1385
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1386
|
+
resumeFrom?: string;
|
|
1387
|
+
}
|
|
1388
|
+
/** Contains response data for the restart operation. */
|
|
1389
|
+
export type SignalRReplicasRestartResponse = SignalRReplicasRestartHeaders;
|
|
1390
|
+
/** Optional parameters. */
|
|
1391
|
+
export interface SignalRReplicasListNextOptionalParams extends coreClient.OperationOptions {
|
|
1392
|
+
}
|
|
1393
|
+
/** Contains response data for the listNext operation. */
|
|
1394
|
+
export type SignalRReplicasListNextResponse = ReplicaList;
|
|
1395
|
+
/** Optional parameters. */
|
|
1396
|
+
export interface SignalRSharedPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1397
|
+
}
|
|
1398
|
+
/** Contains response data for the list operation. */
|
|
1399
|
+
export type SignalRSharedPrivateLinkResourcesListResponse = SharedPrivateLinkResourceList;
|
|
1400
|
+
/** Optional parameters. */
|
|
1401
|
+
export interface SignalRSharedPrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1402
|
+
}
|
|
1403
|
+
/** Contains response data for the get operation. */
|
|
1404
|
+
export type SignalRSharedPrivateLinkResourcesGetResponse = SharedPrivateLinkResource;
|
|
1405
|
+
/** Optional parameters. */
|
|
1406
|
+
export interface SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1407
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1408
|
+
updateIntervalInMs?: number;
|
|
1409
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1410
|
+
resumeFrom?: string;
|
|
1411
|
+
}
|
|
1412
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1413
|
+
export type SignalRSharedPrivateLinkResourcesCreateOrUpdateResponse = SharedPrivateLinkResource;
|
|
1414
|
+
/** Optional parameters. */
|
|
1415
|
+
export interface SignalRSharedPrivateLinkResourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1416
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1417
|
+
updateIntervalInMs?: number;
|
|
1418
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1419
|
+
resumeFrom?: string;
|
|
1420
|
+
}
|
|
1421
|
+
/** Optional parameters. */
|
|
1422
|
+
export interface SignalRSharedPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1423
|
+
}
|
|
1424
|
+
/** Contains response data for the listNext operation. */
|
|
1425
|
+
export type SignalRSharedPrivateLinkResourcesListNextResponse = SharedPrivateLinkResourceList;
|
|
1426
|
+
/** Optional parameters. */
|
|
1427
|
+
export interface SignalRManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1428
|
+
/** server parameter */
|
|
1429
|
+
$host?: string;
|
|
1430
|
+
/** Api Version */
|
|
1431
|
+
apiVersion?: string;
|
|
1432
|
+
/** Overrides client endpoint. */
|
|
1433
|
+
endpoint?: string;
|
|
1434
|
+
}
|
|
1435
|
+
//# sourceMappingURL=index.d.ts.map
|