@azure/arm-webpubsub 2.0.0-beta.2 → 2.0.0-beta.3
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/LICENSE +3 -3
- package/README.md +30 -24
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +10 -0
- package/dist/browser/api/usages/operations.js +39 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +5 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/api/webPubSub/index.d.ts +3 -0
- package/dist/browser/api/webPubSub/index.js +4 -0
- package/dist/browser/api/webPubSub/index.js.map +1 -0
- package/dist/browser/api/webPubSub/operations.d.ts +55 -0
- package/dist/browser/api/webPubSub/operations.js +398 -0
- package/dist/browser/api/webPubSub/operations.js.map +1 -0
- package/dist/browser/api/webPubSub/options.d.ts +48 -0
- package/dist/browser/api/webPubSub/options.js +4 -0
- package/dist/browser/api/webPubSub/options.js.map +1 -0
- package/dist/browser/api/webPubSubCustomCertificates/index.d.ts +3 -0
- package/dist/browser/api/webPubSubCustomCertificates/index.js +4 -0
- package/dist/browser/api/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/browser/api/webPubSubCustomCertificates/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubCustomCertificates/operations.js +138 -0
- package/dist/browser/api/webPubSubCustomCertificates/operations.js.map +1 -0
- package/dist/browser/api/webPubSubCustomCertificates/options.d.ts +16 -0
- package/dist/browser/api/webPubSubCustomCertificates/options.js +4 -0
- package/dist/browser/api/webPubSubCustomCertificates/options.js.map +1 -0
- package/dist/browser/api/webPubSubCustomDomains/index.d.ts +3 -0
- package/dist/browser/api/webPubSubCustomDomains/index.js +4 -0
- package/dist/browser/api/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/browser/api/webPubSubCustomDomains/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubCustomDomains/operations.js +143 -0
- package/dist/browser/api/webPubSubCustomDomains/operations.js.map +1 -0
- package/dist/browser/api/webPubSubCustomDomains/options.d.ts +18 -0
- package/dist/browser/api/webPubSubCustomDomains/options.js +4 -0
- package/dist/browser/api/webPubSubCustomDomains/options.js.map +1 -0
- package/dist/browser/api/webPubSubHubs/index.d.ts +3 -0
- package/dist/browser/api/webPubSubHubs/index.js +4 -0
- package/dist/browser/api/webPubSubHubs/index.js.map +1 -0
- package/dist/browser/api/webPubSubHubs/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubHubs/operations.js +143 -0
- package/dist/browser/api/webPubSubHubs/operations.js.map +1 -0
- package/dist/browser/api/webPubSubHubs/options.d.ts +18 -0
- package/dist/browser/api/webPubSubHubs/options.js +4 -0
- package/dist/browser/api/webPubSubHubs/options.js.map +1 -0
- package/dist/browser/api/webPubSubManagementContext.d.ts +22 -0
- package/dist/browser/api/webPubSubManagementContext.js +26 -0
- package/dist/browser/api/webPubSubManagementContext.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/index.js +4 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.js +138 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/options.js +4 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/operations.js +40 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +117 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/webPubSubReplicas/index.d.ts +3 -0
- package/dist/browser/api/webPubSubReplicas/index.js +4 -0
- package/dist/browser/api/webPubSubReplicas/index.js.map +1 -0
- package/dist/browser/api/webPubSubReplicas/operations.d.ts +31 -0
- package/dist/browser/api/webPubSubReplicas/operations.js +209 -0
- package/dist/browser/api/webPubSubReplicas/operations.js.map +1 -0
- package/dist/browser/api/webPubSubReplicas/options.d.ts +26 -0
- package/dist/browser/api/webPubSubReplicas/options.js +4 -0
- package/dist/browser/api/webPubSubReplicas/options.js.map +1 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.js +143 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +12 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +11 -0
- package/dist/browser/classic/usages/index.js +14 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/classic/webPubSub/index.d.ts +55 -0
- package/dist/browser/classic/webPubSub/index.js +66 -0
- package/dist/browser/classic/webPubSub/index.js.map +1 -0
- package/dist/browser/classic/webPubSubCustomCertificates/index.d.ts +23 -0
- package/dist/browser/classic/webPubSubCustomCertificates/index.js +26 -0
- package/dist/browser/classic/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/browser/classic/webPubSubCustomDomains/index.d.ts +27 -0
- package/dist/browser/classic/webPubSubCustomDomains/index.js +34 -0
- package/dist/browser/classic/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/browser/classic/webPubSubHubs/index.d.ts +27 -0
- package/dist/browser/classic/webPubSubHubs/index.js +34 -0
- package/dist/browser/classic/webPubSubHubs/index.js.map +1 -0
- package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
- package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
- package/dist/browser/classic/webPubSubPrivateLinkResources/index.js +14 -0
- package/dist/browser/classic/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
- package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +25 -0
- package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/webPubSubReplicas/index.d.ts +35 -0
- package/dist/browser/classic/webPubSubReplicas/index.js +44 -0
- package/dist/browser/classic/webPubSubReplicas/index.js.map +1 -0
- package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
- package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.js +34 -0
- package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/index.d.ts +27 -0
- package/dist/browser/index.js +9 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1506 -0
- package/dist/browser/models/models.js +1786 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +138 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/webPubSubManagementClient.d.ts +45 -0
- package/dist/browser/webPubSubManagementClient.js +74 -0
- package/dist/browser/webPubSubManagementClient.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +28 -0
- package/dist/commonjs/api/usages/index.js.map +7 -0
- package/dist/commonjs/api/usages/operations.d.ts +10 -0
- package/dist/commonjs/api/usages/operations.js +76 -0
- package/dist/commonjs/api/usages/operations.js.map +7 -0
- package/dist/commonjs/api/usages/options.d.ts +5 -0
- package/dist/commonjs/api/usages/options.js +16 -0
- package/dist/commonjs/api/usages/options.js.map +7 -0
- package/dist/commonjs/api/webPubSub/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSub/index.js +50 -0
- package/dist/commonjs/api/webPubSub/index.js.map +7 -0
- package/dist/commonjs/api/webPubSub/operations.d.ts +55 -0
- package/dist/commonjs/api/webPubSub/operations.js +546 -0
- package/dist/commonjs/api/webPubSub/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSub/options.d.ts +48 -0
- package/dist/commonjs/api/webPubSub/options.js +16 -0
- package/dist/commonjs/api/webPubSub/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/index.js +34 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/operations.js +215 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/options.d.ts +16 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/options.js +16 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomDomains/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubCustomDomains/index.js +34 -0
- package/dist/commonjs/api/webPubSubCustomDomains/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomDomains/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubCustomDomains/operations.js +207 -0
- package/dist/commonjs/api/webPubSubCustomDomains/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomDomains/options.d.ts +18 -0
- package/dist/commonjs/api/webPubSubCustomDomains/options.js +16 -0
- package/dist/commonjs/api/webPubSubCustomDomains/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubHubs/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubHubs/index.js +34 -0
- package/dist/commonjs/api/webPubSubHubs/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubHubs/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubHubs/operations.js +207 -0
- package/dist/commonjs/api/webPubSubHubs/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubHubs/options.d.ts +18 -0
- package/dist/commonjs/api/webPubSubHubs/options.js +16 -0
- package/dist/commonjs/api/webPubSubHubs/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubManagementContext.d.ts +22 -0
- package/dist/commonjs/api/webPubSubManagementContext.js +47 -0
- package/dist/commonjs/api/webPubSubManagementContext.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.js +221 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/index.js +28 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.js +77 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/options.js +16 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.js +32 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +187 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.js +16 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicas/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubReplicas/index.js +38 -0
- package/dist/commonjs/api/webPubSubReplicas/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicas/operations.d.ts +31 -0
- package/dist/commonjs/api/webPubSubReplicas/operations.js +298 -0
- package/dist/commonjs/api/webPubSubReplicas/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicas/options.d.ts +26 -0
- package/dist/commonjs/api/webPubSubReplicas/options.js +16 -0
- package/dist/commonjs/api/webPubSubReplicas/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.js +34 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.js +226 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.js +16 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +12 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/usages/index.d.ts +11 -0
- package/dist/commonjs/classic/usages/index.js +38 -0
- package/dist/commonjs/classic/usages/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSub/index.d.ts +55 -0
- package/dist/commonjs/classic/webPubSub/index.js +90 -0
- package/dist/commonjs/classic/webPubSub/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubCustomCertificates/index.d.ts +23 -0
- package/dist/commonjs/classic/webPubSubCustomCertificates/index.js +71 -0
- package/dist/commonjs/classic/webPubSubCustomCertificates/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubCustomDomains/index.d.ts +27 -0
- package/dist/commonjs/classic/webPubSubCustomDomains/index.js +72 -0
- package/dist/commonjs/classic/webPubSubCustomDomains/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubHubs/index.d.ts +27 -0
- package/dist/commonjs/classic/webPubSubHubs/index.js +72 -0
- package/dist/commonjs/classic/webPubSubHubs/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
- package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.js +69 -0
- package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
- package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.js +38 -0
- package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
- package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +80 -0
- package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubReplicas/index.d.ts +35 -0
- package/dist/commonjs/classic/webPubSubReplicas/index.js +96 -0
- package/dist/commonjs/classic/webPubSubReplicas/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
- package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.js +91 -0
- package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +27 -0
- package/dist/commonjs/index.js +76 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +62 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1506 -0
- package/dist/commonjs/models/models.js +1949 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +151 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/webPubSubManagementClient.d.ts +45 -0
- package/dist/commonjs/webPubSubManagementClient.js +98 -0
- package/dist/commonjs/webPubSubManagementClient.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +10 -0
- package/dist/esm/api/usages/operations.js +39 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +5 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/api/webPubSub/index.d.ts +3 -0
- package/dist/esm/api/webPubSub/index.js +4 -0
- package/dist/esm/api/webPubSub/index.js.map +1 -0
- package/dist/esm/api/webPubSub/operations.d.ts +55 -0
- package/dist/esm/api/webPubSub/operations.js +398 -0
- package/dist/esm/api/webPubSub/operations.js.map +1 -0
- package/dist/esm/api/webPubSub/options.d.ts +48 -0
- package/dist/esm/api/webPubSub/options.js +4 -0
- package/dist/esm/api/webPubSub/options.js.map +1 -0
- package/dist/esm/api/webPubSubCustomCertificates/index.d.ts +3 -0
- package/dist/esm/api/webPubSubCustomCertificates/index.js +4 -0
- package/dist/esm/api/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/esm/api/webPubSubCustomCertificates/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubCustomCertificates/operations.js +138 -0
- package/dist/esm/api/webPubSubCustomCertificates/operations.js.map +1 -0
- package/dist/esm/api/webPubSubCustomCertificates/options.d.ts +16 -0
- package/dist/esm/api/webPubSubCustomCertificates/options.js +4 -0
- package/dist/esm/api/webPubSubCustomCertificates/options.js.map +1 -0
- package/dist/esm/api/webPubSubCustomDomains/index.d.ts +3 -0
- package/dist/esm/api/webPubSubCustomDomains/index.js +4 -0
- package/dist/esm/api/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/esm/api/webPubSubCustomDomains/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubCustomDomains/operations.js +143 -0
- package/dist/esm/api/webPubSubCustomDomains/operations.js.map +1 -0
- package/dist/esm/api/webPubSubCustomDomains/options.d.ts +18 -0
- package/dist/esm/api/webPubSubCustomDomains/options.js +4 -0
- package/dist/esm/api/webPubSubCustomDomains/options.js.map +1 -0
- package/dist/esm/api/webPubSubHubs/index.d.ts +3 -0
- package/dist/esm/api/webPubSubHubs/index.js +4 -0
- package/dist/esm/api/webPubSubHubs/index.js.map +1 -0
- package/dist/esm/api/webPubSubHubs/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubHubs/operations.js +143 -0
- package/dist/esm/api/webPubSubHubs/operations.js.map +1 -0
- package/dist/esm/api/webPubSubHubs/options.d.ts +18 -0
- package/dist/esm/api/webPubSubHubs/options.js +4 -0
- package/dist/esm/api/webPubSubHubs/options.js.map +1 -0
- package/dist/esm/api/webPubSubManagementContext.d.ts +22 -0
- package/dist/esm/api/webPubSubManagementContext.js +26 -0
- package/dist/esm/api/webPubSubManagementContext.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/index.js +4 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.js +138 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/options.js +4 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/operations.js +40 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +117 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/api/webPubSubReplicas/index.d.ts +3 -0
- package/dist/esm/api/webPubSubReplicas/index.js +4 -0
- package/dist/esm/api/webPubSubReplicas/index.js.map +1 -0
- package/dist/esm/api/webPubSubReplicas/operations.d.ts +31 -0
- package/dist/esm/api/webPubSubReplicas/operations.js +209 -0
- package/dist/esm/api/webPubSubReplicas/operations.js.map +1 -0
- package/dist/esm/api/webPubSubReplicas/options.d.ts +26 -0
- package/dist/esm/api/webPubSubReplicas/options.js +4 -0
- package/dist/esm/api/webPubSubReplicas/options.js.map +1 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.js +143 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +12 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +11 -0
- package/dist/esm/classic/usages/index.js +14 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/classic/webPubSub/index.d.ts +55 -0
- package/dist/esm/classic/webPubSub/index.js +66 -0
- package/dist/esm/classic/webPubSub/index.js.map +1 -0
- package/dist/esm/classic/webPubSubCustomCertificates/index.d.ts +23 -0
- package/dist/esm/classic/webPubSubCustomCertificates/index.js +26 -0
- package/dist/esm/classic/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/esm/classic/webPubSubCustomDomains/index.d.ts +27 -0
- package/dist/esm/classic/webPubSubCustomDomains/index.js +34 -0
- package/dist/esm/classic/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/esm/classic/webPubSubHubs/index.d.ts +27 -0
- package/dist/esm/classic/webPubSubHubs/index.js +34 -0
- package/dist/esm/classic/webPubSubHubs/index.js.map +1 -0
- package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
- package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.js +26 -0
- package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
- package/dist/esm/classic/webPubSubPrivateLinkResources/index.js +14 -0
- package/dist/esm/classic/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
- package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +25 -0
- package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/webPubSubReplicas/index.d.ts +35 -0
- package/dist/esm/classic/webPubSubReplicas/index.js +44 -0
- package/dist/esm/classic/webPubSubReplicas/index.js.map +1 -0
- package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
- package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.js +34 -0
- package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/index.d.ts +27 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1506 -0
- package/dist/esm/models/models.js +1786 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +138 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/webPubSubManagementClient.d.ts +45 -0
- package/dist/esm/webPubSubManagementClient.js +74 -0
- package/dist/esm/webPubSubManagementClient.js.map +1 -0
- package/package.json +277 -85
- package/CHANGELOG.md +0 -145
- package/dist/index.js +0 -6102
- 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 -53
- package/dist-esm/samples-dev/operationsListSample.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 -54
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js +0 -64
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js +0 -55
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js +0 -55
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubDeleteSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubGetSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js +0 -70
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubHubsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsListSample.js +0 -55
- package/dist-esm/samples-dev/webPubSubHubsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListKeysSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListSkusSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js +0 -55
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js +0 -47
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js +0 -55
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js +0 -40
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js +0 -55
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js +0 -46
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubRestartSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js +0 -55
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.js +0 -64
- package/dist-esm/samples-dev/webPubSubUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1473
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -158
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -80
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2030
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -26
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -214
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -35
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -145
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/webPubSub.d.ts +0 -168
- package/dist-esm/src/operations/webPubSub.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSub.js +0 -847
- package/dist-esm/src/operations/webPubSub.js.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts +0 -73
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.js +0 -314
- package/dist-esm/src/operations/webPubSubCustomCertificates.js.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts +0 -81
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.js +0 -358
- package/dist-esm/src/operations/webPubSubCustomDomains.js.map +0 -1
- package/dist-esm/src/operations/webPubSubHubs.d.ts +0 -81
- package/dist-esm/src/operations/webPubSubHubs.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubHubs.js +0 -358
- package/dist-esm/src/operations/webPubSubHubs.js.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts +0 -76
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js +0 -320
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js +0 -150
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/webPubSubReplicas.d.ts +0 -107
- package/dist-esm/src/operations/webPubSubReplicas.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubReplicas.js +0 -502
- package/dist-esm/src/operations/webPubSubReplicas.js.map +0 -1
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts +0 -81
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js +0 -374
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js +0 -9
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts +0 -132
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSub.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSub.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/webPubSubManagementClient.d.ts +0 -29
- package/dist-esm/src/webPubSubManagementClient.d.ts.map +0 -1
- package/dist-esm/src/webPubSubManagementClient.js +0 -109
- package/dist-esm/src/webPubSubManagementClient.js.map +0 -1
- package/dist-esm/test/webpubsub_examples.spec.d.ts +0 -4
- package/dist-esm/test/webpubsub_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/webpubsub_examples.spec.js +0 -133
- package/dist-esm/test/webpubsub_examples.spec.js.map +0 -1
- package/review/arm-webpubsub.api.md +0 -1180
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1694
- package/src/models/mappers.ts +0 -2184
- package/src/models/parameters.ts +0 -253
- package/src/operations/index.ts +0 -18
- package/src/operations/operations.ts +0 -149
- package/src/operations/usages.ts +0 -170
- package/src/operations/webPubSub.ts +0 -1146
- package/src/operations/webPubSubCustomCertificates.ts +0 -430
- package/src/operations/webPubSubCustomDomains.ts +0 -494
- package/src/operations/webPubSubHubs.ts +0 -494
- package/src/operations/webPubSubPrivateEndpointConnections.ts +0 -426
- package/src/operations/webPubSubPrivateLinkResources.ts +0 -195
- package/src/operations/webPubSubReplicas.ts +0 -702
- package/src/operations/webPubSubSharedPrivateLinkResources.ts +0 -511
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/operationsInterfaces/webPubSub.ts +0 -258
- package/src/operationsInterfaces/webPubSubCustomCertificates.ts +0 -96
- package/src/operationsInterfaces/webPubSubCustomDomains.ts +0 -109
- package/src/operationsInterfaces/webPubSubHubs.ts +0 -109
- package/src/operationsInterfaces/webPubSubPrivateEndpointConnections.ts +0 -93
- package/src/operationsInterfaces/webPubSubPrivateLinkResources.ts +0 -29
- package/src/operationsInterfaces/webPubSubReplicas.ts +0 -166
- package/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.ts +0 -109
- package/src/pagingHelper.ts +0 -39
- package/src/webPubSubManagementClient.ts +0 -188
- package/tsconfig.json +0 -33
- package/types/arm-webpubsub.d.ts +0 -2204
- package/types/tsdoc-metadata.json +0 -11
|
@@ -0,0 +1,1506 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Paged collection of Operation items */
|
|
6
|
+
export interface _OperationList {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListDeserializer(item: any): _OperationList;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** REST API operation supported by resource provider. */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** Name of the operation with format: {provider}/{resource}/{operation} */
|
|
17
|
+
name?: string;
|
|
18
|
+
/** If the operation is a data action. (for data plane rbac) */
|
|
19
|
+
isDataAction?: boolean;
|
|
20
|
+
/** The object that describes a operation. */
|
|
21
|
+
display?: OperationDisplay;
|
|
22
|
+
/** Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. */
|
|
23
|
+
origin?: string;
|
|
24
|
+
/** Extra Operation properties. */
|
|
25
|
+
properties?: OperationProperties;
|
|
26
|
+
}
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** The object that describes a operation. */
|
|
29
|
+
export interface OperationDisplay {
|
|
30
|
+
/** Friendly name of the resource provider */
|
|
31
|
+
provider?: string;
|
|
32
|
+
/** Resource type on which the operation is performed. */
|
|
33
|
+
resource?: string;
|
|
34
|
+
/** The localized friendly name for the operation. */
|
|
35
|
+
operation?: string;
|
|
36
|
+
/** The localized friendly description for the operation */
|
|
37
|
+
description?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
40
|
+
/** Extra Operation properties. */
|
|
41
|
+
export interface OperationProperties {
|
|
42
|
+
/** An object that describes a specification. */
|
|
43
|
+
serviceSpecification?: ServiceSpecification;
|
|
44
|
+
}
|
|
45
|
+
export declare function operationPropertiesDeserializer(item: any): OperationProperties;
|
|
46
|
+
/** An object that describes a specification. */
|
|
47
|
+
export interface ServiceSpecification {
|
|
48
|
+
/** Specifications of the Metrics for Azure Monitoring. */
|
|
49
|
+
metricSpecifications?: MetricSpecification[];
|
|
50
|
+
/** Specifications of the Logs for Azure Monitoring. */
|
|
51
|
+
logSpecifications?: LogSpecification[];
|
|
52
|
+
}
|
|
53
|
+
export declare function serviceSpecificationDeserializer(item: any): ServiceSpecification;
|
|
54
|
+
export declare function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[];
|
|
55
|
+
/** Specifications of the Metrics for Azure Monitoring. */
|
|
56
|
+
export interface MetricSpecification {
|
|
57
|
+
/** Name of the metric. */
|
|
58
|
+
name?: string;
|
|
59
|
+
/** Localized friendly display name of the metric. */
|
|
60
|
+
displayName?: string;
|
|
61
|
+
/** Localized friendly description of the metric. */
|
|
62
|
+
displayDescription?: string;
|
|
63
|
+
/** The unit that makes sense for the metric. */
|
|
64
|
+
unit?: string;
|
|
65
|
+
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
66
|
+
aggregationType?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.
|
|
69
|
+
* Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear
|
|
70
|
+
* often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.
|
|
71
|
+
*/
|
|
72
|
+
fillGapWithZero?: string;
|
|
73
|
+
/** The name of the metric category that the metric belongs to. A metric can only belong to a single category. */
|
|
74
|
+
category?: string;
|
|
75
|
+
/** The dimensions of the metrics. */
|
|
76
|
+
dimensions?: Dimension[];
|
|
77
|
+
}
|
|
78
|
+
export declare function metricSpecificationDeserializer(item: any): MetricSpecification;
|
|
79
|
+
export declare function dimensionArrayDeserializer(result: Array<Dimension>): any[];
|
|
80
|
+
/** Specifications of the Dimension of metrics. */
|
|
81
|
+
export interface Dimension {
|
|
82
|
+
/** The public facing name of the dimension. */
|
|
83
|
+
name?: string;
|
|
84
|
+
/** Localized friendly display name of the dimension. */
|
|
85
|
+
displayName?: string;
|
|
86
|
+
/** Name of the dimension as it appears in MDM. */
|
|
87
|
+
internalName?: string;
|
|
88
|
+
/** A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. */
|
|
89
|
+
toBeExportedForShoebox?: boolean;
|
|
90
|
+
}
|
|
91
|
+
export declare function dimensionDeserializer(item: any): Dimension;
|
|
92
|
+
export declare function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[];
|
|
93
|
+
/** Specifications of the Logs for Azure Monitoring. */
|
|
94
|
+
export interface LogSpecification {
|
|
95
|
+
/** Name of the log. */
|
|
96
|
+
name?: string;
|
|
97
|
+
/** Localized friendly display name of the log. */
|
|
98
|
+
displayName?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare function logSpecificationDeserializer(item: any): LogSpecification;
|
|
101
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
102
|
+
export interface ErrorResponse {
|
|
103
|
+
/** The error object. */
|
|
104
|
+
error?: ErrorDetail;
|
|
105
|
+
}
|
|
106
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
107
|
+
/** The error detail. */
|
|
108
|
+
export interface ErrorDetail {
|
|
109
|
+
/** The error code. */
|
|
110
|
+
readonly code?: string;
|
|
111
|
+
/** The error message. */
|
|
112
|
+
readonly message?: string;
|
|
113
|
+
/** The error target. */
|
|
114
|
+
readonly target?: string;
|
|
115
|
+
/** The error details. */
|
|
116
|
+
readonly details?: ErrorDetail[];
|
|
117
|
+
/** The error additional info. */
|
|
118
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
119
|
+
}
|
|
120
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
121
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
122
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
123
|
+
/** The resource management error additional info. */
|
|
124
|
+
export interface ErrorAdditionalInfo {
|
|
125
|
+
/** The additional info type. */
|
|
126
|
+
readonly type?: string;
|
|
127
|
+
/** The additional info. */
|
|
128
|
+
readonly info?: any;
|
|
129
|
+
}
|
|
130
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
131
|
+
/** A hub setting */
|
|
132
|
+
export interface WebPubSubHub extends ProxyResource {
|
|
133
|
+
/** Properties of a hub. */
|
|
134
|
+
properties: WebPubSubHubProperties;
|
|
135
|
+
}
|
|
136
|
+
export declare function webPubSubHubSerializer(item: WebPubSubHub): any;
|
|
137
|
+
export declare function webPubSubHubDeserializer(item: any): WebPubSubHub;
|
|
138
|
+
/** Properties of a hub. */
|
|
139
|
+
export interface WebPubSubHubProperties {
|
|
140
|
+
/** Event handler of a hub. */
|
|
141
|
+
eventHandlers?: EventHandler[];
|
|
142
|
+
/**
|
|
143
|
+
* Event listener settings for forwarding your client events to listeners.
|
|
144
|
+
* Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients.
|
|
145
|
+
* One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter.
|
|
146
|
+
* Maximum count of event listeners among all hubs is 10.
|
|
147
|
+
*/
|
|
148
|
+
eventListeners?: EventListener[];
|
|
149
|
+
/** The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny". */
|
|
150
|
+
anonymousConnectPolicy?: string;
|
|
151
|
+
/** The settings for configuring the WebSocket ping-pong interval in seconds for all clients in the hub. Valid range: 1 to 120. Default to 20 seconds. */
|
|
152
|
+
webSocketKeepAliveIntervalInSeconds?: number;
|
|
153
|
+
}
|
|
154
|
+
export declare function webPubSubHubPropertiesSerializer(item: WebPubSubHubProperties): any;
|
|
155
|
+
export declare function webPubSubHubPropertiesDeserializer(item: any): WebPubSubHubProperties;
|
|
156
|
+
export declare function eventHandlerArraySerializer(result: Array<EventHandler>): any[];
|
|
157
|
+
export declare function eventHandlerArrayDeserializer(result: Array<EventHandler>): any[];
|
|
158
|
+
/** Properties of event handler. */
|
|
159
|
+
export interface EventHandler {
|
|
160
|
+
/**
|
|
161
|
+
* Gets or sets the URL template for the event handler. The actual URL is calculated when the corresponding event is triggered.
|
|
162
|
+
* The template supports predefined parameters syntax: `{event}`, `{hub}`, and KeyVault reference syntax `{@Microsoft.KeyVault(SecretUri=_your_secret_identifier_)}`
|
|
163
|
+
* For example, if the template is `http://example.com/api/{event}`, when `connect` event is triggered, a POST request will be sent to the URL `http://example.com/chat/api/connect`.
|
|
164
|
+
* Note: Parameters are not allowed in the hostname of the URL, and curly brackets `{}` are reserved for parameter syntax only. If your URL path contains literal curly brackets, please URL-encode them to ensure proper handling.
|
|
165
|
+
*/
|
|
166
|
+
urlTemplate: string;
|
|
167
|
+
/**
|
|
168
|
+
* Gets or sets the matching pattern for event names.
|
|
169
|
+
* There are 3 kinds of patterns supported:
|
|
170
|
+
* 1. "*", it matches any event name
|
|
171
|
+
* 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2"
|
|
172
|
+
* 3. A single event name, for example, "event1", it matches "event1"
|
|
173
|
+
*/
|
|
174
|
+
userEventPattern?: string;
|
|
175
|
+
/** Gets or sets the list of system events. */
|
|
176
|
+
systemEvents?: string[];
|
|
177
|
+
/** Upstream auth settings. If not set, no auth is used for upstream messages. */
|
|
178
|
+
auth?: UpstreamAuthSettings;
|
|
179
|
+
/** The group presence events that this event handler is concerned with. Group presence events are triggered when connections join or leave groups in the hub. If the value is null, no presence events will be sent to this event handler. */
|
|
180
|
+
groupPresenceEvents?: GroupPresenceEventFilters;
|
|
181
|
+
}
|
|
182
|
+
export declare function eventHandlerSerializer(item: EventHandler): any;
|
|
183
|
+
export declare function eventHandlerDeserializer(item: any): EventHandler;
|
|
184
|
+
/** Upstream auth settings. If not set, no auth is used for upstream messages. */
|
|
185
|
+
export interface UpstreamAuthSettings {
|
|
186
|
+
/** Upstream auth type enum. */
|
|
187
|
+
type?: UpstreamAuthType;
|
|
188
|
+
/** Managed identity settings for upstream. */
|
|
189
|
+
managedIdentity?: ManagedIdentitySettings;
|
|
190
|
+
}
|
|
191
|
+
export declare function upstreamAuthSettingsSerializer(item: UpstreamAuthSettings): any;
|
|
192
|
+
export declare function upstreamAuthSettingsDeserializer(item: any): UpstreamAuthSettings;
|
|
193
|
+
/** Upstream auth type enum. */
|
|
194
|
+
export declare enum KnownUpstreamAuthType {
|
|
195
|
+
/** None */
|
|
196
|
+
None = "None",
|
|
197
|
+
/** ManagedIdentity */
|
|
198
|
+
ManagedIdentity = "ManagedIdentity"
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Upstream auth type enum. \
|
|
202
|
+
* {@link KnownUpstreamAuthType} can be used interchangeably with UpstreamAuthType,
|
|
203
|
+
* this enum contains the known values that the service supports.
|
|
204
|
+
* ### Known values supported by the service
|
|
205
|
+
* **None** \
|
|
206
|
+
* **ManagedIdentity**
|
|
207
|
+
*/
|
|
208
|
+
export type UpstreamAuthType = string;
|
|
209
|
+
/** Managed identity settings for upstream. */
|
|
210
|
+
export interface ManagedIdentitySettings {
|
|
211
|
+
/**
|
|
212
|
+
* The Resource indicating the App ID URI of the target resource.
|
|
213
|
+
* It also appears in the aud (audience) claim of the issued token.
|
|
214
|
+
*/
|
|
215
|
+
resource?: string;
|
|
216
|
+
}
|
|
217
|
+
export declare function managedIdentitySettingsSerializer(item: ManagedIdentitySettings): any;
|
|
218
|
+
export declare function managedIdentitySettingsDeserializer(item: any): ManagedIdentitySettings;
|
|
219
|
+
/** Represents presence event filters for event handler configuration. */
|
|
220
|
+
export interface GroupPresenceEventFilters {
|
|
221
|
+
/** The concerning event names. Valid values are "joined", "left". If the value is null or empty, no presence events will be sent to the event handler. */
|
|
222
|
+
eventNames: GroupPresenceEventName[];
|
|
223
|
+
/** The group filters. Only events from these groups will be sent to the event handler. Each element is a pattern that may match multiple groups. If null or empty, events from all groups will be sent (subject to eventNames). */
|
|
224
|
+
groupFilters?: string[];
|
|
225
|
+
}
|
|
226
|
+
export declare function groupPresenceEventFiltersSerializer(item: GroupPresenceEventFilters): any;
|
|
227
|
+
export declare function groupPresenceEventFiltersDeserializer(item: any): GroupPresenceEventFilters;
|
|
228
|
+
/** Allowed event names for group presence events. */
|
|
229
|
+
export declare enum KnownGroupPresenceEventName {
|
|
230
|
+
/** Event triggered when a connection joins a group. */
|
|
231
|
+
Joined = "joined",
|
|
232
|
+
/** Event triggered when a connection leaves a group. */
|
|
233
|
+
Left = "left"
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Allowed event names for group presence events. \
|
|
237
|
+
* {@link KnownGroupPresenceEventName} can be used interchangeably with GroupPresenceEventName,
|
|
238
|
+
* this enum contains the known values that the service supports.
|
|
239
|
+
* ### Known values supported by the service
|
|
240
|
+
* **joined**: Event triggered when a connection joins a group. \
|
|
241
|
+
* **left**: Event triggered when a connection leaves a group.
|
|
242
|
+
*/
|
|
243
|
+
export type GroupPresenceEventName = string;
|
|
244
|
+
export declare function eventListenerArraySerializer(result: Array<EventListener>): any[];
|
|
245
|
+
export declare function eventListenerArrayDeserializer(result: Array<EventListener>): any[];
|
|
246
|
+
/** A setting defines which kinds of events should be sent to which endpoint. */
|
|
247
|
+
export interface EventListener {
|
|
248
|
+
/** A base class for event filter which determines whether an event should be sent to an event listener. */
|
|
249
|
+
filter: EventListenerFilterUnion;
|
|
250
|
+
/** An endpoint specifying where Web PubSub should send events to. */
|
|
251
|
+
endpoint: EventListenerEndpointUnion;
|
|
252
|
+
}
|
|
253
|
+
export declare function eventListenerSerializer(item: EventListener): any;
|
|
254
|
+
export declare function eventListenerDeserializer(item: any): EventListener;
|
|
255
|
+
/** A base class for event filter which determines whether an event should be sent to an event listener. */
|
|
256
|
+
export interface EventListenerFilter {
|
|
257
|
+
type: EventListenerFilterDiscriminator;
|
|
258
|
+
}
|
|
259
|
+
export declare function eventListenerFilterSerializer(item: EventListenerFilter): any;
|
|
260
|
+
export declare function eventListenerFilterDeserializer(item: any): EventListenerFilter;
|
|
261
|
+
/** Alias for EventListenerFilterUnion */
|
|
262
|
+
export type EventListenerFilterUnion = EventNameFilter | EventListenerFilter;
|
|
263
|
+
export declare function eventListenerFilterUnionSerializer(item: EventListenerFilterUnion): any;
|
|
264
|
+
export declare function eventListenerFilterUnionDeserializer(item: any): EventListenerFilterUnion;
|
|
265
|
+
/** Known values of {@link EventListenerFilterDiscriminator} that the service accepts. */
|
|
266
|
+
export declare enum KnownEventListenerFilterDiscriminator {
|
|
267
|
+
/** EventName */
|
|
268
|
+
EventName = "EventName"
|
|
269
|
+
}
|
|
270
|
+
/** Type of EventListenerFilterDiscriminator */
|
|
271
|
+
export type EventListenerFilterDiscriminator = string;
|
|
272
|
+
/** Filter events by their name. */
|
|
273
|
+
export interface EventNameFilter extends EventListenerFilter {
|
|
274
|
+
/** Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response. */
|
|
275
|
+
systemEvents?: string[];
|
|
276
|
+
/**
|
|
277
|
+
* Gets or sets a matching pattern for event names.
|
|
278
|
+
* There are 3 kinds of patterns supported:
|
|
279
|
+
* 1. "*", it matches any event name
|
|
280
|
+
* 2. Combine multiple events with ",", for example "event1,event2", it matches events "event1" and "event2"
|
|
281
|
+
* 3. A single event name, for example, "event1", it matches "event1"
|
|
282
|
+
*/
|
|
283
|
+
userEventPattern?: string;
|
|
284
|
+
type: "EventName";
|
|
285
|
+
}
|
|
286
|
+
export declare function eventNameFilterSerializer(item: EventNameFilter): any;
|
|
287
|
+
export declare function eventNameFilterDeserializer(item: any): EventNameFilter;
|
|
288
|
+
/** An endpoint specifying where Web PubSub should send events to. */
|
|
289
|
+
export interface EventListenerEndpoint {
|
|
290
|
+
type: EventListenerEndpointDiscriminator;
|
|
291
|
+
}
|
|
292
|
+
export declare function eventListenerEndpointSerializer(item: EventListenerEndpoint): any;
|
|
293
|
+
export declare function eventListenerEndpointDeserializer(item: any): EventListenerEndpoint;
|
|
294
|
+
/** Alias for EventListenerEndpointUnion */
|
|
295
|
+
export type EventListenerEndpointUnion = EventHubEndpoint | EventListenerEndpoint;
|
|
296
|
+
export declare function eventListenerEndpointUnionSerializer(item: EventListenerEndpointUnion): any;
|
|
297
|
+
export declare function eventListenerEndpointUnionDeserializer(item: any): EventListenerEndpointUnion;
|
|
298
|
+
/** Known values of {@link EventListenerEndpointDiscriminator} that the service accepts. */
|
|
299
|
+
export declare enum KnownEventListenerEndpointDiscriminator {
|
|
300
|
+
/** EventHub */
|
|
301
|
+
EventHub = "EventHub"
|
|
302
|
+
}
|
|
303
|
+
/** Type of EventListenerEndpointDiscriminator */
|
|
304
|
+
export type EventListenerEndpointDiscriminator = string;
|
|
305
|
+
/**
|
|
306
|
+
* An Event Hub endpoint.
|
|
307
|
+
* The managed identity of Web PubSub service must be enabled, and the identity should have the "Azure Event Hubs Data sender" role to access Event Hub.
|
|
308
|
+
*/
|
|
309
|
+
export interface EventHubEndpoint extends EventListenerEndpoint {
|
|
310
|
+
/** The fully qualified namespace name of the Event Hub resource. */
|
|
311
|
+
fullyQualifiedNamespace: string;
|
|
312
|
+
/** The name of the Event Hub. */
|
|
313
|
+
eventHubName: string;
|
|
314
|
+
type: "EventHub";
|
|
315
|
+
}
|
|
316
|
+
export declare function eventHubEndpointSerializer(item: EventHubEndpoint): any;
|
|
317
|
+
export declare function eventHubEndpointDeserializer(item: any): EventHubEndpoint;
|
|
318
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
319
|
+
export interface ProxyResource extends Resource {
|
|
320
|
+
}
|
|
321
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
322
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
323
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
324
|
+
export interface Resource {
|
|
325
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
326
|
+
readonly id?: string;
|
|
327
|
+
/** The name of the resource */
|
|
328
|
+
readonly name?: string;
|
|
329
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
330
|
+
readonly type?: string;
|
|
331
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
332
|
+
readonly systemData?: SystemData;
|
|
333
|
+
}
|
|
334
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
335
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
336
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
337
|
+
export interface SystemData {
|
|
338
|
+
/** The identity that created the resource. */
|
|
339
|
+
createdBy?: string;
|
|
340
|
+
/** The type of identity that created the resource. */
|
|
341
|
+
createdByType?: CreatedByType;
|
|
342
|
+
/** The timestamp of resource creation (UTC). */
|
|
343
|
+
createdAt?: Date;
|
|
344
|
+
/** The identity that last modified the resource. */
|
|
345
|
+
lastModifiedBy?: string;
|
|
346
|
+
/** The type of identity that last modified the resource. */
|
|
347
|
+
lastModifiedByType?: CreatedByType;
|
|
348
|
+
/** The timestamp of resource last modification (UTC) */
|
|
349
|
+
lastModifiedAt?: Date;
|
|
350
|
+
}
|
|
351
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
352
|
+
/** The kind of entity that created the resource. */
|
|
353
|
+
export declare enum KnownCreatedByType {
|
|
354
|
+
/** The entity was created by a user. */
|
|
355
|
+
User = "User",
|
|
356
|
+
/** The entity was created by an application. */
|
|
357
|
+
Application = "Application",
|
|
358
|
+
/** The entity was created by a managed identity. */
|
|
359
|
+
ManagedIdentity = "ManagedIdentity",
|
|
360
|
+
/** The entity was created by a key. */
|
|
361
|
+
Key = "Key"
|
|
362
|
+
}
|
|
363
|
+
/**
|
|
364
|
+
* The kind of entity that created the resource. \
|
|
365
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
366
|
+
* this enum contains the known values that the service supports.
|
|
367
|
+
* ### Known values supported by the service
|
|
368
|
+
* **User**: The entity was created by a user. \
|
|
369
|
+
* **Application**: The entity was created by an application. \
|
|
370
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
371
|
+
* **Key**: The entity was created by a key.
|
|
372
|
+
*/
|
|
373
|
+
export type CreatedByType = string;
|
|
374
|
+
/** Hub setting list */
|
|
375
|
+
export interface _WebPubSubHubList {
|
|
376
|
+
/** The WebPubSubHub items on this page */
|
|
377
|
+
value: WebPubSubHub[];
|
|
378
|
+
/** The link to the next page of items */
|
|
379
|
+
nextLink?: string;
|
|
380
|
+
}
|
|
381
|
+
export declare function _webPubSubHubListDeserializer(item: any): _WebPubSubHubList;
|
|
382
|
+
export declare function webPubSubHubArraySerializer(result: Array<WebPubSubHub>): any[];
|
|
383
|
+
export declare function webPubSubHubArrayDeserializer(result: Array<WebPubSubHub>): any[];
|
|
384
|
+
/** Describes a Shared Private Link Resource */
|
|
385
|
+
export interface SharedPrivateLinkResource extends ProxyResource {
|
|
386
|
+
/** The group id from the provider of resource the shared private link resource is for */
|
|
387
|
+
groupId?: string;
|
|
388
|
+
/** The resource id of the resource the shared private link resource is for */
|
|
389
|
+
privateLinkResourceId?: string;
|
|
390
|
+
/** Provisioning state of the resource. */
|
|
391
|
+
readonly provisioningState?: ProvisioningState;
|
|
392
|
+
/** The request message for requesting approval of the shared private link resource */
|
|
393
|
+
requestMessage?: string;
|
|
394
|
+
/** A list of FQDNs for third party private link service */
|
|
395
|
+
fqdns?: string[];
|
|
396
|
+
/** Status of the shared private link resource */
|
|
397
|
+
readonly status?: SharedPrivateLinkResourceStatus;
|
|
398
|
+
}
|
|
399
|
+
export declare function sharedPrivateLinkResourceSerializer(item: SharedPrivateLinkResource): any;
|
|
400
|
+
export declare function sharedPrivateLinkResourceDeserializer(item: any): SharedPrivateLinkResource;
|
|
401
|
+
/** Describes the properties of an existing Shared Private Link Resource */
|
|
402
|
+
export interface SharedPrivateLinkResourceProperties {
|
|
403
|
+
/** The group id from the provider of resource the shared private link resource is for */
|
|
404
|
+
groupId: string;
|
|
405
|
+
/** The resource id of the resource the shared private link resource is for */
|
|
406
|
+
privateLinkResourceId: string;
|
|
407
|
+
/** Provisioning state of the resource. */
|
|
408
|
+
readonly provisioningState?: ProvisioningState;
|
|
409
|
+
/** The request message for requesting approval of the shared private link resource */
|
|
410
|
+
requestMessage?: string;
|
|
411
|
+
/** A list of FQDNs for third party private link service */
|
|
412
|
+
fqdns?: string[];
|
|
413
|
+
/** Status of the shared private link resource */
|
|
414
|
+
readonly status?: SharedPrivateLinkResourceStatus;
|
|
415
|
+
}
|
|
416
|
+
export declare function sharedPrivateLinkResourcePropertiesSerializer(item: SharedPrivateLinkResourceProperties): any;
|
|
417
|
+
export declare function sharedPrivateLinkResourcePropertiesDeserializer(item: any): SharedPrivateLinkResourceProperties;
|
|
418
|
+
/** Provisioning state of the resource. */
|
|
419
|
+
export declare enum KnownProvisioningState {
|
|
420
|
+
/** Unknown provisioning state */
|
|
421
|
+
Unknown = "Unknown",
|
|
422
|
+
/** Resource successfully provisioned */
|
|
423
|
+
Succeeded = "Succeeded",
|
|
424
|
+
/** Resource provisioning failed */
|
|
425
|
+
Failed = "Failed",
|
|
426
|
+
/** Resource provisioning was canceled */
|
|
427
|
+
Canceled = "Canceled",
|
|
428
|
+
/** Resource provisioning is running */
|
|
429
|
+
Running = "Running",
|
|
430
|
+
/** Resource is being created */
|
|
431
|
+
Creating = "Creating",
|
|
432
|
+
/** Resource is being updated */
|
|
433
|
+
Updating = "Updating",
|
|
434
|
+
/** Resource is being deleted */
|
|
435
|
+
Deleting = "Deleting",
|
|
436
|
+
/** Moving */
|
|
437
|
+
Moving = "Moving"
|
|
438
|
+
}
|
|
439
|
+
/**
|
|
440
|
+
* Provisioning state of the resource. \
|
|
441
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
442
|
+
* this enum contains the known values that the service supports.
|
|
443
|
+
* ### Known values supported by the service
|
|
444
|
+
* **Unknown**: Unknown provisioning state \
|
|
445
|
+
* **Succeeded**: Resource successfully provisioned \
|
|
446
|
+
* **Failed**: Resource provisioning failed \
|
|
447
|
+
* **Canceled**: Resource provisioning was canceled \
|
|
448
|
+
* **Running**: Resource provisioning is running \
|
|
449
|
+
* **Creating**: Resource is being created \
|
|
450
|
+
* **Updating**: Resource is being updated \
|
|
451
|
+
* **Deleting**: Resource is being deleted \
|
|
452
|
+
* **Moving**
|
|
453
|
+
*/
|
|
454
|
+
export type ProvisioningState = string;
|
|
455
|
+
/** Status of the shared private link resource */
|
|
456
|
+
export declare enum KnownSharedPrivateLinkResourceStatus {
|
|
457
|
+
/** Pending */
|
|
458
|
+
Pending = "Pending",
|
|
459
|
+
/** Approved */
|
|
460
|
+
Approved = "Approved",
|
|
461
|
+
/** Rejected */
|
|
462
|
+
Rejected = "Rejected",
|
|
463
|
+
/** Disconnected */
|
|
464
|
+
Disconnected = "Disconnected",
|
|
465
|
+
/** Timeout */
|
|
466
|
+
Timeout = "Timeout"
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Status of the shared private link resource \
|
|
470
|
+
* {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,
|
|
471
|
+
* this enum contains the known values that the service supports.
|
|
472
|
+
* ### Known values supported by the service
|
|
473
|
+
* **Pending** \
|
|
474
|
+
* **Approved** \
|
|
475
|
+
* **Rejected** \
|
|
476
|
+
* **Disconnected** \
|
|
477
|
+
* **Timeout**
|
|
478
|
+
*/
|
|
479
|
+
export type SharedPrivateLinkResourceStatus = string;
|
|
480
|
+
/** A list of shared private link resources */
|
|
481
|
+
export interface _SharedPrivateLinkResourceList {
|
|
482
|
+
/** The SharedPrivateLinkResource items on this page */
|
|
483
|
+
value: SharedPrivateLinkResource[];
|
|
484
|
+
/** The link to the next page of items */
|
|
485
|
+
nextLink?: string;
|
|
486
|
+
}
|
|
487
|
+
export declare function _sharedPrivateLinkResourceListDeserializer(item: any): _SharedPrivateLinkResourceList;
|
|
488
|
+
export declare function sharedPrivateLinkResourceArraySerializer(result: Array<SharedPrivateLinkResource>): any[];
|
|
489
|
+
export declare function sharedPrivateLinkResourceArrayDeserializer(result: Array<SharedPrivateLinkResource>): any[];
|
|
490
|
+
/** A class represent a resource. */
|
|
491
|
+
export interface WebPubSubResource extends TrackedResource {
|
|
492
|
+
/** The billing information of the resource. */
|
|
493
|
+
sku?: ResourceSku;
|
|
494
|
+
/** The kind of the service */
|
|
495
|
+
kind?: ServiceKind;
|
|
496
|
+
/** A class represent managed identities used for request and response */
|
|
497
|
+
identity?: ManagedIdentity;
|
|
498
|
+
/** Provisioning state of the resource. */
|
|
499
|
+
readonly provisioningState?: ProvisioningState;
|
|
500
|
+
/** The publicly accessible IP of the resource. */
|
|
501
|
+
readonly externalIP?: string;
|
|
502
|
+
/** FQDN of the service instance. */
|
|
503
|
+
readonly hostName?: string;
|
|
504
|
+
/** The publicly accessible port of the resource which is designed for browser/client side usage. */
|
|
505
|
+
readonly publicPort?: number;
|
|
506
|
+
/** The publicly accessible port of the resource which is designed for customer server side usage. */
|
|
507
|
+
readonly serverPort?: number;
|
|
508
|
+
/** Version of the resource. Probably you need the same or higher version of client SDKs. */
|
|
509
|
+
readonly version?: string;
|
|
510
|
+
/** Private endpoint connections to the resource. */
|
|
511
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
512
|
+
/** The list of shared private link resources. */
|
|
513
|
+
readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];
|
|
514
|
+
/** TLS settings for the resource */
|
|
515
|
+
tls?: WebPubSubTlsSettings;
|
|
516
|
+
/** Deprecated. */
|
|
517
|
+
readonly hostNamePrefix?: string;
|
|
518
|
+
/** Live trace configuration of a Microsoft.SignalRService resource. */
|
|
519
|
+
liveTraceConfiguration?: LiveTraceConfiguration;
|
|
520
|
+
/** Resource log configuration of a Microsoft.SignalRService resource. */
|
|
521
|
+
resourceLogConfiguration?: ResourceLogConfiguration;
|
|
522
|
+
/** Network ACLs for the resource */
|
|
523
|
+
networkACLs?: WebPubSubNetworkACLs;
|
|
524
|
+
/** Application firewall settings for the resource */
|
|
525
|
+
applicationFirewall?: ApplicationFirewallSettings;
|
|
526
|
+
/**
|
|
527
|
+
* Enable or disable public network access. Default to "Enabled".
|
|
528
|
+
* When it's Enabled, network ACLs still apply.
|
|
529
|
+
* When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
|
|
530
|
+
*/
|
|
531
|
+
publicNetworkAccess?: string;
|
|
532
|
+
/**
|
|
533
|
+
* DisableLocalAuth
|
|
534
|
+
* Enable or disable local auth with AccessKey
|
|
535
|
+
* When set as true, connection with AccessKey=xxx won't work.
|
|
536
|
+
*/
|
|
537
|
+
disableLocalAuth?: boolean;
|
|
538
|
+
/**
|
|
539
|
+
* DisableLocalAuth
|
|
540
|
+
* Enable or disable aad auth
|
|
541
|
+
* When set as true, connection with AuthType=aad won't work.
|
|
542
|
+
*/
|
|
543
|
+
disableAadAuth?: boolean;
|
|
544
|
+
/**
|
|
545
|
+
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
546
|
+
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
547
|
+
* This property is replica specific. Disable the regional endpoint without replica is not allowed.
|
|
548
|
+
*/
|
|
549
|
+
regionEndpointEnabled?: string;
|
|
550
|
+
/**
|
|
551
|
+
* Stop or start the resource. Default to "False".
|
|
552
|
+
* When it's true, the data plane of the resource is shutdown.
|
|
553
|
+
* When it's false, the data plane of the resource is started.
|
|
554
|
+
*/
|
|
555
|
+
resourceStopped?: string;
|
|
556
|
+
/** SocketIO settings for the resource */
|
|
557
|
+
socketIO?: WebPubSubSocketIOSettings;
|
|
558
|
+
}
|
|
559
|
+
export declare function webPubSubResourceSerializer(item: WebPubSubResource): any;
|
|
560
|
+
export declare function webPubSubResourceDeserializer(item: any): WebPubSubResource;
|
|
561
|
+
/** A class that describes the properties of the resource */
|
|
562
|
+
export interface WebPubSubProperties {
|
|
563
|
+
/** Provisioning state of the resource. */
|
|
564
|
+
readonly provisioningState?: ProvisioningState;
|
|
565
|
+
/** The publicly accessible IP of the resource. */
|
|
566
|
+
readonly externalIP?: string;
|
|
567
|
+
/** FQDN of the service instance. */
|
|
568
|
+
readonly hostName?: string;
|
|
569
|
+
/** The publicly accessible port of the resource which is designed for browser/client side usage. */
|
|
570
|
+
readonly publicPort?: number;
|
|
571
|
+
/** The publicly accessible port of the resource which is designed for customer server side usage. */
|
|
572
|
+
readonly serverPort?: number;
|
|
573
|
+
/** Version of the resource. Probably you need the same or higher version of client SDKs. */
|
|
574
|
+
readonly version?: string;
|
|
575
|
+
/** Private endpoint connections to the resource. */
|
|
576
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
577
|
+
/** The list of shared private link resources. */
|
|
578
|
+
readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];
|
|
579
|
+
/** TLS settings for the resource */
|
|
580
|
+
tls?: WebPubSubTlsSettings;
|
|
581
|
+
/** Deprecated. */
|
|
582
|
+
readonly hostNamePrefix?: string;
|
|
583
|
+
/** Live trace configuration of a Microsoft.SignalRService resource. */
|
|
584
|
+
liveTraceConfiguration?: LiveTraceConfiguration;
|
|
585
|
+
/** Resource log configuration of a Microsoft.SignalRService resource. */
|
|
586
|
+
resourceLogConfiguration?: ResourceLogConfiguration;
|
|
587
|
+
/** Network ACLs for the resource */
|
|
588
|
+
networkACLs?: WebPubSubNetworkACLs;
|
|
589
|
+
/** Application firewall settings for the resource */
|
|
590
|
+
applicationFirewall?: ApplicationFirewallSettings;
|
|
591
|
+
/**
|
|
592
|
+
* Enable or disable public network access. Default to "Enabled".
|
|
593
|
+
* When it's Enabled, network ACLs still apply.
|
|
594
|
+
* When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
|
|
595
|
+
*/
|
|
596
|
+
publicNetworkAccess?: string;
|
|
597
|
+
/**
|
|
598
|
+
* DisableLocalAuth
|
|
599
|
+
* Enable or disable local auth with AccessKey
|
|
600
|
+
* When set as true, connection with AccessKey=xxx won't work.
|
|
601
|
+
*/
|
|
602
|
+
disableLocalAuth?: boolean;
|
|
603
|
+
/**
|
|
604
|
+
* DisableLocalAuth
|
|
605
|
+
* Enable or disable aad auth
|
|
606
|
+
* When set as true, connection with AuthType=aad won't work.
|
|
607
|
+
*/
|
|
608
|
+
disableAadAuth?: boolean;
|
|
609
|
+
/**
|
|
610
|
+
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
611
|
+
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
612
|
+
* This property is replica specific. Disable the regional endpoint without replica is not allowed.
|
|
613
|
+
*/
|
|
614
|
+
regionEndpointEnabled?: string;
|
|
615
|
+
/**
|
|
616
|
+
* Stop or start the resource. Default to "False".
|
|
617
|
+
* When it's true, the data plane of the resource is shutdown.
|
|
618
|
+
* When it's false, the data plane of the resource is started.
|
|
619
|
+
*/
|
|
620
|
+
resourceStopped?: string;
|
|
621
|
+
/** SocketIO settings for the resource */
|
|
622
|
+
socketIO?: WebPubSubSocketIOSettings;
|
|
623
|
+
}
|
|
624
|
+
export declare function webPubSubPropertiesSerializer(item: WebPubSubProperties): any;
|
|
625
|
+
export declare function webPubSubPropertiesDeserializer(item: any): WebPubSubProperties;
|
|
626
|
+
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
627
|
+
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
628
|
+
/** A private endpoint connection to an azure resource */
|
|
629
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
630
|
+
/** Provisioning state of the resource. */
|
|
631
|
+
readonly provisioningState?: ProvisioningState;
|
|
632
|
+
/** Private endpoint */
|
|
633
|
+
privateEndpoint?: PrivateEndpoint;
|
|
634
|
+
/** Group IDs */
|
|
635
|
+
readonly groupIds?: string[];
|
|
636
|
+
/** Connection state of the private endpoint connection */
|
|
637
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
638
|
+
}
|
|
639
|
+
export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
|
|
640
|
+
export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
|
|
641
|
+
/** Private endpoint connection properties */
|
|
642
|
+
export interface PrivateEndpointConnectionProperties {
|
|
643
|
+
/** Provisioning state of the resource. */
|
|
644
|
+
readonly provisioningState?: ProvisioningState;
|
|
645
|
+
/** Private endpoint */
|
|
646
|
+
privateEndpoint?: PrivateEndpoint;
|
|
647
|
+
/** Group IDs */
|
|
648
|
+
readonly groupIds?: string[];
|
|
649
|
+
/** Connection state of the private endpoint connection */
|
|
650
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
651
|
+
}
|
|
652
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
|
|
653
|
+
export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
|
|
654
|
+
/** Private endpoint */
|
|
655
|
+
export interface PrivateEndpoint {
|
|
656
|
+
/** Full qualified Id of the private endpoint */
|
|
657
|
+
id?: string;
|
|
658
|
+
}
|
|
659
|
+
export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
|
|
660
|
+
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
661
|
+
/** Connection state of the private endpoint connection */
|
|
662
|
+
export interface PrivateLinkServiceConnectionState {
|
|
663
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
664
|
+
status?: PrivateLinkServiceConnectionStatus;
|
|
665
|
+
/** The reason for approval/rejection of the connection. */
|
|
666
|
+
description?: string;
|
|
667
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
668
|
+
actionsRequired?: string;
|
|
669
|
+
}
|
|
670
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
|
|
671
|
+
export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
|
|
672
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
673
|
+
export declare enum KnownPrivateLinkServiceConnectionStatus {
|
|
674
|
+
/** Pending */
|
|
675
|
+
Pending = "Pending",
|
|
676
|
+
/** Approved */
|
|
677
|
+
Approved = "Approved",
|
|
678
|
+
/** Rejected */
|
|
679
|
+
Rejected = "Rejected",
|
|
680
|
+
/** Disconnected */
|
|
681
|
+
Disconnected = "Disconnected"
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. \
|
|
685
|
+
* {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
|
|
686
|
+
* this enum contains the known values that the service supports.
|
|
687
|
+
* ### Known values supported by the service
|
|
688
|
+
* **Pending** \
|
|
689
|
+
* **Approved** \
|
|
690
|
+
* **Rejected** \
|
|
691
|
+
* **Disconnected**
|
|
692
|
+
*/
|
|
693
|
+
export type PrivateLinkServiceConnectionStatus = string;
|
|
694
|
+
/** TLS settings for the resource */
|
|
695
|
+
export interface WebPubSubTlsSettings {
|
|
696
|
+
/** Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. */
|
|
697
|
+
clientCertEnabled?: boolean;
|
|
698
|
+
}
|
|
699
|
+
export declare function webPubSubTlsSettingsSerializer(item: WebPubSubTlsSettings): any;
|
|
700
|
+
export declare function webPubSubTlsSettingsDeserializer(item: any): WebPubSubTlsSettings;
|
|
701
|
+
/** Live trace configuration of a Microsoft.SignalRService resource. */
|
|
702
|
+
export interface LiveTraceConfiguration {
|
|
703
|
+
/**
|
|
704
|
+
* Indicates whether or not enable live trace.
|
|
705
|
+
* When it's set to true, live trace client can connect to the service.
|
|
706
|
+
* Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories".
|
|
707
|
+
* Available values: true, false.
|
|
708
|
+
* Case insensitive.
|
|
709
|
+
*/
|
|
710
|
+
enabled?: string;
|
|
711
|
+
/** Gets or sets the list of category configurations. */
|
|
712
|
+
categories?: LiveTraceCategory[];
|
|
713
|
+
}
|
|
714
|
+
export declare function liveTraceConfigurationSerializer(item: LiveTraceConfiguration): any;
|
|
715
|
+
export declare function liveTraceConfigurationDeserializer(item: any): LiveTraceConfiguration;
|
|
716
|
+
export declare function liveTraceCategoryArraySerializer(result: Array<LiveTraceCategory>): any[];
|
|
717
|
+
export declare function liveTraceCategoryArrayDeserializer(result: Array<LiveTraceCategory>): any[];
|
|
718
|
+
/** Live trace category configuration of a Microsoft.SignalRService resource. */
|
|
719
|
+
export interface LiveTraceCategory {
|
|
720
|
+
/**
|
|
721
|
+
* Gets or sets the live trace category's name.
|
|
722
|
+
* Available values: ConnectivityLogs, MessagingLogs.
|
|
723
|
+
* Case insensitive.
|
|
724
|
+
*/
|
|
725
|
+
name?: string;
|
|
726
|
+
/**
|
|
727
|
+
* Indicates whether or the live trace category is enabled.
|
|
728
|
+
* Available values: true, false.
|
|
729
|
+
* Case insensitive.
|
|
730
|
+
*/
|
|
731
|
+
enabled?: string;
|
|
732
|
+
}
|
|
733
|
+
export declare function liveTraceCategorySerializer(item: LiveTraceCategory): any;
|
|
734
|
+
export declare function liveTraceCategoryDeserializer(item: any): LiveTraceCategory;
|
|
735
|
+
/** Resource log configuration of a Microsoft.SignalRService resource. */
|
|
736
|
+
export interface ResourceLogConfiguration {
|
|
737
|
+
/** Gets or sets the list of category configurations. */
|
|
738
|
+
categories?: ResourceLogCategory[];
|
|
739
|
+
}
|
|
740
|
+
export declare function resourceLogConfigurationSerializer(item: ResourceLogConfiguration): any;
|
|
741
|
+
export declare function resourceLogConfigurationDeserializer(item: any): ResourceLogConfiguration;
|
|
742
|
+
export declare function resourceLogCategoryArraySerializer(result: Array<ResourceLogCategory>): any[];
|
|
743
|
+
export declare function resourceLogCategoryArrayDeserializer(result: Array<ResourceLogCategory>): any[];
|
|
744
|
+
/** Resource log category configuration of a Microsoft.SignalRService resource. */
|
|
745
|
+
export interface ResourceLogCategory {
|
|
746
|
+
/**
|
|
747
|
+
* Gets or sets the resource log category's name.
|
|
748
|
+
* Available values: ConnectivityLogs, MessagingLogs.
|
|
749
|
+
* Case insensitive.
|
|
750
|
+
*/
|
|
751
|
+
name?: string;
|
|
752
|
+
/**
|
|
753
|
+
* Indicates whether or the resource log category is enabled.
|
|
754
|
+
* Available values: true, false.
|
|
755
|
+
* Case insensitive.
|
|
756
|
+
*/
|
|
757
|
+
enabled?: string;
|
|
758
|
+
}
|
|
759
|
+
export declare function resourceLogCategorySerializer(item: ResourceLogCategory): any;
|
|
760
|
+
export declare function resourceLogCategoryDeserializer(item: any): ResourceLogCategory;
|
|
761
|
+
/** Network ACLs for the resource */
|
|
762
|
+
export interface WebPubSubNetworkACLs {
|
|
763
|
+
/** Azure Networking ACL Action. */
|
|
764
|
+
defaultAction?: ACLAction;
|
|
765
|
+
/** Network ACL */
|
|
766
|
+
publicNetwork?: NetworkACL;
|
|
767
|
+
/** ACLs for requests from private endpoints */
|
|
768
|
+
privateEndpoints?: PrivateEndpointACL[];
|
|
769
|
+
/** IP rules for filtering public traffic */
|
|
770
|
+
ipRules?: IPRule[];
|
|
771
|
+
}
|
|
772
|
+
export declare function webPubSubNetworkACLsSerializer(item: WebPubSubNetworkACLs): any;
|
|
773
|
+
export declare function webPubSubNetworkACLsDeserializer(item: any): WebPubSubNetworkACLs;
|
|
774
|
+
/** Azure Networking ACL Action. */
|
|
775
|
+
export declare enum KnownACLAction {
|
|
776
|
+
/** Allow */
|
|
777
|
+
Allow = "Allow",
|
|
778
|
+
/** Deny */
|
|
779
|
+
Deny = "Deny"
|
|
780
|
+
}
|
|
781
|
+
/**
|
|
782
|
+
* Azure Networking ACL Action. \
|
|
783
|
+
* {@link KnownACLAction} can be used interchangeably with ACLAction,
|
|
784
|
+
* this enum contains the known values that the service supports.
|
|
785
|
+
* ### Known values supported by the service
|
|
786
|
+
* **Allow** \
|
|
787
|
+
* **Deny**
|
|
788
|
+
*/
|
|
789
|
+
export type ACLAction = string;
|
|
790
|
+
/** Network ACL */
|
|
791
|
+
export interface NetworkACL {
|
|
792
|
+
/** Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
|
|
793
|
+
allow?: WebPubSubRequestType[];
|
|
794
|
+
/** Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
|
|
795
|
+
deny?: WebPubSubRequestType[];
|
|
796
|
+
}
|
|
797
|
+
export declare function networkACLSerializer(item: NetworkACL): any;
|
|
798
|
+
export declare function networkACLDeserializer(item: any): NetworkACL;
|
|
799
|
+
/** The incoming request type to the service */
|
|
800
|
+
export declare enum KnownWebPubSubRequestType {
|
|
801
|
+
/** ClientConnection */
|
|
802
|
+
ClientConnection = "ClientConnection",
|
|
803
|
+
/** ServerConnection */
|
|
804
|
+
ServerConnection = "ServerConnection",
|
|
805
|
+
/** RESTAPI */
|
|
806
|
+
Restapi = "RESTAPI",
|
|
807
|
+
/** Trace */
|
|
808
|
+
Trace = "Trace"
|
|
809
|
+
}
|
|
810
|
+
/**
|
|
811
|
+
* The incoming request type to the service \
|
|
812
|
+
* {@link KnownWebPubSubRequestType} can be used interchangeably with WebPubSubRequestType,
|
|
813
|
+
* this enum contains the known values that the service supports.
|
|
814
|
+
* ### Known values supported by the service
|
|
815
|
+
* **ClientConnection** \
|
|
816
|
+
* **ServerConnection** \
|
|
817
|
+
* **RESTAPI** \
|
|
818
|
+
* **Trace**
|
|
819
|
+
*/
|
|
820
|
+
export type WebPubSubRequestType = string;
|
|
821
|
+
export declare function privateEndpointACLArraySerializer(result: Array<PrivateEndpointACL>): any[];
|
|
822
|
+
export declare function privateEndpointACLArrayDeserializer(result: Array<PrivateEndpointACL>): any[];
|
|
823
|
+
/** ACL for a private endpoint */
|
|
824
|
+
export interface PrivateEndpointACL extends NetworkACL {
|
|
825
|
+
/** Name of the private endpoint connection */
|
|
826
|
+
name: string;
|
|
827
|
+
}
|
|
828
|
+
export declare function privateEndpointACLSerializer(item: PrivateEndpointACL): any;
|
|
829
|
+
export declare function privateEndpointACLDeserializer(item: any): PrivateEndpointACL;
|
|
830
|
+
export declare function ipRuleArraySerializer(result: Array<IPRule>): any[];
|
|
831
|
+
export declare function ipRuleArrayDeserializer(result: Array<IPRule>): any[];
|
|
832
|
+
/** An IP rule */
|
|
833
|
+
export interface IPRule {
|
|
834
|
+
/** An IP or CIDR or ServiceTag */
|
|
835
|
+
value?: string;
|
|
836
|
+
/** Azure Networking ACL Action. */
|
|
837
|
+
action?: ACLAction;
|
|
838
|
+
}
|
|
839
|
+
export declare function ipRuleSerializer(item: IPRule): any;
|
|
840
|
+
export declare function ipRuleDeserializer(item: any): IPRule;
|
|
841
|
+
/** Application firewall settings for the resource */
|
|
842
|
+
export interface ApplicationFirewallSettings {
|
|
843
|
+
/** Rules to control the client connection count */
|
|
844
|
+
clientConnectionCountRules?: ClientConnectionCountRuleUnion[];
|
|
845
|
+
/** Rules to control the client traffic */
|
|
846
|
+
clientTrafficControlRules?: ClientTrafficControlRuleUnion[];
|
|
847
|
+
/** Config to control the client connection lifetime in seconds, can be set to 0 to disable the config */
|
|
848
|
+
maxClientConnectionLifetimeInSeconds?: number;
|
|
849
|
+
}
|
|
850
|
+
export declare function applicationFirewallSettingsSerializer(item: ApplicationFirewallSettings): any;
|
|
851
|
+
export declare function applicationFirewallSettingsDeserializer(item: any): ApplicationFirewallSettings;
|
|
852
|
+
export declare function clientConnectionCountRuleUnionArraySerializer(result: Array<ClientConnectionCountRuleUnion>): any[];
|
|
853
|
+
export declare function clientConnectionCountRuleUnionArrayDeserializer(result: Array<ClientConnectionCountRuleUnion>): any[];
|
|
854
|
+
/** A base class for client connection count rules */
|
|
855
|
+
export interface ClientConnectionCountRule {
|
|
856
|
+
type: ClientConnectionCountRuleDiscriminator;
|
|
857
|
+
}
|
|
858
|
+
export declare function clientConnectionCountRuleSerializer(item: ClientConnectionCountRule): any;
|
|
859
|
+
export declare function clientConnectionCountRuleDeserializer(item: any): ClientConnectionCountRule;
|
|
860
|
+
/** Alias for ClientConnectionCountRuleUnion */
|
|
861
|
+
export type ClientConnectionCountRuleUnion = ThrottleByJwtCustomClaimRule | ThrottleByJwtSignatureRule | ThrottleByUserIdRule | ClientConnectionCountRule;
|
|
862
|
+
export declare function clientConnectionCountRuleUnionSerializer(item: ClientConnectionCountRuleUnion): any;
|
|
863
|
+
export declare function clientConnectionCountRuleUnionDeserializer(item: any): ClientConnectionCountRuleUnion;
|
|
864
|
+
/** Known values of {@link ClientConnectionCountRuleDiscriminator} that the service accepts. */
|
|
865
|
+
export declare enum KnownClientConnectionCountRuleDiscriminator {
|
|
866
|
+
/** ThrottleByJwtSignatureRule */
|
|
867
|
+
ThrottleByJwtSignatureRule = "ThrottleByJwtSignatureRule",
|
|
868
|
+
/** ThrottleByUserIdRule */
|
|
869
|
+
ThrottleByUserIdRule = "ThrottleByUserIdRule",
|
|
870
|
+
/** ThrottleByJwtCustomClaimRule */
|
|
871
|
+
ThrottleByJwtCustomClaimRule = "ThrottleByJwtCustomClaimRule"
|
|
872
|
+
}
|
|
873
|
+
/** Type of ClientConnectionCountRuleDiscriminator */
|
|
874
|
+
export type ClientConnectionCountRuleDiscriminator = string;
|
|
875
|
+
/** Throttle the client connection by a custom JWT claim */
|
|
876
|
+
export interface ThrottleByJwtCustomClaimRule extends ClientConnectionCountRule {
|
|
877
|
+
/** The name of the claim in the JWT token. The client connection with the same claim value will be aggregated. If the claim is not found in the token, the connection will be allowed. */
|
|
878
|
+
claimName: string;
|
|
879
|
+
/** Maximum connection count allowed for the same Jwt claim value. Clients with the same Jwt claim will get rejected if the connection count exceeds this value. Default value is 20. */
|
|
880
|
+
maxCount?: number;
|
|
881
|
+
type: "ThrottleByJwtCustomClaimRule";
|
|
882
|
+
}
|
|
883
|
+
export declare function throttleByJwtCustomClaimRuleSerializer(item: ThrottleByJwtCustomClaimRule): any;
|
|
884
|
+
export declare function throttleByJwtCustomClaimRuleDeserializer(item: any): ThrottleByJwtCustomClaimRule;
|
|
885
|
+
/** Throttle the client connection by the JWT signature */
|
|
886
|
+
export interface ThrottleByJwtSignatureRule extends ClientConnectionCountRule {
|
|
887
|
+
/** Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20. */
|
|
888
|
+
maxCount?: number;
|
|
889
|
+
type: "ThrottleByJwtSignatureRule";
|
|
890
|
+
}
|
|
891
|
+
export declare function throttleByJwtSignatureRuleSerializer(item: ThrottleByJwtSignatureRule): any;
|
|
892
|
+
export declare function throttleByJwtSignatureRuleDeserializer(item: any): ThrottleByJwtSignatureRule;
|
|
893
|
+
/** Throttle the client connection by the user ID */
|
|
894
|
+
export interface ThrottleByUserIdRule extends ClientConnectionCountRule {
|
|
895
|
+
/** Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20. */
|
|
896
|
+
maxCount?: number;
|
|
897
|
+
type: "ThrottleByUserIdRule";
|
|
898
|
+
}
|
|
899
|
+
export declare function throttleByUserIdRuleSerializer(item: ThrottleByUserIdRule): any;
|
|
900
|
+
export declare function throttleByUserIdRuleDeserializer(item: any): ThrottleByUserIdRule;
|
|
901
|
+
export declare function clientTrafficControlRuleUnionArraySerializer(result: Array<ClientTrafficControlRuleUnion>): any[];
|
|
902
|
+
export declare function clientTrafficControlRuleUnionArrayDeserializer(result: Array<ClientTrafficControlRuleUnion>): any[];
|
|
903
|
+
/** A base class for client traffic control rules */
|
|
904
|
+
export interface ClientTrafficControlRule {
|
|
905
|
+
type: ClientTrafficControlRuleDiscriminator;
|
|
906
|
+
}
|
|
907
|
+
export declare function clientTrafficControlRuleSerializer(item: ClientTrafficControlRule): any;
|
|
908
|
+
export declare function clientTrafficControlRuleDeserializer(item: any): ClientTrafficControlRule;
|
|
909
|
+
/** Alias for ClientTrafficControlRuleUnion */
|
|
910
|
+
export type ClientTrafficControlRuleUnion = TrafficThrottleByJwtCustomClaimRule | TrafficThrottleByJwtSignatureRule | TrafficThrottleByUserIdRule | ClientTrafficControlRule;
|
|
911
|
+
export declare function clientTrafficControlRuleUnionSerializer(item: ClientTrafficControlRuleUnion): any;
|
|
912
|
+
export declare function clientTrafficControlRuleUnionDeserializer(item: any): ClientTrafficControlRuleUnion;
|
|
913
|
+
/** Known values of {@link ClientTrafficControlRuleDiscriminator} that the service accepts. */
|
|
914
|
+
export declare enum KnownClientTrafficControlRuleDiscriminator {
|
|
915
|
+
/** TrafficThrottleByJwtSignatureRule */
|
|
916
|
+
TrafficThrottleByJwtSignatureRule = "TrafficThrottleByJwtSignatureRule",
|
|
917
|
+
/** TrafficThrottleByUserIdRule */
|
|
918
|
+
TrafficThrottleByUserIdRule = "TrafficThrottleByUserIdRule",
|
|
919
|
+
/** TrafficThrottleByJwtCustomClaimRule */
|
|
920
|
+
TrafficThrottleByJwtCustomClaimRule = "TrafficThrottleByJwtCustomClaimRule"
|
|
921
|
+
}
|
|
922
|
+
/** Type of ClientTrafficControlRuleDiscriminator */
|
|
923
|
+
export type ClientTrafficControlRuleDiscriminator = string;
|
|
924
|
+
/** Throttle the client traffic by a custom JWT claim */
|
|
925
|
+
export interface TrafficThrottleByJwtCustomClaimRule extends ClientTrafficControlRule {
|
|
926
|
+
/** The name of the claim in the JWT token. The message bytes with the same claim value will be aggregated. If the claim is not found in the token, the rule will be skipped. */
|
|
927
|
+
claimName: string;
|
|
928
|
+
/** Maximum accumulated inbound message bytes allowed for the same JWT signature within a time window. Clients with the same JWT claim will get disconnected if the message bytes exceeds this value. Default value is 1GB. */
|
|
929
|
+
maxInboundMessageBytes?: number;
|
|
930
|
+
/** The aggregation window for the message bytes. The message bytes will be aggregated in this window and be reset after the window. Default value is 60 seconds. */
|
|
931
|
+
aggregationWindowInSeconds?: number;
|
|
932
|
+
type: "TrafficThrottleByJwtCustomClaimRule";
|
|
933
|
+
}
|
|
934
|
+
export declare function trafficThrottleByJwtCustomClaimRuleSerializer(item: TrafficThrottleByJwtCustomClaimRule): any;
|
|
935
|
+
export declare function trafficThrottleByJwtCustomClaimRuleDeserializer(item: any): TrafficThrottleByJwtCustomClaimRule;
|
|
936
|
+
/** Throttle the client traffic by the JWT signature */
|
|
937
|
+
export interface TrafficThrottleByJwtSignatureRule extends ClientTrafficControlRule {
|
|
938
|
+
/** Maximum accumulated inbound message bytes allowed for the same JWT signature within a time window. Clients with the same JWT signature will get disconnected if the message bytes exceeds this value. Default value is 1GB. */
|
|
939
|
+
maxInboundMessageBytes?: number;
|
|
940
|
+
/** The aggregation window for the message bytes. The message bytes will be aggregated in this window and be reset after the window. Default value is 60 seconds. */
|
|
941
|
+
aggregationWindowInSeconds?: number;
|
|
942
|
+
type: "TrafficThrottleByJwtSignatureRule";
|
|
943
|
+
}
|
|
944
|
+
export declare function trafficThrottleByJwtSignatureRuleSerializer(item: TrafficThrottleByJwtSignatureRule): any;
|
|
945
|
+
export declare function trafficThrottleByJwtSignatureRuleDeserializer(item: any): TrafficThrottleByJwtSignatureRule;
|
|
946
|
+
/** Throttle the client traffic by the user ID */
|
|
947
|
+
export interface TrafficThrottleByUserIdRule extends ClientTrafficControlRule {
|
|
948
|
+
/** Maximum accumulated inbound message bytes allowed for the same user ID within a time window. Clients with the same user ID will get disconnected if the message bytes exceeds this value. Default value is 1GB. */
|
|
949
|
+
maxInboundMessageBytes?: number;
|
|
950
|
+
/** The aggregation window for the message bytes. The message bytes will be aggregated in this window and be reset after the window. Default value is 60 seconds. */
|
|
951
|
+
aggregationWindowInSeconds?: number;
|
|
952
|
+
type: "TrafficThrottleByUserIdRule";
|
|
953
|
+
}
|
|
954
|
+
export declare function trafficThrottleByUserIdRuleSerializer(item: TrafficThrottleByUserIdRule): any;
|
|
955
|
+
export declare function trafficThrottleByUserIdRuleDeserializer(item: any): TrafficThrottleByUserIdRule;
|
|
956
|
+
/** SocketIO settings for the resource */
|
|
957
|
+
export interface WebPubSubSocketIOSettings {
|
|
958
|
+
/**
|
|
959
|
+
* The service mode of Web PubSub for Socket.IO. Values allowed:
|
|
960
|
+
* "Default": have your own backend Socket.IO server
|
|
961
|
+
* "Serverless": your application doesn't have a backend server
|
|
962
|
+
*/
|
|
963
|
+
serviceMode?: string;
|
|
964
|
+
}
|
|
965
|
+
export declare function webPubSubSocketIOSettingsSerializer(item: WebPubSubSocketIOSettings): any;
|
|
966
|
+
export declare function webPubSubSocketIOSettingsDeserializer(item: any): WebPubSubSocketIOSettings;
|
|
967
|
+
/** The billing information of the resource. */
|
|
968
|
+
export interface ResourceSku {
|
|
969
|
+
/**
|
|
970
|
+
* The name of the SKU. Required.
|
|
971
|
+
*
|
|
972
|
+
* Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2
|
|
973
|
+
*/
|
|
974
|
+
name: string;
|
|
975
|
+
/**
|
|
976
|
+
* Optional tier of this particular SKU. 'Standard' or 'Free'.
|
|
977
|
+
*
|
|
978
|
+
* `Basic` is deprecated, use `Standard` instead.
|
|
979
|
+
*/
|
|
980
|
+
tier?: WebPubSubSkuTier;
|
|
981
|
+
/** Not used. Retained for future use. */
|
|
982
|
+
readonly size?: string;
|
|
983
|
+
/** Not used. Retained for future use. */
|
|
984
|
+
readonly family?: string;
|
|
985
|
+
/**
|
|
986
|
+
* Optional, integer. The unit count of the resource.
|
|
987
|
+
* 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
|
|
988
|
+
*
|
|
989
|
+
* If present, following values are allowed:
|
|
990
|
+
* Free_F1: 1;
|
|
991
|
+
* Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
992
|
+
* Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
993
|
+
* Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
|
|
994
|
+
*/
|
|
995
|
+
capacity?: number;
|
|
996
|
+
}
|
|
997
|
+
export declare function resourceSkuSerializer(item: ResourceSku): any;
|
|
998
|
+
export declare function resourceSkuDeserializer(item: any): ResourceSku;
|
|
999
|
+
/**
|
|
1000
|
+
* Optional tier of this particular SKU. 'Standard' or 'Free'.
|
|
1001
|
+
*
|
|
1002
|
+
* `Basic` is deprecated, use `Standard` instead.
|
|
1003
|
+
*/
|
|
1004
|
+
export declare enum KnownWebPubSubSkuTier {
|
|
1005
|
+
/** Free tier for WebPubSub service */
|
|
1006
|
+
Free = "Free",
|
|
1007
|
+
/** Basic tier for WebPubSub service (deprecated, use Standard instead) */
|
|
1008
|
+
Basic = "Basic",
|
|
1009
|
+
/** Standard tier for WebPubSub service */
|
|
1010
|
+
Standard = "Standard",
|
|
1011
|
+
/** Premium tier for WebPubSub service */
|
|
1012
|
+
Premium = "Premium"
|
|
1013
|
+
}
|
|
1014
|
+
/**
|
|
1015
|
+
* Optional tier of this particular SKU. 'Standard' or 'Free'.
|
|
1016
|
+
*
|
|
1017
|
+
* `Basic` is deprecated, use `Standard` instead. \
|
|
1018
|
+
* {@link KnownWebPubSubSkuTier} can be used interchangeably with WebPubSubSkuTier,
|
|
1019
|
+
* this enum contains the known values that the service supports.
|
|
1020
|
+
* ### Known values supported by the service
|
|
1021
|
+
* **Free**: Free tier for WebPubSub service \
|
|
1022
|
+
* **Basic**: Basic tier for WebPubSub service (deprecated, use Standard instead) \
|
|
1023
|
+
* **Standard**: Standard tier for WebPubSub service \
|
|
1024
|
+
* **Premium**: Premium tier for WebPubSub service
|
|
1025
|
+
*/
|
|
1026
|
+
export type WebPubSubSkuTier = string;
|
|
1027
|
+
/** The kind of the service */
|
|
1028
|
+
export declare enum KnownServiceKind {
|
|
1029
|
+
/** WebPubSub */
|
|
1030
|
+
WebPubSub = "WebPubSub",
|
|
1031
|
+
/** SocketIO */
|
|
1032
|
+
SocketIO = "SocketIO"
|
|
1033
|
+
}
|
|
1034
|
+
/**
|
|
1035
|
+
* The kind of the service \
|
|
1036
|
+
* {@link KnownServiceKind} can be used interchangeably with ServiceKind,
|
|
1037
|
+
* this enum contains the known values that the service supports.
|
|
1038
|
+
* ### Known values supported by the service
|
|
1039
|
+
* **WebPubSub** \
|
|
1040
|
+
* **SocketIO**
|
|
1041
|
+
*/
|
|
1042
|
+
export type ServiceKind = string;
|
|
1043
|
+
/** A class represent managed identities used for request and response */
|
|
1044
|
+
export interface ManagedIdentity {
|
|
1045
|
+
/** Represents the identity type: systemAssigned, userAssigned, None */
|
|
1046
|
+
type?: ManagedIdentityType;
|
|
1047
|
+
/** Get or set the user assigned identities */
|
|
1048
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentityProperty>;
|
|
1049
|
+
/**
|
|
1050
|
+
* Get the principal id for the system assigned identity.
|
|
1051
|
+
* Only be used in response.
|
|
1052
|
+
*/
|
|
1053
|
+
readonly principalId?: string;
|
|
1054
|
+
/**
|
|
1055
|
+
* Get the tenant id for the system assigned identity.
|
|
1056
|
+
* Only be used in response
|
|
1057
|
+
*/
|
|
1058
|
+
readonly tenantId?: string;
|
|
1059
|
+
}
|
|
1060
|
+
export declare function managedIdentitySerializer(item: ManagedIdentity): any;
|
|
1061
|
+
export declare function managedIdentityDeserializer(item: any): ManagedIdentity;
|
|
1062
|
+
/** Represents the identity type: systemAssigned, userAssigned, None */
|
|
1063
|
+
export declare enum KnownManagedIdentityType {
|
|
1064
|
+
/** None */
|
|
1065
|
+
None = "None",
|
|
1066
|
+
/** SystemAssigned */
|
|
1067
|
+
SystemAssigned = "SystemAssigned",
|
|
1068
|
+
/** UserAssigned */
|
|
1069
|
+
UserAssigned = "UserAssigned"
|
|
1070
|
+
}
|
|
1071
|
+
/**
|
|
1072
|
+
* Represents the identity type: systemAssigned, userAssigned, None \
|
|
1073
|
+
* {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
|
|
1074
|
+
* this enum contains the known values that the service supports.
|
|
1075
|
+
* ### Known values supported by the service
|
|
1076
|
+
* **None** \
|
|
1077
|
+
* **SystemAssigned** \
|
|
1078
|
+
* **UserAssigned**
|
|
1079
|
+
*/
|
|
1080
|
+
export type ManagedIdentityType = string;
|
|
1081
|
+
export declare function userAssignedIdentityPropertyRecordSerializer(item: Record<string, UserAssignedIdentityProperty>): Record<string, any>;
|
|
1082
|
+
export declare function userAssignedIdentityPropertyRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentityProperty>;
|
|
1083
|
+
/** Properties of user assigned identity. */
|
|
1084
|
+
export interface UserAssignedIdentityProperty {
|
|
1085
|
+
/** Get the principal id for the user assigned identity */
|
|
1086
|
+
readonly principalId?: string;
|
|
1087
|
+
/** Get the client id for the user assigned identity */
|
|
1088
|
+
readonly clientId?: string;
|
|
1089
|
+
}
|
|
1090
|
+
export declare function userAssignedIdentityPropertySerializer(_item: UserAssignedIdentityProperty): any;
|
|
1091
|
+
export declare function userAssignedIdentityPropertyDeserializer(item: any): UserAssignedIdentityProperty;
|
|
1092
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1093
|
+
export interface TrackedResource extends Resource {
|
|
1094
|
+
/** Resource tags. */
|
|
1095
|
+
tags?: Record<string, string>;
|
|
1096
|
+
/** The geo-location where the resource lives */
|
|
1097
|
+
location: string;
|
|
1098
|
+
}
|
|
1099
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
1100
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
1101
|
+
/** Object that includes an array of resources and a possible link for next set. */
|
|
1102
|
+
export interface _WebPubSubResourceList {
|
|
1103
|
+
/** The WebPubSubResource items on this page */
|
|
1104
|
+
value: WebPubSubResource[];
|
|
1105
|
+
/** The link to the next page of items */
|
|
1106
|
+
nextLink?: string;
|
|
1107
|
+
}
|
|
1108
|
+
export declare function _webPubSubResourceListDeserializer(item: any): _WebPubSubResourceList;
|
|
1109
|
+
export declare function webPubSubResourceArraySerializer(result: Array<WebPubSubResource>): any[];
|
|
1110
|
+
export declare function webPubSubResourceArrayDeserializer(result: Array<WebPubSubResource>): any[];
|
|
1111
|
+
/** A class represents the access keys of the resource. */
|
|
1112
|
+
export interface WebPubSubKeys {
|
|
1113
|
+
/** The primary access key. */
|
|
1114
|
+
primaryKey?: string;
|
|
1115
|
+
/** The secondary access key. */
|
|
1116
|
+
secondaryKey?: string;
|
|
1117
|
+
/** Connection string constructed via the primaryKey */
|
|
1118
|
+
primaryConnectionString?: string;
|
|
1119
|
+
/** Connection string constructed via the secondaryKey */
|
|
1120
|
+
secondaryConnectionString?: string;
|
|
1121
|
+
}
|
|
1122
|
+
export declare function webPubSubKeysDeserializer(item: any): WebPubSubKeys;
|
|
1123
|
+
/** Parameters describes the request to regenerate access keys */
|
|
1124
|
+
export interface RegenerateKeyParameters {
|
|
1125
|
+
/** The type of access key. */
|
|
1126
|
+
keyType?: KeyType;
|
|
1127
|
+
}
|
|
1128
|
+
export declare function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any;
|
|
1129
|
+
/** The type of access key. */
|
|
1130
|
+
export declare enum KnownKeyType {
|
|
1131
|
+
/** Primary */
|
|
1132
|
+
Primary = "Primary",
|
|
1133
|
+
/** Secondary */
|
|
1134
|
+
Secondary = "Secondary",
|
|
1135
|
+
/** Salt */
|
|
1136
|
+
Salt = "Salt"
|
|
1137
|
+
}
|
|
1138
|
+
/**
|
|
1139
|
+
* The type of access key. \
|
|
1140
|
+
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
1141
|
+
* this enum contains the known values that the service supports.
|
|
1142
|
+
* ### Known values supported by the service
|
|
1143
|
+
* **Primary** \
|
|
1144
|
+
* **Secondary** \
|
|
1145
|
+
* **Salt**
|
|
1146
|
+
*/
|
|
1147
|
+
export type KeyType = string;
|
|
1148
|
+
/** The list skus operation response */
|
|
1149
|
+
export interface SkuList {
|
|
1150
|
+
/** The list of skus available for the resource. */
|
|
1151
|
+
readonly value?: Sku[];
|
|
1152
|
+
/**
|
|
1153
|
+
* The URL the client should use to fetch the next page (per server side paging).
|
|
1154
|
+
* It's null for now, added for future use.
|
|
1155
|
+
*/
|
|
1156
|
+
readonly nextLink?: string;
|
|
1157
|
+
}
|
|
1158
|
+
export declare function skuListDeserializer(item: any): SkuList;
|
|
1159
|
+
export declare function skuArrayDeserializer(result: Array<Sku>): any[];
|
|
1160
|
+
/** Describes an available sku." */
|
|
1161
|
+
export interface Sku {
|
|
1162
|
+
/** The resource type that this object applies to */
|
|
1163
|
+
readonly resourceType?: string;
|
|
1164
|
+
/** The billing information of the resource. */
|
|
1165
|
+
readonly sku?: ResourceSku;
|
|
1166
|
+
/** Describes scaling information of a sku. */
|
|
1167
|
+
readonly capacity?: SkuCapacity;
|
|
1168
|
+
}
|
|
1169
|
+
export declare function skuDeserializer(item: any): Sku;
|
|
1170
|
+
/** Describes scaling information of a sku. */
|
|
1171
|
+
export interface SkuCapacity {
|
|
1172
|
+
/** The lowest permitted capacity for this resource */
|
|
1173
|
+
readonly minimum?: number;
|
|
1174
|
+
/** The highest permitted capacity for this resource */
|
|
1175
|
+
readonly maximum?: number;
|
|
1176
|
+
/** The default capacity. */
|
|
1177
|
+
readonly default?: number;
|
|
1178
|
+
/** Allows capacity value list. */
|
|
1179
|
+
readonly allowedValues?: number[];
|
|
1180
|
+
/** The scale type applicable to the sku. */
|
|
1181
|
+
readonly scaleType?: ScaleType;
|
|
1182
|
+
}
|
|
1183
|
+
export declare function skuCapacityDeserializer(item: any): SkuCapacity;
|
|
1184
|
+
/** The scale type applicable to the sku. */
|
|
1185
|
+
export declare enum KnownScaleType {
|
|
1186
|
+
/** None */
|
|
1187
|
+
None = "None",
|
|
1188
|
+
/** Manual */
|
|
1189
|
+
Manual = "Manual",
|
|
1190
|
+
/** Automatic */
|
|
1191
|
+
Automatic = "Automatic"
|
|
1192
|
+
}
|
|
1193
|
+
/**
|
|
1194
|
+
* The scale type applicable to the sku. \
|
|
1195
|
+
* {@link KnownScaleType} can be used interchangeably with ScaleType,
|
|
1196
|
+
* this enum contains the known values that the service supports.
|
|
1197
|
+
* ### Known values supported by the service
|
|
1198
|
+
* **None** \
|
|
1199
|
+
* **Manual** \
|
|
1200
|
+
* **Automatic**
|
|
1201
|
+
*/
|
|
1202
|
+
export type ScaleType = string;
|
|
1203
|
+
/** Data POST-ed to the nameAvailability action */
|
|
1204
|
+
export interface NameAvailabilityParameters {
|
|
1205
|
+
/** The resource type. Can be "Microsoft.SignalRService/SignalR", "Microsoft.SignalRService/WebPubSub", "Microsoft.SignalRService/SignalR/replicas" or "Microsoft.SignalRService/WebPubSub/replicas" */
|
|
1206
|
+
type: string;
|
|
1207
|
+
/** The resource name to validate. e.g."my-resource-name" */
|
|
1208
|
+
name: string;
|
|
1209
|
+
}
|
|
1210
|
+
export declare function nameAvailabilityParametersSerializer(item: NameAvailabilityParameters): any;
|
|
1211
|
+
/** Result of the request to check name availability. It contains a flag and possible reason of failure. */
|
|
1212
|
+
export interface NameAvailability {
|
|
1213
|
+
/** Indicates whether the name is available or not. */
|
|
1214
|
+
nameAvailable?: boolean;
|
|
1215
|
+
/** The reason of the availability. Required if name is not available. */
|
|
1216
|
+
reason?: string;
|
|
1217
|
+
/** The message of the operation. */
|
|
1218
|
+
message?: string;
|
|
1219
|
+
}
|
|
1220
|
+
export declare function nameAvailabilityDeserializer(item: any): NameAvailability;
|
|
1221
|
+
/** Contains a list of PrivateLinkResource and a possible link to query more results */
|
|
1222
|
+
export interface _PrivateLinkResourceList {
|
|
1223
|
+
/** The PrivateLinkResource items on this page */
|
|
1224
|
+
value: PrivateLinkResource[];
|
|
1225
|
+
/** The link to the next page of items */
|
|
1226
|
+
nextLink?: string;
|
|
1227
|
+
}
|
|
1228
|
+
export declare function _privateLinkResourceListDeserializer(item: any): _PrivateLinkResourceList;
|
|
1229
|
+
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
1230
|
+
/** Private link resource */
|
|
1231
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
1232
|
+
/** Group Id of the private link resource */
|
|
1233
|
+
groupId?: string;
|
|
1234
|
+
/** Required members of the private link resource */
|
|
1235
|
+
requiredMembers?: string[];
|
|
1236
|
+
/** Required private DNS zone names */
|
|
1237
|
+
requiredZoneNames?: string[];
|
|
1238
|
+
/** The list of resources that are onboarded to private link service */
|
|
1239
|
+
shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];
|
|
1240
|
+
}
|
|
1241
|
+
export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
|
|
1242
|
+
/** Private link resource properties */
|
|
1243
|
+
export interface PrivateLinkResourceProperties {
|
|
1244
|
+
/** Group Id of the private link resource */
|
|
1245
|
+
groupId?: string;
|
|
1246
|
+
/** Required members of the private link resource */
|
|
1247
|
+
requiredMembers?: string[];
|
|
1248
|
+
/** Required private DNS zone names */
|
|
1249
|
+
requiredZoneNames?: string[];
|
|
1250
|
+
/** The list of resources that are onboarded to private link service */
|
|
1251
|
+
shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];
|
|
1252
|
+
}
|
|
1253
|
+
export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
|
|
1254
|
+
export declare function shareablePrivateLinkResourceTypeArrayDeserializer(result: Array<ShareablePrivateLinkResourceType>): any[];
|
|
1255
|
+
/** Describes a resource type that has been onboarded to private link service */
|
|
1256
|
+
export interface ShareablePrivateLinkResourceType {
|
|
1257
|
+
/** The name of the resource type that has been onboarded to private link service */
|
|
1258
|
+
name?: string;
|
|
1259
|
+
/** Describes the properties of a resource type that has been onboarded to private link service */
|
|
1260
|
+
properties?: ShareablePrivateLinkResourceProperties;
|
|
1261
|
+
}
|
|
1262
|
+
export declare function shareablePrivateLinkResourceTypeDeserializer(item: any): ShareablePrivateLinkResourceType;
|
|
1263
|
+
/** Describes the properties of a resource type that has been onboarded to private link service */
|
|
1264
|
+
export interface ShareablePrivateLinkResourceProperties {
|
|
1265
|
+
/** The description of the resource type that has been onboarded to private link service */
|
|
1266
|
+
description?: string;
|
|
1267
|
+
/** The resource provider group id for the resource that has been onboarded to private link service */
|
|
1268
|
+
groupId?: string;
|
|
1269
|
+
/** The resource provider type for the resource that has been onboarded to private link service */
|
|
1270
|
+
type?: string;
|
|
1271
|
+
}
|
|
1272
|
+
export declare function shareablePrivateLinkResourcePropertiesDeserializer(item: any): ShareablePrivateLinkResourceProperties;
|
|
1273
|
+
/** A custom certificate. */
|
|
1274
|
+
export interface CustomCertificate extends ProxyResource {
|
|
1275
|
+
/** Provisioning state of the resource. */
|
|
1276
|
+
readonly provisioningState?: ProvisioningState;
|
|
1277
|
+
/** Base uri of the KeyVault that stores certificate. */
|
|
1278
|
+
keyVaultBaseUri: string;
|
|
1279
|
+
/** Certificate secret name. */
|
|
1280
|
+
keyVaultSecretName: string;
|
|
1281
|
+
/** Certificate secret version. */
|
|
1282
|
+
keyVaultSecretVersion?: string;
|
|
1283
|
+
}
|
|
1284
|
+
export declare function customCertificateSerializer(item: CustomCertificate): any;
|
|
1285
|
+
export declare function customCertificateDeserializer(item: any): CustomCertificate;
|
|
1286
|
+
/** Custom certificate properties. */
|
|
1287
|
+
export interface CustomCertificateProperties {
|
|
1288
|
+
/** Provisioning state of the resource. */
|
|
1289
|
+
readonly provisioningState?: ProvisioningState;
|
|
1290
|
+
/** Base uri of the KeyVault that stores certificate. */
|
|
1291
|
+
keyVaultBaseUri: string;
|
|
1292
|
+
/** Certificate secret name. */
|
|
1293
|
+
keyVaultSecretName: string;
|
|
1294
|
+
/** Certificate secret version. */
|
|
1295
|
+
keyVaultSecretVersion?: string;
|
|
1296
|
+
}
|
|
1297
|
+
export declare function customCertificatePropertiesSerializer(item: CustomCertificateProperties): any;
|
|
1298
|
+
export declare function customCertificatePropertiesDeserializer(item: any): CustomCertificateProperties;
|
|
1299
|
+
/** Custom certificates list. */
|
|
1300
|
+
export interface _CustomCertificateList {
|
|
1301
|
+
/** The CustomCertificate items on this page */
|
|
1302
|
+
value: CustomCertificate[];
|
|
1303
|
+
/** The link to the next page of items */
|
|
1304
|
+
nextLink?: string;
|
|
1305
|
+
}
|
|
1306
|
+
export declare function _customCertificateListDeserializer(item: any): _CustomCertificateList;
|
|
1307
|
+
export declare function customCertificateArraySerializer(result: Array<CustomCertificate>): any[];
|
|
1308
|
+
export declare function customCertificateArrayDeserializer(result: Array<CustomCertificate>): any[];
|
|
1309
|
+
/** A custom domain */
|
|
1310
|
+
export interface CustomDomain extends ProxyResource {
|
|
1311
|
+
/** Provisioning state of the resource. */
|
|
1312
|
+
readonly provisioningState?: ProvisioningState;
|
|
1313
|
+
/** The custom domain name. */
|
|
1314
|
+
domainName: string;
|
|
1315
|
+
/** Reference to a resource. */
|
|
1316
|
+
customCertificate: ResourceReference;
|
|
1317
|
+
}
|
|
1318
|
+
export declare function customDomainSerializer(item: CustomDomain): any;
|
|
1319
|
+
export declare function customDomainDeserializer(item: any): CustomDomain;
|
|
1320
|
+
/** Properties of a custom domain. */
|
|
1321
|
+
export interface CustomDomainProperties {
|
|
1322
|
+
/** Provisioning state of the resource. */
|
|
1323
|
+
readonly provisioningState?: ProvisioningState;
|
|
1324
|
+
/** The custom domain name. */
|
|
1325
|
+
domainName: string;
|
|
1326
|
+
/** Reference to a resource. */
|
|
1327
|
+
customCertificate: ResourceReference;
|
|
1328
|
+
}
|
|
1329
|
+
export declare function customDomainPropertiesSerializer(item: CustomDomainProperties): any;
|
|
1330
|
+
export declare function customDomainPropertiesDeserializer(item: any): CustomDomainProperties;
|
|
1331
|
+
/** Reference to a resource. */
|
|
1332
|
+
export interface ResourceReference {
|
|
1333
|
+
/** Resource ID. */
|
|
1334
|
+
id?: string;
|
|
1335
|
+
}
|
|
1336
|
+
export declare function resourceReferenceSerializer(item: ResourceReference): any;
|
|
1337
|
+
export declare function resourceReferenceDeserializer(item: any): ResourceReference;
|
|
1338
|
+
/** Custom domains list */
|
|
1339
|
+
export interface _CustomDomainList {
|
|
1340
|
+
/** The CustomDomain items on this page */
|
|
1341
|
+
value: CustomDomain[];
|
|
1342
|
+
/** The link to the next page of items */
|
|
1343
|
+
nextLink?: string;
|
|
1344
|
+
}
|
|
1345
|
+
export declare function _customDomainListDeserializer(item: any): _CustomDomainList;
|
|
1346
|
+
export declare function customDomainArraySerializer(result: Array<CustomDomain>): any[];
|
|
1347
|
+
export declare function customDomainArrayDeserializer(result: Array<CustomDomain>): any[];
|
|
1348
|
+
/** A list of private endpoint connections */
|
|
1349
|
+
export interface _PrivateEndpointConnectionList {
|
|
1350
|
+
/** The PrivateEndpointConnection items on this page */
|
|
1351
|
+
value: PrivateEndpointConnection[];
|
|
1352
|
+
/** The link to the next page of items */
|
|
1353
|
+
nextLink?: string;
|
|
1354
|
+
}
|
|
1355
|
+
export declare function _privateEndpointConnectionListDeserializer(item: any): _PrivateEndpointConnectionList;
|
|
1356
|
+
/** A class represent a replica resource. */
|
|
1357
|
+
export interface Replica extends TrackedResource {
|
|
1358
|
+
/** The billing information of the resource. */
|
|
1359
|
+
sku?: ResourceSku;
|
|
1360
|
+
/** Provisioning state of the resource. */
|
|
1361
|
+
readonly provisioningState?: ProvisioningState;
|
|
1362
|
+
/**
|
|
1363
|
+
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
1364
|
+
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
1365
|
+
*/
|
|
1366
|
+
regionEndpointEnabled?: string;
|
|
1367
|
+
/**
|
|
1368
|
+
* Stop or start the resource. Default to "false".
|
|
1369
|
+
* When it's true, the data plane of the resource is shutdown.
|
|
1370
|
+
* When it's false, the data plane of the resource is started.
|
|
1371
|
+
*/
|
|
1372
|
+
resourceStopped?: string;
|
|
1373
|
+
}
|
|
1374
|
+
export declare function replicaSerializer(item: Replica): any;
|
|
1375
|
+
export declare function replicaDeserializer(item: any): Replica;
|
|
1376
|
+
/** model interface ReplicaProperties */
|
|
1377
|
+
export interface ReplicaProperties {
|
|
1378
|
+
/** Provisioning state of the resource. */
|
|
1379
|
+
readonly provisioningState?: ProvisioningState;
|
|
1380
|
+
/**
|
|
1381
|
+
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
1382
|
+
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
1383
|
+
*/
|
|
1384
|
+
regionEndpointEnabled?: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* Stop or start the resource. Default to "false".
|
|
1387
|
+
* When it's true, the data plane of the resource is shutdown.
|
|
1388
|
+
* When it's false, the data plane of the resource is started.
|
|
1389
|
+
*/
|
|
1390
|
+
resourceStopped?: string;
|
|
1391
|
+
}
|
|
1392
|
+
export declare function replicaPropertiesSerializer(item: ReplicaProperties): any;
|
|
1393
|
+
export declare function replicaPropertiesDeserializer(item: any): ReplicaProperties;
|
|
1394
|
+
/** Paged collection of Replica items */
|
|
1395
|
+
export interface _ReplicaList {
|
|
1396
|
+
/** The Replica items on this page */
|
|
1397
|
+
value: Replica[];
|
|
1398
|
+
/** The link to the next page of items */
|
|
1399
|
+
nextLink?: string;
|
|
1400
|
+
}
|
|
1401
|
+
export declare function _replicaListDeserializer(item: any): _ReplicaList;
|
|
1402
|
+
export declare function replicaArraySerializer(result: Array<Replica>): any[];
|
|
1403
|
+
export declare function replicaArrayDeserializer(result: Array<Replica>): any[];
|
|
1404
|
+
/** Object that includes an array of the resource usages and a possible link for next set. */
|
|
1405
|
+
export interface _SignalRServiceUsageList {
|
|
1406
|
+
/** The SignalRServiceUsage items on this page */
|
|
1407
|
+
value: SignalRServiceUsage[];
|
|
1408
|
+
/** The link to the next page of items */
|
|
1409
|
+
nextLink?: string;
|
|
1410
|
+
}
|
|
1411
|
+
export declare function _signalRServiceUsageListDeserializer(item: any): _SignalRServiceUsageList;
|
|
1412
|
+
export declare function signalRServiceUsageArrayDeserializer(result: Array<SignalRServiceUsage>): any[];
|
|
1413
|
+
/** Object that describes a specific usage of the resources. */
|
|
1414
|
+
export interface SignalRServiceUsage {
|
|
1415
|
+
/** Fully qualified ARM resource id */
|
|
1416
|
+
id?: string;
|
|
1417
|
+
/** Current value for the usage quota. */
|
|
1418
|
+
currentValue?: number;
|
|
1419
|
+
/** The maximum permitted value for the usage quota. If there is no limit, this value will be -1. */
|
|
1420
|
+
limit?: number;
|
|
1421
|
+
/** Localizable String object containing the name and a localized value. */
|
|
1422
|
+
name?: SignalRServiceUsageName;
|
|
1423
|
+
/** Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. */
|
|
1424
|
+
unit?: string;
|
|
1425
|
+
}
|
|
1426
|
+
export declare function signalRServiceUsageDeserializer(item: any): SignalRServiceUsage;
|
|
1427
|
+
/** Localizable String object containing the name and a localized value. */
|
|
1428
|
+
export interface SignalRServiceUsageName {
|
|
1429
|
+
/** The identifier of the usage. */
|
|
1430
|
+
value?: string;
|
|
1431
|
+
/** Localized name of the usage. */
|
|
1432
|
+
localizedValue?: string;
|
|
1433
|
+
}
|
|
1434
|
+
export declare function signalRServiceUsageNameDeserializer(item: any): SignalRServiceUsageName;
|
|
1435
|
+
/** The available API versions. */
|
|
1436
|
+
export declare enum KnownVersions {
|
|
1437
|
+
/** The 2025-01-01-preview API version. */
|
|
1438
|
+
V20250101Preview = "2025-01-01-preview",
|
|
1439
|
+
/** The 2025-08-01-preview API version. */
|
|
1440
|
+
V20250801Preview = "2025-08-01-preview"
|
|
1441
|
+
}
|
|
1442
|
+
export declare function _sharedPrivateLinkResourcePropertiesSerializer(item: SharedPrivateLinkResource): any;
|
|
1443
|
+
export declare function _sharedPrivateLinkResourcePropertiesDeserializer(item: any): {
|
|
1444
|
+
groupId: any;
|
|
1445
|
+
privateLinkResourceId: any;
|
|
1446
|
+
provisioningState: any;
|
|
1447
|
+
requestMessage: any;
|
|
1448
|
+
fqdns: any;
|
|
1449
|
+
status: any;
|
|
1450
|
+
};
|
|
1451
|
+
export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
|
|
1452
|
+
export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
|
|
1453
|
+
provisioningState: any;
|
|
1454
|
+
privateEndpoint: any;
|
|
1455
|
+
groupIds: any;
|
|
1456
|
+
privateLinkServiceConnectionState: any;
|
|
1457
|
+
};
|
|
1458
|
+
export declare function _webPubSubResourcePropertiesSerializer(item: WebPubSubResource): any;
|
|
1459
|
+
export declare function _webPubSubResourcePropertiesDeserializer(item: any): {
|
|
1460
|
+
provisioningState: any;
|
|
1461
|
+
externalIP: any;
|
|
1462
|
+
hostName: any;
|
|
1463
|
+
publicPort: any;
|
|
1464
|
+
serverPort: any;
|
|
1465
|
+
version: any;
|
|
1466
|
+
privateEndpointConnections: any;
|
|
1467
|
+
sharedPrivateLinkResources: any;
|
|
1468
|
+
tls: any;
|
|
1469
|
+
hostNamePrefix: any;
|
|
1470
|
+
liveTraceConfiguration: any;
|
|
1471
|
+
resourceLogConfiguration: any;
|
|
1472
|
+
networkACLs: any;
|
|
1473
|
+
applicationFirewall: any;
|
|
1474
|
+
publicNetworkAccess: any;
|
|
1475
|
+
disableLocalAuth: any;
|
|
1476
|
+
disableAadAuth: any;
|
|
1477
|
+
regionEndpointEnabled: any;
|
|
1478
|
+
resourceStopped: any;
|
|
1479
|
+
socketIO: any;
|
|
1480
|
+
};
|
|
1481
|
+
export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
|
|
1482
|
+
groupId: any;
|
|
1483
|
+
requiredMembers: any;
|
|
1484
|
+
requiredZoneNames: any;
|
|
1485
|
+
shareablePrivateLinkResourceTypes: any;
|
|
1486
|
+
};
|
|
1487
|
+
export declare function _customCertificatePropertiesSerializer(item: CustomCertificate): any;
|
|
1488
|
+
export declare function _customCertificatePropertiesDeserializer(item: any): {
|
|
1489
|
+
provisioningState: any;
|
|
1490
|
+
keyVaultBaseUri: any;
|
|
1491
|
+
keyVaultSecretName: any;
|
|
1492
|
+
keyVaultSecretVersion: any;
|
|
1493
|
+
};
|
|
1494
|
+
export declare function _customDomainPropertiesSerializer(item: CustomDomain): any;
|
|
1495
|
+
export declare function _customDomainPropertiesDeserializer(item: any): {
|
|
1496
|
+
provisioningState: any;
|
|
1497
|
+
domainName: any;
|
|
1498
|
+
customCertificate: ResourceReference;
|
|
1499
|
+
};
|
|
1500
|
+
export declare function _replicaPropertiesSerializer(item: Replica): any;
|
|
1501
|
+
export declare function _replicaPropertiesDeserializer(item: any): {
|
|
1502
|
+
provisioningState: any;
|
|
1503
|
+
regionEndpointEnabled: any;
|
|
1504
|
+
resourceStopped: any;
|
|
1505
|
+
};
|
|
1506
|
+
//# sourceMappingURL=models.d.ts.map
|