@azure/arm-signalr 6.0.0-alpha.20250214.1 → 6.0.0-alpha.20250218.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalR.d.ts +3 -3
- package/dist/browser/operations/signalR.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalR.js +190 -210
- package/dist/browser/operations/signalR.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomCertificates.d.ts +3 -3
- package/dist/browser/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomCertificates.js +48 -52
- package/dist/browser/operations/signalRCustomCertificates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomDomains.d.ts +3 -3
- package/dist/browser/operations/signalRCustomDomains.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRCustomDomains.js +79 -87
- package/dist/browser/operations/signalRCustomDomains.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateEndpointConnections.js +47 -51
- package/dist/browser/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRPrivateLinkResources.js +3 -3
- package/dist/browser/operations/signalRPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRReplicas.d.ts +3 -3
- package/dist/browser/operations/signalRReplicas.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRReplicas.js +128 -140
- package/dist/browser/operations/signalRReplicas.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRSharedPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/signalRSharedPrivateLinkResources.js +90 -98
- package/dist/browser/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.js +3 -3
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalR.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalR.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomCertificates.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomDomains.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateLinkResources.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRReplicas.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/signalRManagementClient.d.ts +2 -2
- package/dist/browser/signalRManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/signalRManagementClient.js +15 -18
- package/dist/browser/signalRManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-signalr.d.ts → dist/commonjs/models/index.d.ts} +1435 -2094
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +161 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +70 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1961 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +24 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +203 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/signalR.d.ts +168 -0
- package/dist/commonjs/operations/signalR.d.ts.map +1 -0
- package/dist/commonjs/operations/signalR.js +831 -0
- package/dist/commonjs/operations/signalR.js.map +1 -0
- package/dist/commonjs/operations/signalRCustomCertificates.d.ts +73 -0
- package/dist/commonjs/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRCustomCertificates.js +314 -0
- package/dist/commonjs/operations/signalRCustomCertificates.js.map +1 -0
- package/dist/commonjs/operations/signalRCustomDomains.d.ts +81 -0
- package/dist/commonjs/operations/signalRCustomDomains.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRCustomDomains.js +354 -0
- package/dist/commonjs/operations/signalRCustomDomains.js.map +1 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.d.ts +76 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.js +320 -0
- package/dist/commonjs/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.js +154 -0
- package/dist/commonjs/operations/signalRPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/signalRReplicas.d.ts +107 -0
- package/dist/commonjs/operations/signalRReplicas.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRReplicas.js +494 -0
- package/dist/commonjs/operations/signalRReplicas.js.map +1 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.d.ts +81 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.js +370 -0
- package/dist/commonjs/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +149 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalR.d.ts +132 -0
- package/dist/commonjs/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalR.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalR.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/signalRManagementClient.d.ts +28 -0
- package/dist/commonjs/signalRManagementClient.d.ts.map +1 -0
- package/dist/commonjs/signalRManagementClient.js +110 -0
- package/dist/commonjs/signalRManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1435 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +158 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +70 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1957 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +24 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +200 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/signalR.d.ts +168 -0
- package/dist/esm/operations/signalR.d.ts.map +1 -0
- package/dist/esm/operations/signalR.js +827 -0
- package/dist/esm/operations/signalR.js.map +1 -0
- package/dist/esm/operations/signalRCustomCertificates.d.ts +73 -0
- package/dist/esm/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/esm/operations/signalRCustomCertificates.js +310 -0
- package/dist/esm/operations/signalRCustomCertificates.js.map +1 -0
- package/dist/esm/operations/signalRCustomDomains.d.ts +81 -0
- package/dist/esm/operations/signalRCustomDomains.d.ts.map +1 -0
- package/dist/esm/operations/signalRCustomDomains.js +350 -0
- package/dist/esm/operations/signalRCustomDomains.js.map +1 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.d.ts +76 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.js +316 -0
- package/dist/esm/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/signalRPrivateLinkResources.d.ts +38 -0
- package/dist/esm/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/signalRPrivateLinkResources.js +150 -0
- package/dist/esm/operations/signalRPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/signalRReplicas.d.ts +107 -0
- package/dist/esm/operations/signalRReplicas.d.ts.map +1 -0
- package/dist/esm/operations/signalRReplicas.js +490 -0
- package/dist/esm/operations/signalRReplicas.js.map +1 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.d.ts +81 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.js +366 -0
- package/dist/esm/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +145 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalR.d.ts +132 -0
- package/dist/esm/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalR.js +9 -0
- package/dist/esm/operationsInterfaces/signalR.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.d.ts +48 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.d.ts +56 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.js +9 -0
- package/dist/esm/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +51 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.d.ts +13 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.d.ts +82 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.js +9 -0
- package/dist/esm/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +56 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/signalRManagementClient.d.ts +28 -0
- package/dist/esm/signalRManagementClient.d.ts.map +1 -0
- package/dist/esm/signalRManagementClient.js +105 -0
- package/dist/esm/signalRManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1435 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +158 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +70 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1957 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +24 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +200 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/signalR.d.ts +168 -0
- package/dist/react-native/operations/signalR.d.ts.map +1 -0
- package/dist/react-native/operations/signalR.js +827 -0
- package/dist/react-native/operations/signalR.js.map +1 -0
- package/dist/react-native/operations/signalRCustomCertificates.d.ts +73 -0
- package/dist/react-native/operations/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/signalRCustomCertificates.js +310 -0
- package/dist/react-native/operations/signalRCustomCertificates.js.map +1 -0
- package/dist/react-native/operations/signalRCustomDomains.d.ts +81 -0
- package/dist/react-native/operations/signalRCustomDomains.d.ts.map +1 -0
- package/dist/react-native/operations/signalRCustomDomains.js +350 -0
- package/dist/react-native/operations/signalRCustomDomains.js.map +1 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.d.ts +76 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.js +316 -0
- package/dist/react-native/operations/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.js +150 -0
- package/dist/react-native/operations/signalRPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/signalRReplicas.d.ts +107 -0
- package/dist/react-native/operations/signalRReplicas.d.ts.map +1 -0
- package/dist/react-native/operations/signalRReplicas.js +490 -0
- package/dist/react-native/operations/signalRReplicas.js.map +1 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.d.ts +81 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.js +366 -0
- package/dist/react-native/operations/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +145 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalR.d.ts +132 -0
- package/dist/react-native/operationsInterfaces/signalR.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalR.js +9 -0
- package/dist/react-native/operationsInterfaces/signalR.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRCustomCertificates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRCustomDomains.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRReplicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/signalRManagementClient.d.ts +28 -0
- package/dist/react-native/signalRManagementClient.d.ts.map +1 -0
- package/dist/react-native/signalRManagementClient.js +105 -0
- package/dist/react-native/signalRManagementClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -5653
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.js +0 -32
- package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.js +0 -76
- package/dist-esm/samples-dev/signalRCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js +0 -52
- package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRCustomDomainsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.js +0 -52
- package/dist-esm/samples-dev/signalRCustomDomainsListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRDeleteSample.js +0 -36
- package/dist-esm/samples-dev/signalRDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRGetSample.js +0 -36
- package/dist-esm/samples-dev/signalRGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/signalRListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/signalRListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListKeysSample.js +0 -36
- package/dist-esm/samples-dev/signalRListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.js +0 -37
- package/dist-esm/samples-dev/signalRListReplicaSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRListSkusSample.js +0 -36
- package/dist-esm/samples-dev/signalRListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js +0 -52
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js +0 -37
- package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js +0 -52
- package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRRegenerateKeySample.js +0 -30
- package/dist-esm/samples-dev/signalRRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRReplicasDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRReplicasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasListSample.js +0 -52
- package/dist-esm/samples-dev/signalRReplicasListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasRestartSample.js +0 -37
- package/dist-esm/samples-dev/signalRReplicasRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.js +0 -36
- package/dist-esm/samples-dev/signalRReplicasUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRRestartSample.js +0 -36
- package/dist-esm/samples-dev/signalRRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js +0 -52
- package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/signalRUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/signalRUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/signalRUpdateSample.js +0 -76
- package/dist-esm/samples-dev/signalRUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -51
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/signalR.d.ts.map +0 -1
- package/dist-esm/src/operations/signalR.js.map +0 -1
- package/dist-esm/src/operations/signalRCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRCustomCertificates.js.map +0 -1
- package/dist-esm/src/operations/signalRCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRCustomDomains.js.map +0 -1
- package/dist-esm/src/operations/signalRPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/signalRPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/signalRReplicas.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRReplicas.js.map +0 -1
- package/dist-esm/src/operations/signalRSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalR.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalR.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRCustomDomains.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRReplicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRReplicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/signalRSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/signalRManagementClient.d.ts.map +0 -1
- package/dist-esm/src/signalRManagementClient.js.map +0 -1
- package/dist-esm/test/signalr_examples.spec.d.ts +0 -4
- package/dist-esm/test/signalr_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/signalr_examples.spec.js +0 -157
- package/dist-esm/test/signalr_examples.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1633
- package/src/models/mappers.ts +0 -2098
- package/src/models/parameters.ts +0 -236
- package/src/operations/index.ts +0 -17
- package/src/operations/operations.ts +0 -149
- package/src/operations/signalR.ts +0 -1146
- package/src/operations/signalRCustomCertificates.ts +0 -430
- package/src/operations/signalRCustomDomains.ts +0 -494
- package/src/operations/signalRPrivateEndpointConnections.ts +0 -426
- package/src/operations/signalRPrivateLinkResources.ts +0 -195
- package/src/operations/signalRReplicas.ts +0 -702
- package/src/operations/signalRSharedPrivateLinkResources.ts +0 -511
- package/src/operations/usages.ts +0 -170
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/signalR.ts +0 -258
- package/src/operationsInterfaces/signalRCustomCertificates.ts +0 -96
- package/src/operationsInterfaces/signalRCustomDomains.ts +0 -109
- package/src/operationsInterfaces/signalRPrivateEndpointConnections.ts +0 -93
- package/src/operationsInterfaces/signalRPrivateLinkResources.ts +0 -29
- package/src/operationsInterfaces/signalRReplicas.ts +0 -166
- package/src/operationsInterfaces/signalRSharedPrivateLinkResources.ts +0 -109
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/pagingHelper.ts +0 -39
- package/src/signalRManagementClient.ts +0 -182
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalR.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomCertificates.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRCustomDomains.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRReplicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/signalRSharedPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
|
+
/** Class containing Usages operations. */
|
|
15
|
+
export class UsagesImpl {
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class Usages class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* List resource usage quotas by location.
|
|
25
|
+
* @param location the location like "eastus"
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
list(location, options) {
|
|
29
|
+
const iter = this.listPagingAll(location, options);
|
|
30
|
+
return {
|
|
31
|
+
next() {
|
|
32
|
+
return iter.next();
|
|
33
|
+
},
|
|
34
|
+
[Symbol.asyncIterator]() {
|
|
35
|
+
return this;
|
|
36
|
+
},
|
|
37
|
+
byPage: (settings) => {
|
|
38
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
39
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
|
+
}
|
|
41
|
+
return this.listPagingPage(location, options, settings);
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
listPagingPage(location, options, settings) {
|
|
46
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
47
|
+
let result;
|
|
48
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
49
|
+
if (!continuationToken) {
|
|
50
|
+
result = yield __await(this._list(location, options));
|
|
51
|
+
let page = result.value || [];
|
|
52
|
+
continuationToken = result.nextLink;
|
|
53
|
+
setContinuationToken(page, continuationToken);
|
|
54
|
+
yield yield __await(page);
|
|
55
|
+
}
|
|
56
|
+
while (continuationToken) {
|
|
57
|
+
result = yield __await(this._listNext(location, continuationToken, options));
|
|
58
|
+
continuationToken = result.nextLink;
|
|
59
|
+
let page = result.value || [];
|
|
60
|
+
setContinuationToken(page, continuationToken);
|
|
61
|
+
yield yield __await(page);
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
listPagingAll(location, options) {
|
|
66
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
67
|
+
var _a, e_1, _b, _c;
|
|
68
|
+
try {
|
|
69
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(location, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
70
|
+
_c = _f.value;
|
|
71
|
+
_d = false;
|
|
72
|
+
const page = _c;
|
|
73
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
77
|
+
finally {
|
|
78
|
+
try {
|
|
79
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
80
|
+
}
|
|
81
|
+
finally { if (e_1) throw e_1.error; }
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* List resource usage quotas by location.
|
|
87
|
+
* @param location the location like "eastus"
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
_list(location, options) {
|
|
91
|
+
return this.client.sendOperationRequest({ location, options }, listOperationSpec);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* ListNext
|
|
95
|
+
* @param location the location like "eastus"
|
|
96
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
_listNext(location, nextLink, options) {
|
|
100
|
+
return this.client.sendOperationRequest({ location, nextLink, options }, listNextOperationSpec);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
// Operation Specifications
|
|
104
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
105
|
+
const listOperationSpec = {
|
|
106
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages",
|
|
107
|
+
httpMethod: "GET",
|
|
108
|
+
responses: {
|
|
109
|
+
200: {
|
|
110
|
+
bodyMapper: Mappers.SignalRUsageList
|
|
111
|
+
},
|
|
112
|
+
default: {
|
|
113
|
+
bodyMapper: Mappers.ErrorResponse
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
queryParameters: [Parameters.apiVersion],
|
|
117
|
+
urlParameters: [
|
|
118
|
+
Parameters.$host,
|
|
119
|
+
Parameters.location,
|
|
120
|
+
Parameters.subscriptionId
|
|
121
|
+
],
|
|
122
|
+
headerParameters: [Parameters.accept],
|
|
123
|
+
serializer
|
|
124
|
+
};
|
|
125
|
+
const listNextOperationSpec = {
|
|
126
|
+
path: "{nextLink}",
|
|
127
|
+
httpMethod: "GET",
|
|
128
|
+
responses: {
|
|
129
|
+
200: {
|
|
130
|
+
bodyMapper: Mappers.SignalRUsageList
|
|
131
|
+
},
|
|
132
|
+
default: {
|
|
133
|
+
bodyMapper: Mappers.ErrorResponse
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
urlParameters: [
|
|
137
|
+
Parameters.$host,
|
|
138
|
+
Parameters.nextLink,
|
|
139
|
+
Parameters.location,
|
|
140
|
+
Parameters.subscriptionId
|
|
141
|
+
],
|
|
142
|
+
headerParameters: [Parameters.accept],
|
|
143
|
+
serializer
|
|
144
|
+
};
|
|
145
|
+
//# sourceMappingURL=usages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Usages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { SignalRManagementClient } from \"../signalRManagementClient.js\";\nimport {\n SignalRUsage,\n UsagesListNextOptionalParams,\n UsagesListOptionalParams,\n UsagesListResponse,\n UsagesListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Usages operations. */\nexport class UsagesImpl implements Usages {\n private readonly client: SignalRManagementClient;\n\n /**\n * Initialize a new instance of the class Usages class.\n * @param client Reference to the service client\n */\n constructor(client: SignalRManagementClient) {\n this.client = client;\n }\n\n /**\n * List resource usage quotas by location.\n * @param location the location like \"eastus\"\n * @param options The options parameters.\n */\n public list(\n location: string,\n options?: UsagesListOptionalParams\n ): PagedAsyncIterableIterator<SignalRUsage> {\n const iter = this.listPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(location, options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n location: string,\n options?: UsagesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SignalRUsage[]> {\n let result: UsagesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(location, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(location, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n location: string,\n options?: UsagesListOptionalParams\n ): AsyncIterableIterator<SignalRUsage> {\n for await (const page of this.listPagingPage(location, options)) {\n yield* page;\n }\n }\n\n /**\n * List resource usage quotas by location.\n * @param location the location like \"eastus\"\n * @param options The options parameters.\n */\n private _list(\n location: string,\n options?: UsagesListOptionalParams\n ): Promise<UsagesListResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param location the location like \"eastus\"\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n location: string,\n nextLink: string,\n options?: UsagesListNextOptionalParams\n ): Promise<UsagesListNextResponse> {\n return this.client.sendOperationRequest(\n { location, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SignalRUsageList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.location,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SignalRUsageList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.location,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./operations.js";
|
|
2
|
+
export * from "./signalR.js";
|
|
3
|
+
export * from "./usages.js";
|
|
4
|
+
export * from "./signalRCustomCertificates.js";
|
|
5
|
+
export * from "./signalRCustomDomains.js";
|
|
6
|
+
export * from "./signalRPrivateEndpointConnections.js";
|
|
7
|
+
export * from "./signalRPrivateLinkResources.js";
|
|
8
|
+
export * from "./signalRReplicas.js";
|
|
9
|
+
export * from "./signalRSharedPrivateLinkResources.js";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./operations.js";
|
|
9
|
+
export * from "./signalR.js";
|
|
10
|
+
export * from "./usages.js";
|
|
11
|
+
export * from "./signalRCustomCertificates.js";
|
|
12
|
+
export * from "./signalRCustomDomains.js";
|
|
13
|
+
export * from "./signalRPrivateEndpointConnections.js";
|
|
14
|
+
export * from "./signalRPrivateLinkResources.js";
|
|
15
|
+
export * from "./signalRReplicas.js";
|
|
16
|
+
export * from "./signalRSharedPrivateLinkResources.js";
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,wCAAwC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./signalR.js\";\nexport * from \"./usages.js\";\nexport * from \"./signalRCustomCertificates.js\";\nexport * from \"./signalRCustomDomains.js\";\nexport * from \"./signalRPrivateEndpointConnections.js\";\nexport * from \"./signalRPrivateLinkResources.js\";\nexport * from \"./signalRReplicas.js\";\nexport * from \"./signalRSharedPrivateLinkResources.js\";\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the available REST API operations of the Microsoft.SignalRService provider.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available REST API operations of the Microsoft.SignalRService provider.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { SignalRResource, SignalRListBySubscriptionOptionalParams, SignalRListByResourceGroupOptionalParams, NameAvailabilityParameters, SignalRCheckNameAvailabilityOptionalParams, SignalRCheckNameAvailabilityResponse, SignalRGetOptionalParams, SignalRGetResponse, SignalRCreateOrUpdateOptionalParams, SignalRCreateOrUpdateResponse, SignalRDeleteOptionalParams, SignalRUpdateOptionalParams, SignalRUpdateResponse, SignalRListKeysOptionalParams, SignalRListKeysResponse, RegenerateKeyParameters, SignalRRegenerateKeyOptionalParams, SignalRRegenerateKeyResponse, SignalRListReplicaSkusOptionalParams, SignalRListReplicaSkusResponse, SignalRRestartOptionalParams, SignalRRestartResponse, SignalRListSkusOptionalParams, SignalRListSkusResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SignalR. */
|
|
5
|
+
export interface SignalR {
|
|
6
|
+
/**
|
|
7
|
+
* Handles requests to list all resources in a subscription.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listBySubscription(options?: SignalRListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SignalRResource>;
|
|
11
|
+
/**
|
|
12
|
+
* Handles requests to list all resources in a resource group.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
listByResourceGroup(resourceGroupName: string, options?: SignalRListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SignalRResource>;
|
|
17
|
+
/**
|
|
18
|
+
* Checks that the resource name is valid and is not already in use.
|
|
19
|
+
* @param location the region
|
|
20
|
+
* @param parameters Parameters supplied to the operation.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
checkNameAvailability(location: string, parameters: NameAvailabilityParameters, options?: SignalRCheckNameAvailabilityOptionalParams): Promise<SignalRCheckNameAvailabilityResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Get the resource and its properties.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param resourceName The name of the resource.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
get(resourceGroupName: string, resourceName: string, options?: SignalRGetOptionalParams): Promise<SignalRGetResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Create or update a resource.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
+
* @param resourceName The name of the resource.
|
|
35
|
+
* @param parameters Parameters for the create or update operation
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRCreateOrUpdateResponse>, SignalRCreateOrUpdateResponse>>;
|
|
39
|
+
/**
|
|
40
|
+
* Create or update a resource.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param resourceName The name of the resource.
|
|
43
|
+
* @param parameters Parameters for the create or update operation
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams): Promise<SignalRCreateOrUpdateResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Operation to delete a resource.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param resourceName The name of the resource.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
beginDelete(resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
54
|
+
/**
|
|
55
|
+
* Operation to delete a resource.
|
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
57
|
+
* @param resourceName The name of the resource.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams): Promise<void>;
|
|
61
|
+
/**
|
|
62
|
+
* Operation to update an exiting resource.
|
|
63
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
+
* @param resourceName The name of the resource.
|
|
65
|
+
* @param parameters Parameters for the update operation
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
beginUpdate(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRUpdateResponse>, SignalRUpdateResponse>>;
|
|
69
|
+
/**
|
|
70
|
+
* Operation to update an exiting resource.
|
|
71
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
|
+
* @param resourceName The name of the resource.
|
|
73
|
+
* @param parameters Parameters for the update operation
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams): Promise<SignalRUpdateResponse>;
|
|
77
|
+
/**
|
|
78
|
+
* Get the access keys of the resource.
|
|
79
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
80
|
+
* @param resourceName The name of the resource.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
listKeys(resourceGroupName: string, resourceName: string, options?: SignalRListKeysOptionalParams): Promise<SignalRListKeysResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
|
|
86
|
+
* same time.
|
|
87
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
88
|
+
* @param resourceName The name of the resource.
|
|
89
|
+
* @param parameters Parameter that describes the Regenerate Key Operation.
|
|
90
|
+
* @param options The options parameters.
|
|
91
|
+
*/
|
|
92
|
+
beginRegenerateKey(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<SignalRRegenerateKeyResponse>, SignalRRegenerateKeyResponse>>;
|
|
93
|
+
/**
|
|
94
|
+
* Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
|
|
95
|
+
* same time.
|
|
96
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
97
|
+
* @param resourceName The name of the resource.
|
|
98
|
+
* @param parameters Parameter that describes the Regenerate Key Operation.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
beginRegenerateKeyAndWait(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams): Promise<SignalRRegenerateKeyResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* List all available skus of the replica resource.
|
|
104
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
105
|
+
* @param resourceName The name of the resource.
|
|
106
|
+
* @param replicaName The name of the replica.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
listReplicaSkus(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRListReplicaSkusOptionalParams): Promise<SignalRListReplicaSkusResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* Operation to restart a resource.
|
|
112
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
113
|
+
* @param resourceName The name of the resource.
|
|
114
|
+
* @param options The options parameters.
|
|
115
|
+
*/
|
|
116
|
+
beginRestart(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams): Promise<SimplePollerLike<OperationState<SignalRRestartResponse>, SignalRRestartResponse>>;
|
|
117
|
+
/**
|
|
118
|
+
* Operation to restart a resource.
|
|
119
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
120
|
+
* @param resourceName The name of the resource.
|
|
121
|
+
* @param options The options parameters.
|
|
122
|
+
*/
|
|
123
|
+
beginRestartAndWait(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams): Promise<SignalRRestartResponse>;
|
|
124
|
+
/**
|
|
125
|
+
* List all available skus of the resource.
|
|
126
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
127
|
+
* @param resourceName The name of the resource.
|
|
128
|
+
* @param options The options parameters.
|
|
129
|
+
*/
|
|
130
|
+
listSkus(resourceGroupName: string, resourceName: string, options?: SignalRListSkusOptionalParams): Promise<SignalRListSkusResponse>;
|
|
131
|
+
}
|
|
132
|
+
//# sourceMappingURL=signalR.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signalR.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/signalR.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=signalR.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signalR.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/signalR.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SignalRResource,\n SignalRListBySubscriptionOptionalParams,\n SignalRListByResourceGroupOptionalParams,\n NameAvailabilityParameters,\n SignalRCheckNameAvailabilityOptionalParams,\n SignalRCheckNameAvailabilityResponse,\n SignalRGetOptionalParams,\n SignalRGetResponse,\n SignalRCreateOrUpdateOptionalParams,\n SignalRCreateOrUpdateResponse,\n SignalRDeleteOptionalParams,\n SignalRUpdateOptionalParams,\n SignalRUpdateResponse,\n SignalRListKeysOptionalParams,\n SignalRListKeysResponse,\n RegenerateKeyParameters,\n SignalRRegenerateKeyOptionalParams,\n SignalRRegenerateKeyResponse,\n SignalRListReplicaSkusOptionalParams,\n SignalRListReplicaSkusResponse,\n SignalRRestartOptionalParams,\n SignalRRestartResponse,\n SignalRListSkusOptionalParams,\n SignalRListSkusResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SignalR. */\nexport interface SignalR {\n /**\n * Handles requests to list all resources in a subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: SignalRListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<SignalRResource>;\n /**\n * Handles requests to list all resources in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: SignalRListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SignalRResource>;\n /**\n * Checks that the resource name is valid and is not already in use.\n * @param location the region\n * @param parameters Parameters supplied to the operation.\n * @param options The options parameters.\n */\n checkNameAvailability(\n location: string,\n parameters: NameAvailabilityParameters,\n options?: SignalRCheckNameAvailabilityOptionalParams\n ): Promise<SignalRCheckNameAvailabilityResponse>;\n /**\n * Get the resource and its properties.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRGetOptionalParams\n ): Promise<SignalRGetResponse>;\n /**\n * Create or update a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param parameters Parameters for the create or update operation\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n parameters: SignalRResource,\n options?: SignalRCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SignalRCreateOrUpdateResponse>,\n SignalRCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param parameters Parameters for the create or update operation\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n parameters: SignalRResource,\n options?: SignalRCreateOrUpdateOptionalParams\n ): Promise<SignalRCreateOrUpdateResponse>;\n /**\n * Operation to delete a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Operation to delete a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRDeleteOptionalParams\n ): Promise<void>;\n /**\n * Operation to update an exiting resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param parameters Parameters for the update operation\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n resourceName: string,\n parameters: SignalRResource,\n options?: SignalRUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SignalRUpdateResponse>,\n SignalRUpdateResponse\n >\n >;\n /**\n * Operation to update an exiting resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param parameters Parameters for the update operation\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n parameters: SignalRResource,\n options?: SignalRUpdateOptionalParams\n ): Promise<SignalRUpdateResponse>;\n /**\n * Get the access keys of the resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRListKeysOptionalParams\n ): Promise<SignalRListKeysResponse>;\n /**\n * Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the\n * same time.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param parameters Parameter that describes the Regenerate Key Operation.\n * @param options The options parameters.\n */\n beginRegenerateKey(\n resourceGroupName: string,\n resourceName: string,\n parameters: RegenerateKeyParameters,\n options?: SignalRRegenerateKeyOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SignalRRegenerateKeyResponse>,\n SignalRRegenerateKeyResponse\n >\n >;\n /**\n * Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the\n * same time.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param parameters Parameter that describes the Regenerate Key Operation.\n * @param options The options parameters.\n */\n beginRegenerateKeyAndWait(\n resourceGroupName: string,\n resourceName: string,\n parameters: RegenerateKeyParameters,\n options?: SignalRRegenerateKeyOptionalParams\n ): Promise<SignalRRegenerateKeyResponse>;\n /**\n * List all available skus of the replica resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param replicaName The name of the replica.\n * @param options The options parameters.\n */\n listReplicaSkus(\n resourceGroupName: string,\n resourceName: string,\n replicaName: string,\n options?: SignalRListReplicaSkusOptionalParams\n ): Promise<SignalRListReplicaSkusResponse>;\n /**\n * Operation to restart a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n beginRestart(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRRestartOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SignalRRestartResponse>,\n SignalRRestartResponse\n >\n >;\n /**\n * Operation to restart a resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n beginRestartAndWait(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRRestartOptionalParams\n ): Promise<SignalRRestartResponse>;\n /**\n * List all available skus of the resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n listSkus(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRListSkusOptionalParams\n ): Promise<SignalRListSkusResponse>;\n}\n"]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { CustomCertificate, SignalRCustomCertificatesListOptionalParams, SignalRCustomCertificatesGetOptionalParams, SignalRCustomCertificatesGetResponse, SignalRCustomCertificatesCreateOrUpdateOptionalParams, SignalRCustomCertificatesCreateOrUpdateResponse, SignalRCustomCertificatesDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SignalRCustomCertificates. */
|
|
5
|
+
export interface SignalRCustomCertificates {
|
|
6
|
+
/**
|
|
7
|
+
* List all custom certificates.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param resourceName The name of the resource.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, resourceName: string, options?: SignalRCustomCertificatesListOptionalParams): PagedAsyncIterableIterator<CustomCertificate>;
|
|
13
|
+
/**
|
|
14
|
+
* Get a custom certificate.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param resourceName The name of the resource.
|
|
17
|
+
* @param certificateName Custom certificate name
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesGetOptionalParams): Promise<SignalRCustomCertificatesGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Create or update a custom certificate.
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param resourceName The name of the resource.
|
|
25
|
+
* @param certificateName Custom certificate name
|
|
26
|
+
* @param parameters A custom certificate.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRCustomCertificatesCreateOrUpdateResponse>, SignalRCustomCertificatesCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Create or update a custom certificate.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param resourceName The name of the resource.
|
|
34
|
+
* @param certificateName Custom certificate name
|
|
35
|
+
* @param parameters A custom certificate.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams): Promise<SignalRCustomCertificatesCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete a custom certificate.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param resourceName The name of the resource.
|
|
43
|
+
* @param certificateName Custom certificate name
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
delete(resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesDeleteOptionalParams): Promise<void>;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=signalRCustomCertificates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signalRCustomCertificates.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/signalRCustomCertificates.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,iBAAiB,EACjB,2CAA2C,EAC3C,0CAA0C,EAC1C,oCAAoC,EACpC,qDAAqD,EACrD,+CAA+C,EAC/C,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,MAAM,WAAW,yBAAyB;IACxC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+CAA+C,CAAC,EAC/D,+CAA+C,CAChD,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC,CAAC;IAC5D;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=signalRCustomCertificates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signalRCustomCertificates.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/signalRCustomCertificates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n CustomCertificate,\n SignalRCustomCertificatesListOptionalParams,\n SignalRCustomCertificatesGetOptionalParams,\n SignalRCustomCertificatesGetResponse,\n SignalRCustomCertificatesCreateOrUpdateOptionalParams,\n SignalRCustomCertificatesCreateOrUpdateResponse,\n SignalRCustomCertificatesDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SignalRCustomCertificates. */\nexport interface SignalRCustomCertificates {\n /**\n * List all custom certificates.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRCustomCertificatesListOptionalParams\n ): PagedAsyncIterableIterator<CustomCertificate>;\n /**\n * Get a custom certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param certificateName Custom certificate name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n certificateName: string,\n options?: SignalRCustomCertificatesGetOptionalParams\n ): Promise<SignalRCustomCertificatesGetResponse>;\n /**\n * Create or update a custom certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param certificateName Custom certificate name\n * @param parameters A custom certificate.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n certificateName: string,\n parameters: CustomCertificate,\n options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SignalRCustomCertificatesCreateOrUpdateResponse>,\n SignalRCustomCertificatesCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a custom certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param certificateName Custom certificate name\n * @param parameters A custom certificate.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n certificateName: string,\n parameters: CustomCertificate,\n options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams\n ): Promise<SignalRCustomCertificatesCreateOrUpdateResponse>;\n /**\n * Delete a custom certificate.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param certificateName Custom certificate name\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n certificateName: string,\n options?: SignalRCustomCertificatesDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { CustomDomain, SignalRCustomDomainsListOptionalParams, SignalRCustomDomainsGetOptionalParams, SignalRCustomDomainsGetResponse, SignalRCustomDomainsCreateOrUpdateOptionalParams, SignalRCustomDomainsCreateOrUpdateResponse, SignalRCustomDomainsDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SignalRCustomDomains. */
|
|
5
|
+
export interface SignalRCustomDomains {
|
|
6
|
+
/**
|
|
7
|
+
* List all custom domains.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param resourceName The name of the resource.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, resourceName: string, options?: SignalRCustomDomainsListOptionalParams): PagedAsyncIterableIterator<CustomDomain>;
|
|
13
|
+
/**
|
|
14
|
+
* Get a custom domain.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param resourceName The name of the resource.
|
|
17
|
+
* @param name Custom domain name.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsGetOptionalParams): Promise<SignalRCustomDomainsGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Create or update a custom domain.
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param resourceName The name of the resource.
|
|
25
|
+
* @param name Custom domain name.
|
|
26
|
+
* @param parameters A custom domain
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: SignalRCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRCustomDomainsCreateOrUpdateResponse>, SignalRCustomDomainsCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Create or update a custom domain.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param resourceName The name of the resource.
|
|
34
|
+
* @param name Custom domain name.
|
|
35
|
+
* @param parameters A custom domain
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: SignalRCustomDomainsCreateOrUpdateOptionalParams): Promise<SignalRCustomDomainsCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete a custom domain.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param resourceName The name of the resource.
|
|
43
|
+
* @param name Custom domain name.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDelete(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
47
|
+
/**
|
|
48
|
+
* Delete a custom domain.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param resourceName The name of the resource.
|
|
51
|
+
* @param name Custom domain name.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDeleteAndWait(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsDeleteOptionalParams): Promise<void>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=signalRCustomDomains.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signalRCustomDomains.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/signalRCustomDomains.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,sCAAsC,EACtC,qCAAqC,EACrC,+BAA+B,EAC/B,gDAAgD,EAChD,0CAA0C,EAC1C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0CAA0C,CAAC,EAC1D,0CAA0C,CAC3C,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=signalRCustomDomains.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signalRCustomDomains.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/signalRCustomDomains.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n CustomDomain,\n SignalRCustomDomainsListOptionalParams,\n SignalRCustomDomainsGetOptionalParams,\n SignalRCustomDomainsGetResponse,\n SignalRCustomDomainsCreateOrUpdateOptionalParams,\n SignalRCustomDomainsCreateOrUpdateResponse,\n SignalRCustomDomainsDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SignalRCustomDomains. */\nexport interface SignalRCustomDomains {\n /**\n * List all custom domains.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n resourceName: string,\n options?: SignalRCustomDomainsListOptionalParams\n ): PagedAsyncIterableIterator<CustomDomain>;\n /**\n * Get a custom domain.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param name Custom domain name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n name: string,\n options?: SignalRCustomDomainsGetOptionalParams\n ): Promise<SignalRCustomDomainsGetResponse>;\n /**\n * Create or update a custom domain.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param name Custom domain name.\n * @param parameters A custom domain\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n name: string,\n parameters: CustomDomain,\n options?: SignalRCustomDomainsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SignalRCustomDomainsCreateOrUpdateResponse>,\n SignalRCustomDomainsCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update a custom domain.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param name Custom domain name.\n * @param parameters A custom domain\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n resourceName: string,\n name: string,\n parameters: CustomDomain,\n options?: SignalRCustomDomainsCreateOrUpdateOptionalParams\n ): Promise<SignalRCustomDomainsCreateOrUpdateResponse>;\n /**\n * Delete a custom domain.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param name Custom domain name.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n resourceName: string,\n name: string,\n options?: SignalRCustomDomainsDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a custom domain.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the resource.\n * @param name Custom domain name.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n resourceName: string,\n name: string,\n options?: SignalRCustomDomainsDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { PrivateEndpointConnection, SignalRPrivateEndpointConnectionsListOptionalParams, SignalRPrivateEndpointConnectionsGetOptionalParams, SignalRPrivateEndpointConnectionsGetResponse, SignalRPrivateEndpointConnectionsUpdateOptionalParams, SignalRPrivateEndpointConnectionsUpdateResponse, SignalRPrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SignalRPrivateEndpointConnections. */
|
|
5
|
+
export interface SignalRPrivateEndpointConnections {
|
|
6
|
+
/**
|
|
7
|
+
* List private endpoint connections
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param resourceName The name of the resource.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the specified private endpoint connection
|
|
15
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
16
|
+
* Azure resource.
|
|
17
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
|
+
* @param resourceName The name of the resource.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
get(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsGetOptionalParams): Promise<SignalRPrivateEndpointConnectionsGetResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* Update the state of specified private endpoint connection
|
|
24
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
25
|
+
* Azure resource.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param resourceName The name of the resource.
|
|
28
|
+
* @param parameters The resource of private endpoint and its properties
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
update(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, parameters: PrivateEndpointConnection, options?: SignalRPrivateEndpointConnectionsUpdateOptionalParams): Promise<SignalRPrivateEndpointConnectionsUpdateResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* Delete the specified private endpoint connection
|
|
34
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
35
|
+
* Azure resource.
|
|
36
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
+
* @param resourceName The name of the resource.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
beginDelete(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
41
|
+
/**
|
|
42
|
+
* Delete the specified private endpoint connection
|
|
43
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
44
|
+
* Azure resource.
|
|
45
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
|
+
* @param resourceName The name of the resource.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
beginDeleteAndWait(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=signalRPrivateEndpointConnections.d.ts.map
|