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