@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
package/types/arm-webpubsub.d.ts
DELETED
|
@@ -1,2204 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Defines values for ACLAction. \
|
|
9
|
-
* {@link KnownACLAction} can be used interchangeably with ACLAction,
|
|
10
|
-
* this enum contains the known values that the service supports.
|
|
11
|
-
* ### Known values supported by the service
|
|
12
|
-
* **Allow** \
|
|
13
|
-
* **Deny**
|
|
14
|
-
*/
|
|
15
|
-
export declare type ACLAction = string;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Defines values for CreatedByType. \
|
|
19
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
20
|
-
* this enum contains the known values that the service supports.
|
|
21
|
-
* ### Known values supported by the service
|
|
22
|
-
* **User** \
|
|
23
|
-
* **Application** \
|
|
24
|
-
* **ManagedIdentity** \
|
|
25
|
-
* **Key**
|
|
26
|
-
*/
|
|
27
|
-
export declare type CreatedByType = string;
|
|
28
|
-
|
|
29
|
-
/** A custom certificate. */
|
|
30
|
-
export declare interface CustomCertificate extends ProxyResource {
|
|
31
|
-
/**
|
|
32
|
-
* Provisioning state of the resource.
|
|
33
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
34
|
-
*/
|
|
35
|
-
readonly provisioningState?: ProvisioningState;
|
|
36
|
-
/** Base uri of the KeyVault that stores certificate. */
|
|
37
|
-
keyVaultBaseUri: string;
|
|
38
|
-
/** Certificate secret name. */
|
|
39
|
-
keyVaultSecretName: string;
|
|
40
|
-
/** Certificate secret version. */
|
|
41
|
-
keyVaultSecretVersion?: string;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/** Custom certificates list. */
|
|
45
|
-
export declare interface CustomCertificateList {
|
|
46
|
-
/** List of custom certificates of this resource. */
|
|
47
|
-
value?: CustomCertificate[];
|
|
48
|
-
/**
|
|
49
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
50
|
-
* It's null for now, added for future use.
|
|
51
|
-
*/
|
|
52
|
-
nextLink?: string;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/** A custom domain */
|
|
56
|
-
export declare interface CustomDomain extends ProxyResource {
|
|
57
|
-
/**
|
|
58
|
-
* Provisioning state of the resource.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly provisioningState?: ProvisioningState;
|
|
62
|
-
/** The custom domain name. */
|
|
63
|
-
domainName: string;
|
|
64
|
-
/** Reference to a resource. */
|
|
65
|
-
customCertificate: ResourceReference;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/** Custom domains list */
|
|
69
|
-
export declare interface CustomDomainList {
|
|
70
|
-
/** List of custom domains that bind to this resource. */
|
|
71
|
-
value?: CustomDomain[];
|
|
72
|
-
/**
|
|
73
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
74
|
-
* It's null for now, added for future use.
|
|
75
|
-
*/
|
|
76
|
-
nextLink?: string;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/** Specifications of the Dimension of metrics. */
|
|
80
|
-
export declare interface Dimension {
|
|
81
|
-
/** The public facing name of the dimension. */
|
|
82
|
-
name?: string;
|
|
83
|
-
/** Localized friendly display name of the dimension. */
|
|
84
|
-
displayName?: string;
|
|
85
|
-
/** Name of the dimension as it appears in MDM. */
|
|
86
|
-
internalName?: string;
|
|
87
|
-
/** A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. */
|
|
88
|
-
toBeExportedForShoebox?: boolean;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/** The resource management error additional info. */
|
|
92
|
-
export declare interface ErrorAdditionalInfo {
|
|
93
|
-
/**
|
|
94
|
-
* The additional info type.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly type?: string;
|
|
98
|
-
/**
|
|
99
|
-
* The additional info.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly info?: Record<string, unknown>;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/** The error detail. */
|
|
106
|
-
export declare interface ErrorDetail {
|
|
107
|
-
/**
|
|
108
|
-
* The error code.
|
|
109
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
-
*/
|
|
111
|
-
readonly code?: string;
|
|
112
|
-
/**
|
|
113
|
-
* The error message.
|
|
114
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
-
*/
|
|
116
|
-
readonly message?: string;
|
|
117
|
-
/**
|
|
118
|
-
* The error target.
|
|
119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
-
*/
|
|
121
|
-
readonly target?: string;
|
|
122
|
-
/**
|
|
123
|
-
* The error details.
|
|
124
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
-
*/
|
|
126
|
-
readonly details?: ErrorDetail[];
|
|
127
|
-
/**
|
|
128
|
-
* The error additional info.
|
|
129
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
-
*/
|
|
131
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
135
|
-
export declare interface ErrorResponse {
|
|
136
|
-
/** The error object. */
|
|
137
|
-
error?: ErrorDetail;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/** Properties of event handler. */
|
|
141
|
-
export declare interface EventHandler {
|
|
142
|
-
/**
|
|
143
|
-
* 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.
|
|
144
|
-
* For example, UrlTemplate can be `http://example.com/api/{hub}/{event}`. The host part can't contains parameters.
|
|
145
|
-
*/
|
|
146
|
-
urlTemplate: string;
|
|
147
|
-
/**
|
|
148
|
-
* Gets or sets the matching pattern for event names.
|
|
149
|
-
* There are 3 kinds of patterns supported:
|
|
150
|
-
* 1. "*", it matches any event name
|
|
151
|
-
* 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2"
|
|
152
|
-
* 3. A single event name, for example, "event1", it matches "event1"
|
|
153
|
-
*/
|
|
154
|
-
userEventPattern?: string;
|
|
155
|
-
/** Gets or sets the list of system events. */
|
|
156
|
-
systemEvents?: string[];
|
|
157
|
-
/** Upstream auth settings. If not set, no auth is used for upstream messages. */
|
|
158
|
-
auth?: UpstreamAuthSettings;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* An Event Hub endpoint.
|
|
163
|
-
* 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.
|
|
164
|
-
*/
|
|
165
|
-
export declare interface EventHubEndpoint extends EventListenerEndpoint {
|
|
166
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
167
|
-
type: "EventHub";
|
|
168
|
-
/** The fully qualified namespace name of the Event Hub resource. For example, "example.servicebus.windows.net". */
|
|
169
|
-
fullyQualifiedNamespace: string;
|
|
170
|
-
/** The name of the Event Hub. */
|
|
171
|
-
eventHubName: string;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
/** A setting defines which kinds of events should be sent to which endpoint. */
|
|
175
|
-
declare interface EventListener_2 {
|
|
176
|
-
/** A base class for event filter which determines whether an event should be sent to an event listener. */
|
|
177
|
-
filter: EventListenerFilterUnion;
|
|
178
|
-
/** An endpoint specifying where Web PubSub should send events to. */
|
|
179
|
-
endpoint: EventListenerEndpointUnion;
|
|
180
|
-
}
|
|
181
|
-
export { EventListener_2 as EventListener }
|
|
182
|
-
|
|
183
|
-
/** An endpoint specifying where Web PubSub should send events to. */
|
|
184
|
-
export declare interface EventListenerEndpoint {
|
|
185
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
186
|
-
type: "EventHub";
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* Defines values for EventListenerEndpointDiscriminator. \
|
|
191
|
-
* {@link KnownEventListenerEndpointDiscriminator} can be used interchangeably with EventListenerEndpointDiscriminator,
|
|
192
|
-
* this enum contains the known values that the service supports.
|
|
193
|
-
* ### Known values supported by the service
|
|
194
|
-
* **EventHub**
|
|
195
|
-
*/
|
|
196
|
-
export declare type EventListenerEndpointDiscriminator = string;
|
|
197
|
-
|
|
198
|
-
export declare type EventListenerEndpointUnion = EventListenerEndpoint | EventHubEndpoint;
|
|
199
|
-
|
|
200
|
-
/** A base class for event filter which determines whether an event should be sent to an event listener. */
|
|
201
|
-
export declare interface EventListenerFilter {
|
|
202
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
203
|
-
type: "EventName";
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* Defines values for EventListenerFilterDiscriminator. \
|
|
208
|
-
* {@link KnownEventListenerFilterDiscriminator} can be used interchangeably with EventListenerFilterDiscriminator,
|
|
209
|
-
* this enum contains the known values that the service supports.
|
|
210
|
-
* ### Known values supported by the service
|
|
211
|
-
* **EventName**
|
|
212
|
-
*/
|
|
213
|
-
export declare type EventListenerFilterDiscriminator = string;
|
|
214
|
-
|
|
215
|
-
export declare type EventListenerFilterUnion = EventListenerFilter | EventNameFilter;
|
|
216
|
-
|
|
217
|
-
/** Filter events by their name. */
|
|
218
|
-
export declare interface EventNameFilter extends EventListenerFilter {
|
|
219
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
220
|
-
type: "EventName";
|
|
221
|
-
/** Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response. */
|
|
222
|
-
systemEvents?: string[];
|
|
223
|
-
/**
|
|
224
|
-
* Gets or sets a matching pattern for event names.
|
|
225
|
-
* There are 3 kinds of patterns supported:
|
|
226
|
-
* 1. "*", it matches any event name
|
|
227
|
-
* 2. Combine multiple events with ",", for example "event1,event2", it matches events "event1" and "event2"
|
|
228
|
-
* 3. A single event name, for example, "event1", it matches "event1"
|
|
229
|
-
*/
|
|
230
|
-
userEventPattern?: string;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/**
|
|
234
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
235
|
-
* returns a continuation token that can be used to begin paging from
|
|
236
|
-
* that point later.
|
|
237
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
238
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
239
|
-
*/
|
|
240
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
241
|
-
|
|
242
|
-
/** An IP rule */
|
|
243
|
-
export declare interface IPRule {
|
|
244
|
-
/** An IP or CIDR or ServiceTag */
|
|
245
|
-
value?: string;
|
|
246
|
-
/** Azure Networking ACL Action. */
|
|
247
|
-
action?: ACLAction;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* Defines values for KeyType. \
|
|
252
|
-
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
253
|
-
* this enum contains the known values that the service supports.
|
|
254
|
-
* ### Known values supported by the service
|
|
255
|
-
* **Primary** \
|
|
256
|
-
* **Secondary** \
|
|
257
|
-
* **Salt**
|
|
258
|
-
*/
|
|
259
|
-
declare type KeyType_2 = string;
|
|
260
|
-
export { KeyType_2 as KeyType }
|
|
261
|
-
|
|
262
|
-
/** Known values of {@link ACLAction} that the service accepts. */
|
|
263
|
-
export declare enum KnownACLAction {
|
|
264
|
-
/** Allow */
|
|
265
|
-
Allow = "Allow",
|
|
266
|
-
/** Deny */
|
|
267
|
-
Deny = "Deny"
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
271
|
-
export declare enum KnownCreatedByType {
|
|
272
|
-
/** User */
|
|
273
|
-
User = "User",
|
|
274
|
-
/** Application */
|
|
275
|
-
Application = "Application",
|
|
276
|
-
/** ManagedIdentity */
|
|
277
|
-
ManagedIdentity = "ManagedIdentity",
|
|
278
|
-
/** Key */
|
|
279
|
-
Key = "Key"
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/** Known values of {@link EventListenerEndpointDiscriminator} that the service accepts. */
|
|
283
|
-
export declare enum KnownEventListenerEndpointDiscriminator {
|
|
284
|
-
/** EventHub */
|
|
285
|
-
EventHub = "EventHub"
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
/** Known values of {@link EventListenerFilterDiscriminator} that the service accepts. */
|
|
289
|
-
export declare enum KnownEventListenerFilterDiscriminator {
|
|
290
|
-
/** EventName */
|
|
291
|
-
EventName = "EventName"
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/** Known values of {@link KeyType} that the service accepts. */
|
|
295
|
-
export declare enum KnownKeyType {
|
|
296
|
-
/** Primary */
|
|
297
|
-
Primary = "Primary",
|
|
298
|
-
/** Secondary */
|
|
299
|
-
Secondary = "Secondary",
|
|
300
|
-
/** Salt */
|
|
301
|
-
Salt = "Salt"
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
/** Known values of {@link ManagedIdentityType} that the service accepts. */
|
|
305
|
-
export declare enum KnownManagedIdentityType {
|
|
306
|
-
/** None */
|
|
307
|
-
None = "None",
|
|
308
|
-
/** SystemAssigned */
|
|
309
|
-
SystemAssigned = "SystemAssigned",
|
|
310
|
-
/** UserAssigned */
|
|
311
|
-
UserAssigned = "UserAssigned"
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
|
|
315
|
-
export declare enum KnownPrivateLinkServiceConnectionStatus {
|
|
316
|
-
/** Pending */
|
|
317
|
-
Pending = "Pending",
|
|
318
|
-
/** Approved */
|
|
319
|
-
Approved = "Approved",
|
|
320
|
-
/** Rejected */
|
|
321
|
-
Rejected = "Rejected",
|
|
322
|
-
/** Disconnected */
|
|
323
|
-
Disconnected = "Disconnected"
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
327
|
-
export declare enum KnownProvisioningState {
|
|
328
|
-
/** Unknown */
|
|
329
|
-
Unknown = "Unknown",
|
|
330
|
-
/** Succeeded */
|
|
331
|
-
Succeeded = "Succeeded",
|
|
332
|
-
/** Failed */
|
|
333
|
-
Failed = "Failed",
|
|
334
|
-
/** Canceled */
|
|
335
|
-
Canceled = "Canceled",
|
|
336
|
-
/** Running */
|
|
337
|
-
Running = "Running",
|
|
338
|
-
/** Creating */
|
|
339
|
-
Creating = "Creating",
|
|
340
|
-
/** Updating */
|
|
341
|
-
Updating = "Updating",
|
|
342
|
-
/** Deleting */
|
|
343
|
-
Deleting = "Deleting",
|
|
344
|
-
/** Moving */
|
|
345
|
-
Moving = "Moving"
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
/** Known values of {@link ScaleType} that the service accepts. */
|
|
349
|
-
export declare enum KnownScaleType {
|
|
350
|
-
/** None */
|
|
351
|
-
None = "None",
|
|
352
|
-
/** Manual */
|
|
353
|
-
Manual = "Manual",
|
|
354
|
-
/** Automatic */
|
|
355
|
-
Automatic = "Automatic"
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
/** Known values of {@link ServiceKind} that the service accepts. */
|
|
359
|
-
export declare enum KnownServiceKind {
|
|
360
|
-
/** WebPubSub */
|
|
361
|
-
WebPubSub = "WebPubSub",
|
|
362
|
-
/** SocketIO */
|
|
363
|
-
SocketIO = "SocketIO"
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/** Known values of {@link SharedPrivateLinkResourceStatus} that the service accepts. */
|
|
367
|
-
export declare enum KnownSharedPrivateLinkResourceStatus {
|
|
368
|
-
/** Pending */
|
|
369
|
-
Pending = "Pending",
|
|
370
|
-
/** Approved */
|
|
371
|
-
Approved = "Approved",
|
|
372
|
-
/** Rejected */
|
|
373
|
-
Rejected = "Rejected",
|
|
374
|
-
/** Disconnected */
|
|
375
|
-
Disconnected = "Disconnected",
|
|
376
|
-
/** Timeout */
|
|
377
|
-
Timeout = "Timeout"
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
/** Known values of {@link UpstreamAuthType} that the service accepts. */
|
|
381
|
-
export declare enum KnownUpstreamAuthType {
|
|
382
|
-
/** None */
|
|
383
|
-
None = "None",
|
|
384
|
-
/** ManagedIdentity */
|
|
385
|
-
ManagedIdentity = "ManagedIdentity"
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/** Known values of {@link WebPubSubRequestType} that the service accepts. */
|
|
389
|
-
export declare enum KnownWebPubSubRequestType {
|
|
390
|
-
/** ClientConnection */
|
|
391
|
-
ClientConnection = "ClientConnection",
|
|
392
|
-
/** ServerConnection */
|
|
393
|
-
ServerConnection = "ServerConnection",
|
|
394
|
-
/** Restapi */
|
|
395
|
-
Restapi = "RESTAPI",
|
|
396
|
-
/** Trace */
|
|
397
|
-
Trace = "Trace"
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
/** Known values of {@link WebPubSubSkuTier} that the service accepts. */
|
|
401
|
-
export declare enum KnownWebPubSubSkuTier {
|
|
402
|
-
/** Free */
|
|
403
|
-
Free = "Free",
|
|
404
|
-
/** Basic */
|
|
405
|
-
Basic = "Basic",
|
|
406
|
-
/** Standard */
|
|
407
|
-
Standard = "Standard",
|
|
408
|
-
/** Premium */
|
|
409
|
-
Premium = "Premium"
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/** Live trace category configuration of a Microsoft.SignalRService resource. */
|
|
413
|
-
export declare interface LiveTraceCategory {
|
|
414
|
-
/**
|
|
415
|
-
* Gets or sets the live trace category's name.
|
|
416
|
-
* Available values: ConnectivityLogs, MessagingLogs.
|
|
417
|
-
* Case insensitive.
|
|
418
|
-
*/
|
|
419
|
-
name?: string;
|
|
420
|
-
/**
|
|
421
|
-
* Indicates whether or the live trace category is enabled.
|
|
422
|
-
* Available values: true, false.
|
|
423
|
-
* Case insensitive.
|
|
424
|
-
*/
|
|
425
|
-
enabled?: string;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/** Live trace configuration of a Microsoft.SignalRService resource. */
|
|
429
|
-
export declare interface LiveTraceConfiguration {
|
|
430
|
-
/**
|
|
431
|
-
* Indicates whether or not enable live trace.
|
|
432
|
-
* When it's set to true, live trace client can connect to the service.
|
|
433
|
-
* 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".
|
|
434
|
-
* Available values: true, false.
|
|
435
|
-
* Case insensitive.
|
|
436
|
-
*/
|
|
437
|
-
enabled?: string;
|
|
438
|
-
/** Gets or sets the list of category configurations. */
|
|
439
|
-
categories?: LiveTraceCategory[];
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
/** Specifications of the Logs for Azure Monitoring. */
|
|
443
|
-
export declare interface LogSpecification {
|
|
444
|
-
/** Name of the log. */
|
|
445
|
-
name?: string;
|
|
446
|
-
/** Localized friendly display name of the log. */
|
|
447
|
-
displayName?: string;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
/** A class represent managed identities used for request and response */
|
|
451
|
-
export declare interface ManagedIdentity {
|
|
452
|
-
/** Represents the identity type: systemAssigned, userAssigned, None */
|
|
453
|
-
type?: ManagedIdentityType;
|
|
454
|
-
/** Get or set the user assigned identities */
|
|
455
|
-
userAssignedIdentities?: {
|
|
456
|
-
[propertyName: string]: UserAssignedIdentityProperty;
|
|
457
|
-
};
|
|
458
|
-
/**
|
|
459
|
-
* Get the principal id for the system assigned identity.
|
|
460
|
-
* Only be used in response.
|
|
461
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
-
*/
|
|
463
|
-
readonly principalId?: string;
|
|
464
|
-
/**
|
|
465
|
-
* Get the tenant id for the system assigned identity.
|
|
466
|
-
* Only be used in response
|
|
467
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
468
|
-
*/
|
|
469
|
-
readonly tenantId?: string;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
/** Managed identity settings for upstream. */
|
|
473
|
-
export declare interface ManagedIdentitySettings {
|
|
474
|
-
/**
|
|
475
|
-
* The Resource indicating the App ID URI of the target resource.
|
|
476
|
-
* It also appears in the aud (audience) claim of the issued token.
|
|
477
|
-
*/
|
|
478
|
-
resource?: string;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* Defines values for ManagedIdentityType. \
|
|
483
|
-
* {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
|
|
484
|
-
* this enum contains the known values that the service supports.
|
|
485
|
-
* ### Known values supported by the service
|
|
486
|
-
* **None** \
|
|
487
|
-
* **SystemAssigned** \
|
|
488
|
-
* **UserAssigned**
|
|
489
|
-
*/
|
|
490
|
-
export declare type ManagedIdentityType = string;
|
|
491
|
-
|
|
492
|
-
/** Specifications of the Metrics for Azure Monitoring. */
|
|
493
|
-
export declare interface MetricSpecification {
|
|
494
|
-
/** Name of the metric. */
|
|
495
|
-
name?: string;
|
|
496
|
-
/** Localized friendly display name of the metric. */
|
|
497
|
-
displayName?: string;
|
|
498
|
-
/** Localized friendly description of the metric. */
|
|
499
|
-
displayDescription?: string;
|
|
500
|
-
/** The unit that makes sense for the metric. */
|
|
501
|
-
unit?: string;
|
|
502
|
-
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
503
|
-
aggregationType?: string;
|
|
504
|
-
/**
|
|
505
|
-
* Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.
|
|
506
|
-
* Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear
|
|
507
|
-
* often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.
|
|
508
|
-
*/
|
|
509
|
-
fillGapWithZero?: string;
|
|
510
|
-
/** The name of the metric category that the metric belongs to. A metric can only belong to a single category. */
|
|
511
|
-
category?: string;
|
|
512
|
-
/** The dimensions of the metrics. */
|
|
513
|
-
dimensions?: Dimension[];
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
/** Result of the request to check name availability. It contains a flag and possible reason of failure. */
|
|
517
|
-
export declare interface NameAvailability {
|
|
518
|
-
/** Indicates whether the name is available or not. */
|
|
519
|
-
nameAvailable?: boolean;
|
|
520
|
-
/** The reason of the availability. Required if name is not available. */
|
|
521
|
-
reason?: string;
|
|
522
|
-
/** The message of the operation. */
|
|
523
|
-
message?: string;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
/** Data POST-ed to the nameAvailability action */
|
|
527
|
-
export declare interface NameAvailabilityParameters {
|
|
528
|
-
/** The resource type. Can be "Microsoft.SignalRService/SignalR", "Microsoft.SignalRService/WebPubSub", "Microsoft.SignalRService/SignalR/replicas" or "Microsoft.SignalRService/WebPubSub/replicas" */
|
|
529
|
-
type: string;
|
|
530
|
-
/** The resource name to validate. e.g."my-resource-name" */
|
|
531
|
-
name: string;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
/** Network ACL */
|
|
535
|
-
export declare interface NetworkACL {
|
|
536
|
-
/** Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
|
|
537
|
-
allow?: WebPubSubRequestType[];
|
|
538
|
-
/** Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */
|
|
539
|
-
deny?: WebPubSubRequestType[];
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
/** REST API operation supported by resource provider. */
|
|
543
|
-
export declare interface Operation {
|
|
544
|
-
/** Name of the operation with format: {provider}/{resource}/{operation} */
|
|
545
|
-
name?: string;
|
|
546
|
-
/** If the operation is a data action. (for data plane rbac) */
|
|
547
|
-
isDataAction?: boolean;
|
|
548
|
-
/** The object that describes a operation. */
|
|
549
|
-
display?: OperationDisplay;
|
|
550
|
-
/** Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. */
|
|
551
|
-
origin?: string;
|
|
552
|
-
/** Extra Operation properties. */
|
|
553
|
-
properties?: OperationProperties;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
/** The object that describes a operation. */
|
|
557
|
-
export declare interface OperationDisplay {
|
|
558
|
-
/** Friendly name of the resource provider */
|
|
559
|
-
provider?: string;
|
|
560
|
-
/** Resource type on which the operation is performed. */
|
|
561
|
-
resource?: string;
|
|
562
|
-
/** The localized friendly name for the operation. */
|
|
563
|
-
operation?: string;
|
|
564
|
-
/** The localized friendly description for the operation */
|
|
565
|
-
description?: string;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
/** Result of the request to list REST API operations. It contains a list of operations. */
|
|
569
|
-
export declare interface OperationList {
|
|
570
|
-
/** List of operations supported by the resource provider. */
|
|
571
|
-
value?: Operation[];
|
|
572
|
-
/**
|
|
573
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
574
|
-
* It's null for now, added for future use.
|
|
575
|
-
*/
|
|
576
|
-
nextLink?: string;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
/** Extra Operation properties. */
|
|
580
|
-
export declare interface OperationProperties {
|
|
581
|
-
/** An object that describes a specification. */
|
|
582
|
-
serviceSpecification?: ServiceSpecification;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
/** Interface representing a Operations. */
|
|
586
|
-
export declare interface Operations {
|
|
587
|
-
/**
|
|
588
|
-
* Lists all of the available REST API operations of the Microsoft.SignalRService provider.
|
|
589
|
-
* @param options The options parameters.
|
|
590
|
-
*/
|
|
591
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
/** Optional parameters. */
|
|
595
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
/** Contains response data for the listNext operation. */
|
|
599
|
-
export declare type OperationsListNextResponse = OperationList;
|
|
600
|
-
|
|
601
|
-
/** Optional parameters. */
|
|
602
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
/** Contains response data for the list operation. */
|
|
606
|
-
export declare type OperationsListResponse = OperationList;
|
|
607
|
-
|
|
608
|
-
/** Private endpoint */
|
|
609
|
-
export declare interface PrivateEndpoint {
|
|
610
|
-
/** Full qualified Id of the private endpoint */
|
|
611
|
-
id?: string;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
/** ACL for a private endpoint */
|
|
615
|
-
export declare interface PrivateEndpointACL extends NetworkACL {
|
|
616
|
-
/** Name of the private endpoint connection */
|
|
617
|
-
name: string;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
/** A private endpoint connection to an azure resource */
|
|
621
|
-
export declare interface PrivateEndpointConnection extends ProxyResource {
|
|
622
|
-
/**
|
|
623
|
-
* Provisioning state of the resource.
|
|
624
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
625
|
-
*/
|
|
626
|
-
readonly provisioningState?: ProvisioningState;
|
|
627
|
-
/** Private endpoint */
|
|
628
|
-
privateEndpoint?: PrivateEndpoint;
|
|
629
|
-
/**
|
|
630
|
-
* Group IDs
|
|
631
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
632
|
-
*/
|
|
633
|
-
readonly groupIds?: string[];
|
|
634
|
-
/** Connection state of the private endpoint connection */
|
|
635
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/** A list of private endpoint connections */
|
|
639
|
-
export declare interface PrivateEndpointConnectionList {
|
|
640
|
-
/** The list of the private endpoint connections */
|
|
641
|
-
value?: PrivateEndpointConnection[];
|
|
642
|
-
/** 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. */
|
|
643
|
-
nextLink?: string;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
/** Private link resource */
|
|
647
|
-
export declare interface PrivateLinkResource extends ProxyResource {
|
|
648
|
-
/** Group Id of the private link resource */
|
|
649
|
-
groupId?: string;
|
|
650
|
-
/** Required members of the private link resource */
|
|
651
|
-
requiredMembers?: string[];
|
|
652
|
-
/** Required private DNS zone names */
|
|
653
|
-
requiredZoneNames?: string[];
|
|
654
|
-
/** The list of resources that are onboarded to private link service */
|
|
655
|
-
shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
/** Contains a list of PrivateLinkResource and a possible link to query more results */
|
|
659
|
-
export declare interface PrivateLinkResourceList {
|
|
660
|
-
/** List of PrivateLinkResource */
|
|
661
|
-
value?: PrivateLinkResource[];
|
|
662
|
-
/**
|
|
663
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
664
|
-
* It's null for now, added for future use.
|
|
665
|
-
*/
|
|
666
|
-
nextLink?: string;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
/** Connection state of the private endpoint connection */
|
|
670
|
-
export declare interface PrivateLinkServiceConnectionState {
|
|
671
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
672
|
-
status?: PrivateLinkServiceConnectionStatus;
|
|
673
|
-
/** The reason for approval/rejection of the connection. */
|
|
674
|
-
description?: string;
|
|
675
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
676
|
-
actionsRequired?: string;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
/**
|
|
680
|
-
* Defines values for PrivateLinkServiceConnectionStatus. \
|
|
681
|
-
* {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
|
|
682
|
-
* this enum contains the known values that the service supports.
|
|
683
|
-
* ### Known values supported by the service
|
|
684
|
-
* **Pending** \
|
|
685
|
-
* **Approved** \
|
|
686
|
-
* **Rejected** \
|
|
687
|
-
* **Disconnected**
|
|
688
|
-
*/
|
|
689
|
-
export declare type PrivateLinkServiceConnectionStatus = string;
|
|
690
|
-
|
|
691
|
-
/**
|
|
692
|
-
* Defines values for ProvisioningState. \
|
|
693
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
694
|
-
* this enum contains the known values that the service supports.
|
|
695
|
-
* ### Known values supported by the service
|
|
696
|
-
* **Unknown** \
|
|
697
|
-
* **Succeeded** \
|
|
698
|
-
* **Failed** \
|
|
699
|
-
* **Canceled** \
|
|
700
|
-
* **Running** \
|
|
701
|
-
* **Creating** \
|
|
702
|
-
* **Updating** \
|
|
703
|
-
* **Deleting** \
|
|
704
|
-
* **Moving**
|
|
705
|
-
*/
|
|
706
|
-
export declare type ProvisioningState = string;
|
|
707
|
-
|
|
708
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
709
|
-
export declare interface ProxyResource extends Resource {
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
/** Parameters describes the request to regenerate access keys */
|
|
713
|
-
export declare interface RegenerateKeyParameters {
|
|
714
|
-
/** The type of access key. */
|
|
715
|
-
keyType?: KeyType_2;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
/** A class represent a replica resource. */
|
|
719
|
-
export declare interface Replica extends TrackedResource {
|
|
720
|
-
/** The billing information of the resource. */
|
|
721
|
-
sku?: ResourceSku;
|
|
722
|
-
/**
|
|
723
|
-
* Provisioning state of the resource.
|
|
724
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
725
|
-
*/
|
|
726
|
-
readonly provisioningState?: ProvisioningState;
|
|
727
|
-
/**
|
|
728
|
-
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
729
|
-
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
730
|
-
*/
|
|
731
|
-
regionEndpointEnabled?: string;
|
|
732
|
-
/**
|
|
733
|
-
* Stop or start the resource. Default to "false".
|
|
734
|
-
* When it's true, the data plane of the resource is shutdown.
|
|
735
|
-
* When it's false, the data plane of the resource is started.
|
|
736
|
-
*/
|
|
737
|
-
resourceStopped?: string;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
export declare interface ReplicaList {
|
|
741
|
-
/** List of the replica */
|
|
742
|
-
value?: Replica[];
|
|
743
|
-
/**
|
|
744
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
745
|
-
* It's null for now, added for future use.
|
|
746
|
-
*/
|
|
747
|
-
nextLink?: string;
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
751
|
-
export declare interface Resource {
|
|
752
|
-
/**
|
|
753
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
754
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
755
|
-
*/
|
|
756
|
-
readonly id?: string;
|
|
757
|
-
/**
|
|
758
|
-
* The name of the resource
|
|
759
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
760
|
-
*/
|
|
761
|
-
readonly name?: string;
|
|
762
|
-
/**
|
|
763
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
764
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
765
|
-
*/
|
|
766
|
-
readonly type?: string;
|
|
767
|
-
/**
|
|
768
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
769
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
770
|
-
*/
|
|
771
|
-
readonly systemData?: SystemData;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
/** Resource log category configuration of a Microsoft.SignalRService resource. */
|
|
775
|
-
export declare interface ResourceLogCategory {
|
|
776
|
-
/**
|
|
777
|
-
* Gets or sets the resource log category's name.
|
|
778
|
-
* Available values: ConnectivityLogs, MessagingLogs.
|
|
779
|
-
* Case insensitive.
|
|
780
|
-
*/
|
|
781
|
-
name?: string;
|
|
782
|
-
/**
|
|
783
|
-
* Indicates whether or the resource log category is enabled.
|
|
784
|
-
* Available values: true, false.
|
|
785
|
-
* Case insensitive.
|
|
786
|
-
*/
|
|
787
|
-
enabled?: string;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/** Resource log configuration of a Microsoft.SignalRService resource. */
|
|
791
|
-
export declare interface ResourceLogConfiguration {
|
|
792
|
-
/** Gets or sets the list of category configurations. */
|
|
793
|
-
categories?: ResourceLogCategory[];
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/** Reference to a resource. */
|
|
797
|
-
export declare interface ResourceReference {
|
|
798
|
-
/** Resource ID. */
|
|
799
|
-
id?: string;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
/** The billing information of the resource. */
|
|
803
|
-
export declare interface ResourceSku {
|
|
804
|
-
/**
|
|
805
|
-
* The name of the SKU. Required.
|
|
806
|
-
*
|
|
807
|
-
* Allowed values: Standard_S1, Free_F1, Premium_P1
|
|
808
|
-
*/
|
|
809
|
-
name: string;
|
|
810
|
-
/**
|
|
811
|
-
* Optional tier of this particular SKU. 'Standard' or 'Free'.
|
|
812
|
-
*
|
|
813
|
-
* `Basic` is deprecated, use `Standard` instead.
|
|
814
|
-
*/
|
|
815
|
-
tier?: WebPubSubSkuTier;
|
|
816
|
-
/**
|
|
817
|
-
* Not used. Retained for future use.
|
|
818
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
819
|
-
*/
|
|
820
|
-
readonly size?: string;
|
|
821
|
-
/**
|
|
822
|
-
* Not used. Retained for future use.
|
|
823
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
824
|
-
*/
|
|
825
|
-
readonly family?: string;
|
|
826
|
-
/**
|
|
827
|
-
* Optional, integer. The unit count of the resource. 1 by default.
|
|
828
|
-
*
|
|
829
|
-
* If present, following values are allowed:
|
|
830
|
-
* Free: 1;
|
|
831
|
-
* Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
832
|
-
* Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;
|
|
833
|
-
*/
|
|
834
|
-
capacity?: number;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
/**
|
|
838
|
-
* Defines values for ScaleType. \
|
|
839
|
-
* {@link KnownScaleType} can be used interchangeably with ScaleType,
|
|
840
|
-
* this enum contains the known values that the service supports.
|
|
841
|
-
* ### Known values supported by the service
|
|
842
|
-
* **None** \
|
|
843
|
-
* **Manual** \
|
|
844
|
-
* **Automatic**
|
|
845
|
-
*/
|
|
846
|
-
export declare type ScaleType = string;
|
|
847
|
-
|
|
848
|
-
/**
|
|
849
|
-
* Defines values for ServiceKind. \
|
|
850
|
-
* {@link KnownServiceKind} can be used interchangeably with ServiceKind,
|
|
851
|
-
* this enum contains the known values that the service supports.
|
|
852
|
-
* ### Known values supported by the service
|
|
853
|
-
* **WebPubSub** \
|
|
854
|
-
* **SocketIO**
|
|
855
|
-
*/
|
|
856
|
-
export declare type ServiceKind = string;
|
|
857
|
-
|
|
858
|
-
/** An object that describes a specification. */
|
|
859
|
-
export declare interface ServiceSpecification {
|
|
860
|
-
/** Specifications of the Metrics for Azure Monitoring. */
|
|
861
|
-
metricSpecifications?: MetricSpecification[];
|
|
862
|
-
/** Specifications of the Logs for Azure Monitoring. */
|
|
863
|
-
logSpecifications?: LogSpecification[];
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
/** Describes the properties of a resource type that has been onboarded to private link service */
|
|
867
|
-
export declare interface ShareablePrivateLinkResourceProperties {
|
|
868
|
-
/** The description of the resource type that has been onboarded to private link service */
|
|
869
|
-
description?: string;
|
|
870
|
-
/** The resource provider group id for the resource that has been onboarded to private link service */
|
|
871
|
-
groupId?: string;
|
|
872
|
-
/** The resource provider type for the resource that has been onboarded to private link service */
|
|
873
|
-
type?: string;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
/** Describes a resource type that has been onboarded to private link service */
|
|
877
|
-
export declare interface ShareablePrivateLinkResourceType {
|
|
878
|
-
/** The name of the resource type that has been onboarded to private link service */
|
|
879
|
-
name?: string;
|
|
880
|
-
/** Describes the properties of a resource type that has been onboarded to private link service */
|
|
881
|
-
properties?: ShareablePrivateLinkResourceProperties;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
/** Describes a Shared Private Link Resource */
|
|
885
|
-
export declare interface SharedPrivateLinkResource extends ProxyResource {
|
|
886
|
-
/** The group id from the provider of resource the shared private link resource is for */
|
|
887
|
-
groupId?: string;
|
|
888
|
-
/** The resource id of the resource the shared private link resource is for */
|
|
889
|
-
privateLinkResourceId?: string;
|
|
890
|
-
/**
|
|
891
|
-
* Provisioning state of the resource.
|
|
892
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
893
|
-
*/
|
|
894
|
-
readonly provisioningState?: ProvisioningState;
|
|
895
|
-
/** The request message for requesting approval of the shared private link resource */
|
|
896
|
-
requestMessage?: string;
|
|
897
|
-
/**
|
|
898
|
-
* Status of the shared private link resource
|
|
899
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
900
|
-
*/
|
|
901
|
-
readonly status?: SharedPrivateLinkResourceStatus;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
/** A list of shared private link resources */
|
|
905
|
-
export declare interface SharedPrivateLinkResourceList {
|
|
906
|
-
/** The list of the shared private link resources */
|
|
907
|
-
value?: SharedPrivateLinkResource[];
|
|
908
|
-
/** 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. */
|
|
909
|
-
nextLink?: string;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
/**
|
|
913
|
-
* Defines values for SharedPrivateLinkResourceStatus. \
|
|
914
|
-
* {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,
|
|
915
|
-
* this enum contains the known values that the service supports.
|
|
916
|
-
* ### Known values supported by the service
|
|
917
|
-
* **Pending** \
|
|
918
|
-
* **Approved** \
|
|
919
|
-
* **Rejected** \
|
|
920
|
-
* **Disconnected** \
|
|
921
|
-
* **Timeout**
|
|
922
|
-
*/
|
|
923
|
-
export declare type SharedPrivateLinkResourceStatus = string;
|
|
924
|
-
|
|
925
|
-
/** Object that describes a specific usage of the resources. */
|
|
926
|
-
export declare interface SignalRServiceUsage {
|
|
927
|
-
/** Fully qualified ARM resource id */
|
|
928
|
-
id?: string;
|
|
929
|
-
/** Current value for the usage quota. */
|
|
930
|
-
currentValue?: number;
|
|
931
|
-
/** The maximum permitted value for the usage quota. If there is no limit, this value will be -1. */
|
|
932
|
-
limit?: number;
|
|
933
|
-
/** Localizable String object containing the name and a localized value. */
|
|
934
|
-
name?: SignalRServiceUsageName;
|
|
935
|
-
/** Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. */
|
|
936
|
-
unit?: string;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
/** Object that includes an array of the resource usages and a possible link for next set. */
|
|
940
|
-
export declare interface SignalRServiceUsageList {
|
|
941
|
-
/** List of the resource usages */
|
|
942
|
-
value?: SignalRServiceUsage[];
|
|
943
|
-
/**
|
|
944
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
945
|
-
* It's null for now, added for future use.
|
|
946
|
-
*/
|
|
947
|
-
nextLink?: string;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
/** Localizable String object containing the name and a localized value. */
|
|
951
|
-
export declare interface SignalRServiceUsageName {
|
|
952
|
-
/** The identifier of the usage. */
|
|
953
|
-
value?: string;
|
|
954
|
-
/** Localized name of the usage. */
|
|
955
|
-
localizedValue?: string;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
/** Describes an available sku." */
|
|
959
|
-
export declare interface Sku {
|
|
960
|
-
/**
|
|
961
|
-
* The resource type that this object applies to
|
|
962
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
963
|
-
*/
|
|
964
|
-
readonly resourceType?: string;
|
|
965
|
-
/**
|
|
966
|
-
* The billing information of the resource.
|
|
967
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
968
|
-
*/
|
|
969
|
-
readonly sku?: ResourceSku;
|
|
970
|
-
/**
|
|
971
|
-
* Describes scaling information of a sku.
|
|
972
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
973
|
-
*/
|
|
974
|
-
readonly capacity?: SkuCapacity;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
/** Describes scaling information of a sku. */
|
|
978
|
-
export declare interface SkuCapacity {
|
|
979
|
-
/**
|
|
980
|
-
* The lowest permitted capacity for this resource
|
|
981
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
982
|
-
*/
|
|
983
|
-
readonly minimum?: number;
|
|
984
|
-
/**
|
|
985
|
-
* The highest permitted capacity for this resource
|
|
986
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
987
|
-
*/
|
|
988
|
-
readonly maximum?: number;
|
|
989
|
-
/**
|
|
990
|
-
* The default capacity.
|
|
991
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
992
|
-
*/
|
|
993
|
-
readonly default?: number;
|
|
994
|
-
/**
|
|
995
|
-
* Allows capacity value list.
|
|
996
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
997
|
-
*/
|
|
998
|
-
readonly allowedValues?: number[];
|
|
999
|
-
/**
|
|
1000
|
-
* The scale type applicable to the sku.
|
|
1001
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1002
|
-
*/
|
|
1003
|
-
readonly scaleType?: ScaleType;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
/** The list skus operation response */
|
|
1007
|
-
export declare interface SkuList {
|
|
1008
|
-
/**
|
|
1009
|
-
* The list of skus available for the resource.
|
|
1010
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1011
|
-
*/
|
|
1012
|
-
readonly value?: Sku[];
|
|
1013
|
-
/**
|
|
1014
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
1015
|
-
* It's null for now, added for future use.
|
|
1016
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1017
|
-
*/
|
|
1018
|
-
readonly nextLink?: string;
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1022
|
-
export declare interface SystemData {
|
|
1023
|
-
/** The identity that created the resource. */
|
|
1024
|
-
createdBy?: string;
|
|
1025
|
-
/** The type of identity that created the resource. */
|
|
1026
|
-
createdByType?: CreatedByType;
|
|
1027
|
-
/** The timestamp of resource creation (UTC). */
|
|
1028
|
-
createdAt?: Date;
|
|
1029
|
-
/** The identity that last modified the resource. */
|
|
1030
|
-
lastModifiedBy?: string;
|
|
1031
|
-
/** The type of identity that last modified the resource. */
|
|
1032
|
-
lastModifiedByType?: CreatedByType;
|
|
1033
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1034
|
-
lastModifiedAt?: Date;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1038
|
-
export declare interface TrackedResource extends Resource {
|
|
1039
|
-
/** Resource tags. */
|
|
1040
|
-
tags?: {
|
|
1041
|
-
[propertyName: string]: string;
|
|
1042
|
-
};
|
|
1043
|
-
/** The geo-location where the resource lives */
|
|
1044
|
-
location: string;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
/** Upstream auth settings. If not set, no auth is used for upstream messages. */
|
|
1048
|
-
export declare interface UpstreamAuthSettings {
|
|
1049
|
-
/** Upstream auth type enum. */
|
|
1050
|
-
type?: UpstreamAuthType;
|
|
1051
|
-
/** Managed identity settings for upstream. */
|
|
1052
|
-
managedIdentity?: ManagedIdentitySettings;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
/**
|
|
1056
|
-
* Defines values for UpstreamAuthType. \
|
|
1057
|
-
* {@link KnownUpstreamAuthType} can be used interchangeably with UpstreamAuthType,
|
|
1058
|
-
* this enum contains the known values that the service supports.
|
|
1059
|
-
* ### Known values supported by the service
|
|
1060
|
-
* **None** \
|
|
1061
|
-
* **ManagedIdentity**
|
|
1062
|
-
*/
|
|
1063
|
-
export declare type UpstreamAuthType = string;
|
|
1064
|
-
|
|
1065
|
-
/** Interface representing a Usages. */
|
|
1066
|
-
export declare interface Usages {
|
|
1067
|
-
/**
|
|
1068
|
-
* List resource usage quotas by location.
|
|
1069
|
-
* @param location the location like "eastus"
|
|
1070
|
-
* @param options The options parameters.
|
|
1071
|
-
*/
|
|
1072
|
-
list(location: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<SignalRServiceUsage>;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
/** Optional parameters. */
|
|
1076
|
-
export declare interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
/** Contains response data for the listNext operation. */
|
|
1080
|
-
export declare type UsagesListNextResponse = SignalRServiceUsageList;
|
|
1081
|
-
|
|
1082
|
-
/** Optional parameters. */
|
|
1083
|
-
export declare interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
/** Contains response data for the list operation. */
|
|
1087
|
-
export declare type UsagesListResponse = SignalRServiceUsageList;
|
|
1088
|
-
|
|
1089
|
-
/** Properties of user assigned identity. */
|
|
1090
|
-
export declare interface UserAssignedIdentityProperty {
|
|
1091
|
-
/**
|
|
1092
|
-
* Get the principal id for the user assigned identity
|
|
1093
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1094
|
-
*/
|
|
1095
|
-
readonly principalId?: string;
|
|
1096
|
-
/**
|
|
1097
|
-
* Get the client id for the user assigned identity
|
|
1098
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1099
|
-
*/
|
|
1100
|
-
readonly clientId?: string;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
/** Interface representing a WebPubSub. */
|
|
1104
|
-
export declare interface WebPubSub {
|
|
1105
|
-
/**
|
|
1106
|
-
* Handles requests to list all resources in a subscription.
|
|
1107
|
-
* @param options The options parameters.
|
|
1108
|
-
*/
|
|
1109
|
-
listBySubscription(options?: WebPubSubListBySubscriptionOptionalParams): PagedAsyncIterableIterator<WebPubSubResource>;
|
|
1110
|
-
/**
|
|
1111
|
-
* Handles requests to list all resources in a resource group.
|
|
1112
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1113
|
-
* @param options The options parameters.
|
|
1114
|
-
*/
|
|
1115
|
-
listByResourceGroup(resourceGroupName: string, options?: WebPubSubListByResourceGroupOptionalParams): PagedAsyncIterableIterator<WebPubSubResource>;
|
|
1116
|
-
/**
|
|
1117
|
-
* Checks that the resource name is valid and is not already in use.
|
|
1118
|
-
* @param location the region
|
|
1119
|
-
* @param parameters Parameters supplied to the operation.
|
|
1120
|
-
* @param options The options parameters.
|
|
1121
|
-
*/
|
|
1122
|
-
checkNameAvailability(location: string, parameters: NameAvailabilityParameters, options?: WebPubSubCheckNameAvailabilityOptionalParams): Promise<WebPubSubCheckNameAvailabilityResponse>;
|
|
1123
|
-
/**
|
|
1124
|
-
* Get the resource and its properties.
|
|
1125
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1126
|
-
* @param resourceName The name of the resource.
|
|
1127
|
-
* @param options The options parameters.
|
|
1128
|
-
*/
|
|
1129
|
-
get(resourceGroupName: string, resourceName: string, options?: WebPubSubGetOptionalParams): Promise<WebPubSubGetResponse>;
|
|
1130
|
-
/**
|
|
1131
|
-
* Create or update a resource.
|
|
1132
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1133
|
-
* @param resourceName The name of the resource.
|
|
1134
|
-
* @param parameters Parameters for the create or update operation
|
|
1135
|
-
* @param options The options parameters.
|
|
1136
|
-
*/
|
|
1137
|
-
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: WebPubSubResource, options?: WebPubSubCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubCreateOrUpdateResponse>, WebPubSubCreateOrUpdateResponse>>;
|
|
1138
|
-
/**
|
|
1139
|
-
* Create or update a resource.
|
|
1140
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1141
|
-
* @param resourceName The name of the resource.
|
|
1142
|
-
* @param parameters Parameters for the create or update operation
|
|
1143
|
-
* @param options The options parameters.
|
|
1144
|
-
*/
|
|
1145
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: WebPubSubResource, options?: WebPubSubCreateOrUpdateOptionalParams): Promise<WebPubSubCreateOrUpdateResponse>;
|
|
1146
|
-
/**
|
|
1147
|
-
* Operation to delete a resource.
|
|
1148
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1149
|
-
* @param resourceName The name of the resource.
|
|
1150
|
-
* @param options The options parameters.
|
|
1151
|
-
*/
|
|
1152
|
-
beginDelete(resourceGroupName: string, resourceName: string, options?: WebPubSubDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1153
|
-
/**
|
|
1154
|
-
* Operation to delete a resource.
|
|
1155
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1156
|
-
* @param resourceName The name of the resource.
|
|
1157
|
-
* @param options The options parameters.
|
|
1158
|
-
*/
|
|
1159
|
-
beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: WebPubSubDeleteOptionalParams): Promise<void>;
|
|
1160
|
-
/**
|
|
1161
|
-
* Operation to update an exiting resource.
|
|
1162
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1163
|
-
* @param resourceName The name of the resource.
|
|
1164
|
-
* @param parameters Parameters for the update operation
|
|
1165
|
-
* @param options The options parameters.
|
|
1166
|
-
*/
|
|
1167
|
-
beginUpdate(resourceGroupName: string, resourceName: string, parameters: WebPubSubResource, options?: WebPubSubUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubUpdateResponse>, WebPubSubUpdateResponse>>;
|
|
1168
|
-
/**
|
|
1169
|
-
* Operation to update an exiting resource.
|
|
1170
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1171
|
-
* @param resourceName The name of the resource.
|
|
1172
|
-
* @param parameters Parameters for the update operation
|
|
1173
|
-
* @param options The options parameters.
|
|
1174
|
-
*/
|
|
1175
|
-
beginUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: WebPubSubResource, options?: WebPubSubUpdateOptionalParams): Promise<WebPubSubUpdateResponse>;
|
|
1176
|
-
/**
|
|
1177
|
-
* Get the access keys of the resource.
|
|
1178
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1179
|
-
* @param resourceName The name of the resource.
|
|
1180
|
-
* @param options The options parameters.
|
|
1181
|
-
*/
|
|
1182
|
-
listKeys(resourceGroupName: string, resourceName: string, options?: WebPubSubListKeysOptionalParams): Promise<WebPubSubListKeysResponse>;
|
|
1183
|
-
/**
|
|
1184
|
-
* Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
|
|
1185
|
-
* same time.
|
|
1186
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1187
|
-
* @param resourceName The name of the resource.
|
|
1188
|
-
* @param parameters Parameter that describes the Regenerate Key Operation.
|
|
1189
|
-
* @param options The options parameters.
|
|
1190
|
-
*/
|
|
1191
|
-
beginRegenerateKey(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: WebPubSubRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubRegenerateKeyResponse>, WebPubSubRegenerateKeyResponse>>;
|
|
1192
|
-
/**
|
|
1193
|
-
* Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
|
|
1194
|
-
* same time.
|
|
1195
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1196
|
-
* @param resourceName The name of the resource.
|
|
1197
|
-
* @param parameters Parameter that describes the Regenerate Key Operation.
|
|
1198
|
-
* @param options The options parameters.
|
|
1199
|
-
*/
|
|
1200
|
-
beginRegenerateKeyAndWait(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: WebPubSubRegenerateKeyOptionalParams): Promise<WebPubSubRegenerateKeyResponse>;
|
|
1201
|
-
/**
|
|
1202
|
-
* List all available skus of the replica resource.
|
|
1203
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1204
|
-
* @param resourceName The name of the resource.
|
|
1205
|
-
* @param replicaName The name of the replica.
|
|
1206
|
-
* @param options The options parameters.
|
|
1207
|
-
*/
|
|
1208
|
-
listReplicaSkus(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubListReplicaSkusOptionalParams): Promise<WebPubSubListReplicaSkusResponse>;
|
|
1209
|
-
/**
|
|
1210
|
-
* Operation to restart a resource.
|
|
1211
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1212
|
-
* @param resourceName The name of the resource.
|
|
1213
|
-
* @param options The options parameters.
|
|
1214
|
-
*/
|
|
1215
|
-
beginRestart(resourceGroupName: string, resourceName: string, options?: WebPubSubRestartOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubRestartResponse>, WebPubSubRestartResponse>>;
|
|
1216
|
-
/**
|
|
1217
|
-
* Operation to restart a resource.
|
|
1218
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1219
|
-
* @param resourceName The name of the resource.
|
|
1220
|
-
* @param options The options parameters.
|
|
1221
|
-
*/
|
|
1222
|
-
beginRestartAndWait(resourceGroupName: string, resourceName: string, options?: WebPubSubRestartOptionalParams): Promise<WebPubSubRestartResponse>;
|
|
1223
|
-
/**
|
|
1224
|
-
* List all available skus of the resource.
|
|
1225
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1226
|
-
* @param resourceName The name of the resource.
|
|
1227
|
-
* @param options The options parameters.
|
|
1228
|
-
*/
|
|
1229
|
-
listSkus(resourceGroupName: string, resourceName: string, options?: WebPubSubListSkusOptionalParams): Promise<WebPubSubListSkusResponse>;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
/** Optional parameters. */
|
|
1233
|
-
export declare interface WebPubSubCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
1237
|
-
export declare type WebPubSubCheckNameAvailabilityResponse = NameAvailability;
|
|
1238
|
-
|
|
1239
|
-
/** Optional parameters. */
|
|
1240
|
-
export declare interface WebPubSubCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1241
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1242
|
-
updateIntervalInMs?: number;
|
|
1243
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1244
|
-
resumeFrom?: string;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1248
|
-
export declare type WebPubSubCreateOrUpdateResponse = WebPubSubResource;
|
|
1249
|
-
|
|
1250
|
-
/** Interface representing a WebPubSubCustomCertificates. */
|
|
1251
|
-
export declare interface WebPubSubCustomCertificates {
|
|
1252
|
-
/**
|
|
1253
|
-
* List all custom certificates.
|
|
1254
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1255
|
-
* @param resourceName The name of the resource.
|
|
1256
|
-
* @param options The options parameters.
|
|
1257
|
-
*/
|
|
1258
|
-
list(resourceGroupName: string, resourceName: string, options?: WebPubSubCustomCertificatesListOptionalParams): PagedAsyncIterableIterator<CustomCertificate>;
|
|
1259
|
-
/**
|
|
1260
|
-
* Get a custom certificate.
|
|
1261
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1262
|
-
* @param resourceName The name of the resource.
|
|
1263
|
-
* @param certificateName Custom certificate name
|
|
1264
|
-
* @param options The options parameters.
|
|
1265
|
-
*/
|
|
1266
|
-
get(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesGetOptionalParams): Promise<WebPubSubCustomCertificatesGetResponse>;
|
|
1267
|
-
/**
|
|
1268
|
-
* Create or update a custom certificate.
|
|
1269
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1270
|
-
* @param resourceName The name of the resource.
|
|
1271
|
-
* @param certificateName Custom certificate name
|
|
1272
|
-
* @param parameters A custom certificate.
|
|
1273
|
-
* @param options The options parameters.
|
|
1274
|
-
*/
|
|
1275
|
-
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubCustomCertificatesCreateOrUpdateResponse>, WebPubSubCustomCertificatesCreateOrUpdateResponse>>;
|
|
1276
|
-
/**
|
|
1277
|
-
* Create or update a custom certificate.
|
|
1278
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1279
|
-
* @param resourceName The name of the resource.
|
|
1280
|
-
* @param certificateName Custom certificate name
|
|
1281
|
-
* @param parameters A custom certificate.
|
|
1282
|
-
* @param options The options parameters.
|
|
1283
|
-
*/
|
|
1284
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<WebPubSubCustomCertificatesCreateOrUpdateResponse>;
|
|
1285
|
-
/**
|
|
1286
|
-
* Delete a custom certificate.
|
|
1287
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1288
|
-
* @param resourceName The name of the resource.
|
|
1289
|
-
* @param certificateName Custom certificate name
|
|
1290
|
-
* @param options The options parameters.
|
|
1291
|
-
*/
|
|
1292
|
-
delete(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesDeleteOptionalParams): Promise<void>;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
/** Optional parameters. */
|
|
1296
|
-
export declare interface WebPubSubCustomCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1297
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1298
|
-
updateIntervalInMs?: number;
|
|
1299
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1300
|
-
resumeFrom?: string;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1304
|
-
export declare type WebPubSubCustomCertificatesCreateOrUpdateResponse = CustomCertificate;
|
|
1305
|
-
|
|
1306
|
-
/** Optional parameters. */
|
|
1307
|
-
export declare interface WebPubSubCustomCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
/** Optional parameters. */
|
|
1311
|
-
export declare interface WebPubSubCustomCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
|
-
/** Contains response data for the get operation. */
|
|
1315
|
-
export declare type WebPubSubCustomCertificatesGetResponse = CustomCertificate;
|
|
1316
|
-
|
|
1317
|
-
/** Optional parameters. */
|
|
1318
|
-
export declare interface WebPubSubCustomCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
/** Contains response data for the listNext operation. */
|
|
1322
|
-
export declare type WebPubSubCustomCertificatesListNextResponse = CustomCertificateList;
|
|
1323
|
-
|
|
1324
|
-
/** Optional parameters. */
|
|
1325
|
-
export declare interface WebPubSubCustomCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
/** Contains response data for the list operation. */
|
|
1329
|
-
export declare type WebPubSubCustomCertificatesListResponse = CustomCertificateList;
|
|
1330
|
-
|
|
1331
|
-
/** Interface representing a WebPubSubCustomDomains. */
|
|
1332
|
-
export declare interface WebPubSubCustomDomains {
|
|
1333
|
-
/**
|
|
1334
|
-
* List all custom domains.
|
|
1335
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1336
|
-
* @param resourceName The name of the resource.
|
|
1337
|
-
* @param options The options parameters.
|
|
1338
|
-
*/
|
|
1339
|
-
list(resourceGroupName: string, resourceName: string, options?: WebPubSubCustomDomainsListOptionalParams): PagedAsyncIterableIterator<CustomDomain>;
|
|
1340
|
-
/**
|
|
1341
|
-
* Get a custom domain.
|
|
1342
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1343
|
-
* @param resourceName The name of the resource.
|
|
1344
|
-
* @param name Custom domain name.
|
|
1345
|
-
* @param options The options parameters.
|
|
1346
|
-
*/
|
|
1347
|
-
get(resourceGroupName: string, resourceName: string, name: string, options?: WebPubSubCustomDomainsGetOptionalParams): Promise<WebPubSubCustomDomainsGetResponse>;
|
|
1348
|
-
/**
|
|
1349
|
-
* Create or update a custom domain.
|
|
1350
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1351
|
-
* @param resourceName The name of the resource.
|
|
1352
|
-
* @param name Custom domain name.
|
|
1353
|
-
* @param parameters A custom domain
|
|
1354
|
-
* @param options The options parameters.
|
|
1355
|
-
*/
|
|
1356
|
-
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: WebPubSubCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubCustomDomainsCreateOrUpdateResponse>, WebPubSubCustomDomainsCreateOrUpdateResponse>>;
|
|
1357
|
-
/**
|
|
1358
|
-
* Create or update a custom domain.
|
|
1359
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1360
|
-
* @param resourceName The name of the resource.
|
|
1361
|
-
* @param name Custom domain name.
|
|
1362
|
-
* @param parameters A custom domain
|
|
1363
|
-
* @param options The options parameters.
|
|
1364
|
-
*/
|
|
1365
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: WebPubSubCustomDomainsCreateOrUpdateOptionalParams): Promise<WebPubSubCustomDomainsCreateOrUpdateResponse>;
|
|
1366
|
-
/**
|
|
1367
|
-
* Delete a custom domain.
|
|
1368
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1369
|
-
* @param resourceName The name of the resource.
|
|
1370
|
-
* @param name Custom domain name.
|
|
1371
|
-
* @param options The options parameters.
|
|
1372
|
-
*/
|
|
1373
|
-
beginDelete(resourceGroupName: string, resourceName: string, name: string, options?: WebPubSubCustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1374
|
-
/**
|
|
1375
|
-
* Delete a custom domain.
|
|
1376
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1377
|
-
* @param resourceName The name of the resource.
|
|
1378
|
-
* @param name Custom domain name.
|
|
1379
|
-
* @param options The options parameters.
|
|
1380
|
-
*/
|
|
1381
|
-
beginDeleteAndWait(resourceGroupName: string, resourceName: string, name: string, options?: WebPubSubCustomDomainsDeleteOptionalParams): Promise<void>;
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
/** Optional parameters. */
|
|
1385
|
-
export declare interface WebPubSubCustomDomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1386
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1387
|
-
updateIntervalInMs?: number;
|
|
1388
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1389
|
-
resumeFrom?: string;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1393
|
-
export declare type WebPubSubCustomDomainsCreateOrUpdateResponse = CustomDomain;
|
|
1394
|
-
|
|
1395
|
-
/** Optional parameters. */
|
|
1396
|
-
export declare interface WebPubSubCustomDomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1397
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1398
|
-
updateIntervalInMs?: number;
|
|
1399
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1400
|
-
resumeFrom?: string;
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
/** Optional parameters. */
|
|
1404
|
-
export declare interface WebPubSubCustomDomainsGetOptionalParams extends coreClient.OperationOptions {
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
/** Contains response data for the get operation. */
|
|
1408
|
-
export declare type WebPubSubCustomDomainsGetResponse = CustomDomain;
|
|
1409
|
-
|
|
1410
|
-
/** Optional parameters. */
|
|
1411
|
-
export declare interface WebPubSubCustomDomainsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
/** Contains response data for the listNext operation. */
|
|
1415
|
-
export declare type WebPubSubCustomDomainsListNextResponse = CustomDomainList;
|
|
1416
|
-
|
|
1417
|
-
/** Optional parameters. */
|
|
1418
|
-
export declare interface WebPubSubCustomDomainsListOptionalParams extends coreClient.OperationOptions {
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
/** Contains response data for the list operation. */
|
|
1422
|
-
export declare type WebPubSubCustomDomainsListResponse = CustomDomainList;
|
|
1423
|
-
|
|
1424
|
-
/** Optional parameters. */
|
|
1425
|
-
export declare interface WebPubSubDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1426
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1427
|
-
updateIntervalInMs?: number;
|
|
1428
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1429
|
-
resumeFrom?: string;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
/** Optional parameters. */
|
|
1433
|
-
export declare interface WebPubSubGetOptionalParams extends coreClient.OperationOptions {
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
/** Contains response data for the get operation. */
|
|
1437
|
-
export declare type WebPubSubGetResponse = WebPubSubResource;
|
|
1438
|
-
|
|
1439
|
-
/** A hub setting */
|
|
1440
|
-
export declare interface WebPubSubHub extends ProxyResource {
|
|
1441
|
-
/** Properties of a hub. */
|
|
1442
|
-
properties: WebPubSubHubProperties;
|
|
1443
|
-
}
|
|
1444
|
-
|
|
1445
|
-
/** Hub setting list */
|
|
1446
|
-
export declare interface WebPubSubHubList {
|
|
1447
|
-
/** List of hub settings to this resource. */
|
|
1448
|
-
value?: WebPubSubHub[];
|
|
1449
|
-
/**
|
|
1450
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
1451
|
-
* It's null for now, added for future use.
|
|
1452
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1453
|
-
*/
|
|
1454
|
-
readonly nextLink?: string;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
/** Properties of a hub. */
|
|
1458
|
-
export declare interface WebPubSubHubProperties {
|
|
1459
|
-
/** Event handler of a hub. */
|
|
1460
|
-
eventHandlers?: EventHandler[];
|
|
1461
|
-
/**
|
|
1462
|
-
* Event listener settings for forwarding your client events to listeners.
|
|
1463
|
-
* Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients.
|
|
1464
|
-
* 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.
|
|
1465
|
-
* Maximum count of event listeners among all hubs is 10.
|
|
1466
|
-
*/
|
|
1467
|
-
eventListeners?: EventListener_2[];
|
|
1468
|
-
/** The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny". */
|
|
1469
|
-
anonymousConnectPolicy?: string;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
/** Interface representing a WebPubSubHubs. */
|
|
1473
|
-
export declare interface WebPubSubHubs {
|
|
1474
|
-
/**
|
|
1475
|
-
* List hub settings.
|
|
1476
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1477
|
-
* @param resourceName The name of the resource.
|
|
1478
|
-
* @param options The options parameters.
|
|
1479
|
-
*/
|
|
1480
|
-
list(resourceGroupName: string, resourceName: string, options?: WebPubSubHubsListOptionalParams): PagedAsyncIterableIterator<WebPubSubHub>;
|
|
1481
|
-
/**
|
|
1482
|
-
* Get a hub setting.
|
|
1483
|
-
* @param hubName The hub name.
|
|
1484
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1485
|
-
* @param resourceName The name of the resource.
|
|
1486
|
-
* @param options The options parameters.
|
|
1487
|
-
*/
|
|
1488
|
-
get(hubName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubHubsGetOptionalParams): Promise<WebPubSubHubsGetResponse>;
|
|
1489
|
-
/**
|
|
1490
|
-
* Create or update a hub setting.
|
|
1491
|
-
* @param hubName The hub name.
|
|
1492
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1493
|
-
* @param resourceName The name of the resource.
|
|
1494
|
-
* @param parameters The resource of WebPubSubHub and its properties
|
|
1495
|
-
* @param options The options parameters.
|
|
1496
|
-
*/
|
|
1497
|
-
beginCreateOrUpdate(hubName: string, resourceGroupName: string, resourceName: string, parameters: WebPubSubHub, options?: WebPubSubHubsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubHubsCreateOrUpdateResponse>, WebPubSubHubsCreateOrUpdateResponse>>;
|
|
1498
|
-
/**
|
|
1499
|
-
* Create or update a hub setting.
|
|
1500
|
-
* @param hubName The hub name.
|
|
1501
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1502
|
-
* @param resourceName The name of the resource.
|
|
1503
|
-
* @param parameters The resource of WebPubSubHub and its properties
|
|
1504
|
-
* @param options The options parameters.
|
|
1505
|
-
*/
|
|
1506
|
-
beginCreateOrUpdateAndWait(hubName: string, resourceGroupName: string, resourceName: string, parameters: WebPubSubHub, options?: WebPubSubHubsCreateOrUpdateOptionalParams): Promise<WebPubSubHubsCreateOrUpdateResponse>;
|
|
1507
|
-
/**
|
|
1508
|
-
* Delete a hub setting.
|
|
1509
|
-
* @param hubName The hub name.
|
|
1510
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1511
|
-
* @param resourceName The name of the resource.
|
|
1512
|
-
* @param options The options parameters.
|
|
1513
|
-
*/
|
|
1514
|
-
beginDelete(hubName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubHubsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1515
|
-
/**
|
|
1516
|
-
* Delete a hub setting.
|
|
1517
|
-
* @param hubName The hub name.
|
|
1518
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1519
|
-
* @param resourceName The name of the resource.
|
|
1520
|
-
* @param options The options parameters.
|
|
1521
|
-
*/
|
|
1522
|
-
beginDeleteAndWait(hubName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubHubsDeleteOptionalParams): Promise<void>;
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
/** Optional parameters. */
|
|
1526
|
-
export declare interface WebPubSubHubsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1527
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1528
|
-
updateIntervalInMs?: number;
|
|
1529
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1530
|
-
resumeFrom?: string;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1534
|
-
export declare type WebPubSubHubsCreateOrUpdateResponse = WebPubSubHub;
|
|
1535
|
-
|
|
1536
|
-
/** Optional parameters. */
|
|
1537
|
-
export declare interface WebPubSubHubsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1538
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1539
|
-
updateIntervalInMs?: number;
|
|
1540
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1541
|
-
resumeFrom?: string;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
/** Optional parameters. */
|
|
1545
|
-
export declare interface WebPubSubHubsGetOptionalParams extends coreClient.OperationOptions {
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
/** Contains response data for the get operation. */
|
|
1549
|
-
export declare type WebPubSubHubsGetResponse = WebPubSubHub;
|
|
1550
|
-
|
|
1551
|
-
/** Optional parameters. */
|
|
1552
|
-
export declare interface WebPubSubHubsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
/** Contains response data for the listNext operation. */
|
|
1556
|
-
export declare type WebPubSubHubsListNextResponse = WebPubSubHubList;
|
|
1557
|
-
|
|
1558
|
-
/** Optional parameters. */
|
|
1559
|
-
export declare interface WebPubSubHubsListOptionalParams extends coreClient.OperationOptions {
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
/** Contains response data for the list operation. */
|
|
1563
|
-
export declare type WebPubSubHubsListResponse = WebPubSubHubList;
|
|
1564
|
-
|
|
1565
|
-
/** A class represents the access keys of the resource. */
|
|
1566
|
-
export declare interface WebPubSubKeys {
|
|
1567
|
-
/** The primary access key. */
|
|
1568
|
-
primaryKey?: string;
|
|
1569
|
-
/** The secondary access key. */
|
|
1570
|
-
secondaryKey?: string;
|
|
1571
|
-
/** Connection string constructed via the primaryKey */
|
|
1572
|
-
primaryConnectionString?: string;
|
|
1573
|
-
/** Connection string constructed via the secondaryKey */
|
|
1574
|
-
secondaryConnectionString?: string;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
/** Optional parameters. */
|
|
1578
|
-
export declare interface WebPubSubListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1582
|
-
export declare type WebPubSubListByResourceGroupNextResponse = WebPubSubResourceList;
|
|
1583
|
-
|
|
1584
|
-
/** Optional parameters. */
|
|
1585
|
-
export declare interface WebPubSubListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1589
|
-
export declare type WebPubSubListByResourceGroupResponse = WebPubSubResourceList;
|
|
1590
|
-
|
|
1591
|
-
/** Optional parameters. */
|
|
1592
|
-
export declare interface WebPubSubListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1596
|
-
export declare type WebPubSubListBySubscriptionNextResponse = WebPubSubResourceList;
|
|
1597
|
-
|
|
1598
|
-
/** Optional parameters. */
|
|
1599
|
-
export declare interface WebPubSubListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1603
|
-
export declare type WebPubSubListBySubscriptionResponse = WebPubSubResourceList;
|
|
1604
|
-
|
|
1605
|
-
/** Optional parameters. */
|
|
1606
|
-
export declare interface WebPubSubListKeysOptionalParams extends coreClient.OperationOptions {
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
/** Contains response data for the listKeys operation. */
|
|
1610
|
-
export declare type WebPubSubListKeysResponse = WebPubSubKeys;
|
|
1611
|
-
|
|
1612
|
-
/** Optional parameters. */
|
|
1613
|
-
export declare interface WebPubSubListReplicaSkusOptionalParams extends coreClient.OperationOptions {
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1616
|
-
/** Contains response data for the listReplicaSkus operation. */
|
|
1617
|
-
export declare type WebPubSubListReplicaSkusResponse = SkuList;
|
|
1618
|
-
|
|
1619
|
-
/** Optional parameters. */
|
|
1620
|
-
export declare interface WebPubSubListSkusOptionalParams extends coreClient.OperationOptions {
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
/** Contains response data for the listSkus operation. */
|
|
1624
|
-
export declare type WebPubSubListSkusResponse = SkuList;
|
|
1625
|
-
|
|
1626
|
-
export declare class WebPubSubManagementClient extends coreClient.ServiceClient {
|
|
1627
|
-
$host: string;
|
|
1628
|
-
apiVersion: string;
|
|
1629
|
-
subscriptionId: string;
|
|
1630
|
-
/**
|
|
1631
|
-
* Initializes a new instance of the WebPubSubManagementClient class.
|
|
1632
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1633
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
1634
|
-
* @param options The parameter options
|
|
1635
|
-
*/
|
|
1636
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: WebPubSubManagementClientOptionalParams);
|
|
1637
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
1638
|
-
private addCustomApiVersionPolicy;
|
|
1639
|
-
operations: Operations;
|
|
1640
|
-
webPubSub: WebPubSub;
|
|
1641
|
-
usages: Usages;
|
|
1642
|
-
webPubSubCustomCertificates: WebPubSubCustomCertificates;
|
|
1643
|
-
webPubSubCustomDomains: WebPubSubCustomDomains;
|
|
1644
|
-
webPubSubHubs: WebPubSubHubs;
|
|
1645
|
-
webPubSubPrivateEndpointConnections: WebPubSubPrivateEndpointConnections;
|
|
1646
|
-
webPubSubPrivateLinkResources: WebPubSubPrivateLinkResources;
|
|
1647
|
-
webPubSubReplicas: WebPubSubReplicas;
|
|
1648
|
-
webPubSubSharedPrivateLinkResources: WebPubSubSharedPrivateLinkResources;
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
/** Optional parameters. */
|
|
1652
|
-
export declare interface WebPubSubManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1653
|
-
/** server parameter */
|
|
1654
|
-
$host?: string;
|
|
1655
|
-
/** Api Version */
|
|
1656
|
-
apiVersion?: string;
|
|
1657
|
-
/** Overrides client endpoint. */
|
|
1658
|
-
endpoint?: string;
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
/** Network ACLs for the resource */
|
|
1662
|
-
export declare interface WebPubSubNetworkACLs {
|
|
1663
|
-
/** Azure Networking ACL Action. */
|
|
1664
|
-
defaultAction?: ACLAction;
|
|
1665
|
-
/** Network ACL */
|
|
1666
|
-
publicNetwork?: NetworkACL;
|
|
1667
|
-
/** ACLs for requests from private endpoints */
|
|
1668
|
-
privateEndpoints?: PrivateEndpointACL[];
|
|
1669
|
-
/** IP rules for filtering public traffic */
|
|
1670
|
-
ipRules?: IPRule[];
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
/** Interface representing a WebPubSubPrivateEndpointConnections. */
|
|
1674
|
-
export declare interface WebPubSubPrivateEndpointConnections {
|
|
1675
|
-
/**
|
|
1676
|
-
* List private endpoint connections
|
|
1677
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1678
|
-
* @param resourceName The name of the resource.
|
|
1679
|
-
* @param options The options parameters.
|
|
1680
|
-
*/
|
|
1681
|
-
list(resourceGroupName: string, resourceName: string, options?: WebPubSubPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1682
|
-
/**
|
|
1683
|
-
* Get the specified private endpoint connection
|
|
1684
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1685
|
-
* Azure resource.
|
|
1686
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1687
|
-
* @param resourceName The name of the resource.
|
|
1688
|
-
* @param options The options parameters.
|
|
1689
|
-
*/
|
|
1690
|
-
get(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubPrivateEndpointConnectionsGetOptionalParams): Promise<WebPubSubPrivateEndpointConnectionsGetResponse>;
|
|
1691
|
-
/**
|
|
1692
|
-
* Update the state of specified private endpoint connection
|
|
1693
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1694
|
-
* Azure resource.
|
|
1695
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1696
|
-
* @param resourceName The name of the resource.
|
|
1697
|
-
* @param parameters The resource of private endpoint and its properties
|
|
1698
|
-
* @param options The options parameters.
|
|
1699
|
-
*/
|
|
1700
|
-
update(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, parameters: PrivateEndpointConnection, options?: WebPubSubPrivateEndpointConnectionsUpdateOptionalParams): Promise<WebPubSubPrivateEndpointConnectionsUpdateResponse>;
|
|
1701
|
-
/**
|
|
1702
|
-
* Delete the specified private endpoint connection
|
|
1703
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1704
|
-
* Azure resource.
|
|
1705
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1706
|
-
* @param resourceName The name of the resource.
|
|
1707
|
-
* @param options The options parameters.
|
|
1708
|
-
*/
|
|
1709
|
-
beginDelete(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1710
|
-
/**
|
|
1711
|
-
* Delete the specified private endpoint connection
|
|
1712
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
1713
|
-
* Azure resource.
|
|
1714
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1715
|
-
* @param resourceName The name of the resource.
|
|
1716
|
-
* @param options The options parameters.
|
|
1717
|
-
*/
|
|
1718
|
-
beginDeleteAndWait(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
/** Optional parameters. */
|
|
1722
|
-
export declare interface WebPubSubPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1723
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1724
|
-
updateIntervalInMs?: number;
|
|
1725
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1726
|
-
resumeFrom?: string;
|
|
1727
|
-
}
|
|
1728
|
-
|
|
1729
|
-
/** Optional parameters. */
|
|
1730
|
-
export declare interface WebPubSubPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
/** Contains response data for the get operation. */
|
|
1734
|
-
export declare type WebPubSubPrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1735
|
-
|
|
1736
|
-
/** Optional parameters. */
|
|
1737
|
-
export declare interface WebPubSubPrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1738
|
-
}
|
|
1739
|
-
|
|
1740
|
-
/** Contains response data for the listNext operation. */
|
|
1741
|
-
export declare type WebPubSubPrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionList;
|
|
1742
|
-
|
|
1743
|
-
/** Optional parameters. */
|
|
1744
|
-
export declare interface WebPubSubPrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
/** Contains response data for the list operation. */
|
|
1748
|
-
export declare type WebPubSubPrivateEndpointConnectionsListResponse = PrivateEndpointConnectionList;
|
|
1749
|
-
|
|
1750
|
-
/** Optional parameters. */
|
|
1751
|
-
export declare interface WebPubSubPrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
/** Contains response data for the update operation. */
|
|
1755
|
-
export declare type WebPubSubPrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
|
|
1756
|
-
|
|
1757
|
-
/** Interface representing a WebPubSubPrivateLinkResources. */
|
|
1758
|
-
export declare interface WebPubSubPrivateLinkResources {
|
|
1759
|
-
/**
|
|
1760
|
-
* Get the private link resources that need to be created for a resource.
|
|
1761
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1762
|
-
* @param resourceName The name of the resource.
|
|
1763
|
-
* @param options The options parameters.
|
|
1764
|
-
*/
|
|
1765
|
-
list(resourceGroupName: string, resourceName: string, options?: WebPubSubPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
/** Optional parameters. */
|
|
1769
|
-
export declare interface WebPubSubPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
/** Contains response data for the listNext operation. */
|
|
1773
|
-
export declare type WebPubSubPrivateLinkResourcesListNextResponse = PrivateLinkResourceList;
|
|
1774
|
-
|
|
1775
|
-
/** Optional parameters. */
|
|
1776
|
-
export declare interface WebPubSubPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
/** Contains response data for the list operation. */
|
|
1780
|
-
export declare type WebPubSubPrivateLinkResourcesListResponse = PrivateLinkResourceList;
|
|
1781
|
-
|
|
1782
|
-
/** Defines headers for WebPubSub_regenerateKey operation. */
|
|
1783
|
-
export declare interface WebPubSubRegenerateKeyHeaders {
|
|
1784
|
-
location?: string;
|
|
1785
|
-
}
|
|
1786
|
-
|
|
1787
|
-
/** Optional parameters. */
|
|
1788
|
-
export declare interface WebPubSubRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1789
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1790
|
-
updateIntervalInMs?: number;
|
|
1791
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1792
|
-
resumeFrom?: string;
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
/** Contains response data for the regenerateKey operation. */
|
|
1796
|
-
export declare type WebPubSubRegenerateKeyResponse = WebPubSubKeys;
|
|
1797
|
-
|
|
1798
|
-
/** Interface representing a WebPubSubReplicas. */
|
|
1799
|
-
export declare interface WebPubSubReplicas {
|
|
1800
|
-
/**
|
|
1801
|
-
* List all replicas belong to this resource
|
|
1802
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1803
|
-
* @param resourceName The name of the resource.
|
|
1804
|
-
* @param options The options parameters.
|
|
1805
|
-
*/
|
|
1806
|
-
list(resourceGroupName: string, resourceName: string, options?: WebPubSubReplicasListOptionalParams): PagedAsyncIterableIterator<Replica>;
|
|
1807
|
-
/**
|
|
1808
|
-
* Get the replica and its properties.
|
|
1809
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1810
|
-
* @param resourceName The name of the resource.
|
|
1811
|
-
* @param replicaName The name of the replica.
|
|
1812
|
-
* @param options The options parameters.
|
|
1813
|
-
*/
|
|
1814
|
-
get(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasGetOptionalParams): Promise<WebPubSubReplicasGetResponse>;
|
|
1815
|
-
/**
|
|
1816
|
-
* Create or update a replica.
|
|
1817
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1818
|
-
* @param resourceName The name of the resource.
|
|
1819
|
-
* @param replicaName The name of the replica.
|
|
1820
|
-
* @param parameters Parameters for the create or update operation
|
|
1821
|
-
* @param options The options parameters.
|
|
1822
|
-
*/
|
|
1823
|
-
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasCreateOrUpdateResponse>, WebPubSubReplicasCreateOrUpdateResponse>>;
|
|
1824
|
-
/**
|
|
1825
|
-
* Create or update a replica.
|
|
1826
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1827
|
-
* @param resourceName The name of the resource.
|
|
1828
|
-
* @param replicaName The name of the replica.
|
|
1829
|
-
* @param parameters Parameters for the create or update operation
|
|
1830
|
-
* @param options The options parameters.
|
|
1831
|
-
*/
|
|
1832
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasCreateOrUpdateOptionalParams): Promise<WebPubSubReplicasCreateOrUpdateResponse>;
|
|
1833
|
-
/**
|
|
1834
|
-
* Operation to delete a replica.
|
|
1835
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1836
|
-
* @param resourceName The name of the resource.
|
|
1837
|
-
* @param replicaName The name of the replica.
|
|
1838
|
-
* @param options The options parameters.
|
|
1839
|
-
*/
|
|
1840
|
-
delete(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasDeleteOptionalParams): Promise<void>;
|
|
1841
|
-
/**
|
|
1842
|
-
* Operation to update an exiting replica.
|
|
1843
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1844
|
-
* @param resourceName The name of the resource.
|
|
1845
|
-
* @param replicaName The name of the replica.
|
|
1846
|
-
* @param parameters Parameters for the update operation
|
|
1847
|
-
* @param options The options parameters.
|
|
1848
|
-
*/
|
|
1849
|
-
beginUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasUpdateResponse>, WebPubSubReplicasUpdateResponse>>;
|
|
1850
|
-
/**
|
|
1851
|
-
* Operation to update an exiting replica.
|
|
1852
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1853
|
-
* @param resourceName The name of the resource.
|
|
1854
|
-
* @param replicaName The name of the replica.
|
|
1855
|
-
* @param parameters Parameters for the update operation
|
|
1856
|
-
* @param options The options parameters.
|
|
1857
|
-
*/
|
|
1858
|
-
beginUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: WebPubSubReplicasUpdateOptionalParams): Promise<WebPubSubReplicasUpdateResponse>;
|
|
1859
|
-
/**
|
|
1860
|
-
* Operation to restart a replica.
|
|
1861
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1862
|
-
* @param resourceName The name of the resource.
|
|
1863
|
-
* @param replicaName The name of the replica.
|
|
1864
|
-
* @param options The options parameters.
|
|
1865
|
-
*/
|
|
1866
|
-
beginRestart(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasRestartOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubReplicasRestartResponse>, WebPubSubReplicasRestartResponse>>;
|
|
1867
|
-
/**
|
|
1868
|
-
* Operation to restart a replica.
|
|
1869
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1870
|
-
* @param resourceName The name of the resource.
|
|
1871
|
-
* @param replicaName The name of the replica.
|
|
1872
|
-
* @param options The options parameters.
|
|
1873
|
-
*/
|
|
1874
|
-
beginRestartAndWait(resourceGroupName: string, resourceName: string, replicaName: string, options?: WebPubSubReplicasRestartOptionalParams): Promise<WebPubSubReplicasRestartResponse>;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
/** Optional parameters. */
|
|
1878
|
-
export declare interface WebPubSubReplicasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1879
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1880
|
-
updateIntervalInMs?: number;
|
|
1881
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1882
|
-
resumeFrom?: string;
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1886
|
-
export declare type WebPubSubReplicasCreateOrUpdateResponse = Replica;
|
|
1887
|
-
|
|
1888
|
-
/** Optional parameters. */
|
|
1889
|
-
export declare interface WebPubSubReplicasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
|
-
/** Optional parameters. */
|
|
1893
|
-
export declare interface WebPubSubReplicasGetOptionalParams extends coreClient.OperationOptions {
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
/** Contains response data for the get operation. */
|
|
1897
|
-
export declare type WebPubSubReplicasGetResponse = Replica;
|
|
1898
|
-
|
|
1899
|
-
/** Optional parameters. */
|
|
1900
|
-
export declare interface WebPubSubReplicasListNextOptionalParams extends coreClient.OperationOptions {
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
/** Contains response data for the listNext operation. */
|
|
1904
|
-
export declare type WebPubSubReplicasListNextResponse = ReplicaList;
|
|
1905
|
-
|
|
1906
|
-
/** Optional parameters. */
|
|
1907
|
-
export declare interface WebPubSubReplicasListOptionalParams extends coreClient.OperationOptions {
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
/** Contains response data for the list operation. */
|
|
1911
|
-
export declare type WebPubSubReplicasListResponse = ReplicaList;
|
|
1912
|
-
|
|
1913
|
-
/** Defines headers for WebPubSubReplicas_restart operation. */
|
|
1914
|
-
export declare interface WebPubSubReplicasRestartHeaders {
|
|
1915
|
-
location?: string;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
/** Optional parameters. */
|
|
1919
|
-
export declare interface WebPubSubReplicasRestartOptionalParams extends coreClient.OperationOptions {
|
|
1920
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1921
|
-
updateIntervalInMs?: number;
|
|
1922
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1923
|
-
resumeFrom?: string;
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
/** Contains response data for the restart operation. */
|
|
1927
|
-
export declare type WebPubSubReplicasRestartResponse = WebPubSubReplicasRestartHeaders;
|
|
1928
|
-
|
|
1929
|
-
/** Defines headers for WebPubSubReplicas_update operation. */
|
|
1930
|
-
export declare interface WebPubSubReplicasUpdateHeaders {
|
|
1931
|
-
location?: string;
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
/** Optional parameters. */
|
|
1935
|
-
export declare interface WebPubSubReplicasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1936
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1937
|
-
updateIntervalInMs?: number;
|
|
1938
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1939
|
-
resumeFrom?: string;
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
/** Contains response data for the update operation. */
|
|
1943
|
-
export declare type WebPubSubReplicasUpdateResponse = Replica;
|
|
1944
|
-
|
|
1945
|
-
/**
|
|
1946
|
-
* Defines values for WebPubSubRequestType. \
|
|
1947
|
-
* {@link KnownWebPubSubRequestType} can be used interchangeably with WebPubSubRequestType,
|
|
1948
|
-
* this enum contains the known values that the service supports.
|
|
1949
|
-
* ### Known values supported by the service
|
|
1950
|
-
* **ClientConnection** \
|
|
1951
|
-
* **ServerConnection** \
|
|
1952
|
-
* **RESTAPI** \
|
|
1953
|
-
* **Trace**
|
|
1954
|
-
*/
|
|
1955
|
-
export declare type WebPubSubRequestType = string;
|
|
1956
|
-
|
|
1957
|
-
/** A class represent a resource. */
|
|
1958
|
-
export declare interface WebPubSubResource extends TrackedResource {
|
|
1959
|
-
/** The billing information of the resource. */
|
|
1960
|
-
sku?: ResourceSku;
|
|
1961
|
-
/** The kind of the service */
|
|
1962
|
-
kind?: ServiceKind;
|
|
1963
|
-
/** A class represent managed identities used for request and response */
|
|
1964
|
-
identity?: ManagedIdentity;
|
|
1965
|
-
/**
|
|
1966
|
-
* Provisioning state of the resource.
|
|
1967
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1968
|
-
*/
|
|
1969
|
-
readonly provisioningState?: ProvisioningState;
|
|
1970
|
-
/**
|
|
1971
|
-
* The publicly accessible IP of the resource.
|
|
1972
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1973
|
-
*/
|
|
1974
|
-
readonly externalIP?: string;
|
|
1975
|
-
/**
|
|
1976
|
-
* FQDN of the service instance.
|
|
1977
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1978
|
-
*/
|
|
1979
|
-
readonly hostName?: string;
|
|
1980
|
-
/**
|
|
1981
|
-
* The publicly accessible port of the resource which is designed for browser/client side usage.
|
|
1982
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1983
|
-
*/
|
|
1984
|
-
readonly publicPort?: number;
|
|
1985
|
-
/**
|
|
1986
|
-
* The publicly accessible port of the resource which is designed for customer server side usage.
|
|
1987
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1988
|
-
*/
|
|
1989
|
-
readonly serverPort?: number;
|
|
1990
|
-
/**
|
|
1991
|
-
* Version of the resource. Probably you need the same or higher version of client SDKs.
|
|
1992
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1993
|
-
*/
|
|
1994
|
-
readonly version?: string;
|
|
1995
|
-
/**
|
|
1996
|
-
* Private endpoint connections to the resource.
|
|
1997
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1998
|
-
*/
|
|
1999
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2000
|
-
/**
|
|
2001
|
-
* The list of shared private link resources.
|
|
2002
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2003
|
-
*/
|
|
2004
|
-
readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];
|
|
2005
|
-
/** TLS settings for the resource */
|
|
2006
|
-
tls?: WebPubSubTlsSettings;
|
|
2007
|
-
/**
|
|
2008
|
-
* Deprecated.
|
|
2009
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2010
|
-
*/
|
|
2011
|
-
readonly hostNamePrefix?: string;
|
|
2012
|
-
/** Live trace configuration of a Microsoft.SignalRService resource. */
|
|
2013
|
-
liveTraceConfiguration?: LiveTraceConfiguration;
|
|
2014
|
-
/** Resource log configuration of a Microsoft.SignalRService resource. */
|
|
2015
|
-
resourceLogConfiguration?: ResourceLogConfiguration;
|
|
2016
|
-
/** Network ACLs for the resource */
|
|
2017
|
-
networkACLs?: WebPubSubNetworkACLs;
|
|
2018
|
-
/**
|
|
2019
|
-
* Enable or disable public network access. Default to "Enabled".
|
|
2020
|
-
* When it's Enabled, network ACLs still apply.
|
|
2021
|
-
* When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
|
|
2022
|
-
*/
|
|
2023
|
-
publicNetworkAccess?: string;
|
|
2024
|
-
/**
|
|
2025
|
-
* DisableLocalAuth
|
|
2026
|
-
* Enable or disable local auth with AccessKey
|
|
2027
|
-
* When set as true, connection with AccessKey=xxx won't work.
|
|
2028
|
-
*/
|
|
2029
|
-
disableLocalAuth?: boolean;
|
|
2030
|
-
/**
|
|
2031
|
-
* DisableLocalAuth
|
|
2032
|
-
* Enable or disable aad auth
|
|
2033
|
-
* When set as true, connection with AuthType=aad won't work.
|
|
2034
|
-
*/
|
|
2035
|
-
disableAadAuth?: boolean;
|
|
2036
|
-
/**
|
|
2037
|
-
* Enable or disable the regional endpoint. Default to "Enabled".
|
|
2038
|
-
* When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
2039
|
-
* This property is replica specific. Disable the regional endpoint without replica is not allowed.
|
|
2040
|
-
*/
|
|
2041
|
-
regionEndpointEnabled?: string;
|
|
2042
|
-
/**
|
|
2043
|
-
* Stop or start the resource. Default to "false".
|
|
2044
|
-
* When it's true, the data plane of the resource is shutdown.
|
|
2045
|
-
* When it's false, the data plane of the resource is started.
|
|
2046
|
-
*/
|
|
2047
|
-
resourceStopped?: string;
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
/** Object that includes an array of resources and a possible link for next set. */
|
|
2051
|
-
export declare interface WebPubSubResourceList {
|
|
2052
|
-
/** List of the resources */
|
|
2053
|
-
value?: WebPubSubResource[];
|
|
2054
|
-
/**
|
|
2055
|
-
* The URL the client should use to fetch the next page (per server side paging).
|
|
2056
|
-
* It's null for now, added for future use.
|
|
2057
|
-
*/
|
|
2058
|
-
nextLink?: string;
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
/** Defines headers for WebPubSub_restart operation. */
|
|
2062
|
-
export declare interface WebPubSubRestartHeaders {
|
|
2063
|
-
location?: string;
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
|
-
/** Optional parameters. */
|
|
2067
|
-
export declare interface WebPubSubRestartOptionalParams extends coreClient.OperationOptions {
|
|
2068
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2069
|
-
updateIntervalInMs?: number;
|
|
2070
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2071
|
-
resumeFrom?: string;
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
/** Contains response data for the restart operation. */
|
|
2075
|
-
export declare type WebPubSubRestartResponse = WebPubSubRestartHeaders;
|
|
2076
|
-
|
|
2077
|
-
/** Interface representing a WebPubSubSharedPrivateLinkResources. */
|
|
2078
|
-
export declare interface WebPubSubSharedPrivateLinkResources {
|
|
2079
|
-
/**
|
|
2080
|
-
* List shared private link resources
|
|
2081
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2082
|
-
* @param resourceName The name of the resource.
|
|
2083
|
-
* @param options The options parameters.
|
|
2084
|
-
*/
|
|
2085
|
-
list(resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource>;
|
|
2086
|
-
/**
|
|
2087
|
-
* Get the specified shared private link resource
|
|
2088
|
-
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
2089
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2090
|
-
* @param resourceName The name of the resource.
|
|
2091
|
-
* @param options The options parameters.
|
|
2092
|
-
*/
|
|
2093
|
-
get(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesGetOptionalParams): Promise<WebPubSubSharedPrivateLinkResourcesGetResponse>;
|
|
2094
|
-
/**
|
|
2095
|
-
* Create or update a shared private link resource
|
|
2096
|
-
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
2097
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2098
|
-
* @param resourceName The name of the resource.
|
|
2099
|
-
* @param parameters The shared private link resource
|
|
2100
|
-
* @param options The options parameters.
|
|
2101
|
-
*/
|
|
2102
|
-
beginCreateOrUpdate(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse>, WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse>>;
|
|
2103
|
-
/**
|
|
2104
|
-
* Create or update a shared private link resource
|
|
2105
|
-
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
2106
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2107
|
-
* @param resourceName The name of the resource.
|
|
2108
|
-
* @param parameters The shared private link resource
|
|
2109
|
-
* @param options The options parameters.
|
|
2110
|
-
*/
|
|
2111
|
-
beginCreateOrUpdateAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse>;
|
|
2112
|
-
/**
|
|
2113
|
-
* Delete the specified shared private link resource
|
|
2114
|
-
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
2115
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2116
|
-
* @param resourceName The name of the resource.
|
|
2117
|
-
* @param options The options parameters.
|
|
2118
|
-
*/
|
|
2119
|
-
beginDelete(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2120
|
-
/**
|
|
2121
|
-
* Delete the specified shared private link resource
|
|
2122
|
-
* @param sharedPrivateLinkResourceName The name of the shared private link resource
|
|
2123
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2124
|
-
* @param resourceName The name of the resource.
|
|
2125
|
-
* @param options The options parameters.
|
|
2126
|
-
*/
|
|
2127
|
-
beginDeleteAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
/** Optional parameters. */
|
|
2131
|
-
export declare interface WebPubSubSharedPrivateLinkResourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2132
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2133
|
-
updateIntervalInMs?: number;
|
|
2134
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2135
|
-
resumeFrom?: string;
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2139
|
-
export declare type WebPubSubSharedPrivateLinkResourcesCreateOrUpdateResponse = SharedPrivateLinkResource;
|
|
2140
|
-
|
|
2141
|
-
/** Optional parameters. */
|
|
2142
|
-
export declare interface WebPubSubSharedPrivateLinkResourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2143
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2144
|
-
updateIntervalInMs?: number;
|
|
2145
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2146
|
-
resumeFrom?: string;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
/** Optional parameters. */
|
|
2150
|
-
export declare interface WebPubSubSharedPrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
/** Contains response data for the get operation. */
|
|
2154
|
-
export declare type WebPubSubSharedPrivateLinkResourcesGetResponse = SharedPrivateLinkResource;
|
|
2155
|
-
|
|
2156
|
-
/** Optional parameters. */
|
|
2157
|
-
export declare interface WebPubSubSharedPrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
/** Contains response data for the listNext operation. */
|
|
2161
|
-
export declare type WebPubSubSharedPrivateLinkResourcesListNextResponse = SharedPrivateLinkResourceList;
|
|
2162
|
-
|
|
2163
|
-
/** Optional parameters. */
|
|
2164
|
-
export declare interface WebPubSubSharedPrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
2165
|
-
}
|
|
2166
|
-
|
|
2167
|
-
/** Contains response data for the list operation. */
|
|
2168
|
-
export declare type WebPubSubSharedPrivateLinkResourcesListResponse = SharedPrivateLinkResourceList;
|
|
2169
|
-
|
|
2170
|
-
/**
|
|
2171
|
-
* Defines values for WebPubSubSkuTier. \
|
|
2172
|
-
* {@link KnownWebPubSubSkuTier} can be used interchangeably with WebPubSubSkuTier,
|
|
2173
|
-
* this enum contains the known values that the service supports.
|
|
2174
|
-
* ### Known values supported by the service
|
|
2175
|
-
* **Free** \
|
|
2176
|
-
* **Basic** \
|
|
2177
|
-
* **Standard** \
|
|
2178
|
-
* **Premium**
|
|
2179
|
-
*/
|
|
2180
|
-
export declare type WebPubSubSkuTier = string;
|
|
2181
|
-
|
|
2182
|
-
/** TLS settings for the resource */
|
|
2183
|
-
export declare interface WebPubSubTlsSettings {
|
|
2184
|
-
/** Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. */
|
|
2185
|
-
clientCertEnabled?: boolean;
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
/** Defines headers for WebPubSub_update operation. */
|
|
2189
|
-
export declare interface WebPubSubUpdateHeaders {
|
|
2190
|
-
location?: string;
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
/** Optional parameters. */
|
|
2194
|
-
export declare interface WebPubSubUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2195
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2196
|
-
updateIntervalInMs?: number;
|
|
2197
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2198
|
-
resumeFrom?: string;
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2201
|
-
/** Contains response data for the update operation. */
|
|
2202
|
-
export declare type WebPubSubUpdateResponse = WebPubSubResource;
|
|
2203
|
-
|
|
2204
|
-
export { }
|