@azure/arm-eventgrid 14.1.1-alpha.20230504.1 → 14.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +316 -10
- package/README.md +1 -1
- package/dist/index.js +14861 -7238
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.js +44 -0
- package/dist-esm/samples-dev/caCertificatesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/caCertificatesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.js +40 -0
- package/dist-esm/samples-dev/caCertificatesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/caCertificatesListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/channelsCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/channelsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/channelsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/channelsGetSample.js +2 -2
- package/dist-esm/samples-dev/channelsListByPartnerNamespaceSample.js +2 -2
- package/dist-esm/samples-dev/channelsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.js +44 -0
- package/dist-esm/samples-dev/clientGroupsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/clientGroupsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.js +40 -0
- package/dist-esm/samples-dev/clientGroupsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/clientGroupsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.js +53 -0
- package/dist-esm/samples-dev/clientsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/clientsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsGetSample.js +40 -0
- package/dist-esm/samples-dev/clientsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/clientsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/domainEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsListSample.js +2 -2
- package/dist-esm/samples-dev/domainEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsListSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainTopicsListByDomainSample.js +2 -2
- package/dist-esm/samples-dev/domainsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/domainsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/domainsGetSample.js +2 -2
- package/dist-esm/samples-dev/domainsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/domainsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/domainsListSharedAccessKeysSample.js +2 -2
- package/dist-esm/samples-dev/domainsRegenerateKeySample.js +2 -2
- package/dist-esm/samples-dev/domainsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsCreateOrUpdateSample.js +25 -24
- package/dist-esm/samples-dev/eventSubscriptionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsDeleteSample.js +8 -8
- package/dist-esm/samples-dev/eventSubscriptionsGetDeliveryAttributesSample.js +3 -3
- package/dist-esm/samples-dev/eventSubscriptionsGetDeliveryAttributesSample.js.map +1 -1
- package/dist-esm/samples-dev/eventSubscriptionsGetFullUrlSample.js +8 -8
- package/dist-esm/samples-dev/eventSubscriptionsGetSample.js +22 -22
- package/dist-esm/samples-dev/eventSubscriptionsListByDomainTopicSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListByResourceSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListGlobalBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionForTopicTypeSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsListRegionalBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/eventSubscriptionsUpdateSample.js +22 -22
- package/dist-esm/samples-dev/extensionTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.js +52 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.js +41 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.js +41 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.js +61 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsListByNamespaceTopicSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.js +52 -0
- package/dist-esm/samples-dev/namespaceTopicEventSubscriptionsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.js +45 -0
- package/dist-esm/samples-dev/namespaceTopicsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/namespaceTopicsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.js +40 -0
- package/dist-esm/samples-dev/namespaceTopicsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/namespaceTopicsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.js +40 -0
- package/dist-esm/samples-dev/namespaceTopicsListSharedAccessKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.js +41 -0
- package/dist-esm/samples-dev/namespaceTopicsRegenerateKeySample.js.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.js +43 -0
- package/dist-esm/samples-dev/namespaceTopicsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +47 -0
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.js +39 -0
- package/dist-esm/samples-dev/namespacesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesGetSample.js +39 -0
- package/dist-esm/samples-dev/namespacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +59 -0
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.js +58 -0
- package/dist-esm/samples-dev/namespacesListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.js +39 -0
- package/dist-esm/samples-dev/namespacesListSharedAccessKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.js +42 -0
- package/dist-esm/samples-dev/namespacesRegenerateKeySample.js.map +1 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.js +42 -0
- package/dist-esm/samples-dev/namespacesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/partnerConfigurationsAuthorizePartnerSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsUnauthorizePartnerSample.js +2 -2
- package/dist-esm/samples-dev/partnerConfigurationsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.js +39 -0
- package/dist-esm/samples-dev/partnerDestinationsActivateSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.js +47 -0
- package/dist-esm/samples-dev/partnerDestinationsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.js +39 -0
- package/dist-esm/samples-dev/partnerDestinationsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.js +39 -0
- package/dist-esm/samples-dev/partnerDestinationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.js +59 -0
- package/dist-esm/samples-dev/partnerDestinationsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.js +58 -0
- package/dist-esm/samples-dev/partnerDestinationsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.js +42 -0
- package/dist-esm/samples-dev/partnerDestinationsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/partnerNamespacesCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/partnerNamespacesDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesListSharedAccessKeysSample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesRegenerateKeySample.js +2 -2
- package/dist-esm/samples-dev/partnerNamespacesUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerRegistrationsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/partnerRegistrationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsListByPartnerTopicSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsActivateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsDeactivateSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/partnerTopicsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.js +45 -0
- package/dist-esm/samples-dev/permissionBindingsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/permissionBindingsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.js +40 -0
- package/dist-esm/samples-dev/permissionBindingsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/permissionBindingsListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByResourceSample.js +4 -4
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsListBySystemTopicSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/systemTopicsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsGetSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/systemTopicsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsGetDeliveryAttributesSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsGetFullUrlSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsGetSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsListSample.js +2 -2
- package/dist-esm/samples-dev/topicEventSubscriptionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.js +41 -0
- package/dist-esm/samples-dev/topicSpacesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/topicSpacesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.js +40 -0
- package/dist-esm/samples-dev/topicSpacesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.d.ts +2 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.js +60 -0
- package/dist-esm/samples-dev/topicSpacesListByNamespaceSample.js.map +1 -0
- package/dist-esm/samples-dev/topicTypesGetSample.js +1 -1
- package/dist-esm/samples-dev/topicTypesListEventTypesSample.js +1 -1
- package/dist-esm/samples-dev/topicTypesListSample.js +1 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js +31 -2
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsDeleteSample.js +3 -3
- package/dist-esm/samples-dev/topicsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/topicsGetSample.js +2 -2
- package/dist-esm/samples-dev/topicsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/topicsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/topicsListEventTypesSample.js +2 -2
- package/dist-esm/samples-dev/topicsListSharedAccessKeysSample.js +2 -2
- package/dist-esm/samples-dev/topicsRegenerateKeySample.js +2 -2
- package/dist-esm/samples-dev/topicsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/verifiedPartnersGetSample.js +1 -1
- package/dist-esm/samples-dev/verifiedPartnersListSample.js +1 -1
- package/dist-esm/src/eventGridManagementClient.d.ts +12 -3
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -1
- package/dist-esm/src/eventGridManagementClient.js +14 -5
- package/dist-esm/src/eventGridManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +2502 -415
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +414 -36
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +146 -13
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +3846 -1290
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +30 -7
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +213 -22
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/caCertificates.d.ts +81 -0
- package/dist-esm/src/operations/caCertificates.d.ts.map +1 -0
- package/dist-esm/src/operations/caCertificates.js +369 -0
- package/dist-esm/src/operations/caCertificates.js.map +1 -0
- package/dist-esm/src/operations/channels.d.ts +2 -2
- package/dist-esm/src/operations/channels.d.ts.map +1 -1
- package/dist-esm/src/operations/channels.js +12 -8
- package/dist-esm/src/operations/channels.js.map +1 -1
- package/dist-esm/src/operations/clientGroups.d.ts +81 -0
- package/dist-esm/src/operations/clientGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/clientGroups.js +369 -0
- package/dist-esm/src/operations/clientGroups.js.map +1 -0
- package/dist-esm/src/operations/clients.d.ts +81 -0
- package/dist-esm/src/operations/clients.d.ts.map +1 -0
- package/dist-esm/src/operations/clients.js +369 -0
- package/dist-esm/src/operations/clients.js.map +1 -0
- package/dist-esm/src/operations/domainEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operations/domainEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/domainEventSubscriptions.js +40 -28
- package/dist-esm/src/operations/domainEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/domainTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/domainTopicEventSubscriptions.js +84 -72
- package/dist-esm/src/operations/domainTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/domainTopics.d.ts +3 -3
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -1
- package/dist-esm/src/operations/domainTopics.js +18 -10
- package/dist-esm/src/operations/domainTopics.js.map +1 -1
- package/dist-esm/src/operations/domains.d.ts +4 -4
- package/dist-esm/src/operations/domains.d.ts.map +1 -1
- package/dist-esm/src/operations/domains.js +26 -14
- package/dist-esm/src/operations/domains.js.map +1 -1
- package/dist-esm/src/operations/eventSubscriptions.d.ts +19 -19
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/eventSubscriptions.js +65 -53
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +11 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +11 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.d.ts +120 -0
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.js +509 -0
- package/dist-esm/src/operations/namespaceTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/namespaceTopics.d.ts +125 -0
- package/dist-esm/src/operations/namespaceTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/namespaceTopics.js +599 -0
- package/dist-esm/src/operations/namespaceTopics.js.map +1 -0
- package/dist-esm/src/operations/namespaces.d.ts +130 -0
- package/dist-esm/src/operations/namespaces.d.ts.map +1 -0
- package/dist-esm/src/operations/namespaces.js +681 -0
- package/dist-esm/src/operations/namespaces.js.map +1 -0
- package/dist-esm/src/operations/partnerConfigurations.d.ts +4 -4
- package/dist-esm/src/operations/partnerConfigurations.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerConfigurations.js +30 -14
- package/dist-esm/src/operations/partnerConfigurations.js.map +1 -1
- package/dist-esm/src/operations/partnerDestinations.d.ts +114 -0
- package/dist-esm/src/operations/partnerDestinations.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerDestinations.js +596 -0
- package/dist-esm/src/operations/partnerDestinations.js.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts +4 -4
- package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerNamespaces.js +40 -26
- package/dist-esm/src/operations/partnerNamespaces.js.map +1 -1
- package/dist-esm/src/operations/partnerRegistrations.d.ts +4 -4
- package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerRegistrations.js +36 -24
- package/dist-esm/src/operations/partnerRegistrations.js.map +1 -1
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +4 -4
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +43 -26
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/partnerTopics.d.ts +2 -2
- package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -1
- package/dist-esm/src/operations/partnerTopics.js +10 -6
- package/dist-esm/src/operations/partnerTopics.js.map +1 -1
- package/dist-esm/src/operations/permissionBindings.d.ts +81 -0
- package/dist-esm/src/operations/permissionBindings.d.ts.map +1 -0
- package/dist-esm/src/operations/permissionBindings.js +374 -0
- package/dist-esm/src/operations/permissionBindings.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +28 -26
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +69 -45
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +12 -11
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +12 -11
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +74 -57
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/systemTopics.d.ts +4 -4
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -1
- package/dist-esm/src/operations/systemTopics.js +31 -19
- package/dist-esm/src/operations/systemTopics.js.map +1 -1
- package/dist-esm/src/operations/topicEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operations/topicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/topicEventSubscriptions.js +40 -28
- package/dist-esm/src/operations/topicEventSubscriptions.js.map +1 -1
- package/dist-esm/src/operations/topicSpaces.d.ts +81 -0
- package/dist-esm/src/operations/topicSpaces.d.ts.map +1 -0
- package/dist-esm/src/operations/topicSpaces.js +369 -0
- package/dist-esm/src/operations/topicSpaces.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +7 -7
- package/dist-esm/src/operations/topics.d.ts.map +1 -1
- package/dist-esm/src/operations/topics.js +50 -20
- package/dist-esm/src/operations/topics.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/caCertificates.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/caCertificates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/caCertificates.js +9 -0
- package/dist-esm/src/operationsInterfaces/caCertificates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/channels.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/channels.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/clientGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clients.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/clients.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clients.js +9 -0
- package/dist-esm/src/operationsInterfaces/clients.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/domainEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/domainTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/domains.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +19 -19
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +11 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.d.ts +93 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.d.ts +100 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/namespaceTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +94 -0
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/namespaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/namespaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerConfigurations.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerConfigurations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerDestinations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerDestinations.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerDestinations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/permissionBindings.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/permissionBindings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/permissionBindings.js +9 -0
- package/dist-esm/src/operationsInterfaces/permissionBindings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +23 -21
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +7 -6
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +14 -14
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/topicEventSubscriptions.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/topicEventSubscriptions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/topicSpaces.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/topicSpaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicSpaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicSpaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -1
- package/dist-esm/test/eventgrid_examples.js +2 -2
- package/dist-esm/test/eventgrid_examples.js.map +1 -1
- package/package.json +6 -6
- package/review/arm-eventgrid.api.md +1762 -112
- package/src/eventGridManagementClient.ts +49 -11
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +2777 -341
- package/src/models/mappers.ts +3989 -1163
- package/src/models/parameters.ts +253 -25
- package/src/operations/caCertificates.ts +508 -0
- package/src/operations/channels.ts +17 -13
- package/src/operations/clientGroups.ts +508 -0
- package/src/operations/clients.ts +508 -0
- package/src/operations/domainEventSubscriptions.ts +43 -33
- package/src/operations/domainTopicEventSubscriptions.ts +92 -82
- package/src/operations/domainTopics.ts +28 -21
- package/src/operations/domains.ts +37 -30
- package/src/operations/eventSubscriptions.ts +86 -76
- package/src/operations/index.ts +11 -2
- package/src/operations/namespaceTopicEventSubscriptions.ts +714 -0
- package/src/operations/namespaceTopics.ts +840 -0
- package/src/operations/namespaces.ts +898 -0
- package/src/operations/partnerConfigurations.ts +45 -31
- package/src/operations/partnerDestinations.ts +771 -0
- package/src/operations/partnerNamespaces.ts +41 -32
- package/src/operations/partnerRegistrations.ts +37 -30
- package/src/operations/partnerTopicEventSubscriptions.ts +46 -31
- package/src/operations/partnerTopics.ts +15 -11
- package/src/operations/permissionBindings.ts +513 -0
- package/src/operations/privateEndpointConnections.ts +77 -45
- package/src/operations/privateLinkResources.ts +12 -11
- package/src/operations/systemTopicEventSubscriptions.ts +89 -74
- package/src/operations/systemTopics.ts +41 -31
- package/src/operations/topicEventSubscriptions.ts +43 -33
- package/src/operations/topicSpaces.ts +508 -0
- package/src/operations/topics.ts +74 -44
- package/src/operationsInterfaces/caCertificates.ts +109 -0
- package/src/operationsInterfaces/channels.ts +2 -2
- package/src/operationsInterfaces/clientGroups.ts +109 -0
- package/src/operationsInterfaces/clients.ts +109 -0
- package/src/operationsInterfaces/domainEventSubscriptions.ts +8 -8
- package/src/operationsInterfaces/domainTopicEventSubscriptions.ts +24 -24
- package/src/operationsInterfaces/domainTopics.ts +4 -4
- package/src/operationsInterfaces/domains.ts +5 -5
- package/src/operationsInterfaces/eventSubscriptions.ts +27 -27
- package/src/operationsInterfaces/index.ts +11 -2
- package/src/operationsInterfaces/namespaceTopicEventSubscriptions.ts +174 -0
- package/src/operationsInterfaces/namespaceTopics.ts +200 -0
- package/src/operationsInterfaces/namespaces.ts +186 -0
- package/src/operationsInterfaces/partnerConfigurations.ts +6 -6
- package/src/operationsInterfaces/partnerDestinations.ts +152 -0
- package/src/operationsInterfaces/partnerNamespaces.ts +5 -5
- package/src/operationsInterfaces/partnerRegistrations.ts +5 -5
- package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +6 -6
- package/src/operationsInterfaces/partnerTopics.ts +2 -2
- package/src/operationsInterfaces/permissionBindings.ts +109 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +30 -22
- package/src/operationsInterfaces/privateLinkResources.ts +7 -6
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +23 -23
- package/src/operationsInterfaces/systemTopics.ts +6 -6
- package/src/operationsInterfaces/topicEventSubscriptions.ts +8 -8
- package/src/operationsInterfaces/topicSpaces.ts +109 -0
- package/src/operationsInterfaces/topics.ts +11 -8
- package/types/arm-eventgrid.d.ts +4718 -1726
- package/types/tsdoc-metadata.json +1 -1
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
import * as coreAuth from '@azure/core-auth';
|
|
8
8
|
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
9
10
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import {
|
|
11
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
12
|
|
|
13
13
|
// @public
|
|
14
14
|
export interface AdvancedFilter {
|
|
@@ -22,6 +22,16 @@ export type AdvancedFilterOperatorType = string;
|
|
|
22
22
|
// @public (undocumented)
|
|
23
23
|
export type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter | NumberInRangeAdvancedFilter | NumberNotInRangeAdvancedFilter | StringNotBeginsWithAdvancedFilter | StringNotEndsWithAdvancedFilter | StringNotContainsAdvancedFilter | IsNullOrUndefinedAdvancedFilter | IsNotNullAdvancedFilter;
|
|
24
24
|
|
|
25
|
+
// @public
|
|
26
|
+
export type AlternativeAuthenticationNameSource = string;
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export interface AzureADPartnerClientAuthentication extends PartnerClientAuthentication {
|
|
30
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
31
|
+
azureActiveDirectoryTenantId?: string;
|
|
32
|
+
clientAuthenticationType: "AzureAD";
|
|
33
|
+
}
|
|
34
|
+
|
|
25
35
|
// @public
|
|
26
36
|
export interface AzureFunctionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
27
37
|
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
@@ -37,11 +47,91 @@ export interface BoolEqualsAdvancedFilter extends AdvancedFilter {
|
|
|
37
47
|
value?: boolean;
|
|
38
48
|
}
|
|
39
49
|
|
|
50
|
+
// @public
|
|
51
|
+
export interface BoolEqualsFilter extends Filter {
|
|
52
|
+
operatorType: "BoolEquals";
|
|
53
|
+
value?: boolean;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export interface CaCertificate extends Resource {
|
|
58
|
+
description?: string;
|
|
59
|
+
encodedCertificate?: string;
|
|
60
|
+
readonly expiryTimeInUtc?: Date;
|
|
61
|
+
readonly issueTimeInUtc?: Date;
|
|
62
|
+
readonly provisioningState?: CaCertificateProvisioningState;
|
|
63
|
+
readonly systemData?: SystemData;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export type CaCertificateProvisioningState = string;
|
|
68
|
+
|
|
69
|
+
// @public
|
|
70
|
+
export interface CaCertificates {
|
|
71
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CaCertificatesCreateOrUpdateResponse>, CaCertificatesCreateOrUpdateResponse>>;
|
|
72
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, caCertificateName: string, caCertificateInfo: CaCertificate, options?: CaCertificatesCreateOrUpdateOptionalParams): Promise<CaCertificatesCreateOrUpdateResponse>;
|
|
73
|
+
beginDelete(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
74
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesDeleteOptionalParams): Promise<void>;
|
|
75
|
+
get(resourceGroupName: string, namespaceName: string, caCertificateName: string, options?: CaCertificatesGetOptionalParams): Promise<CaCertificatesGetResponse>;
|
|
76
|
+
listByNamespace(resourceGroupName: string, namespaceName: string, options?: CaCertificatesListByNamespaceOptionalParams): PagedAsyncIterableIterator<CaCertificate>;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface CaCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
81
|
+
resumeFrom?: string;
|
|
82
|
+
updateIntervalInMs?: number;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// @public
|
|
86
|
+
export type CaCertificatesCreateOrUpdateResponse = CaCertificate;
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface CaCertificatesDeleteHeaders {
|
|
90
|
+
// (undocumented)
|
|
91
|
+
location?: string;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
// @public
|
|
95
|
+
export interface CaCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
96
|
+
resumeFrom?: string;
|
|
97
|
+
updateIntervalInMs?: number;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export interface CaCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export type CaCertificatesGetResponse = CaCertificate;
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export interface CaCertificatesListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export type CaCertificatesListByNamespaceNextResponse = CaCertificatesListResult;
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface CaCertificatesListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
116
|
+
filter?: string;
|
|
117
|
+
top?: number;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export type CaCertificatesListByNamespaceResponse = CaCertificatesListResult;
|
|
122
|
+
|
|
123
|
+
// @public
|
|
124
|
+
export interface CaCertificatesListResult {
|
|
125
|
+
nextLink?: string;
|
|
126
|
+
value?: CaCertificate[];
|
|
127
|
+
}
|
|
128
|
+
|
|
40
129
|
// @public
|
|
41
130
|
export interface Channel extends Resource {
|
|
42
131
|
channelType?: ChannelType;
|
|
43
132
|
expirationTimeIfNotActivatedUtc?: Date;
|
|
44
133
|
messageForActivation?: string;
|
|
134
|
+
partnerDestinationInfo?: PartnerDestinationInfoUnion;
|
|
45
135
|
partnerTopicInfo?: PartnerTopicInfo;
|
|
46
136
|
provisioningState?: ChannelProvisioningState;
|
|
47
137
|
readinessState?: ReadinessState;
|
|
@@ -53,7 +143,7 @@ export type ChannelProvisioningState = string;
|
|
|
53
143
|
|
|
54
144
|
// @public
|
|
55
145
|
export interface Channels {
|
|
56
|
-
beginDelete(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsDeleteOptionalParams): Promise<
|
|
146
|
+
beginDelete(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
57
147
|
beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsDeleteOptionalParams): Promise<void>;
|
|
58
148
|
createOrUpdate(resourceGroupName: string, partnerNamespaceName: string, channelName: string, channelInfo: Channel, options?: ChannelsCreateOrUpdateOptionalParams): Promise<ChannelsCreateOrUpdateResponse>;
|
|
59
149
|
get(resourceGroupName: string, partnerNamespaceName: string, channelName: string, options?: ChannelsGetOptionalParams): Promise<ChannelsGetResponse>;
|
|
@@ -69,6 +159,12 @@ export interface ChannelsCreateOrUpdateOptionalParams extends coreClient.Operati
|
|
|
69
159
|
// @public
|
|
70
160
|
export type ChannelsCreateOrUpdateResponse = Channel;
|
|
71
161
|
|
|
162
|
+
// @public
|
|
163
|
+
export interface ChannelsDeleteHeaders {
|
|
164
|
+
// (undocumented)
|
|
165
|
+
location?: string;
|
|
166
|
+
}
|
|
167
|
+
|
|
72
168
|
// @public
|
|
73
169
|
export interface ChannelsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
74
170
|
resumeFrom?: string;
|
|
@@ -121,9 +217,195 @@ export type ChannelType = string;
|
|
|
121
217
|
// @public
|
|
122
218
|
export interface ChannelUpdateParameters {
|
|
123
219
|
expirationTimeIfNotActivatedUtc?: Date;
|
|
220
|
+
partnerDestinationInfo?: PartnerUpdateDestinationInfoUnion;
|
|
124
221
|
partnerTopicInfo?: PartnerUpdateTopicInfo;
|
|
125
222
|
}
|
|
126
223
|
|
|
224
|
+
// @public
|
|
225
|
+
export interface Client extends Resource {
|
|
226
|
+
attributes?: {
|
|
227
|
+
[propertyName: string]: any;
|
|
228
|
+
};
|
|
229
|
+
authentication?: ClientAuthentication;
|
|
230
|
+
authenticationName?: string;
|
|
231
|
+
clientCertificateAuthentication?: ClientCertificateAuthentication;
|
|
232
|
+
description?: string;
|
|
233
|
+
readonly provisioningState?: ClientProvisioningState;
|
|
234
|
+
state?: ClientState;
|
|
235
|
+
readonly systemData?: SystemData;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// @public
|
|
239
|
+
export interface ClientAuthentication {
|
|
240
|
+
certificateSubject?: ClientCertificateSubjectDistinguishedName;
|
|
241
|
+
certificateThumbprint?: ClientCertificateThumbprint;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
// @public
|
|
245
|
+
export interface ClientAuthenticationSettings {
|
|
246
|
+
alternativeAuthenticationNameSources?: AlternativeAuthenticationNameSource[];
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
// @public
|
|
250
|
+
export interface ClientCertificateAuthentication {
|
|
251
|
+
allowedThumbprints?: string[];
|
|
252
|
+
validationScheme?: ClientCertificateValidationScheme;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface ClientCertificateSubjectDistinguishedName {
|
|
257
|
+
commonName?: string;
|
|
258
|
+
countryCode?: string;
|
|
259
|
+
organization?: string;
|
|
260
|
+
organizationUnit?: string;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
// @public
|
|
264
|
+
export interface ClientCertificateThumbprint {
|
|
265
|
+
primary?: string;
|
|
266
|
+
secondary?: string;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export type ClientCertificateValidationScheme = string;
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export interface ClientGroup extends Resource {
|
|
274
|
+
description?: string;
|
|
275
|
+
readonly provisioningState?: ClientGroupProvisioningState;
|
|
276
|
+
query?: string;
|
|
277
|
+
readonly systemData?: SystemData;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export type ClientGroupProvisioningState = string;
|
|
282
|
+
|
|
283
|
+
// @public
|
|
284
|
+
export interface ClientGroups {
|
|
285
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClientGroupsCreateOrUpdateResponse>, ClientGroupsCreateOrUpdateResponse>>;
|
|
286
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams): Promise<ClientGroupsCreateOrUpdateResponse>;
|
|
287
|
+
beginDelete(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
288
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams): Promise<void>;
|
|
289
|
+
get(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams): Promise<ClientGroupsGetResponse>;
|
|
290
|
+
listByNamespace(resourceGroupName: string, namespaceName: string, options?: ClientGroupsListByNamespaceOptionalParams): PagedAsyncIterableIterator<ClientGroup>;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// @public
|
|
294
|
+
export interface ClientGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
295
|
+
resumeFrom?: string;
|
|
296
|
+
updateIntervalInMs?: number;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export type ClientGroupsCreateOrUpdateResponse = ClientGroup;
|
|
301
|
+
|
|
302
|
+
// @public
|
|
303
|
+
export interface ClientGroupsDeleteHeaders {
|
|
304
|
+
// (undocumented)
|
|
305
|
+
location?: string;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export interface ClientGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
310
|
+
resumeFrom?: string;
|
|
311
|
+
updateIntervalInMs?: number;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// @public
|
|
315
|
+
export interface ClientGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export type ClientGroupsGetResponse = ClientGroup;
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface ClientGroupsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public
|
|
326
|
+
export type ClientGroupsListByNamespaceNextResponse = ClientGroupsListResult;
|
|
327
|
+
|
|
328
|
+
// @public
|
|
329
|
+
export interface ClientGroupsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
330
|
+
filter?: string;
|
|
331
|
+
top?: number;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export type ClientGroupsListByNamespaceResponse = ClientGroupsListResult;
|
|
336
|
+
|
|
337
|
+
// @public
|
|
338
|
+
export interface ClientGroupsListResult {
|
|
339
|
+
nextLink?: string;
|
|
340
|
+
value?: ClientGroup[];
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export type ClientProvisioningState = string;
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export interface Clients {
|
|
348
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClientsCreateOrUpdateResponse>, ClientsCreateOrUpdateResponse>>;
|
|
349
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, clientName: string, clientInfo: Client, options?: ClientsCreateOrUpdateOptionalParams): Promise<ClientsCreateOrUpdateResponse>;
|
|
350
|
+
beginDelete(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
351
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsDeleteOptionalParams): Promise<void>;
|
|
352
|
+
get(resourceGroupName: string, namespaceName: string, clientName: string, options?: ClientsGetOptionalParams): Promise<ClientsGetResponse>;
|
|
353
|
+
listByNamespace(resourceGroupName: string, namespaceName: string, options?: ClientsListByNamespaceOptionalParams): PagedAsyncIterableIterator<Client>;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// @public
|
|
357
|
+
export interface ClientsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
358
|
+
resumeFrom?: string;
|
|
359
|
+
updateIntervalInMs?: number;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type ClientsCreateOrUpdateResponse = Client;
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export interface ClientsDeleteHeaders {
|
|
367
|
+
// (undocumented)
|
|
368
|
+
location?: string;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export interface ClientsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
373
|
+
resumeFrom?: string;
|
|
374
|
+
updateIntervalInMs?: number;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export interface ClientsGetOptionalParams extends coreClient.OperationOptions {
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// @public
|
|
382
|
+
export type ClientsGetResponse = Client;
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export interface ClientsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export type ClientsListByNamespaceNextResponse = ClientsListResult;
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface ClientsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
393
|
+
filter?: string;
|
|
394
|
+
top?: number;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export type ClientsListByNamespaceResponse = ClientsListResult;
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export interface ClientsListResult {
|
|
402
|
+
nextLink?: string;
|
|
403
|
+
value?: Client[];
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export type ClientState = string;
|
|
408
|
+
|
|
127
409
|
// @public
|
|
128
410
|
export interface ConnectionState {
|
|
129
411
|
actionsRequired?: string;
|
|
@@ -171,6 +453,18 @@ export type DeliveryAttributeMappingType = string;
|
|
|
171
453
|
// @public (undocumented)
|
|
172
454
|
export type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
|
|
173
455
|
|
|
456
|
+
// @public
|
|
457
|
+
export interface DeliveryConfiguration {
|
|
458
|
+
deliveryMode?: DeliveryMode;
|
|
459
|
+
queue?: QueueInfo;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export type DeliveryMode = string;
|
|
464
|
+
|
|
465
|
+
// @public
|
|
466
|
+
export type DeliverySchema = string;
|
|
467
|
+
|
|
174
468
|
// @public
|
|
175
469
|
export interface DeliveryWithResourceIdentity {
|
|
176
470
|
destination?: EventSubscriptionDestinationUnion;
|
|
@@ -184,24 +478,27 @@ export interface Domain extends TrackedResource {
|
|
|
184
478
|
dataResidencyBoundary?: DataResidencyBoundary;
|
|
185
479
|
disableLocalAuth?: boolean;
|
|
186
480
|
readonly endpoint?: string;
|
|
481
|
+
eventTypeInfo?: EventTypeInfo;
|
|
187
482
|
identity?: IdentityInfo;
|
|
188
483
|
inboundIpRules?: InboundIpRule[];
|
|
189
484
|
inputSchema?: InputSchema;
|
|
190
485
|
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
191
486
|
readonly metricResourceId?: string;
|
|
487
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
192
488
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
193
489
|
readonly provisioningState?: DomainProvisioningState;
|
|
194
490
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
491
|
+
sku?: ResourceSku;
|
|
195
492
|
readonly systemData?: SystemData;
|
|
196
493
|
}
|
|
197
494
|
|
|
198
495
|
// @public
|
|
199
496
|
export interface DomainEventSubscriptions {
|
|
200
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainEventSubscriptionsCreateOrUpdateOptionalParams): Promise<
|
|
497
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainEventSubscriptionsCreateOrUpdateResponse>, DomainEventSubscriptionsCreateOrUpdateResponse>>;
|
|
201
498
|
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainEventSubscriptionsCreateOrUpdateOptionalParams): Promise<DomainEventSubscriptionsCreateOrUpdateResponse>;
|
|
202
|
-
beginDelete(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsDeleteOptionalParams): Promise<
|
|
499
|
+
beginDelete(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
203
500
|
beginDeleteAndWait(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
204
|
-
beginUpdate(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainEventSubscriptionsUpdateOptionalParams): Promise<
|
|
501
|
+
beginUpdate(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainEventSubscriptionsUpdateResponse>, DomainEventSubscriptionsUpdateResponse>>;
|
|
205
502
|
beginUpdateAndWait(resourceGroupName: string, domainName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainEventSubscriptionsUpdateOptionalParams): Promise<DomainEventSubscriptionsUpdateResponse>;
|
|
206
503
|
get(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsGetOptionalParams): Promise<DomainEventSubscriptionsGetResponse>;
|
|
207
504
|
getDeliveryAttributes(resourceGroupName: string, domainName: string, eventSubscriptionName: string, options?: DomainEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
@@ -218,6 +515,12 @@ export interface DomainEventSubscriptionsCreateOrUpdateOptionalParams extends co
|
|
|
218
515
|
// @public
|
|
219
516
|
export type DomainEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
220
517
|
|
|
518
|
+
// @public
|
|
519
|
+
export interface DomainEventSubscriptionsDeleteHeaders {
|
|
520
|
+
// (undocumented)
|
|
521
|
+
location?: string;
|
|
522
|
+
}
|
|
523
|
+
|
|
221
524
|
// @public
|
|
222
525
|
export interface DomainEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
223
526
|
resumeFrom?: string;
|
|
@@ -280,11 +583,11 @@ export interface DomainRegenerateKeyRequest {
|
|
|
280
583
|
|
|
281
584
|
// @public
|
|
282
585
|
export interface Domains {
|
|
283
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<
|
|
586
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainsCreateOrUpdateResponse>, DomainsCreateOrUpdateResponse>>;
|
|
284
587
|
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<DomainsCreateOrUpdateResponse>;
|
|
285
|
-
beginDelete(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<
|
|
588
|
+
beginDelete(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
286
589
|
beginDeleteAndWait(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<void>;
|
|
287
|
-
beginUpdate(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<
|
|
590
|
+
beginUpdate(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
288
591
|
beginUpdateAndWait(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<void>;
|
|
289
592
|
get(resourceGroupName: string, domainName: string, options?: DomainsGetOptionalParams): Promise<DomainsGetResponse>;
|
|
290
593
|
listByResourceGroup(resourceGroupName: string, options?: DomainsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
@@ -302,6 +605,12 @@ export interface DomainsCreateOrUpdateOptionalParams extends coreClient.Operatio
|
|
|
302
605
|
// @public
|
|
303
606
|
export type DomainsCreateOrUpdateResponse = Domain;
|
|
304
607
|
|
|
608
|
+
// @public
|
|
609
|
+
export interface DomainsDeleteHeaders {
|
|
610
|
+
// (undocumented)
|
|
611
|
+
location?: string;
|
|
612
|
+
}
|
|
613
|
+
|
|
305
614
|
// @public
|
|
306
615
|
export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
307
616
|
resumeFrom?: string;
|
|
@@ -387,11 +696,11 @@ export interface DomainTopic extends Resource {
|
|
|
387
696
|
|
|
388
697
|
// @public
|
|
389
698
|
export interface DomainTopicEventSubscriptions {
|
|
390
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<
|
|
699
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainTopicEventSubscriptionsCreateOrUpdateResponse>, DomainTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
391
700
|
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<DomainTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
392
|
-
beginDelete(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsDeleteOptionalParams): Promise<
|
|
701
|
+
beginDelete(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
393
702
|
beginDeleteAndWait(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
394
|
-
beginUpdate(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainTopicEventSubscriptionsUpdateOptionalParams): Promise<
|
|
703
|
+
beginUpdate(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainTopicEventSubscriptionsUpdateResponse>, DomainTopicEventSubscriptionsUpdateResponse>>;
|
|
395
704
|
beginUpdateAndWait(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: DomainTopicEventSubscriptionsUpdateOptionalParams): Promise<DomainTopicEventSubscriptionsUpdateResponse>;
|
|
396
705
|
get(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetOptionalParams): Promise<DomainTopicEventSubscriptionsGetResponse>;
|
|
397
706
|
getDeliveryAttributes(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
@@ -408,6 +717,12 @@ export interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams exten
|
|
|
408
717
|
// @public
|
|
409
718
|
export type DomainTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
410
719
|
|
|
720
|
+
// @public
|
|
721
|
+
export interface DomainTopicEventSubscriptionsDeleteHeaders {
|
|
722
|
+
// (undocumented)
|
|
723
|
+
location?: string;
|
|
724
|
+
}
|
|
725
|
+
|
|
411
726
|
// @public
|
|
412
727
|
export interface DomainTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
413
728
|
resumeFrom?: string;
|
|
@@ -465,9 +780,9 @@ export type DomainTopicProvisioningState = string;
|
|
|
465
780
|
|
|
466
781
|
// @public
|
|
467
782
|
export interface DomainTopics {
|
|
468
|
-
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<
|
|
783
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DomainTopicsCreateOrUpdateResponse>, DomainTopicsCreateOrUpdateResponse>>;
|
|
469
784
|
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<DomainTopicsCreateOrUpdateResponse>;
|
|
470
|
-
beginDelete(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<
|
|
785
|
+
beginDelete(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
471
786
|
beginDeleteAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<void>;
|
|
472
787
|
get(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsGetOptionalParams): Promise<DomainTopicsGetResponse>;
|
|
473
788
|
listByDomain(resourceGroupName: string, domainName: string, options?: DomainTopicsListByDomainOptionalParams): PagedAsyncIterableIterator<DomainTopic>;
|
|
@@ -482,6 +797,12 @@ export interface DomainTopicsCreateOrUpdateOptionalParams extends coreClient.Ope
|
|
|
482
797
|
// @public
|
|
483
798
|
export type DomainTopicsCreateOrUpdateResponse = DomainTopic;
|
|
484
799
|
|
|
800
|
+
// @public
|
|
801
|
+
export interface DomainTopicsDeleteHeaders {
|
|
802
|
+
// (undocumented)
|
|
803
|
+
location?: string;
|
|
804
|
+
}
|
|
805
|
+
|
|
485
806
|
// @public
|
|
486
807
|
export interface DomainTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
487
808
|
resumeFrom?: string;
|
|
@@ -523,9 +844,12 @@ export interface DomainUpdateParameters {
|
|
|
523
844
|
autoDeleteTopicWithLastSubscription?: boolean;
|
|
524
845
|
dataResidencyBoundary?: DataResidencyBoundary;
|
|
525
846
|
disableLocalAuth?: boolean;
|
|
847
|
+
eventTypeInfo?: EventTypeInfo;
|
|
526
848
|
identity?: IdentityInfo;
|
|
527
849
|
inboundIpRules?: InboundIpRule[];
|
|
850
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
528
851
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
852
|
+
sku?: ResourceSku;
|
|
529
853
|
tags?: {
|
|
530
854
|
[propertyName: string]: string;
|
|
531
855
|
};
|
|
@@ -537,9 +861,35 @@ export interface DynamicDeliveryAttributeMapping extends DeliveryAttributeMappin
|
|
|
537
861
|
type: "Dynamic";
|
|
538
862
|
}
|
|
539
863
|
|
|
864
|
+
// @public (undocumented)
|
|
865
|
+
export interface DynamicRoutingEnrichment {
|
|
866
|
+
key?: string;
|
|
867
|
+
value?: string;
|
|
868
|
+
}
|
|
869
|
+
|
|
540
870
|
// @public
|
|
541
871
|
export type EndpointType = string;
|
|
542
872
|
|
|
873
|
+
// @public
|
|
874
|
+
export interface ErrorAdditionalInfo {
|
|
875
|
+
readonly info?: Record<string, unknown>;
|
|
876
|
+
readonly type?: string;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export interface ErrorDetail {
|
|
881
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
882
|
+
readonly code?: string;
|
|
883
|
+
readonly details?: ErrorDetail[];
|
|
884
|
+
readonly message?: string;
|
|
885
|
+
readonly target?: string;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
// @public
|
|
889
|
+
export interface ErrorResponse {
|
|
890
|
+
error?: ErrorDetail;
|
|
891
|
+
}
|
|
892
|
+
|
|
543
893
|
// @public
|
|
544
894
|
export type EventDefinitionKind = string;
|
|
545
895
|
|
|
@@ -554,8 +904,14 @@ export class EventGridManagementClient extends coreClient.ServiceClient {
|
|
|
554
904
|
// (undocumented)
|
|
555
905
|
apiVersion: string;
|
|
556
906
|
// (undocumented)
|
|
907
|
+
caCertificates: CaCertificates;
|
|
908
|
+
// (undocumented)
|
|
557
909
|
channels: Channels;
|
|
558
910
|
// (undocumented)
|
|
911
|
+
clientGroups: ClientGroups;
|
|
912
|
+
// (undocumented)
|
|
913
|
+
clients: Clients;
|
|
914
|
+
// (undocumented)
|
|
559
915
|
domainEventSubscriptions: DomainEventSubscriptions;
|
|
560
916
|
// (undocumented)
|
|
561
917
|
domains: Domains;
|
|
@@ -568,10 +924,18 @@ export class EventGridManagementClient extends coreClient.ServiceClient {
|
|
|
568
924
|
// (undocumented)
|
|
569
925
|
extensionTopics: ExtensionTopics;
|
|
570
926
|
// (undocumented)
|
|
927
|
+
namespaces: Namespaces;
|
|
928
|
+
// (undocumented)
|
|
929
|
+
namespaceTopicEventSubscriptions: NamespaceTopicEventSubscriptions;
|
|
930
|
+
// (undocumented)
|
|
931
|
+
namespaceTopics: NamespaceTopics;
|
|
932
|
+
// (undocumented)
|
|
571
933
|
operations: Operations;
|
|
572
934
|
// (undocumented)
|
|
573
935
|
partnerConfigurations: PartnerConfigurations;
|
|
574
936
|
// (undocumented)
|
|
937
|
+
partnerDestinations: PartnerDestinations;
|
|
938
|
+
// (undocumented)
|
|
575
939
|
partnerNamespaces: PartnerNamespaces;
|
|
576
940
|
// (undocumented)
|
|
577
941
|
partnerRegistrations: PartnerRegistrations;
|
|
@@ -580,6 +944,8 @@ export class EventGridManagementClient extends coreClient.ServiceClient {
|
|
|
580
944
|
// (undocumented)
|
|
581
945
|
partnerTopics: PartnerTopics;
|
|
582
946
|
// (undocumented)
|
|
947
|
+
permissionBindings: PermissionBindings;
|
|
948
|
+
// (undocumented)
|
|
583
949
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
584
950
|
// (undocumented)
|
|
585
951
|
privateLinkResources: PrivateLinkResources;
|
|
@@ -594,6 +960,8 @@ export class EventGridManagementClient extends coreClient.ServiceClient {
|
|
|
594
960
|
// (undocumented)
|
|
595
961
|
topics: Topics;
|
|
596
962
|
// (undocumented)
|
|
963
|
+
topicSpaces: TopicSpaces;
|
|
964
|
+
// (undocumented)
|
|
597
965
|
topicTypes: TopicTypes;
|
|
598
966
|
// (undocumented)
|
|
599
967
|
verifiedPartners: VerifiedPartners;
|
|
@@ -613,6 +981,9 @@ export interface EventHubEventSubscriptionDestination extends EventSubscriptionD
|
|
|
613
981
|
resourceId?: string;
|
|
614
982
|
}
|
|
615
983
|
|
|
984
|
+
// @public
|
|
985
|
+
export type EventInputSchema = string;
|
|
986
|
+
|
|
616
987
|
// @public
|
|
617
988
|
export interface EventSubscription extends Resource {
|
|
618
989
|
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
@@ -631,11 +1002,11 @@ export interface EventSubscription extends Resource {
|
|
|
631
1002
|
|
|
632
1003
|
// @public
|
|
633
1004
|
export interface EventSubscriptionDestination {
|
|
634
|
-
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction";
|
|
1005
|
+
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction" | "PartnerDestination";
|
|
635
1006
|
}
|
|
636
1007
|
|
|
637
1008
|
// @public (undocumented)
|
|
638
|
-
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination;
|
|
1009
|
+
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination | PartnerEventSubscriptionDestination;
|
|
639
1010
|
|
|
640
1011
|
// @public
|
|
641
1012
|
export interface EventSubscriptionFilter {
|
|
@@ -666,11 +1037,11 @@ export type EventSubscriptionProvisioningState = string;
|
|
|
666
1037
|
|
|
667
1038
|
// @public
|
|
668
1039
|
export interface EventSubscriptions {
|
|
669
|
-
beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<
|
|
1040
|
+
beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EventSubscriptionsCreateOrUpdateResponse>, EventSubscriptionsCreateOrUpdateResponse>>;
|
|
670
1041
|
beginCreateOrUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<EventSubscriptionsCreateOrUpdateResponse>;
|
|
671
|
-
beginDelete(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<
|
|
1042
|
+
beginDelete(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
672
1043
|
beginDeleteAndWait(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
673
|
-
beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<
|
|
1044
|
+
beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EventSubscriptionsUpdateResponse>, EventSubscriptionsUpdateResponse>>;
|
|
674
1045
|
beginUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<EventSubscriptionsUpdateResponse>;
|
|
675
1046
|
get(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetOptionalParams): Promise<EventSubscriptionsGetResponse>;
|
|
676
1047
|
getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
|
|
@@ -696,6 +1067,12 @@ export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClie
|
|
|
696
1067
|
// @public
|
|
697
1068
|
export type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
698
1069
|
|
|
1070
|
+
// @public
|
|
1071
|
+
export interface EventSubscriptionsDeleteHeaders {
|
|
1072
|
+
// (undocumented)
|
|
1073
|
+
location?: string;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
699
1076
|
// @public
|
|
700
1077
|
export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
701
1078
|
resumeFrom?: string;
|
|
@@ -932,6 +1309,12 @@ export interface EventTypesListResult {
|
|
|
932
1309
|
value?: EventType[];
|
|
933
1310
|
}
|
|
934
1311
|
|
|
1312
|
+
// @public
|
|
1313
|
+
export interface ExtendedLocation {
|
|
1314
|
+
name?: string;
|
|
1315
|
+
type?: string;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
935
1318
|
// @public
|
|
936
1319
|
export interface ExtensionTopic extends Resource {
|
|
937
1320
|
description?: string;
|
|
@@ -952,17 +1335,35 @@ export interface ExtensionTopicsGetOptionalParams extends coreClient.OperationOp
|
|
|
952
1335
|
export type ExtensionTopicsGetResponse = ExtensionTopic;
|
|
953
1336
|
|
|
954
1337
|
// @public
|
|
955
|
-
export
|
|
1338
|
+
export interface Filter {
|
|
1339
|
+
key?: string;
|
|
1340
|
+
operatorType: "NumberIn" | "NumberNotIn" | "NumberLessThan" | "NumberGreaterThan" | "NumberLessThanOrEquals" | "NumberGreaterThanOrEquals" | "BoolEquals" | "StringIn" | "StringNotIn" | "StringBeginsWith" | "StringEndsWith" | "StringContains" | "NumberInRange" | "NumberNotInRange" | "StringNotBeginsWith" | "StringNotEndsWith" | "StringNotContains" | "IsNullOrUndefined" | "IsNotNull";
|
|
1341
|
+
}
|
|
956
1342
|
|
|
957
1343
|
// @public
|
|
958
|
-
export
|
|
959
|
-
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
960
|
-
endpointType: "HybridConnection";
|
|
961
|
-
resourceId?: string;
|
|
962
|
-
}
|
|
1344
|
+
export type FilterOperatorType = string;
|
|
963
1345
|
|
|
964
1346
|
// @public
|
|
965
|
-
export interface
|
|
1347
|
+
export interface FiltersConfiguration {
|
|
1348
|
+
filters?: FilterUnion[];
|
|
1349
|
+
includedEventTypes?: string[];
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
// @public (undocumented)
|
|
1353
|
+
export type FilterUnion = Filter | NumberInFilter | NumberNotInFilter | NumberLessThanFilter | NumberGreaterThanFilter | NumberLessThanOrEqualsFilter | NumberGreaterThanOrEqualsFilter | BoolEqualsFilter | StringInFilter | StringNotInFilter | StringBeginsWithFilter | StringEndsWithFilter | StringContainsFilter | NumberInRangeFilter | NumberNotInRangeFilter | StringNotBeginsWithFilter | StringNotEndsWithFilter | StringNotContainsFilter | IsNullOrUndefinedFilter | IsNotNullFilter;
|
|
1354
|
+
|
|
1355
|
+
// @public
|
|
1356
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
1357
|
+
|
|
1358
|
+
// @public
|
|
1359
|
+
export interface HybridConnectionEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
1360
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1361
|
+
endpointType: "HybridConnection";
|
|
1362
|
+
resourceId?: string;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
// @public
|
|
1366
|
+
export interface IdentityInfo {
|
|
966
1367
|
principalId?: string;
|
|
967
1368
|
tenantId?: string;
|
|
968
1369
|
type?: IdentityType;
|
|
@@ -1010,11 +1411,21 @@ export interface IsNotNullAdvancedFilter extends AdvancedFilter {
|
|
|
1010
1411
|
operatorType: "IsNotNull";
|
|
1011
1412
|
}
|
|
1012
1413
|
|
|
1414
|
+
// @public
|
|
1415
|
+
export interface IsNotNullFilter extends Filter {
|
|
1416
|
+
operatorType: "IsNotNull";
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1013
1419
|
// @public
|
|
1014
1420
|
export interface IsNullOrUndefinedAdvancedFilter extends AdvancedFilter {
|
|
1015
1421
|
operatorType: "IsNullOrUndefined";
|
|
1016
1422
|
}
|
|
1017
1423
|
|
|
1424
|
+
// @public
|
|
1425
|
+
export interface IsNullOrUndefinedFilter extends Filter {
|
|
1426
|
+
operatorType: "IsNullOrUndefined";
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1018
1429
|
// @public
|
|
1019
1430
|
export interface JsonField {
|
|
1020
1431
|
sourceField?: string;
|
|
@@ -1060,12 +1471,33 @@ export enum KnownAdvancedFilterOperatorType {
|
|
|
1060
1471
|
StringNotIn = "StringNotIn"
|
|
1061
1472
|
}
|
|
1062
1473
|
|
|
1474
|
+
// @public
|
|
1475
|
+
export enum KnownAlternativeAuthenticationNameSource {
|
|
1476
|
+
ClientCertificateDns = "ClientCertificateDns",
|
|
1477
|
+
ClientCertificateEmail = "ClientCertificateEmail",
|
|
1478
|
+
ClientCertificateIp = "ClientCertificateIp",
|
|
1479
|
+
ClientCertificateSubject = "ClientCertificateSubject",
|
|
1480
|
+
ClientCertificateUri = "ClientCertificateUri"
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
// @public
|
|
1484
|
+
export enum KnownCaCertificateProvisioningState {
|
|
1485
|
+
Canceled = "Canceled",
|
|
1486
|
+
Creating = "Creating",
|
|
1487
|
+
Deleted = "Deleted",
|
|
1488
|
+
Deleting = "Deleting",
|
|
1489
|
+
Failed = "Failed",
|
|
1490
|
+
Succeeded = "Succeeded",
|
|
1491
|
+
Updating = "Updating"
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1063
1494
|
// @public
|
|
1064
1495
|
export enum KnownChannelProvisioningState {
|
|
1065
1496
|
Canceled = "Canceled",
|
|
1066
1497
|
Creating = "Creating",
|
|
1067
1498
|
Deleting = "Deleting",
|
|
1068
1499
|
Failed = "Failed",
|
|
1500
|
+
IdleDueToMirroredPartnerDestinationDeletion = "IdleDueToMirroredPartnerDestinationDeletion",
|
|
1069
1501
|
IdleDueToMirroredPartnerTopicDeletion = "IdleDueToMirroredPartnerTopicDeletion",
|
|
1070
1502
|
Succeeded = "Succeeded",
|
|
1071
1503
|
Updating = "Updating"
|
|
@@ -1073,9 +1505,48 @@ export enum KnownChannelProvisioningState {
|
|
|
1073
1505
|
|
|
1074
1506
|
// @public
|
|
1075
1507
|
export enum KnownChannelType {
|
|
1508
|
+
PartnerDestination = "PartnerDestination",
|
|
1076
1509
|
PartnerTopic = "PartnerTopic"
|
|
1077
1510
|
}
|
|
1078
1511
|
|
|
1512
|
+
// @public
|
|
1513
|
+
export enum KnownClientCertificateValidationScheme {
|
|
1514
|
+
DnsMatchesAuthenticationName = "DnsMatchesAuthenticationName",
|
|
1515
|
+
EmailMatchesAuthenticationName = "EmailMatchesAuthenticationName",
|
|
1516
|
+
IpMatchesAuthenticationName = "IpMatchesAuthenticationName",
|
|
1517
|
+
SubjectMatchesAuthenticationName = "SubjectMatchesAuthenticationName",
|
|
1518
|
+
ThumbprintMatch = "ThumbprintMatch",
|
|
1519
|
+
UriMatchesAuthenticationName = "UriMatchesAuthenticationName"
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export enum KnownClientGroupProvisioningState {
|
|
1524
|
+
Canceled = "Canceled",
|
|
1525
|
+
Creating = "Creating",
|
|
1526
|
+
Deleted = "Deleted",
|
|
1527
|
+
Deleting = "Deleting",
|
|
1528
|
+
Failed = "Failed",
|
|
1529
|
+
Succeeded = "Succeeded",
|
|
1530
|
+
Updating = "Updating"
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
// @public
|
|
1534
|
+
export enum KnownClientProvisioningState {
|
|
1535
|
+
Canceled = "Canceled",
|
|
1536
|
+
Creating = "Creating",
|
|
1537
|
+
Deleted = "Deleted",
|
|
1538
|
+
Deleting = "Deleting",
|
|
1539
|
+
Failed = "Failed",
|
|
1540
|
+
Succeeded = "Succeeded",
|
|
1541
|
+
Updating = "Updating"
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
// @public
|
|
1545
|
+
export enum KnownClientState {
|
|
1546
|
+
Disabled = "Disabled",
|
|
1547
|
+
Enabled = "Enabled"
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1079
1550
|
// @public
|
|
1080
1551
|
export enum KnownCreatedByType {
|
|
1081
1552
|
Application = "Application",
|
|
@@ -1101,6 +1572,16 @@ export enum KnownDeliveryAttributeMappingType {
|
|
|
1101
1572
|
Static = "Static"
|
|
1102
1573
|
}
|
|
1103
1574
|
|
|
1575
|
+
// @public
|
|
1576
|
+
export enum KnownDeliveryMode {
|
|
1577
|
+
Queue = "Queue"
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
// @public
|
|
1581
|
+
export enum KnownDeliverySchema {
|
|
1582
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1104
1585
|
// @public
|
|
1105
1586
|
export enum KnownDomainProvisioningState {
|
|
1106
1587
|
Canceled = "Canceled",
|
|
@@ -1126,6 +1607,7 @@ export enum KnownEndpointType {
|
|
|
1126
1607
|
AzureFunction = "AzureFunction",
|
|
1127
1608
|
EventHub = "EventHub",
|
|
1128
1609
|
HybridConnection = "HybridConnection",
|
|
1610
|
+
PartnerDestination = "PartnerDestination",
|
|
1129
1611
|
ServiceBusQueue = "ServiceBusQueue",
|
|
1130
1612
|
ServiceBusTopic = "ServiceBusTopic",
|
|
1131
1613
|
StorageQueue = "StorageQueue",
|
|
@@ -1144,6 +1626,11 @@ export enum KnownEventDeliverySchema {
|
|
|
1144
1626
|
EventGridSchema = "EventGridSchema"
|
|
1145
1627
|
}
|
|
1146
1628
|
|
|
1629
|
+
// @public
|
|
1630
|
+
export enum KnownEventInputSchema {
|
|
1631
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1147
1634
|
// @public
|
|
1148
1635
|
export enum KnownEventSubscriptionIdentityType {
|
|
1149
1636
|
SystemAssigned = "SystemAssigned",
|
|
@@ -1161,6 +1648,29 @@ export enum KnownEventSubscriptionProvisioningState {
|
|
|
1161
1648
|
Updating = "Updating"
|
|
1162
1649
|
}
|
|
1163
1650
|
|
|
1651
|
+
// @public
|
|
1652
|
+
export enum KnownFilterOperatorType {
|
|
1653
|
+
BoolEquals = "BoolEquals",
|
|
1654
|
+
IsNotNull = "IsNotNull",
|
|
1655
|
+
IsNullOrUndefined = "IsNullOrUndefined",
|
|
1656
|
+
NumberGreaterThan = "NumberGreaterThan",
|
|
1657
|
+
NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
|
|
1658
|
+
NumberIn = "NumberIn",
|
|
1659
|
+
NumberInRange = "NumberInRange",
|
|
1660
|
+
NumberLessThan = "NumberLessThan",
|
|
1661
|
+
NumberLessThanOrEquals = "NumberLessThanOrEquals",
|
|
1662
|
+
NumberNotIn = "NumberNotIn",
|
|
1663
|
+
NumberNotInRange = "NumberNotInRange",
|
|
1664
|
+
StringBeginsWith = "StringBeginsWith",
|
|
1665
|
+
StringContains = "StringContains",
|
|
1666
|
+
StringEndsWith = "StringEndsWith",
|
|
1667
|
+
StringIn = "StringIn",
|
|
1668
|
+
StringNotBeginsWith = "StringNotBeginsWith",
|
|
1669
|
+
StringNotContains = "StringNotContains",
|
|
1670
|
+
StringNotEndsWith = "StringNotEndsWith",
|
|
1671
|
+
StringNotIn = "StringNotIn"
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1164
1674
|
// @public
|
|
1165
1675
|
export enum KnownIdentityType {
|
|
1166
1676
|
None = "None",
|
|
@@ -1186,6 +1696,39 @@ export enum KnownIpActionType {
|
|
|
1186
1696
|
Allow = "Allow"
|
|
1187
1697
|
}
|
|
1188
1698
|
|
|
1699
|
+
// @public
|
|
1700
|
+
export enum KnownNamespaceProvisioningState {
|
|
1701
|
+
Canceled = "Canceled",
|
|
1702
|
+
CreateFailed = "CreateFailed",
|
|
1703
|
+
Creating = "Creating",
|
|
1704
|
+
Deleted = "Deleted",
|
|
1705
|
+
DeleteFailed = "DeleteFailed",
|
|
1706
|
+
Deleting = "Deleting",
|
|
1707
|
+
Failed = "Failed",
|
|
1708
|
+
Succeeded = "Succeeded",
|
|
1709
|
+
UpdatedFailed = "UpdatedFailed",
|
|
1710
|
+
Updating = "Updating"
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
// @public
|
|
1714
|
+
export enum KnownNamespaceTopicProvisioningState {
|
|
1715
|
+
Canceled = "Canceled",
|
|
1716
|
+
CreateFailed = "CreateFailed",
|
|
1717
|
+
Creating = "Creating",
|
|
1718
|
+
Deleted = "Deleted",
|
|
1719
|
+
DeleteFailed = "DeleteFailed",
|
|
1720
|
+
Deleting = "Deleting",
|
|
1721
|
+
Failed = "Failed",
|
|
1722
|
+
Succeeded = "Succeeded",
|
|
1723
|
+
UpdatedFailed = "UpdatedFailed",
|
|
1724
|
+
Updating = "Updating"
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
// @public
|
|
1728
|
+
export enum KnownPartnerClientAuthenticationType {
|
|
1729
|
+
AzureAD = "AzureAD"
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1189
1732
|
// @public
|
|
1190
1733
|
export enum KnownPartnerConfigurationProvisioningState {
|
|
1191
1734
|
Canceled = "Canceled",
|
|
@@ -1196,6 +1739,28 @@ export enum KnownPartnerConfigurationProvisioningState {
|
|
|
1196
1739
|
Updating = "Updating"
|
|
1197
1740
|
}
|
|
1198
1741
|
|
|
1742
|
+
// @public
|
|
1743
|
+
export enum KnownPartnerDestinationActivationState {
|
|
1744
|
+
Activated = "Activated",
|
|
1745
|
+
NeverActivated = "NeverActivated"
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
// @public
|
|
1749
|
+
export enum KnownPartnerDestinationProvisioningState {
|
|
1750
|
+
Canceled = "Canceled",
|
|
1751
|
+
Creating = "Creating",
|
|
1752
|
+
Deleting = "Deleting",
|
|
1753
|
+
Failed = "Failed",
|
|
1754
|
+
IdleDueToMirroredChannelResourceDeletion = "IdleDueToMirroredChannelResourceDeletion",
|
|
1755
|
+
Succeeded = "Succeeded",
|
|
1756
|
+
Updating = "Updating"
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
// @public
|
|
1760
|
+
export enum KnownPartnerEndpointType {
|
|
1761
|
+
WebHook = "WebHook"
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1199
1764
|
// @public
|
|
1200
1765
|
export enum KnownPartnerNamespaceProvisioningState {
|
|
1201
1766
|
Canceled = "Canceled",
|
|
@@ -1235,90 +1800,538 @@ export enum KnownPartnerTopicProvisioningState {
|
|
|
1235
1800
|
}
|
|
1236
1801
|
|
|
1237
1802
|
// @public
|
|
1238
|
-
export enum KnownPartnerTopicRoutingMode {
|
|
1239
|
-
ChannelNameHeader = "ChannelNameHeader",
|
|
1240
|
-
SourceEventAttribute = "SourceEventAttribute"
|
|
1241
|
-
}
|
|
1803
|
+
export enum KnownPartnerTopicRoutingMode {
|
|
1804
|
+
ChannelNameHeader = "ChannelNameHeader",
|
|
1805
|
+
SourceEventAttribute = "SourceEventAttribute"
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
// @public
|
|
1809
|
+
export enum KnownPermissionBindingProvisioningState {
|
|
1810
|
+
Canceled = "Canceled",
|
|
1811
|
+
Creating = "Creating",
|
|
1812
|
+
Deleted = "Deleted",
|
|
1813
|
+
Deleting = "Deleting",
|
|
1814
|
+
Failed = "Failed",
|
|
1815
|
+
Succeeded = "Succeeded",
|
|
1816
|
+
Updating = "Updating"
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
// @public
|
|
1820
|
+
export enum KnownPermissionType {
|
|
1821
|
+
Publisher = "Publisher",
|
|
1822
|
+
Subscriber = "Subscriber"
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
// @public
|
|
1826
|
+
export enum KnownPersistedConnectionStatus {
|
|
1827
|
+
Approved = "Approved",
|
|
1828
|
+
Disconnected = "Disconnected",
|
|
1829
|
+
Pending = "Pending",
|
|
1830
|
+
Rejected = "Rejected"
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
// @public
|
|
1834
|
+
export enum KnownPrivateEndpointConnectionsParentType {
|
|
1835
|
+
Domains = "domains",
|
|
1836
|
+
Namespaces = "namespaces",
|
|
1837
|
+
PartnerNamespaces = "partnerNamespaces",
|
|
1838
|
+
Topics = "topics"
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
// @public
|
|
1842
|
+
export enum KnownPublicNetworkAccess {
|
|
1843
|
+
Disabled = "Disabled",
|
|
1844
|
+
Enabled = "Enabled"
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
// @public
|
|
1848
|
+
export enum KnownPublisherType {
|
|
1849
|
+
Custom = "Custom"
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
// @public
|
|
1853
|
+
export enum KnownReadinessState {
|
|
1854
|
+
Activated = "Activated",
|
|
1855
|
+
NeverActivated = "NeverActivated"
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
// @public
|
|
1859
|
+
export enum KnownResourceKind {
|
|
1860
|
+
Azure = "Azure",
|
|
1861
|
+
AzureArc = "AzureArc"
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
// @public
|
|
1865
|
+
export enum KnownResourceProvisioningState {
|
|
1866
|
+
Canceled = "Canceled",
|
|
1867
|
+
Creating = "Creating",
|
|
1868
|
+
Deleting = "Deleting",
|
|
1869
|
+
Failed = "Failed",
|
|
1870
|
+
Succeeded = "Succeeded",
|
|
1871
|
+
Updating = "Updating"
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
// @public
|
|
1875
|
+
export enum KnownResourceRegionType {
|
|
1876
|
+
GlobalResource = "GlobalResource",
|
|
1877
|
+
RegionalResource = "RegionalResource"
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
// @public
|
|
1881
|
+
export enum KnownRoutingIdentityType {
|
|
1882
|
+
None = "None",
|
|
1883
|
+
SystemAssigned = "SystemAssigned",
|
|
1884
|
+
UserAssigned = "UserAssigned"
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
// @public
|
|
1888
|
+
export enum KnownSku {
|
|
1889
|
+
Basic = "Basic",
|
|
1890
|
+
Premium = "Premium"
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
// @public
|
|
1894
|
+
export enum KnownSkuName {
|
|
1895
|
+
Standard = "Standard"
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
// @public
|
|
1899
|
+
export enum KnownStaticRoutingEnrichmentType {
|
|
1900
|
+
String = "String"
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
// @public
|
|
1904
|
+
export enum KnownSubscriptionProvisioningState {
|
|
1905
|
+
AwaitingManualAction = "AwaitingManualAction",
|
|
1906
|
+
Canceled = "Canceled",
|
|
1907
|
+
CreateFailed = "CreateFailed",
|
|
1908
|
+
Creating = "Creating",
|
|
1909
|
+
Deleted = "Deleted",
|
|
1910
|
+
DeleteFailed = "DeleteFailed",
|
|
1911
|
+
Deleting = "Deleting",
|
|
1912
|
+
Failed = "Failed",
|
|
1913
|
+
Succeeded = "Succeeded",
|
|
1914
|
+
UpdatedFailed = "UpdatedFailed",
|
|
1915
|
+
Updating = "Updating"
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
// @public
|
|
1919
|
+
export enum KnownTlsVersion {
|
|
1920
|
+
One0 = "1.0",
|
|
1921
|
+
One1 = "1.1",
|
|
1922
|
+
One2 = "1.2"
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
// @public
|
|
1926
|
+
export enum KnownTopicProvisioningState {
|
|
1927
|
+
Canceled = "Canceled",
|
|
1928
|
+
Creating = "Creating",
|
|
1929
|
+
Deleting = "Deleting",
|
|
1930
|
+
Failed = "Failed",
|
|
1931
|
+
Succeeded = "Succeeded",
|
|
1932
|
+
Updating = "Updating"
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
// @public
|
|
1936
|
+
export enum KnownTopicSpaceProvisioningState {
|
|
1937
|
+
Canceled = "Canceled",
|
|
1938
|
+
Creating = "Creating",
|
|
1939
|
+
Deleted = "Deleted",
|
|
1940
|
+
Deleting = "Deleting",
|
|
1941
|
+
Failed = "Failed",
|
|
1942
|
+
Succeeded = "Succeeded",
|
|
1943
|
+
Updating = "Updating"
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
// @public
|
|
1947
|
+
export enum KnownTopicSpacesConfigurationState {
|
|
1948
|
+
Disabled = "Disabled",
|
|
1949
|
+
Enabled = "Enabled"
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
// @public
|
|
1953
|
+
export enum KnownTopicTypeProvisioningState {
|
|
1954
|
+
Canceled = "Canceled",
|
|
1955
|
+
Creating = "Creating",
|
|
1956
|
+
Deleting = "Deleting",
|
|
1957
|
+
Failed = "Failed",
|
|
1958
|
+
Succeeded = "Succeeded",
|
|
1959
|
+
Updating = "Updating"
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
// @public
|
|
1963
|
+
export enum KnownTopicTypeSourceScope {
|
|
1964
|
+
AzureSubscription = "AzureSubscription",
|
|
1965
|
+
ManagementGroup = "ManagementGroup",
|
|
1966
|
+
Resource = "Resource",
|
|
1967
|
+
ResourceGroup = "ResourceGroup"
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
// @public
|
|
1971
|
+
export enum KnownVerifiedPartnerProvisioningState {
|
|
1972
|
+
Canceled = "Canceled",
|
|
1973
|
+
Creating = "Creating",
|
|
1974
|
+
Deleting = "Deleting",
|
|
1975
|
+
Failed = "Failed",
|
|
1976
|
+
Succeeded = "Succeeded",
|
|
1977
|
+
Updating = "Updating"
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
// @public
|
|
1981
|
+
export interface Namespace extends TrackedResource {
|
|
1982
|
+
identity?: IdentityInfo;
|
|
1983
|
+
inboundIpRules?: InboundIpRule[];
|
|
1984
|
+
isZoneRedundant?: boolean;
|
|
1985
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1986
|
+
// (undocumented)
|
|
1987
|
+
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1988
|
+
readonly provisioningState?: NamespaceProvisioningState;
|
|
1989
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1990
|
+
sku?: NamespaceSku;
|
|
1991
|
+
readonly systemData?: SystemData;
|
|
1992
|
+
topicsConfiguration?: TopicsConfiguration;
|
|
1993
|
+
topicSpacesConfiguration?: TopicSpacesConfiguration;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
// @public
|
|
1997
|
+
export type NamespaceProvisioningState = string;
|
|
1998
|
+
|
|
1999
|
+
// @public
|
|
2000
|
+
export interface NamespaceRegenerateKeyRequest {
|
|
2001
|
+
keyName: string;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
// @public
|
|
2005
|
+
export interface Namespaces {
|
|
2006
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, namespaceInfo: Namespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespacesCreateOrUpdateResponse>, NamespacesCreateOrUpdateResponse>>;
|
|
2007
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, namespaceInfo: Namespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<NamespacesCreateOrUpdateResponse>;
|
|
2008
|
+
beginDelete(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2009
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<void>;
|
|
2010
|
+
beginRegenerateKey(resourceGroupName: string, namespaceName: string, regenerateKeyRequest: NamespaceRegenerateKeyRequest, options?: NamespacesRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<NamespacesRegenerateKeyResponse>, NamespacesRegenerateKeyResponse>>;
|
|
2011
|
+
beginRegenerateKeyAndWait(resourceGroupName: string, namespaceName: string, regenerateKeyRequest: NamespaceRegenerateKeyRequest, options?: NamespacesRegenerateKeyOptionalParams): Promise<NamespacesRegenerateKeyResponse>;
|
|
2012
|
+
beginUpdate(resourceGroupName: string, namespaceName: string, namespaceUpdateParameters: NamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespacesUpdateResponse>, NamespacesUpdateResponse>>;
|
|
2013
|
+
beginUpdateAndWait(resourceGroupName: string, namespaceName: string, namespaceUpdateParameters: NamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<NamespacesUpdateResponse>;
|
|
2014
|
+
get(resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams): Promise<NamespacesGetResponse>;
|
|
2015
|
+
listByResourceGroup(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Namespace>;
|
|
2016
|
+
listBySubscription(options?: NamespacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Namespace>;
|
|
2017
|
+
listSharedAccessKeys(resourceGroupName: string, namespaceName: string, options?: NamespacesListSharedAccessKeysOptionalParams): Promise<NamespacesListSharedAccessKeysResponse>;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
// @public
|
|
2021
|
+
export interface NamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2022
|
+
resumeFrom?: string;
|
|
2023
|
+
updateIntervalInMs?: number;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
// @public
|
|
2027
|
+
export type NamespacesCreateOrUpdateResponse = Namespace;
|
|
2028
|
+
|
|
2029
|
+
// @public
|
|
2030
|
+
export interface NamespacesDeleteHeaders {
|
|
2031
|
+
// (undocumented)
|
|
2032
|
+
location?: string;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
// @public
|
|
2036
|
+
export interface NamespacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2037
|
+
resumeFrom?: string;
|
|
2038
|
+
updateIntervalInMs?: number;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
// @public
|
|
2042
|
+
export interface NamespacesGetOptionalParams extends coreClient.OperationOptions {
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
// @public
|
|
2046
|
+
export type NamespacesGetResponse = Namespace;
|
|
2047
|
+
|
|
2048
|
+
// @public
|
|
2049
|
+
export interface NamespaceSharedAccessKeys {
|
|
2050
|
+
key1?: string;
|
|
2051
|
+
key2?: string;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
// @public
|
|
2055
|
+
export interface NamespaceSku {
|
|
2056
|
+
capacity?: number;
|
|
2057
|
+
name?: SkuName;
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
// @public
|
|
2061
|
+
export interface NamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
// @public
|
|
2065
|
+
export type NamespacesListByResourceGroupNextResponse = NamespacesListResult;
|
|
2066
|
+
|
|
2067
|
+
// @public
|
|
2068
|
+
export interface NamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2069
|
+
filter?: string;
|
|
2070
|
+
top?: number;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
// @public
|
|
2074
|
+
export type NamespacesListByResourceGroupResponse = NamespacesListResult;
|
|
2075
|
+
|
|
2076
|
+
// @public
|
|
2077
|
+
export interface NamespacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
// @public
|
|
2081
|
+
export type NamespacesListBySubscriptionNextResponse = NamespacesListResult;
|
|
2082
|
+
|
|
2083
|
+
// @public
|
|
2084
|
+
export interface NamespacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2085
|
+
filter?: string;
|
|
2086
|
+
top?: number;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
// @public
|
|
2090
|
+
export type NamespacesListBySubscriptionResponse = NamespacesListResult;
|
|
2091
|
+
|
|
2092
|
+
// @public
|
|
2093
|
+
export interface NamespacesListResult {
|
|
2094
|
+
nextLink?: string;
|
|
2095
|
+
value?: Namespace[];
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
// @public
|
|
2099
|
+
export interface NamespacesListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
// @public
|
|
2103
|
+
export type NamespacesListSharedAccessKeysResponse = NamespaceSharedAccessKeys;
|
|
2104
|
+
|
|
2105
|
+
// @public
|
|
2106
|
+
export interface NamespacesRegenerateKeyHeaders {
|
|
2107
|
+
// (undocumented)
|
|
2108
|
+
location?: string;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
// @public
|
|
2112
|
+
export interface NamespacesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2113
|
+
resumeFrom?: string;
|
|
2114
|
+
updateIntervalInMs?: number;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
// @public
|
|
2118
|
+
export type NamespacesRegenerateKeyResponse = NamespaceSharedAccessKeys;
|
|
2119
|
+
|
|
2120
|
+
// @public
|
|
2121
|
+
export interface NamespacesUpdateHeaders {
|
|
2122
|
+
// (undocumented)
|
|
2123
|
+
location?: string;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
// @public
|
|
2127
|
+
export interface NamespacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2128
|
+
resumeFrom?: string;
|
|
2129
|
+
updateIntervalInMs?: number;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
// @public
|
|
2133
|
+
export type NamespacesUpdateResponse = Namespace;
|
|
2134
|
+
|
|
2135
|
+
// @public
|
|
2136
|
+
export interface NamespaceTopic extends Resource {
|
|
2137
|
+
eventRetentionInDays?: number;
|
|
2138
|
+
inputSchema?: EventInputSchema;
|
|
2139
|
+
readonly provisioningState?: NamespaceTopicProvisioningState;
|
|
2140
|
+
publisherType?: PublisherType;
|
|
2141
|
+
readonly systemData?: SystemData;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
// @public
|
|
2145
|
+
export interface NamespaceTopicEventSubscriptions {
|
|
2146
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Subscription, options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>, NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
2147
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Subscription, options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<NamespaceTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
2148
|
+
beginDelete(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2149
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2150
|
+
beginUpdate(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: SubscriptionUpdateParameters, options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicEventSubscriptionsUpdateResponse>, NamespaceTopicEventSubscriptionsUpdateResponse>>;
|
|
2151
|
+
beginUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: SubscriptionUpdateParameters, options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams): Promise<NamespaceTopicEventSubscriptionsUpdateResponse>;
|
|
2152
|
+
get(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetOptionalParams): Promise<NamespaceTopicEventSubscriptionsGetResponse>;
|
|
2153
|
+
listByNamespaceTopic(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams): PagedAsyncIterableIterator<Subscription>;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
// @public
|
|
2157
|
+
export interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2158
|
+
resumeFrom?: string;
|
|
2159
|
+
updateIntervalInMs?: number;
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
// @public
|
|
2163
|
+
export type NamespaceTopicEventSubscriptionsCreateOrUpdateResponse = Subscription;
|
|
2164
|
+
|
|
2165
|
+
// @public
|
|
2166
|
+
export interface NamespaceTopicEventSubscriptionsDeleteHeaders {
|
|
2167
|
+
// (undocumented)
|
|
2168
|
+
location?: string;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
// @public
|
|
2172
|
+
export interface NamespaceTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2173
|
+
resumeFrom?: string;
|
|
2174
|
+
updateIntervalInMs?: number;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
// @public
|
|
2178
|
+
export interface NamespaceTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
// @public
|
|
2182
|
+
export type NamespaceTopicEventSubscriptionsGetResponse = Subscription;
|
|
2183
|
+
|
|
2184
|
+
// @public
|
|
2185
|
+
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
// @public
|
|
2189
|
+
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse = SubscriptionsListResult;
|
|
2190
|
+
|
|
2191
|
+
// @public
|
|
2192
|
+
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams extends coreClient.OperationOptions {
|
|
2193
|
+
filter?: string;
|
|
2194
|
+
top?: number;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
// @public
|
|
2198
|
+
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse = SubscriptionsListResult;
|
|
2199
|
+
|
|
2200
|
+
// @public
|
|
2201
|
+
export interface NamespaceTopicEventSubscriptionsUpdateHeaders {
|
|
2202
|
+
// (undocumented)
|
|
2203
|
+
location?: string;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
// @public
|
|
2207
|
+
export interface NamespaceTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2208
|
+
resumeFrom?: string;
|
|
2209
|
+
updateIntervalInMs?: number;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
// @public
|
|
2213
|
+
export type NamespaceTopicEventSubscriptionsUpdateResponse = Subscription;
|
|
2214
|
+
|
|
2215
|
+
// @public
|
|
2216
|
+
export type NamespaceTopicProvisioningState = string;
|
|
2217
|
+
|
|
2218
|
+
// @public
|
|
2219
|
+
export interface NamespaceTopics {
|
|
2220
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicInfo: NamespaceTopic, options?: NamespaceTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicsCreateOrUpdateResponse>, NamespaceTopicsCreateOrUpdateResponse>>;
|
|
2221
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicInfo: NamespaceTopic, options?: NamespaceTopicsCreateOrUpdateOptionalParams): Promise<NamespaceTopicsCreateOrUpdateResponse>;
|
|
2222
|
+
beginDelete(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2223
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsDeleteOptionalParams): Promise<void>;
|
|
2224
|
+
beginRegenerateKey(resourceGroupName: string, namespaceName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: NamespaceTopicsRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicsRegenerateKeyResponse>, NamespaceTopicsRegenerateKeyResponse>>;
|
|
2225
|
+
beginRegenerateKeyAndWait(resourceGroupName: string, namespaceName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: NamespaceTopicsRegenerateKeyOptionalParams): Promise<NamespaceTopicsRegenerateKeyResponse>;
|
|
2226
|
+
beginUpdate(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters, options?: NamespaceTopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NamespaceTopicsUpdateResponse>, NamespaceTopicsUpdateResponse>>;
|
|
2227
|
+
beginUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, namespaceTopicUpdateParameters: NamespaceTopicUpdateParameters, options?: NamespaceTopicsUpdateOptionalParams): Promise<NamespaceTopicsUpdateResponse>;
|
|
2228
|
+
get(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsGetOptionalParams): Promise<NamespaceTopicsGetResponse>;
|
|
2229
|
+
listByNamespace(resourceGroupName: string, namespaceName: string, options?: NamespaceTopicsListByNamespaceOptionalParams): PagedAsyncIterableIterator<NamespaceTopic>;
|
|
2230
|
+
listSharedAccessKeys(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicsListSharedAccessKeysOptionalParams): Promise<NamespaceTopicsListSharedAccessKeysResponse>;
|
|
2231
|
+
}
|
|
2232
|
+
|
|
2233
|
+
// @public
|
|
2234
|
+
export interface NamespaceTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2235
|
+
resumeFrom?: string;
|
|
2236
|
+
updateIntervalInMs?: number;
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
// @public
|
|
2240
|
+
export type NamespaceTopicsCreateOrUpdateResponse = NamespaceTopic;
|
|
2241
|
+
|
|
2242
|
+
// @public
|
|
2243
|
+
export interface NamespaceTopicsDeleteHeaders {
|
|
2244
|
+
// (undocumented)
|
|
2245
|
+
location?: string;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
// @public
|
|
2249
|
+
export interface NamespaceTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2250
|
+
resumeFrom?: string;
|
|
2251
|
+
updateIntervalInMs?: number;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
// @public
|
|
2255
|
+
export interface NamespaceTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
// @public
|
|
2259
|
+
export type NamespaceTopicsGetResponse = NamespaceTopic;
|
|
2260
|
+
|
|
2261
|
+
// @public
|
|
2262
|
+
export interface NamespaceTopicsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
// @public
|
|
2266
|
+
export type NamespaceTopicsListByNamespaceNextResponse = NamespaceTopicsListResult;
|
|
1242
2267
|
|
|
1243
2268
|
// @public
|
|
1244
|
-
export
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
Pending = "Pending",
|
|
1248
|
-
Rejected = "Rejected"
|
|
2269
|
+
export interface NamespaceTopicsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
2270
|
+
filter?: string;
|
|
2271
|
+
top?: number;
|
|
1249
2272
|
}
|
|
1250
2273
|
|
|
1251
2274
|
// @public
|
|
1252
|
-
export
|
|
1253
|
-
Domains = "domains",
|
|
1254
|
-
PartnerNamespaces = "partnerNamespaces",
|
|
1255
|
-
Topics = "topics"
|
|
1256
|
-
}
|
|
2275
|
+
export type NamespaceTopicsListByNamespaceResponse = NamespaceTopicsListResult;
|
|
1257
2276
|
|
|
1258
2277
|
// @public
|
|
1259
|
-
export
|
|
1260
|
-
|
|
1261
|
-
|
|
2278
|
+
export interface NamespaceTopicsListResult {
|
|
2279
|
+
nextLink?: string;
|
|
2280
|
+
value?: NamespaceTopic[];
|
|
1262
2281
|
}
|
|
1263
2282
|
|
|
1264
2283
|
// @public
|
|
1265
|
-
export
|
|
1266
|
-
Activated = "Activated",
|
|
1267
|
-
NeverActivated = "NeverActivated"
|
|
2284
|
+
export interface NamespaceTopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
1268
2285
|
}
|
|
1269
2286
|
|
|
1270
2287
|
// @public
|
|
1271
|
-
export
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
Updating = "Updating"
|
|
2288
|
+
export type NamespaceTopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
2289
|
+
|
|
2290
|
+
// @public
|
|
2291
|
+
export interface NamespaceTopicsRegenerateKeyHeaders {
|
|
2292
|
+
// (undocumented)
|
|
2293
|
+
location?: string;
|
|
1278
2294
|
}
|
|
1279
2295
|
|
|
1280
2296
|
// @public
|
|
1281
|
-
export
|
|
1282
|
-
|
|
1283
|
-
|
|
2297
|
+
export interface NamespaceTopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2298
|
+
resumeFrom?: string;
|
|
2299
|
+
updateIntervalInMs?: number;
|
|
1284
2300
|
}
|
|
1285
2301
|
|
|
1286
2302
|
// @public
|
|
1287
|
-
export
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
Updating = "Updating"
|
|
2303
|
+
export type NamespaceTopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
2304
|
+
|
|
2305
|
+
// @public
|
|
2306
|
+
export interface NamespaceTopicsUpdateHeaders {
|
|
2307
|
+
// (undocumented)
|
|
2308
|
+
location?: string;
|
|
1294
2309
|
}
|
|
1295
2310
|
|
|
1296
2311
|
// @public
|
|
1297
|
-
export
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
Deleting = "Deleting",
|
|
1301
|
-
Failed = "Failed",
|
|
1302
|
-
Succeeded = "Succeeded",
|
|
1303
|
-
Updating = "Updating"
|
|
2312
|
+
export interface NamespaceTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2313
|
+
resumeFrom?: string;
|
|
2314
|
+
updateIntervalInMs?: number;
|
|
1304
2315
|
}
|
|
1305
2316
|
|
|
1306
2317
|
// @public
|
|
1307
|
-
export
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
2318
|
+
export type NamespaceTopicsUpdateResponse = NamespaceTopic;
|
|
2319
|
+
|
|
2320
|
+
// @public
|
|
2321
|
+
export interface NamespaceTopicUpdateParameters {
|
|
2322
|
+
eventRetentionInDays?: number;
|
|
1312
2323
|
}
|
|
1313
2324
|
|
|
1314
2325
|
// @public
|
|
1315
|
-
export
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
2326
|
+
export interface NamespaceUpdateParameters {
|
|
2327
|
+
identity?: IdentityInfo;
|
|
2328
|
+
inboundIpRules?: InboundIpRule[];
|
|
2329
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2330
|
+
sku?: NamespaceSku;
|
|
2331
|
+
tags?: {
|
|
2332
|
+
[propertyName: string]: string;
|
|
2333
|
+
};
|
|
2334
|
+
topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo;
|
|
1322
2335
|
}
|
|
1323
2336
|
|
|
1324
2337
|
// @public
|
|
@@ -1327,48 +2340,96 @@ export interface NumberGreaterThanAdvancedFilter extends AdvancedFilter {
|
|
|
1327
2340
|
value?: number;
|
|
1328
2341
|
}
|
|
1329
2342
|
|
|
2343
|
+
// @public
|
|
2344
|
+
export interface NumberGreaterThanFilter extends Filter {
|
|
2345
|
+
operatorType: "NumberGreaterThan";
|
|
2346
|
+
value?: number;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
1330
2349
|
// @public
|
|
1331
2350
|
export interface NumberGreaterThanOrEqualsAdvancedFilter extends AdvancedFilter {
|
|
1332
2351
|
operatorType: "NumberGreaterThanOrEquals";
|
|
1333
2352
|
value?: number;
|
|
1334
2353
|
}
|
|
1335
2354
|
|
|
2355
|
+
// @public
|
|
2356
|
+
export interface NumberGreaterThanOrEqualsFilter extends Filter {
|
|
2357
|
+
operatorType: "NumberGreaterThanOrEquals";
|
|
2358
|
+
value?: number;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
1336
2361
|
// @public
|
|
1337
2362
|
export interface NumberInAdvancedFilter extends AdvancedFilter {
|
|
1338
2363
|
operatorType: "NumberIn";
|
|
1339
2364
|
values?: number[];
|
|
1340
2365
|
}
|
|
1341
2366
|
|
|
2367
|
+
// @public
|
|
2368
|
+
export interface NumberInFilter extends Filter {
|
|
2369
|
+
operatorType: "NumberIn";
|
|
2370
|
+
values?: number[];
|
|
2371
|
+
}
|
|
2372
|
+
|
|
1342
2373
|
// @public
|
|
1343
2374
|
export interface NumberInRangeAdvancedFilter extends AdvancedFilter {
|
|
1344
2375
|
operatorType: "NumberInRange";
|
|
1345
2376
|
values?: number[][];
|
|
1346
2377
|
}
|
|
1347
2378
|
|
|
2379
|
+
// @public
|
|
2380
|
+
export interface NumberInRangeFilter extends Filter {
|
|
2381
|
+
operatorType: "NumberInRange";
|
|
2382
|
+
values?: number[][];
|
|
2383
|
+
}
|
|
2384
|
+
|
|
1348
2385
|
// @public
|
|
1349
2386
|
export interface NumberLessThanAdvancedFilter extends AdvancedFilter {
|
|
1350
2387
|
operatorType: "NumberLessThan";
|
|
1351
2388
|
value?: number;
|
|
1352
2389
|
}
|
|
1353
2390
|
|
|
2391
|
+
// @public
|
|
2392
|
+
export interface NumberLessThanFilter extends Filter {
|
|
2393
|
+
operatorType: "NumberLessThan";
|
|
2394
|
+
value?: number;
|
|
2395
|
+
}
|
|
2396
|
+
|
|
1354
2397
|
// @public
|
|
1355
2398
|
export interface NumberLessThanOrEqualsAdvancedFilter extends AdvancedFilter {
|
|
1356
2399
|
operatorType: "NumberLessThanOrEquals";
|
|
1357
2400
|
value?: number;
|
|
1358
2401
|
}
|
|
1359
2402
|
|
|
2403
|
+
// @public
|
|
2404
|
+
export interface NumberLessThanOrEqualsFilter extends Filter {
|
|
2405
|
+
operatorType: "NumberLessThanOrEquals";
|
|
2406
|
+
value?: number;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
1360
2409
|
// @public
|
|
1361
2410
|
export interface NumberNotInAdvancedFilter extends AdvancedFilter {
|
|
1362
2411
|
operatorType: "NumberNotIn";
|
|
1363
2412
|
values?: number[];
|
|
1364
2413
|
}
|
|
1365
2414
|
|
|
2415
|
+
// @public
|
|
2416
|
+
export interface NumberNotInFilter extends Filter {
|
|
2417
|
+
operatorType: "NumberNotIn";
|
|
2418
|
+
values?: number[];
|
|
2419
|
+
}
|
|
2420
|
+
|
|
1366
2421
|
// @public
|
|
1367
2422
|
export interface NumberNotInRangeAdvancedFilter extends AdvancedFilter {
|
|
1368
2423
|
operatorType: "NumberNotInRange";
|
|
1369
2424
|
values?: number[][];
|
|
1370
2425
|
}
|
|
1371
2426
|
|
|
2427
|
+
// @public
|
|
2428
|
+
export interface NumberNotInRangeFilter extends Filter {
|
|
2429
|
+
operatorType: "NumberNotInRange";
|
|
2430
|
+
values?: number[][];
|
|
2431
|
+
}
|
|
2432
|
+
|
|
1372
2433
|
// @public
|
|
1373
2434
|
export interface Operation {
|
|
1374
2435
|
display?: OperationInfo;
|
|
@@ -1416,6 +2477,17 @@ export interface PartnerAuthorization {
|
|
|
1416
2477
|
defaultMaximumExpirationTimeInDays?: number;
|
|
1417
2478
|
}
|
|
1418
2479
|
|
|
2480
|
+
// @public
|
|
2481
|
+
export interface PartnerClientAuthentication {
|
|
2482
|
+
clientAuthenticationType: "AzureAD";
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
// @public
|
|
2486
|
+
export type PartnerClientAuthenticationType = string;
|
|
2487
|
+
|
|
2488
|
+
// @public (undocumented)
|
|
2489
|
+
export type PartnerClientAuthenticationUnion = PartnerClientAuthentication | AzureADPartnerClientAuthentication;
|
|
2490
|
+
|
|
1419
2491
|
// @public
|
|
1420
2492
|
export interface PartnerConfiguration extends Resource {
|
|
1421
2493
|
location?: string;
|
|
@@ -1433,11 +2505,11 @@ export type PartnerConfigurationProvisioningState = string;
|
|
|
1433
2505
|
// @public
|
|
1434
2506
|
export interface PartnerConfigurations {
|
|
1435
2507
|
authorizePartner(resourceGroupName: string, partnerInfo: Partner, options?: PartnerConfigurationsAuthorizePartnerOptionalParams): Promise<PartnerConfigurationsAuthorizePartnerResponse>;
|
|
1436
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerConfigurationInfo: PartnerConfiguration, options?: PartnerConfigurationsCreateOrUpdateOptionalParams): Promise<
|
|
2508
|
+
beginCreateOrUpdate(resourceGroupName: string, partnerConfigurationInfo: PartnerConfiguration, options?: PartnerConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerConfigurationsCreateOrUpdateResponse>, PartnerConfigurationsCreateOrUpdateResponse>>;
|
|
1437
2509
|
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerConfigurationInfo: PartnerConfiguration, options?: PartnerConfigurationsCreateOrUpdateOptionalParams): Promise<PartnerConfigurationsCreateOrUpdateResponse>;
|
|
1438
|
-
beginDelete(resourceGroupName: string, options?: PartnerConfigurationsDeleteOptionalParams): Promise<
|
|
2510
|
+
beginDelete(resourceGroupName: string, options?: PartnerConfigurationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1439
2511
|
beginDeleteAndWait(resourceGroupName: string, options?: PartnerConfigurationsDeleteOptionalParams): Promise<void>;
|
|
1440
|
-
beginUpdate(resourceGroupName: string, partnerConfigurationUpdateParameters: PartnerConfigurationUpdateParameters, options?: PartnerConfigurationsUpdateOptionalParams): Promise<
|
|
2512
|
+
beginUpdate(resourceGroupName: string, partnerConfigurationUpdateParameters: PartnerConfigurationUpdateParameters, options?: PartnerConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerConfigurationsUpdateResponse>, PartnerConfigurationsUpdateResponse>>;
|
|
1441
2513
|
beginUpdateAndWait(resourceGroupName: string, partnerConfigurationUpdateParameters: PartnerConfigurationUpdateParameters, options?: PartnerConfigurationsUpdateOptionalParams): Promise<PartnerConfigurationsUpdateResponse>;
|
|
1442
2514
|
get(resourceGroupName: string, options?: PartnerConfigurationsGetOptionalParams): Promise<PartnerConfigurationsGetResponse>;
|
|
1443
2515
|
listByResourceGroup(resourceGroupName: string, options?: PartnerConfigurationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerConfiguration>;
|
|
@@ -1461,6 +2533,12 @@ export interface PartnerConfigurationsCreateOrUpdateOptionalParams extends coreC
|
|
|
1461
2533
|
// @public
|
|
1462
2534
|
export type PartnerConfigurationsCreateOrUpdateResponse = PartnerConfiguration;
|
|
1463
2535
|
|
|
2536
|
+
// @public
|
|
2537
|
+
export interface PartnerConfigurationsDeleteHeaders {
|
|
2538
|
+
// (undocumented)
|
|
2539
|
+
location?: string;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
1464
2542
|
// @public
|
|
1465
2543
|
export interface PartnerConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1466
2544
|
resumeFrom?: string;
|
|
@@ -1527,6 +2605,146 @@ export interface PartnerConfigurationUpdateParameters {
|
|
|
1527
2605
|
};
|
|
1528
2606
|
}
|
|
1529
2607
|
|
|
2608
|
+
// @public
|
|
2609
|
+
export interface PartnerDestination extends TrackedResource {
|
|
2610
|
+
activationState?: PartnerDestinationActivationState;
|
|
2611
|
+
endpointBaseUrl?: string;
|
|
2612
|
+
endpointServiceContext?: string;
|
|
2613
|
+
expirationTimeIfNotActivatedUtc?: Date;
|
|
2614
|
+
messageForActivation?: string;
|
|
2615
|
+
partnerRegistrationImmutableId?: string;
|
|
2616
|
+
readonly provisioningState?: PartnerDestinationProvisioningState;
|
|
2617
|
+
readonly systemData?: SystemData;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
// @public
|
|
2621
|
+
export type PartnerDestinationActivationState = string;
|
|
2622
|
+
|
|
2623
|
+
// @public
|
|
2624
|
+
export interface PartnerDestinationInfo {
|
|
2625
|
+
azureSubscriptionId?: string;
|
|
2626
|
+
endpointServiceContext?: string;
|
|
2627
|
+
endpointType: "WebHook";
|
|
2628
|
+
name?: string;
|
|
2629
|
+
resourceGroupName?: string;
|
|
2630
|
+
resourceMoveChangeHistory?: ResourceMoveChangeHistory[];
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
// @public (undocumented)
|
|
2634
|
+
export type PartnerDestinationInfoUnion = PartnerDestinationInfo | WebhookPartnerDestinationInfo;
|
|
2635
|
+
|
|
2636
|
+
// @public
|
|
2637
|
+
export type PartnerDestinationProvisioningState = string;
|
|
2638
|
+
|
|
2639
|
+
// @public
|
|
2640
|
+
export interface PartnerDestinations {
|
|
2641
|
+
activate(resourceGroupName: string, partnerDestinationName: string, options?: PartnerDestinationsActivateOptionalParams): Promise<PartnerDestinationsActivateResponse>;
|
|
2642
|
+
beginCreateOrUpdate(resourceGroupName: string, partnerDestinationName: string, partnerDestination: PartnerDestination, options?: PartnerDestinationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerDestinationsCreateOrUpdateResponse>, PartnerDestinationsCreateOrUpdateResponse>>;
|
|
2643
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerDestinationName: string, partnerDestination: PartnerDestination, options?: PartnerDestinationsCreateOrUpdateOptionalParams): Promise<PartnerDestinationsCreateOrUpdateResponse>;
|
|
2644
|
+
beginDelete(resourceGroupName: string, partnerDestinationName: string, options?: PartnerDestinationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2645
|
+
beginDeleteAndWait(resourceGroupName: string, partnerDestinationName: string, options?: PartnerDestinationsDeleteOptionalParams): Promise<void>;
|
|
2646
|
+
beginUpdate(resourceGroupName: string, partnerDestinationName: string, partnerDestinationUpdateParameters: PartnerDestinationUpdateParameters, options?: PartnerDestinationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerDestinationsUpdateResponse>, PartnerDestinationsUpdateResponse>>;
|
|
2647
|
+
beginUpdateAndWait(resourceGroupName: string, partnerDestinationName: string, partnerDestinationUpdateParameters: PartnerDestinationUpdateParameters, options?: PartnerDestinationsUpdateOptionalParams): Promise<PartnerDestinationsUpdateResponse>;
|
|
2648
|
+
get(resourceGroupName: string, partnerDestinationName: string, options?: PartnerDestinationsGetOptionalParams): Promise<PartnerDestinationsGetResponse>;
|
|
2649
|
+
listByResourceGroup(resourceGroupName: string, options?: PartnerDestinationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerDestination>;
|
|
2650
|
+
listBySubscription(options?: PartnerDestinationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerDestination>;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
// @public
|
|
2654
|
+
export interface PartnerDestinationsActivateOptionalParams extends coreClient.OperationOptions {
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
// @public
|
|
2658
|
+
export type PartnerDestinationsActivateResponse = PartnerDestination;
|
|
2659
|
+
|
|
2660
|
+
// @public
|
|
2661
|
+
export interface PartnerDestinationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2662
|
+
resumeFrom?: string;
|
|
2663
|
+
updateIntervalInMs?: number;
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
// @public
|
|
2667
|
+
export type PartnerDestinationsCreateOrUpdateResponse = PartnerDestination;
|
|
2668
|
+
|
|
2669
|
+
// @public
|
|
2670
|
+
export interface PartnerDestinationsDeleteHeaders {
|
|
2671
|
+
// (undocumented)
|
|
2672
|
+
location?: string;
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
// @public
|
|
2676
|
+
export interface PartnerDestinationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2677
|
+
resumeFrom?: string;
|
|
2678
|
+
updateIntervalInMs?: number;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
// @public
|
|
2682
|
+
export interface PartnerDestinationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
// @public
|
|
2686
|
+
export type PartnerDestinationsGetResponse = PartnerDestination;
|
|
2687
|
+
|
|
2688
|
+
// @public
|
|
2689
|
+
export interface PartnerDestinationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
// @public
|
|
2693
|
+
export type PartnerDestinationsListByResourceGroupNextResponse = PartnerDestinationsListResult;
|
|
2694
|
+
|
|
2695
|
+
// @public
|
|
2696
|
+
export interface PartnerDestinationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2697
|
+
filter?: string;
|
|
2698
|
+
top?: number;
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
// @public
|
|
2702
|
+
export type PartnerDestinationsListByResourceGroupResponse = PartnerDestinationsListResult;
|
|
2703
|
+
|
|
2704
|
+
// @public
|
|
2705
|
+
export interface PartnerDestinationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
// @public
|
|
2709
|
+
export type PartnerDestinationsListBySubscriptionNextResponse = PartnerDestinationsListResult;
|
|
2710
|
+
|
|
2711
|
+
// @public
|
|
2712
|
+
export interface PartnerDestinationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2713
|
+
filter?: string;
|
|
2714
|
+
top?: number;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
// @public
|
|
2718
|
+
export type PartnerDestinationsListBySubscriptionResponse = PartnerDestinationsListResult;
|
|
2719
|
+
|
|
2720
|
+
// @public
|
|
2721
|
+
export interface PartnerDestinationsListResult {
|
|
2722
|
+
nextLink?: string;
|
|
2723
|
+
value?: PartnerDestination[];
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
// @public
|
|
2727
|
+
export interface PartnerDestinationsUpdateHeaders {
|
|
2728
|
+
// (undocumented)
|
|
2729
|
+
location?: string;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
// @public
|
|
2733
|
+
export interface PartnerDestinationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2734
|
+
resumeFrom?: string;
|
|
2735
|
+
updateIntervalInMs?: number;
|
|
2736
|
+
}
|
|
2737
|
+
|
|
2738
|
+
// @public
|
|
2739
|
+
export type PartnerDestinationsUpdateResponse = PartnerDestination;
|
|
2740
|
+
|
|
2741
|
+
// @public
|
|
2742
|
+
export interface PartnerDestinationUpdateParameters {
|
|
2743
|
+
tags?: {
|
|
2744
|
+
[propertyName: string]: string;
|
|
2745
|
+
};
|
|
2746
|
+
}
|
|
2747
|
+
|
|
1530
2748
|
// @public
|
|
1531
2749
|
export interface PartnerDetails {
|
|
1532
2750
|
description?: string;
|
|
@@ -1534,11 +2752,21 @@ export interface PartnerDetails {
|
|
|
1534
2752
|
setupUri?: string;
|
|
1535
2753
|
}
|
|
1536
2754
|
|
|
2755
|
+
// @public
|
|
2756
|
+
export type PartnerEndpointType = string;
|
|
2757
|
+
|
|
2758
|
+
// @public (undocumented)
|
|
2759
|
+
export interface PartnerEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
2760
|
+
endpointType: "PartnerDestination";
|
|
2761
|
+
resourceId?: string;
|
|
2762
|
+
}
|
|
2763
|
+
|
|
1537
2764
|
// @public
|
|
1538
2765
|
export interface PartnerNamespace extends TrackedResource {
|
|
1539
2766
|
disableLocalAuth?: boolean;
|
|
1540
2767
|
readonly endpoint?: string;
|
|
1541
2768
|
inboundIpRules?: InboundIpRule[];
|
|
2769
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1542
2770
|
partnerRegistrationFullyQualifiedId?: string;
|
|
1543
2771
|
partnerTopicRoutingMode?: PartnerTopicRoutingMode;
|
|
1544
2772
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
@@ -1557,11 +2785,11 @@ export interface PartnerNamespaceRegenerateKeyRequest {
|
|
|
1557
2785
|
|
|
1558
2786
|
// @public
|
|
1559
2787
|
export interface PartnerNamespaces {
|
|
1560
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<
|
|
2788
|
+
beginCreateOrUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerNamespacesCreateOrUpdateResponse>, PartnerNamespacesCreateOrUpdateResponse>>;
|
|
1561
2789
|
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<PartnerNamespacesCreateOrUpdateResponse>;
|
|
1562
|
-
beginDelete(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<
|
|
2790
|
+
beginDelete(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1563
2791
|
beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<void>;
|
|
1564
|
-
beginUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<
|
|
2792
|
+
beginUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1565
2793
|
beginUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<void>;
|
|
1566
2794
|
get(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesGetOptionalParams): Promise<PartnerNamespacesGetResponse>;
|
|
1567
2795
|
listByResourceGroup(resourceGroupName: string, options?: PartnerNamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerNamespace>;
|
|
@@ -1579,6 +2807,12 @@ export interface PartnerNamespacesCreateOrUpdateOptionalParams extends coreClien
|
|
|
1579
2807
|
// @public
|
|
1580
2808
|
export type PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;
|
|
1581
2809
|
|
|
2810
|
+
// @public
|
|
2811
|
+
export interface PartnerNamespacesDeleteHeaders {
|
|
2812
|
+
// (undocumented)
|
|
2813
|
+
location?: string;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
1582
2816
|
// @public
|
|
1583
2817
|
export interface PartnerNamespacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1584
2818
|
resumeFrom?: string;
|
|
@@ -1660,6 +2894,7 @@ export interface PartnerNamespacesUpdateOptionalParams extends coreClient.Operat
|
|
|
1660
2894
|
export interface PartnerNamespaceUpdateParameters {
|
|
1661
2895
|
disableLocalAuth?: boolean;
|
|
1662
2896
|
inboundIpRules?: InboundIpRule[];
|
|
2897
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1663
2898
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
1664
2899
|
tags?: {
|
|
1665
2900
|
[propertyName: string]: string;
|
|
@@ -1678,17 +2913,23 @@ export type PartnerRegistrationProvisioningState = string;
|
|
|
1678
2913
|
|
|
1679
2914
|
// @public
|
|
1680
2915
|
export interface PartnerRegistrations {
|
|
1681
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<
|
|
2916
|
+
beginCreateOrUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerRegistrationsCreateOrUpdateResponse>, PartnerRegistrationsCreateOrUpdateResponse>>;
|
|
1682
2917
|
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<PartnerRegistrationsCreateOrUpdateResponse>;
|
|
1683
|
-
beginDelete(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<
|
|
2918
|
+
beginDelete(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1684
2919
|
beginDeleteAndWait(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<void>;
|
|
1685
|
-
beginUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<
|
|
2920
|
+
beginUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1686
2921
|
beginUpdateAndWait(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<void>;
|
|
1687
2922
|
get(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsGetOptionalParams): Promise<PartnerRegistrationsGetResponse>;
|
|
1688
2923
|
listByResourceGroup(resourceGroupName: string, options?: PartnerRegistrationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
|
|
1689
2924
|
listBySubscription(options?: PartnerRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
|
|
1690
2925
|
}
|
|
1691
2926
|
|
|
2927
|
+
// @public
|
|
2928
|
+
export interface PartnerRegistrationsCreateOrUpdateHeaders {
|
|
2929
|
+
// (undocumented)
|
|
2930
|
+
location?: string;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
1692
2933
|
// @public
|
|
1693
2934
|
export interface PartnerRegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1694
2935
|
resumeFrom?: string;
|
|
@@ -1698,6 +2939,12 @@ export interface PartnerRegistrationsCreateOrUpdateOptionalParams extends coreCl
|
|
|
1698
2939
|
// @public
|
|
1699
2940
|
export type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;
|
|
1700
2941
|
|
|
2942
|
+
// @public
|
|
2943
|
+
export interface PartnerRegistrationsDeleteHeaders {
|
|
2944
|
+
// (undocumented)
|
|
2945
|
+
location?: string;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
1701
2948
|
// @public
|
|
1702
2949
|
export interface PartnerRegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1703
2950
|
resumeFrom?: string;
|
|
@@ -1781,11 +3028,11 @@ export type PartnerTopicActivationState = string;
|
|
|
1781
3028
|
|
|
1782
3029
|
// @public
|
|
1783
3030
|
export interface PartnerTopicEventSubscriptions {
|
|
1784
|
-
beginCreateOrUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<
|
|
3031
|
+
beginCreateOrUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>, PartnerTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
1785
3032
|
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
1786
|
-
beginDelete(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<
|
|
3033
|
+
beginDelete(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1787
3034
|
beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
1788
|
-
beginUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<
|
|
3035
|
+
beginUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PartnerTopicEventSubscriptionsUpdateResponse>, PartnerTopicEventSubscriptionsUpdateResponse>>;
|
|
1789
3036
|
beginUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsUpdateResponse>;
|
|
1790
3037
|
get(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetOptionalParams): Promise<PartnerTopicEventSubscriptionsGetResponse>;
|
|
1791
3038
|
getDeliveryAttributes(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
@@ -1802,6 +3049,12 @@ export interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams exte
|
|
|
1802
3049
|
// @public
|
|
1803
3050
|
export type PartnerTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
1804
3051
|
|
|
3052
|
+
// @public
|
|
3053
|
+
export interface PartnerTopicEventSubscriptionsDeleteHeaders {
|
|
3054
|
+
// (undocumented)
|
|
3055
|
+
location?: string;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
1805
3058
|
// @public
|
|
1806
3059
|
export interface PartnerTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1807
3060
|
resumeFrom?: string;
|
|
@@ -1872,7 +3125,7 @@ export type PartnerTopicRoutingMode = string;
|
|
|
1872
3125
|
// @public
|
|
1873
3126
|
export interface PartnerTopics {
|
|
1874
3127
|
activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopicsActivateResponse>;
|
|
1875
|
-
beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<
|
|
3128
|
+
beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1876
3129
|
beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<void>;
|
|
1877
3130
|
createOrUpdate(resourceGroupName: string, partnerTopicName: string, partnerTopicInfo: PartnerTopic, options?: PartnerTopicsCreateOrUpdateOptionalParams): Promise<PartnerTopicsCreateOrUpdateResponse>;
|
|
1878
3131
|
deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopicsDeactivateResponse>;
|
|
@@ -1903,6 +3156,12 @@ export interface PartnerTopicsDeactivateOptionalParams extends coreClient.Operat
|
|
|
1903
3156
|
// @public
|
|
1904
3157
|
export type PartnerTopicsDeactivateResponse = PartnerTopic;
|
|
1905
3158
|
|
|
3159
|
+
// @public
|
|
3160
|
+
export interface PartnerTopicsDeleteHeaders {
|
|
3161
|
+
// (undocumented)
|
|
3162
|
+
location?: string;
|
|
3163
|
+
}
|
|
3164
|
+
|
|
1906
3165
|
// @public
|
|
1907
3166
|
export interface PartnerTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1908
3167
|
resumeFrom?: string;
|
|
@@ -1969,11 +3228,95 @@ export interface PartnerTopicUpdateParameters {
|
|
|
1969
3228
|
};
|
|
1970
3229
|
}
|
|
1971
3230
|
|
|
3231
|
+
// @public
|
|
3232
|
+
export interface PartnerUpdateDestinationInfo {
|
|
3233
|
+
endpointType: "WebHook";
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
// @public (undocumented)
|
|
3237
|
+
export type PartnerUpdateDestinationInfoUnion = PartnerUpdateDestinationInfo | WebhookUpdatePartnerDestinationInfo;
|
|
3238
|
+
|
|
1972
3239
|
// @public
|
|
1973
3240
|
export interface PartnerUpdateTopicInfo {
|
|
1974
3241
|
eventTypeInfo?: EventTypeInfo;
|
|
1975
3242
|
}
|
|
1976
3243
|
|
|
3244
|
+
// @public
|
|
3245
|
+
export interface PermissionBinding extends Resource {
|
|
3246
|
+
clientGroupName?: string;
|
|
3247
|
+
description?: string;
|
|
3248
|
+
permission?: PermissionType;
|
|
3249
|
+
readonly provisioningState?: PermissionBindingProvisioningState;
|
|
3250
|
+
readonly systemData?: SystemData;
|
|
3251
|
+
topicSpaceName?: string;
|
|
3252
|
+
}
|
|
3253
|
+
|
|
3254
|
+
// @public
|
|
3255
|
+
export type PermissionBindingProvisioningState = string;
|
|
3256
|
+
|
|
3257
|
+
// @public
|
|
3258
|
+
export interface PermissionBindings {
|
|
3259
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, permissionBindingName: string, permissionBindingInfo: PermissionBinding, options?: PermissionBindingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PermissionBindingsCreateOrUpdateResponse>, PermissionBindingsCreateOrUpdateResponse>>;
|
|
3260
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, permissionBindingName: string, permissionBindingInfo: PermissionBinding, options?: PermissionBindingsCreateOrUpdateOptionalParams): Promise<PermissionBindingsCreateOrUpdateResponse>;
|
|
3261
|
+
beginDelete(resourceGroupName: string, namespaceName: string, permissionBindingName: string, options?: PermissionBindingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3262
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, permissionBindingName: string, options?: PermissionBindingsDeleteOptionalParams): Promise<void>;
|
|
3263
|
+
get(resourceGroupName: string, namespaceName: string, permissionBindingName: string, options?: PermissionBindingsGetOptionalParams): Promise<PermissionBindingsGetResponse>;
|
|
3264
|
+
listByNamespace(resourceGroupName: string, namespaceName: string, options?: PermissionBindingsListByNamespaceOptionalParams): PagedAsyncIterableIterator<PermissionBinding>;
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
// @public
|
|
3268
|
+
export interface PermissionBindingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3269
|
+
resumeFrom?: string;
|
|
3270
|
+
updateIntervalInMs?: number;
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3273
|
+
// @public
|
|
3274
|
+
export type PermissionBindingsCreateOrUpdateResponse = PermissionBinding;
|
|
3275
|
+
|
|
3276
|
+
// @public
|
|
3277
|
+
export interface PermissionBindingsDeleteHeaders {
|
|
3278
|
+
// (undocumented)
|
|
3279
|
+
location?: string;
|
|
3280
|
+
}
|
|
3281
|
+
|
|
3282
|
+
// @public
|
|
3283
|
+
export interface PermissionBindingsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3284
|
+
resumeFrom?: string;
|
|
3285
|
+
updateIntervalInMs?: number;
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
// @public
|
|
3289
|
+
export interface PermissionBindingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3290
|
+
}
|
|
3291
|
+
|
|
3292
|
+
// @public
|
|
3293
|
+
export type PermissionBindingsGetResponse = PermissionBinding;
|
|
3294
|
+
|
|
3295
|
+
// @public
|
|
3296
|
+
export interface PermissionBindingsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3299
|
+
// @public
|
|
3300
|
+
export type PermissionBindingsListByNamespaceNextResponse = PermissionBindingsListResult;
|
|
3301
|
+
|
|
3302
|
+
// @public
|
|
3303
|
+
export interface PermissionBindingsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
3304
|
+
filter?: string;
|
|
3305
|
+
top?: number;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
// @public
|
|
3309
|
+
export type PermissionBindingsListByNamespaceResponse = PermissionBindingsListResult;
|
|
3310
|
+
|
|
3311
|
+
// @public
|
|
3312
|
+
export interface PermissionBindingsListResult {
|
|
3313
|
+
nextLink?: string;
|
|
3314
|
+
value?: PermissionBinding[];
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3317
|
+
// @public
|
|
3318
|
+
export type PermissionType = string;
|
|
3319
|
+
|
|
1977
3320
|
// @public
|
|
1978
3321
|
export type PersistedConnectionStatus = string;
|
|
1979
3322
|
|
|
@@ -1998,20 +3341,29 @@ export interface PrivateEndpointConnectionListResult {
|
|
|
1998
3341
|
|
|
1999
3342
|
// @public
|
|
2000
3343
|
export interface PrivateEndpointConnections {
|
|
2001
|
-
beginDelete(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<
|
|
2002
|
-
beginDeleteAndWait(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<
|
|
2003
|
-
beginUpdate(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<
|
|
3344
|
+
beginDelete(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteResponse>, PrivateEndpointConnectionsDeleteResponse>>;
|
|
3345
|
+
beginDeleteAndWait(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
3346
|
+
beginUpdate(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsUpdateResponse>, PrivateEndpointConnectionsUpdateResponse>>;
|
|
2004
3347
|
beginUpdateAndWait(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnectionsUpdateResponse>;
|
|
2005
3348
|
get(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
2006
3349
|
listByResource(resourceGroupName: string, parentType: PrivateEndpointConnectionsParentType, parentName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
2007
3350
|
}
|
|
2008
3351
|
|
|
3352
|
+
// @public
|
|
3353
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
3354
|
+
// (undocumented)
|
|
3355
|
+
location?: string;
|
|
3356
|
+
}
|
|
3357
|
+
|
|
2009
3358
|
// @public
|
|
2010
3359
|
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2011
3360
|
resumeFrom?: string;
|
|
2012
3361
|
updateIntervalInMs?: number;
|
|
2013
3362
|
}
|
|
2014
3363
|
|
|
3364
|
+
// @public
|
|
3365
|
+
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;
|
|
3366
|
+
|
|
2015
3367
|
// @public
|
|
2016
3368
|
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2017
3369
|
}
|
|
@@ -2100,6 +3452,17 @@ export interface PrivateLinkResourcesListResult {
|
|
|
2100
3452
|
// @public
|
|
2101
3453
|
export type PublicNetworkAccess = string;
|
|
2102
3454
|
|
|
3455
|
+
// @public
|
|
3456
|
+
export type PublisherType = string;
|
|
3457
|
+
|
|
3458
|
+
// @public
|
|
3459
|
+
export interface QueueInfo {
|
|
3460
|
+
deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
3461
|
+
eventTimeToLive?: string;
|
|
3462
|
+
maxDeliveryCount?: number;
|
|
3463
|
+
receiveLockDurationInSeconds?: number;
|
|
3464
|
+
}
|
|
3465
|
+
|
|
2103
3466
|
// @public
|
|
2104
3467
|
export type ReadinessState = string;
|
|
2105
3468
|
|
|
@@ -2110,18 +3473,52 @@ export interface Resource {
|
|
|
2110
3473
|
readonly type?: string;
|
|
2111
3474
|
}
|
|
2112
3475
|
|
|
3476
|
+
// @public
|
|
3477
|
+
export type ResourceKind = string;
|
|
3478
|
+
|
|
3479
|
+
// @public
|
|
3480
|
+
export interface ResourceMoveChangeHistory {
|
|
3481
|
+
azureSubscriptionId?: string;
|
|
3482
|
+
changedTimeUtc?: Date;
|
|
3483
|
+
resourceGroupName?: string;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
2113
3486
|
// @public
|
|
2114
3487
|
export type ResourceProvisioningState = string;
|
|
2115
3488
|
|
|
2116
3489
|
// @public
|
|
2117
3490
|
export type ResourceRegionType = string;
|
|
2118
3491
|
|
|
3492
|
+
// @public
|
|
3493
|
+
export interface ResourceSku {
|
|
3494
|
+
name?: Sku;
|
|
3495
|
+
}
|
|
3496
|
+
|
|
2119
3497
|
// @public
|
|
2120
3498
|
export interface RetryPolicy {
|
|
2121
3499
|
eventTimeToLiveInMinutes?: number;
|
|
2122
3500
|
maxDeliveryAttempts?: number;
|
|
2123
3501
|
}
|
|
2124
3502
|
|
|
3503
|
+
// @public (undocumented)
|
|
3504
|
+
export interface RoutingEnrichments {
|
|
3505
|
+
// (undocumented)
|
|
3506
|
+
dynamic?: DynamicRoutingEnrichment[];
|
|
3507
|
+
// (undocumented)
|
|
3508
|
+
static?: StaticRoutingEnrichment[];
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
// @public
|
|
3512
|
+
export interface RoutingIdentityInfo {
|
|
3513
|
+
// (undocumented)
|
|
3514
|
+
type?: RoutingIdentityType;
|
|
3515
|
+
// (undocumented)
|
|
3516
|
+
userAssignedIdentity?: string;
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
// @public
|
|
3520
|
+
export type RoutingIdentityType = string;
|
|
3521
|
+
|
|
2125
3522
|
// @public
|
|
2126
3523
|
export interface ServiceBusQueueEventSubscriptionDestination extends EventSubscriptionDestination {
|
|
2127
3524
|
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
@@ -2136,6 +3533,12 @@ export interface ServiceBusTopicEventSubscriptionDestination extends EventSubscr
|
|
|
2136
3533
|
resourceId?: string;
|
|
2137
3534
|
}
|
|
2138
3535
|
|
|
3536
|
+
// @public
|
|
3537
|
+
export type Sku = string;
|
|
3538
|
+
|
|
3539
|
+
// @public
|
|
3540
|
+
export type SkuName = string;
|
|
3541
|
+
|
|
2139
3542
|
// @public
|
|
2140
3543
|
export interface StaticDeliveryAttributeMapping extends DeliveryAttributeMapping {
|
|
2141
3544
|
isSecret?: boolean;
|
|
@@ -2143,6 +3546,15 @@ export interface StaticDeliveryAttributeMapping extends DeliveryAttributeMapping
|
|
|
2143
3546
|
value?: string;
|
|
2144
3547
|
}
|
|
2145
3548
|
|
|
3549
|
+
// @public (undocumented)
|
|
3550
|
+
export interface StaticRoutingEnrichment {
|
|
3551
|
+
key?: string;
|
|
3552
|
+
valueType?: StaticRoutingEnrichmentType;
|
|
3553
|
+
}
|
|
3554
|
+
|
|
3555
|
+
// @public
|
|
3556
|
+
export type StaticRoutingEnrichmentType = string;
|
|
3557
|
+
|
|
2146
3558
|
// @public
|
|
2147
3559
|
export interface StorageBlobDeadLetterDestination extends DeadLetterDestination {
|
|
2148
3560
|
blobContainerName?: string;
|
|
@@ -2164,48 +3576,121 @@ export interface StringBeginsWithAdvancedFilter extends AdvancedFilter {
|
|
|
2164
3576
|
values?: string[];
|
|
2165
3577
|
}
|
|
2166
3578
|
|
|
3579
|
+
// @public
|
|
3580
|
+
export interface StringBeginsWithFilter extends Filter {
|
|
3581
|
+
operatorType: "StringBeginsWith";
|
|
3582
|
+
values?: string[];
|
|
3583
|
+
}
|
|
3584
|
+
|
|
2167
3585
|
// @public
|
|
2168
3586
|
export interface StringContainsAdvancedFilter extends AdvancedFilter {
|
|
2169
3587
|
operatorType: "StringContains";
|
|
2170
3588
|
values?: string[];
|
|
2171
3589
|
}
|
|
2172
3590
|
|
|
3591
|
+
// @public
|
|
3592
|
+
export interface StringContainsFilter extends Filter {
|
|
3593
|
+
operatorType: "StringContains";
|
|
3594
|
+
values?: string[];
|
|
3595
|
+
}
|
|
3596
|
+
|
|
2173
3597
|
// @public
|
|
2174
3598
|
export interface StringEndsWithAdvancedFilter extends AdvancedFilter {
|
|
2175
3599
|
operatorType: "StringEndsWith";
|
|
2176
3600
|
values?: string[];
|
|
2177
3601
|
}
|
|
2178
3602
|
|
|
3603
|
+
// @public
|
|
3604
|
+
export interface StringEndsWithFilter extends Filter {
|
|
3605
|
+
operatorType: "StringEndsWith";
|
|
3606
|
+
values?: string[];
|
|
3607
|
+
}
|
|
3608
|
+
|
|
2179
3609
|
// @public
|
|
2180
3610
|
export interface StringInAdvancedFilter extends AdvancedFilter {
|
|
2181
3611
|
operatorType: "StringIn";
|
|
2182
3612
|
values?: string[];
|
|
2183
3613
|
}
|
|
2184
3614
|
|
|
3615
|
+
// @public
|
|
3616
|
+
export interface StringInFilter extends Filter {
|
|
3617
|
+
operatorType: "StringIn";
|
|
3618
|
+
values?: string[];
|
|
3619
|
+
}
|
|
3620
|
+
|
|
2185
3621
|
// @public
|
|
2186
3622
|
export interface StringNotBeginsWithAdvancedFilter extends AdvancedFilter {
|
|
2187
3623
|
operatorType: "StringNotBeginsWith";
|
|
2188
3624
|
values?: string[];
|
|
2189
3625
|
}
|
|
2190
3626
|
|
|
3627
|
+
// @public
|
|
3628
|
+
export interface StringNotBeginsWithFilter extends Filter {
|
|
3629
|
+
operatorType: "StringNotBeginsWith";
|
|
3630
|
+
values?: string[];
|
|
3631
|
+
}
|
|
3632
|
+
|
|
2191
3633
|
// @public
|
|
2192
3634
|
export interface StringNotContainsAdvancedFilter extends AdvancedFilter {
|
|
2193
3635
|
operatorType: "StringNotContains";
|
|
2194
3636
|
values?: string[];
|
|
2195
3637
|
}
|
|
2196
3638
|
|
|
3639
|
+
// @public
|
|
3640
|
+
export interface StringNotContainsFilter extends Filter {
|
|
3641
|
+
operatorType: "StringNotContains";
|
|
3642
|
+
values?: string[];
|
|
3643
|
+
}
|
|
3644
|
+
|
|
2197
3645
|
// @public
|
|
2198
3646
|
export interface StringNotEndsWithAdvancedFilter extends AdvancedFilter {
|
|
2199
3647
|
operatorType: "StringNotEndsWith";
|
|
2200
3648
|
values?: string[];
|
|
2201
3649
|
}
|
|
2202
3650
|
|
|
3651
|
+
// @public
|
|
3652
|
+
export interface StringNotEndsWithFilter extends Filter {
|
|
3653
|
+
operatorType: "StringNotEndsWith";
|
|
3654
|
+
values?: string[];
|
|
3655
|
+
}
|
|
3656
|
+
|
|
2203
3657
|
// @public
|
|
2204
3658
|
export interface StringNotInAdvancedFilter extends AdvancedFilter {
|
|
2205
3659
|
operatorType: "StringNotIn";
|
|
2206
3660
|
values?: string[];
|
|
2207
3661
|
}
|
|
2208
3662
|
|
|
3663
|
+
// @public
|
|
3664
|
+
export interface StringNotInFilter extends Filter {
|
|
3665
|
+
operatorType: "StringNotIn";
|
|
3666
|
+
values?: string[];
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
// @public
|
|
3670
|
+
export interface Subscription extends Resource {
|
|
3671
|
+
deliveryConfiguration?: DeliveryConfiguration;
|
|
3672
|
+
eventDeliverySchema?: DeliverySchema;
|
|
3673
|
+
filtersConfiguration?: FiltersConfiguration;
|
|
3674
|
+
readonly provisioningState?: SubscriptionProvisioningState;
|
|
3675
|
+
readonly systemData?: SystemData;
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
// @public
|
|
3679
|
+
export type SubscriptionProvisioningState = string;
|
|
3680
|
+
|
|
3681
|
+
// @public
|
|
3682
|
+
export interface SubscriptionsListResult {
|
|
3683
|
+
nextLink?: string;
|
|
3684
|
+
value?: Subscription[];
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
// @public
|
|
3688
|
+
export interface SubscriptionUpdateParameters {
|
|
3689
|
+
deliveryConfiguration?: DeliveryConfiguration;
|
|
3690
|
+
eventDeliverySchema?: DeliverySchema;
|
|
3691
|
+
filtersConfiguration?: FiltersConfiguration;
|
|
3692
|
+
}
|
|
3693
|
+
|
|
2209
3694
|
// @public
|
|
2210
3695
|
export interface SystemData {
|
|
2211
3696
|
createdAt?: Date;
|
|
@@ -2228,11 +3713,11 @@ export interface SystemTopic extends TrackedResource {
|
|
|
2228
3713
|
|
|
2229
3714
|
// @public
|
|
2230
3715
|
export interface SystemTopicEventSubscriptions {
|
|
2231
|
-
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<
|
|
3716
|
+
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>, SystemTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
2232
3717
|
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
2233
|
-
beginDelete(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<
|
|
3718
|
+
beginDelete(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2234
3719
|
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2235
|
-
beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<
|
|
3720
|
+
beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicEventSubscriptionsUpdateResponse>, SystemTopicEventSubscriptionsUpdateResponse>>;
|
|
2236
3721
|
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsUpdateResponse>;
|
|
2237
3722
|
get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetOptionalParams): Promise<SystemTopicEventSubscriptionsGetResponse>;
|
|
2238
3723
|
getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
@@ -2249,6 +3734,12 @@ export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams exten
|
|
|
2249
3734
|
// @public
|
|
2250
3735
|
export type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2251
3736
|
|
|
3737
|
+
// @public
|
|
3738
|
+
export interface SystemTopicEventSubscriptionsDeleteHeaders {
|
|
3739
|
+
// (undocumented)
|
|
3740
|
+
location?: string;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
2252
3743
|
// @public
|
|
2253
3744
|
export interface SystemTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2254
3745
|
resumeFrom?: string;
|
|
@@ -2303,11 +3794,11 @@ export type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
|
2303
3794
|
|
|
2304
3795
|
// @public
|
|
2305
3796
|
export interface SystemTopics {
|
|
2306
|
-
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<
|
|
3797
|
+
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicsCreateOrUpdateResponse>, SystemTopicsCreateOrUpdateResponse>>;
|
|
2307
3798
|
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopicsCreateOrUpdateResponse>;
|
|
2308
|
-
beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<
|
|
3799
|
+
beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2309
3800
|
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>;
|
|
2310
|
-
beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<
|
|
3801
|
+
beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SystemTopicsUpdateResponse>, SystemTopicsUpdateResponse>>;
|
|
2311
3802
|
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopicsUpdateResponse>;
|
|
2312
3803
|
get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopicsGetResponse>;
|
|
2313
3804
|
listByResourceGroup(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SystemTopic>;
|
|
@@ -2323,6 +3814,12 @@ export interface SystemTopicsCreateOrUpdateOptionalParams extends coreClient.Ope
|
|
|
2323
3814
|
// @public
|
|
2324
3815
|
export type SystemTopicsCreateOrUpdateResponse = SystemTopic;
|
|
2325
3816
|
|
|
3817
|
+
// @public
|
|
3818
|
+
export interface SystemTopicsDeleteHeaders {
|
|
3819
|
+
// (undocumented)
|
|
3820
|
+
location?: string;
|
|
3821
|
+
}
|
|
3822
|
+
|
|
2326
3823
|
// @public
|
|
2327
3824
|
export interface SystemTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2328
3825
|
resumeFrom?: string;
|
|
@@ -2391,29 +3888,37 @@ export interface SystemTopicUpdateParameters {
|
|
|
2391
3888
|
};
|
|
2392
3889
|
}
|
|
2393
3890
|
|
|
3891
|
+
// @public
|
|
3892
|
+
export type TlsVersion = string;
|
|
3893
|
+
|
|
2394
3894
|
// @public
|
|
2395
3895
|
export interface Topic extends TrackedResource {
|
|
2396
3896
|
dataResidencyBoundary?: DataResidencyBoundary;
|
|
2397
3897
|
disableLocalAuth?: boolean;
|
|
2398
3898
|
readonly endpoint?: string;
|
|
3899
|
+
eventTypeInfo?: EventTypeInfo;
|
|
3900
|
+
extendedLocation?: ExtendedLocation;
|
|
2399
3901
|
identity?: IdentityInfo;
|
|
2400
3902
|
inboundIpRules?: InboundIpRule[];
|
|
2401
3903
|
inputSchema?: InputSchema;
|
|
2402
3904
|
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
3905
|
+
kind?: ResourceKind;
|
|
2403
3906
|
readonly metricResourceId?: string;
|
|
3907
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
2404
3908
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2405
3909
|
readonly provisioningState?: TopicProvisioningState;
|
|
2406
3910
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
3911
|
+
sku?: ResourceSku;
|
|
2407
3912
|
readonly systemData?: SystemData;
|
|
2408
3913
|
}
|
|
2409
3914
|
|
|
2410
3915
|
// @public
|
|
2411
3916
|
export interface TopicEventSubscriptions {
|
|
2412
|
-
beginCreateOrUpdate(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: TopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<
|
|
3917
|
+
beginCreateOrUpdate(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: TopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicEventSubscriptionsCreateOrUpdateResponse>, TopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
2413
3918
|
beginCreateOrUpdateAndWait(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: TopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<TopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
2414
|
-
beginDelete(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsDeleteOptionalParams): Promise<
|
|
3919
|
+
beginDelete(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2415
3920
|
beginDeleteAndWait(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2416
|
-
beginUpdate(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: TopicEventSubscriptionsUpdateOptionalParams): Promise<
|
|
3921
|
+
beginUpdate(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: TopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicEventSubscriptionsUpdateResponse>, TopicEventSubscriptionsUpdateResponse>>;
|
|
2417
3922
|
beginUpdateAndWait(resourceGroupName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: TopicEventSubscriptionsUpdateOptionalParams): Promise<TopicEventSubscriptionsUpdateResponse>;
|
|
2418
3923
|
get(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsGetOptionalParams): Promise<TopicEventSubscriptionsGetResponse>;
|
|
2419
3924
|
getDeliveryAttributes(resourceGroupName: string, topicName: string, eventSubscriptionName: string, options?: TopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<TopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
@@ -2430,6 +3935,12 @@ export interface TopicEventSubscriptionsCreateOrUpdateOptionalParams extends cor
|
|
|
2430
3935
|
// @public
|
|
2431
3936
|
export type TopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2432
3937
|
|
|
3938
|
+
// @public
|
|
3939
|
+
export interface TopicEventSubscriptionsDeleteHeaders {
|
|
3940
|
+
// (undocumented)
|
|
3941
|
+
location?: string;
|
|
3942
|
+
}
|
|
3943
|
+
|
|
2433
3944
|
// @public
|
|
2434
3945
|
export interface TopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2435
3946
|
resumeFrom?: string;
|
|
@@ -2492,13 +4003,13 @@ export interface TopicRegenerateKeyRequest {
|
|
|
2492
4003
|
|
|
2493
4004
|
// @public
|
|
2494
4005
|
export interface Topics {
|
|
2495
|
-
beginCreateOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<
|
|
4006
|
+
beginCreateOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicsCreateOrUpdateResponse>, TopicsCreateOrUpdateResponse>>;
|
|
2496
4007
|
beginCreateOrUpdateAndWait(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<TopicsCreateOrUpdateResponse>;
|
|
2497
|
-
beginDelete(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<
|
|
2498
|
-
beginDeleteAndWait(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<
|
|
2499
|
-
beginRegenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<
|
|
4008
|
+
beginDelete(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<TopicsDeleteResponse>, TopicsDeleteResponse>>;
|
|
4009
|
+
beginDeleteAndWait(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<TopicsDeleteResponse>;
|
|
4010
|
+
beginRegenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<TopicsRegenerateKeyResponse>, TopicsRegenerateKeyResponse>>;
|
|
2500
4011
|
beginRegenerateKeyAndWait(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<TopicsRegenerateKeyResponse>;
|
|
2501
|
-
beginUpdate(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<
|
|
4012
|
+
beginUpdate(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2502
4013
|
beginUpdateAndWait(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<void>;
|
|
2503
4014
|
get(resourceGroupName: string, topicName: string, options?: TopicsGetOptionalParams): Promise<TopicsGetResponse>;
|
|
2504
4015
|
listByResourceGroup(resourceGroupName: string, options?: TopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Topic>;
|
|
@@ -2507,6 +4018,11 @@ export interface Topics {
|
|
|
2507
4018
|
listSharedAccessKeys(resourceGroupName: string, topicName: string, options?: TopicsListSharedAccessKeysOptionalParams): Promise<TopicsListSharedAccessKeysResponse>;
|
|
2508
4019
|
}
|
|
2509
4020
|
|
|
4021
|
+
// @public
|
|
4022
|
+
export interface TopicsConfiguration {
|
|
4023
|
+
readonly hostname?: string;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
2510
4026
|
// @public
|
|
2511
4027
|
export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2512
4028
|
resumeFrom?: string;
|
|
@@ -2516,12 +4032,21 @@ export interface TopicsCreateOrUpdateOptionalParams extends coreClient.Operation
|
|
|
2516
4032
|
// @public
|
|
2517
4033
|
export type TopicsCreateOrUpdateResponse = Topic;
|
|
2518
4034
|
|
|
4035
|
+
// @public
|
|
4036
|
+
export interface TopicsDeleteHeaders {
|
|
4037
|
+
// (undocumented)
|
|
4038
|
+
location?: string;
|
|
4039
|
+
}
|
|
4040
|
+
|
|
2519
4041
|
// @public
|
|
2520
4042
|
export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2521
4043
|
resumeFrom?: string;
|
|
2522
4044
|
updateIntervalInMs?: number;
|
|
2523
4045
|
}
|
|
2524
4046
|
|
|
4047
|
+
// @public
|
|
4048
|
+
export type TopicsDeleteResponse = TopicsDeleteHeaders;
|
|
4049
|
+
|
|
2525
4050
|
// @public
|
|
2526
4051
|
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2527
4052
|
}
|
|
@@ -2587,6 +4112,98 @@ export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.Ope
|
|
|
2587
4112
|
// @public
|
|
2588
4113
|
export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
2589
4114
|
|
|
4115
|
+
// @public
|
|
4116
|
+
export interface TopicSpace extends Resource {
|
|
4117
|
+
description?: string;
|
|
4118
|
+
readonly provisioningState?: TopicSpaceProvisioningState;
|
|
4119
|
+
readonly systemData?: SystemData;
|
|
4120
|
+
topicTemplates?: string[];
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4123
|
+
// @public
|
|
4124
|
+
export type TopicSpaceProvisioningState = string;
|
|
4125
|
+
|
|
4126
|
+
// @public
|
|
4127
|
+
export interface TopicSpaces {
|
|
4128
|
+
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TopicSpacesCreateOrUpdateResponse>, TopicSpacesCreateOrUpdateResponse>>;
|
|
4129
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicSpaceName: string, topicSpaceInfo: TopicSpace, options?: TopicSpacesCreateOrUpdateOptionalParams): Promise<TopicSpacesCreateOrUpdateResponse>;
|
|
4130
|
+
beginDelete(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
4131
|
+
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesDeleteOptionalParams): Promise<void>;
|
|
4132
|
+
get(resourceGroupName: string, namespaceName: string, topicSpaceName: string, options?: TopicSpacesGetOptionalParams): Promise<TopicSpacesGetResponse>;
|
|
4133
|
+
listByNamespace(resourceGroupName: string, namespaceName: string, options?: TopicSpacesListByNamespaceOptionalParams): PagedAsyncIterableIterator<TopicSpace>;
|
|
4134
|
+
}
|
|
4135
|
+
|
|
4136
|
+
// @public
|
|
4137
|
+
export interface TopicSpacesConfiguration {
|
|
4138
|
+
clientAuthentication?: ClientAuthenticationSettings;
|
|
4139
|
+
readonly hostname?: string;
|
|
4140
|
+
maximumClientSessionsPerAuthenticationName?: number;
|
|
4141
|
+
maximumSessionExpiryInHours?: number;
|
|
4142
|
+
routeTopicResourceId?: string;
|
|
4143
|
+
routingEnrichments?: RoutingEnrichments;
|
|
4144
|
+
routingIdentityInfo?: RoutingIdentityInfo;
|
|
4145
|
+
state?: TopicSpacesConfigurationState;
|
|
4146
|
+
}
|
|
4147
|
+
|
|
4148
|
+
// @public
|
|
4149
|
+
export type TopicSpacesConfigurationState = string;
|
|
4150
|
+
|
|
4151
|
+
// @public
|
|
4152
|
+
export interface TopicSpacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4153
|
+
resumeFrom?: string;
|
|
4154
|
+
updateIntervalInMs?: number;
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4157
|
+
// @public
|
|
4158
|
+
export type TopicSpacesCreateOrUpdateResponse = TopicSpace;
|
|
4159
|
+
|
|
4160
|
+
// @public
|
|
4161
|
+
export interface TopicSpacesDeleteHeaders {
|
|
4162
|
+
// (undocumented)
|
|
4163
|
+
location?: string;
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4166
|
+
// @public
|
|
4167
|
+
export interface TopicSpacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4168
|
+
resumeFrom?: string;
|
|
4169
|
+
updateIntervalInMs?: number;
|
|
4170
|
+
}
|
|
4171
|
+
|
|
4172
|
+
// @public
|
|
4173
|
+
export interface TopicSpacesGetOptionalParams extends coreClient.OperationOptions {
|
|
4174
|
+
}
|
|
4175
|
+
|
|
4176
|
+
// @public
|
|
4177
|
+
export type TopicSpacesGetResponse = TopicSpace;
|
|
4178
|
+
|
|
4179
|
+
// @public
|
|
4180
|
+
export interface TopicSpacesListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
// @public
|
|
4184
|
+
export type TopicSpacesListByNamespaceNextResponse = TopicSpacesListResult;
|
|
4185
|
+
|
|
4186
|
+
// @public
|
|
4187
|
+
export interface TopicSpacesListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
4188
|
+
filter?: string;
|
|
4189
|
+
top?: number;
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
// @public
|
|
4193
|
+
export type TopicSpacesListByNamespaceResponse = TopicSpacesListResult;
|
|
4194
|
+
|
|
4195
|
+
// @public
|
|
4196
|
+
export interface TopicSpacesListResult {
|
|
4197
|
+
nextLink?: string;
|
|
4198
|
+
value?: TopicSpace[];
|
|
4199
|
+
}
|
|
4200
|
+
|
|
4201
|
+
// @public
|
|
4202
|
+
export interface TopicsRegenerateKeyHeaders {
|
|
4203
|
+
// (undocumented)
|
|
4204
|
+
location?: string;
|
|
4205
|
+
}
|
|
4206
|
+
|
|
2590
4207
|
// @public
|
|
2591
4208
|
export interface TopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2592
4209
|
resumeFrom?: string;
|
|
@@ -2604,6 +4221,7 @@ export interface TopicsUpdateOptionalParams extends coreClient.OperationOptions
|
|
|
2604
4221
|
|
|
2605
4222
|
// @public
|
|
2606
4223
|
export interface TopicTypeInfo extends Resource {
|
|
4224
|
+
areRegionalAndGlobalSourcesSupported?: boolean;
|
|
2607
4225
|
description?: string;
|
|
2608
4226
|
displayName?: string;
|
|
2609
4227
|
provider?: string;
|
|
@@ -2657,9 +4275,12 @@ export type TopicTypeSourceScope = string;
|
|
|
2657
4275
|
export interface TopicUpdateParameters {
|
|
2658
4276
|
dataResidencyBoundary?: DataResidencyBoundary;
|
|
2659
4277
|
disableLocalAuth?: boolean;
|
|
4278
|
+
eventTypeInfo?: EventTypeInfo;
|
|
2660
4279
|
identity?: IdentityInfo;
|
|
2661
4280
|
inboundIpRules?: InboundIpRule[];
|
|
4281
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
2662
4282
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
4283
|
+
sku?: ResourceSku;
|
|
2663
4284
|
tags?: {
|
|
2664
4285
|
[propertyName: string]: string;
|
|
2665
4286
|
};
|
|
@@ -2673,6 +4294,17 @@ export interface TrackedResource extends Resource {
|
|
|
2673
4294
|
};
|
|
2674
4295
|
}
|
|
2675
4296
|
|
|
4297
|
+
// @public
|
|
4298
|
+
export interface UpdateTopicSpacesConfigurationInfo {
|
|
4299
|
+
clientAuthentication?: ClientAuthenticationSettings;
|
|
4300
|
+
maximumClientSessionsPerAuthenticationName?: number;
|
|
4301
|
+
maximumSessionExpiryInHours?: number;
|
|
4302
|
+
routeTopicResourceId?: string;
|
|
4303
|
+
routingEnrichments?: RoutingEnrichments;
|
|
4304
|
+
routingIdentityInfo?: RoutingIdentityInfo;
|
|
4305
|
+
state?: TopicSpacesConfigurationState;
|
|
4306
|
+
}
|
|
4307
|
+
|
|
2676
4308
|
// @public
|
|
2677
4309
|
export interface UserIdentityProperties {
|
|
2678
4310
|
clientId?: string;
|
|
@@ -2682,6 +4314,7 @@ export interface UserIdentityProperties {
|
|
|
2682
4314
|
// @public
|
|
2683
4315
|
export interface VerifiedPartner extends Resource {
|
|
2684
4316
|
organizationName?: string;
|
|
4317
|
+
partnerDestinationDetails?: PartnerDetails;
|
|
2685
4318
|
partnerDisplayName?: string;
|
|
2686
4319
|
partnerRegistrationImmutableId?: string;
|
|
2687
4320
|
partnerTopicDetails?: PartnerDetails;
|
|
@@ -2736,9 +4369,26 @@ export interface WebHookEventSubscriptionDestination extends EventSubscriptionDe
|
|
|
2736
4369
|
endpointType: "WebHook";
|
|
2737
4370
|
endpointUrl?: string;
|
|
2738
4371
|
maxEventsPerBatch?: number;
|
|
4372
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
2739
4373
|
preferredBatchSizeInKilobytes?: number;
|
|
2740
4374
|
}
|
|
2741
4375
|
|
|
4376
|
+
// @public
|
|
4377
|
+
export interface WebhookPartnerDestinationInfo extends PartnerDestinationInfo {
|
|
4378
|
+
clientAuthentication?: PartnerClientAuthenticationUnion;
|
|
4379
|
+
endpointBaseUrl?: string;
|
|
4380
|
+
endpointType: "WebHook";
|
|
4381
|
+
endpointUrl?: string;
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
// @public
|
|
4385
|
+
export interface WebhookUpdatePartnerDestinationInfo extends PartnerUpdateDestinationInfo {
|
|
4386
|
+
clientAuthentication?: PartnerClientAuthenticationUnion;
|
|
4387
|
+
endpointBaseUrl?: string;
|
|
4388
|
+
endpointType: "WebHook";
|
|
4389
|
+
endpointUrl?: string;
|
|
4390
|
+
}
|
|
4391
|
+
|
|
2742
4392
|
// (No @packageDocumentation comment for this package)
|
|
2743
4393
|
|
|
2744
4394
|
```
|