@azure/arm-eventgrid 14.1.1-alpha.20230512.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/src/models/index.ts
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
|
|
11
|
+
export type PartnerDestinationInfoUnion =
|
|
12
|
+
| PartnerDestinationInfo
|
|
13
|
+
| WebhookPartnerDestinationInfo;
|
|
14
|
+
export type PartnerUpdateDestinationInfoUnion =
|
|
15
|
+
| PartnerUpdateDestinationInfo
|
|
16
|
+
| WebhookUpdatePartnerDestinationInfo;
|
|
11
17
|
export type InputSchemaMappingUnion =
|
|
12
18
|
| InputSchemaMapping
|
|
13
19
|
| JsonInputSchemaMapping;
|
|
@@ -15,6 +21,30 @@ export type DeliveryAttributeMappingUnion =
|
|
|
15
21
|
| DeliveryAttributeMapping
|
|
16
22
|
| StaticDeliveryAttributeMapping
|
|
17
23
|
| DynamicDeliveryAttributeMapping;
|
|
24
|
+
export type DeadLetterDestinationUnion =
|
|
25
|
+
| DeadLetterDestination
|
|
26
|
+
| StorageBlobDeadLetterDestination;
|
|
27
|
+
export type FilterUnion =
|
|
28
|
+
| Filter
|
|
29
|
+
| NumberInFilter
|
|
30
|
+
| NumberNotInFilter
|
|
31
|
+
| NumberLessThanFilter
|
|
32
|
+
| NumberGreaterThanFilter
|
|
33
|
+
| NumberLessThanOrEqualsFilter
|
|
34
|
+
| NumberGreaterThanOrEqualsFilter
|
|
35
|
+
| BoolEqualsFilter
|
|
36
|
+
| StringInFilter
|
|
37
|
+
| StringNotInFilter
|
|
38
|
+
| StringBeginsWithFilter
|
|
39
|
+
| StringEndsWithFilter
|
|
40
|
+
| StringContainsFilter
|
|
41
|
+
| NumberInRangeFilter
|
|
42
|
+
| NumberNotInRangeFilter
|
|
43
|
+
| StringNotBeginsWithFilter
|
|
44
|
+
| StringNotEndsWithFilter
|
|
45
|
+
| StringNotContainsFilter
|
|
46
|
+
| IsNullOrUndefinedFilter
|
|
47
|
+
| IsNotNullFilter;
|
|
18
48
|
export type EventSubscriptionDestinationUnion =
|
|
19
49
|
| EventSubscriptionDestination
|
|
20
50
|
| WebHookEventSubscriptionDestination
|
|
@@ -23,7 +53,8 @@ export type EventSubscriptionDestinationUnion =
|
|
|
23
53
|
| HybridConnectionEventSubscriptionDestination
|
|
24
54
|
| ServiceBusQueueEventSubscriptionDestination
|
|
25
55
|
| ServiceBusTopicEventSubscriptionDestination
|
|
26
|
-
| AzureFunctionEventSubscriptionDestination
|
|
56
|
+
| AzureFunctionEventSubscriptionDestination
|
|
57
|
+
| PartnerEventSubscriptionDestination;
|
|
27
58
|
export type AdvancedFilterUnion =
|
|
28
59
|
| AdvancedFilter
|
|
29
60
|
| NumberInAdvancedFilter
|
|
@@ -45,9 +76,101 @@ export type AdvancedFilterUnion =
|
|
|
45
76
|
| StringNotContainsAdvancedFilter
|
|
46
77
|
| IsNullOrUndefinedAdvancedFilter
|
|
47
78
|
| IsNotNullAdvancedFilter;
|
|
48
|
-
export type
|
|
49
|
-
|
|
|
50
|
-
|
|
|
79
|
+
export type PartnerClientAuthenticationUnion =
|
|
80
|
+
| PartnerClientAuthentication
|
|
81
|
+
| AzureADPartnerClientAuthentication;
|
|
82
|
+
|
|
83
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
84
|
+
export interface SystemData {
|
|
85
|
+
/** The identity that created the resource. */
|
|
86
|
+
createdBy?: string;
|
|
87
|
+
/** The type of identity that created the resource. */
|
|
88
|
+
createdByType?: CreatedByType;
|
|
89
|
+
/** The timestamp of resource creation (UTC). */
|
|
90
|
+
createdAt?: Date;
|
|
91
|
+
/** The identity that last modified the resource. */
|
|
92
|
+
lastModifiedBy?: string;
|
|
93
|
+
/** The type of identity that last modified the resource. */
|
|
94
|
+
lastModifiedByType?: CreatedByType;
|
|
95
|
+
/** The timestamp of resource last modification (UTC) */
|
|
96
|
+
lastModifiedAt?: Date;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/** Definition of a Resource. */
|
|
100
|
+
export interface Resource {
|
|
101
|
+
/**
|
|
102
|
+
* Fully qualified identifier of the resource.
|
|
103
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
+
*/
|
|
105
|
+
readonly id?: string;
|
|
106
|
+
/**
|
|
107
|
+
* Name of the resource.
|
|
108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
+
*/
|
|
110
|
+
readonly name?: string;
|
|
111
|
+
/**
|
|
112
|
+
* Type of the resource.
|
|
113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
114
|
+
*/
|
|
115
|
+
readonly type?: string;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
119
|
+
export interface ErrorResponse {
|
|
120
|
+
/** The error object. */
|
|
121
|
+
error?: ErrorDetail;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/** The error detail. */
|
|
125
|
+
export interface ErrorDetail {
|
|
126
|
+
/**
|
|
127
|
+
* The error code.
|
|
128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
+
*/
|
|
130
|
+
readonly code?: string;
|
|
131
|
+
/**
|
|
132
|
+
* The error message.
|
|
133
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
134
|
+
*/
|
|
135
|
+
readonly message?: string;
|
|
136
|
+
/**
|
|
137
|
+
* The error target.
|
|
138
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
|
+
*/
|
|
140
|
+
readonly target?: string;
|
|
141
|
+
/**
|
|
142
|
+
* The error details.
|
|
143
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
144
|
+
*/
|
|
145
|
+
readonly details?: ErrorDetail[];
|
|
146
|
+
/**
|
|
147
|
+
* The error additional info.
|
|
148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
149
|
+
*/
|
|
150
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/** The resource management error additional info. */
|
|
154
|
+
export interface ErrorAdditionalInfo {
|
|
155
|
+
/**
|
|
156
|
+
* The additional info type.
|
|
157
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
158
|
+
*/
|
|
159
|
+
readonly type?: string;
|
|
160
|
+
/**
|
|
161
|
+
* The additional info.
|
|
162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
163
|
+
*/
|
|
164
|
+
readonly info?: Record<string, unknown>;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/** Result of the List CA Certificate operation. */
|
|
168
|
+
export interface CaCertificatesListResult {
|
|
169
|
+
/** A collection of CA Certificate. */
|
|
170
|
+
value?: CaCertificate[];
|
|
171
|
+
/** A link for the next page of CA Certificate. */
|
|
172
|
+
nextLink?: string;
|
|
173
|
+
}
|
|
51
174
|
|
|
52
175
|
/** Properties of the corresponding partner topic of a Channel. */
|
|
53
176
|
export interface PartnerTopicInfo {
|
|
@@ -100,39 +223,36 @@ export interface InlineEventProperties {
|
|
|
100
223
|
dataSchemaUrl?: string;
|
|
101
224
|
}
|
|
102
225
|
|
|
103
|
-
/**
|
|
104
|
-
export interface
|
|
105
|
-
/**
|
|
106
|
-
|
|
107
|
-
/** The type of identity that created the resource. */
|
|
108
|
-
createdByType?: CreatedByType;
|
|
109
|
-
/** The timestamp of resource creation (UTC). */
|
|
110
|
-
createdAt?: Date;
|
|
111
|
-
/** The identity that last modified the resource. */
|
|
112
|
-
lastModifiedBy?: string;
|
|
113
|
-
/** The type of identity that last modified the resource. */
|
|
114
|
-
lastModifiedByType?: CreatedByType;
|
|
115
|
-
/** The timestamp of resource last modification (UTC) */
|
|
116
|
-
lastModifiedAt?: Date;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/** Definition of a Resource. */
|
|
120
|
-
export interface Resource {
|
|
121
|
-
/**
|
|
122
|
-
* Fully qualified identifier of the resource.
|
|
123
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
-
*/
|
|
125
|
-
readonly id?: string;
|
|
226
|
+
/** Properties of the corresponding partner destination of a Channel. */
|
|
227
|
+
export interface PartnerDestinationInfo {
|
|
228
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
229
|
+
endpointType: "WebHook";
|
|
126
230
|
/**
|
|
127
|
-
*
|
|
128
|
-
*
|
|
231
|
+
* Azure subscription ID of the subscriber. The partner destination associated with the channel will be
|
|
232
|
+
* created under this Azure subscription.
|
|
129
233
|
*/
|
|
130
|
-
|
|
234
|
+
azureSubscriptionId?: string;
|
|
131
235
|
/**
|
|
132
|
-
*
|
|
133
|
-
*
|
|
236
|
+
* Azure Resource Group of the subscriber. The partner destination associated with the channel will be
|
|
237
|
+
* created under this resource group.
|
|
134
238
|
*/
|
|
135
|
-
|
|
239
|
+
resourceGroupName?: string;
|
|
240
|
+
/** Name of the partner destination associated with the channel. */
|
|
241
|
+
name?: string;
|
|
242
|
+
/** Additional context of the partner destination endpoint. */
|
|
243
|
+
endpointServiceContext?: string;
|
|
244
|
+
/** Change history of the resource move. */
|
|
245
|
+
resourceMoveChangeHistory?: ResourceMoveChangeHistory[];
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/** The change history of the resource move. */
|
|
249
|
+
export interface ResourceMoveChangeHistory {
|
|
250
|
+
/** Azure subscription ID of the resource. */
|
|
251
|
+
azureSubscriptionId?: string;
|
|
252
|
+
/** Azure Resource Group of the resource. */
|
|
253
|
+
resourceGroupName?: string;
|
|
254
|
+
/** UTC timestamp of when the resource was changed. */
|
|
255
|
+
changedTimeUtc?: Date;
|
|
136
256
|
}
|
|
137
257
|
|
|
138
258
|
/** Properties of the Channel update. */
|
|
@@ -142,10 +262,18 @@ export interface ChannelUpdateParameters {
|
|
|
142
262
|
* the channel and corresponding partner topic or partner destination are deleted.
|
|
143
263
|
*/
|
|
144
264
|
expirationTimeIfNotActivatedUtc?: Date;
|
|
265
|
+
/** Partner destination properties which can be updated if the channel is of type PartnerDestination. */
|
|
266
|
+
partnerDestinationInfo?: PartnerUpdateDestinationInfoUnion;
|
|
145
267
|
/** Partner topic properties which can be updated if the channel is of type PartnerTopic. */
|
|
146
268
|
partnerTopicInfo?: PartnerUpdateTopicInfo;
|
|
147
269
|
}
|
|
148
270
|
|
|
271
|
+
/** Properties of the corresponding partner destination of a Channel. */
|
|
272
|
+
export interface PartnerUpdateDestinationInfo {
|
|
273
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
274
|
+
endpointType: "WebHook";
|
|
275
|
+
}
|
|
276
|
+
|
|
149
277
|
/** Update properties for the corresponding partner topic of a channel. */
|
|
150
278
|
export interface PartnerUpdateTopicInfo {
|
|
151
279
|
/** Event type info for the partner topic */
|
|
@@ -166,6 +294,61 @@ export interface EventSubscriptionFullUrl {
|
|
|
166
294
|
endpointUrl?: string;
|
|
167
295
|
}
|
|
168
296
|
|
|
297
|
+
/** Result of the List Client Group operation. */
|
|
298
|
+
export interface ClientGroupsListResult {
|
|
299
|
+
/** A collection of Client Group. */
|
|
300
|
+
value?: ClientGroup[];
|
|
301
|
+
/** A link for the next page of Client Group. */
|
|
302
|
+
nextLink?: string;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/** The Authentication properties for the client. */
|
|
306
|
+
export interface ClientAuthentication {
|
|
307
|
+
/** The self signed certificate's thumbprints data used for authentication. */
|
|
308
|
+
certificateThumbprint?: ClientCertificateThumbprint;
|
|
309
|
+
/** The CA certificate subject name used for authentication. */
|
|
310
|
+
certificateSubject?: ClientCertificateSubjectDistinguishedName;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/** Thumbprints are used by the service to validate the device permission when authentication is done using self signed certificate. */
|
|
314
|
+
export interface ClientCertificateThumbprint {
|
|
315
|
+
/** The primary thumbprint used for validation. */
|
|
316
|
+
primary?: string;
|
|
317
|
+
/** The secondary thumbprint used for validation. */
|
|
318
|
+
secondary?: string;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* CA certificate subject distinguished name information used by service to authenticate clients.
|
|
323
|
+
* For more information, see https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x500distinguishedname?view=net-6.0#remarks
|
|
324
|
+
*/
|
|
325
|
+
export interface ClientCertificateSubjectDistinguishedName {
|
|
326
|
+
/** The common name field in the subject name. The allowed limit is 64 characters and it should be specified. */
|
|
327
|
+
commonName?: string;
|
|
328
|
+
/** The organization field in the subject name. If present, the allowed limit is 64 characters. */
|
|
329
|
+
organization?: string;
|
|
330
|
+
/** The organization unit field in the subject name. If present, the allowed limit is 32 characters. */
|
|
331
|
+
organizationUnit?: string;
|
|
332
|
+
/** The country code field in the subject name. If present, the country code should be represented by two-letter code defined in ISO 2166-1 (alpha-2). For example: 'US'. */
|
|
333
|
+
countryCode?: string;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
/** The certificate authentication properties for the client. */
|
|
337
|
+
export interface ClientCertificateAuthentication {
|
|
338
|
+
/** The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName. */
|
|
339
|
+
validationScheme?: ClientCertificateValidationScheme;
|
|
340
|
+
/** The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'. */
|
|
341
|
+
allowedThumbprints?: string[];
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/** Result of the List Client operation. */
|
|
345
|
+
export interface ClientsListResult {
|
|
346
|
+
/** A collection of Client. */
|
|
347
|
+
value?: Client[];
|
|
348
|
+
/** A link for the next page of Client. */
|
|
349
|
+
nextLink?: string;
|
|
350
|
+
}
|
|
351
|
+
|
|
169
352
|
/** PrivateEndpoint information. */
|
|
170
353
|
export interface PrivateEndpoint {
|
|
171
354
|
/** The ARM identifier for Private Endpoint. */
|
|
@@ -195,6 +378,12 @@ export interface InboundIpRule {
|
|
|
195
378
|
action?: IpActionType;
|
|
196
379
|
}
|
|
197
380
|
|
|
381
|
+
/** Describes an EventGrid Resource Sku. */
|
|
382
|
+
export interface ResourceSku {
|
|
383
|
+
/** The Sku name of the resource. The possible values are: Basic or Premium. */
|
|
384
|
+
name?: Sku;
|
|
385
|
+
}
|
|
386
|
+
|
|
198
387
|
/** The identity information for the resource. */
|
|
199
388
|
export interface IdentityInfo {
|
|
200
389
|
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */
|
|
@@ -225,6 +414,8 @@ export interface DomainUpdateParameters {
|
|
|
225
414
|
tags?: { [propertyName: string]: string };
|
|
226
415
|
/** Identity information for the resource. */
|
|
227
416
|
identity?: IdentityInfo;
|
|
417
|
+
/** The Sku pricing tier for the domain. */
|
|
418
|
+
sku?: ResourceSku;
|
|
228
419
|
/**
|
|
229
420
|
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
230
421
|
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules" />
|
|
@@ -232,6 +423,8 @@ export interface DomainUpdateParameters {
|
|
|
232
423
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
233
424
|
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
234
425
|
inboundIpRules?: InboundIpRule[];
|
|
426
|
+
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
427
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
235
428
|
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain. */
|
|
236
429
|
disableLocalAuth?: boolean;
|
|
237
430
|
/**
|
|
@@ -256,6 +449,8 @@ export interface DomainUpdateParameters {
|
|
|
256
449
|
autoDeleteTopicWithLastSubscription?: boolean;
|
|
257
450
|
/** The data residency boundary for the domain. */
|
|
258
451
|
dataResidencyBoundary?: DataResidencyBoundary;
|
|
452
|
+
/** The eventTypeInfo for the domain. */
|
|
453
|
+
eventTypeInfo?: EventTypeInfo;
|
|
259
454
|
}
|
|
260
455
|
|
|
261
456
|
/** Result of the List Domains operation. */
|
|
@@ -302,6 +497,132 @@ export interface DeliveryAttributeMapping {
|
|
|
302
497
|
name?: string;
|
|
303
498
|
}
|
|
304
499
|
|
|
500
|
+
/** Properties of the delivery configuration information of the event subscription. */
|
|
501
|
+
export interface DeliveryConfiguration {
|
|
502
|
+
/** Delivery mode of the event subscription. */
|
|
503
|
+
deliveryMode?: DeliveryMode;
|
|
504
|
+
/** This property should be populated when deliveryMode is queue and represents information about the queue subscription. */
|
|
505
|
+
queue?: QueueInfo;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/** Properties of the Queue info for event subscription. */
|
|
509
|
+
export interface QueueInfo {
|
|
510
|
+
/**
|
|
511
|
+
* Maximum period in seconds in which once the message is in received (by the client) state and waiting to be accepted, released or rejected.
|
|
512
|
+
* If this time elapsed after a message has been received by the client and not transitioned into accepted (not processed), released or rejected,
|
|
513
|
+
* the message is available for redelivery. This is an optional field, where default is 60 seconds, minimum is 60 seconds and maximum is 300 seconds.
|
|
514
|
+
*/
|
|
515
|
+
receiveLockDurationInSeconds?: number;
|
|
516
|
+
/** The maximum delivery count of the events. */
|
|
517
|
+
maxDeliveryCount?: number;
|
|
518
|
+
/**
|
|
519
|
+
* The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
|
|
520
|
+
* Uses the managed identity setup on the parent resource (namely, topic) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
521
|
+
*/
|
|
522
|
+
deadLetterDestinationWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
523
|
+
/**
|
|
524
|
+
* Time span duration in ISO 8601 format that determines how long messages are available to the subscription from the time the message was published.
|
|
525
|
+
* This duration value is expressed using the following format: \'P(n)Y(n)M(n)DT(n)H(n)M(n)S\', where:
|
|
526
|
+
* - (n) is replaced by the value of each time element that follows the (n).
|
|
527
|
+
* - P is the duration (or Period) designator and is always placed at the beginning of the duration.
|
|
528
|
+
* - Y is the year designator, and it follows the value for the number of years.
|
|
529
|
+
* - M is the month designator, and it follows the value for the number of months.
|
|
530
|
+
* - W is the week designator, and it follows the value for the number of weeks.
|
|
531
|
+
* - D is the day designator, and it follows the value for the number of days.
|
|
532
|
+
* - T is the time designator, and it precedes the time components.
|
|
533
|
+
* - H is the hour designator, and it follows the value for the number of hours.
|
|
534
|
+
* - M is the minute designator, and it follows the value for the number of minutes.
|
|
535
|
+
* - S is the second designator, and it follows the value for the number of seconds.
|
|
536
|
+
* This duration value cannot be set greater than the topic’s EventRetentionInDays. It is is an optional field where its minimum value is 1 minute, and its maximum is determined
|
|
537
|
+
* by topic’s EventRetentionInDays value. The followings are examples of valid values:
|
|
538
|
+
* - \'P0DT23H12M\' or \'PT23H12M\': for duration of 23 hours and 12 minutes.
|
|
539
|
+
* - \'P1D\' or \'P1DT0H0M0S\': for duration of 1 day.
|
|
540
|
+
*/
|
|
541
|
+
eventTimeToLive?: string;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
/** Information about the deadletter destination with resource identity. */
|
|
545
|
+
export interface DeadLetterWithResourceIdentity {
|
|
546
|
+
/** The identity to use when dead-lettering events. */
|
|
547
|
+
identity?: EventSubscriptionIdentity;
|
|
548
|
+
/**
|
|
549
|
+
* Information about the destination where events have to be delivered for the event subscription.
|
|
550
|
+
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
551
|
+
*/
|
|
552
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/** The identity information with the event subscription. */
|
|
556
|
+
export interface EventSubscriptionIdentity {
|
|
557
|
+
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */
|
|
558
|
+
type?: EventSubscriptionIdentityType;
|
|
559
|
+
/** The user identity associated with the resource. */
|
|
560
|
+
userAssignedIdentity?: string;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/** Information about the dead letter destination for an event subscription. To configure a deadletter destination, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the only class that derives from this class. */
|
|
564
|
+
export interface DeadLetterDestination {
|
|
565
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
566
|
+
endpointType: "StorageBlob";
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/** Filters configuration for the Event Subscription. */
|
|
570
|
+
export interface FiltersConfiguration {
|
|
571
|
+
/** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */
|
|
572
|
+
includedEventTypes?: string[];
|
|
573
|
+
/** An array of filters that are used for filtering event subscriptions. */
|
|
574
|
+
filters?: FilterUnion[];
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* This is the base type that represents a filter. To configure a filter, do not directly instantiate an object of this class. Instead, instantiate
|
|
579
|
+
* an object of a derived class such as BoolEqualsFilter, NumberInFilter, StringEqualsFilter etc depending on the type of the key based on
|
|
580
|
+
* which you want to filter.
|
|
581
|
+
*/
|
|
582
|
+
export interface Filter {
|
|
583
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
584
|
+
operatorType:
|
|
585
|
+
| "NumberIn"
|
|
586
|
+
| "NumberNotIn"
|
|
587
|
+
| "NumberLessThan"
|
|
588
|
+
| "NumberGreaterThan"
|
|
589
|
+
| "NumberLessThanOrEquals"
|
|
590
|
+
| "NumberGreaterThanOrEquals"
|
|
591
|
+
| "BoolEquals"
|
|
592
|
+
| "StringIn"
|
|
593
|
+
| "StringNotIn"
|
|
594
|
+
| "StringBeginsWith"
|
|
595
|
+
| "StringEndsWith"
|
|
596
|
+
| "StringContains"
|
|
597
|
+
| "NumberInRange"
|
|
598
|
+
| "NumberNotInRange"
|
|
599
|
+
| "StringNotBeginsWith"
|
|
600
|
+
| "StringNotEndsWith"
|
|
601
|
+
| "StringNotContains"
|
|
602
|
+
| "IsNullOrUndefined"
|
|
603
|
+
| "IsNotNull";
|
|
604
|
+
/** The field/property in the event based on which you want to filter. */
|
|
605
|
+
key?: string;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
/** Properties of the Event Subscription update. */
|
|
609
|
+
export interface SubscriptionUpdateParameters {
|
|
610
|
+
/** Information about the delivery configuration of the event subscription. */
|
|
611
|
+
deliveryConfiguration?: DeliveryConfiguration;
|
|
612
|
+
/** The event delivery schema for the event subscription. */
|
|
613
|
+
eventDeliverySchema?: DeliverySchema;
|
|
614
|
+
/** Information about the filter for the event subscription. */
|
|
615
|
+
filtersConfiguration?: FiltersConfiguration;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/** Result of the List event subscriptions operation. */
|
|
619
|
+
export interface SubscriptionsListResult {
|
|
620
|
+
/** A collection of Subscriptions. */
|
|
621
|
+
value?: Subscription[];
|
|
622
|
+
/** A link for the next page of event subscriptions */
|
|
623
|
+
nextLink?: string;
|
|
624
|
+
}
|
|
625
|
+
|
|
305
626
|
/** Information about the destination for an event subscription. */
|
|
306
627
|
export interface EventSubscriptionDestination {
|
|
307
628
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -312,7 +633,8 @@ export interface EventSubscriptionDestination {
|
|
|
312
633
|
| "HybridConnection"
|
|
313
634
|
| "ServiceBusQueue"
|
|
314
635
|
| "ServiceBusTopic"
|
|
315
|
-
| "AzureFunction"
|
|
636
|
+
| "AzureFunction"
|
|
637
|
+
| "PartnerDestination";
|
|
316
638
|
}
|
|
317
639
|
|
|
318
640
|
/** Information about the delivery for an event subscription with resource identity. */
|
|
@@ -326,14 +648,6 @@ export interface DeliveryWithResourceIdentity {
|
|
|
326
648
|
destination?: EventSubscriptionDestinationUnion;
|
|
327
649
|
}
|
|
328
650
|
|
|
329
|
-
/** The identity information with the event subscription. */
|
|
330
|
-
export interface EventSubscriptionIdentity {
|
|
331
|
-
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */
|
|
332
|
-
type?: EventSubscriptionIdentityType;
|
|
333
|
-
/** The user identity associated with the resource. */
|
|
334
|
-
userAssignedIdentity?: string;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
651
|
/** Filter for the Event Subscription. */
|
|
338
652
|
export interface EventSubscriptionFilter {
|
|
339
653
|
/**
|
|
@@ -395,23 +709,6 @@ export interface RetryPolicy {
|
|
|
395
709
|
eventTimeToLiveInMinutes?: number;
|
|
396
710
|
}
|
|
397
711
|
|
|
398
|
-
/** Information about the dead letter destination for an event subscription. To configure a deadletter destination, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the only class that derives from this class. */
|
|
399
|
-
export interface DeadLetterDestination {
|
|
400
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
401
|
-
endpointType: "StorageBlob";
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
/** Information about the deadletter destination with resource identity. */
|
|
405
|
-
export interface DeadLetterWithResourceIdentity {
|
|
406
|
-
/** The identity to use when dead-lettering events. */
|
|
407
|
-
identity?: EventSubscriptionIdentity;
|
|
408
|
-
/**
|
|
409
|
-
* Information about the destination where events have to be delivered for the event subscription.
|
|
410
|
-
* Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
|
|
411
|
-
*/
|
|
412
|
-
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
712
|
/** Properties of the Event Subscription update. */
|
|
416
713
|
export interface EventSubscriptionUpdateParameters {
|
|
417
714
|
/**
|
|
@@ -454,62 +751,170 @@ export interface EventSubscriptionsListResult {
|
|
|
454
751
|
nextLink?: string;
|
|
455
752
|
}
|
|
456
753
|
|
|
457
|
-
/**
|
|
458
|
-
export interface
|
|
459
|
-
/**
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
export interface Operation {
|
|
465
|
-
/** Name of the operation. */
|
|
466
|
-
name?: string;
|
|
467
|
-
/** Display name of the operation. */
|
|
468
|
-
display?: OperationInfo;
|
|
469
|
-
/** Origin of the operation. */
|
|
470
|
-
origin?: string;
|
|
471
|
-
/** This Boolean is used to determine if the operation is a data plane action or not. */
|
|
472
|
-
isDataAction?: boolean;
|
|
473
|
-
/** Properties of the operation. */
|
|
474
|
-
properties?: Record<string, unknown>;
|
|
754
|
+
/** Properties of the Topics Configuration. */
|
|
755
|
+
export interface TopicsConfiguration {
|
|
756
|
+
/**
|
|
757
|
+
* The hostname for the topics configuration. This is a read-only property.
|
|
758
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
759
|
+
*/
|
|
760
|
+
readonly hostname?: string;
|
|
475
761
|
}
|
|
476
762
|
|
|
477
|
-
/**
|
|
478
|
-
export interface
|
|
479
|
-
/**
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
763
|
+
/** Properties of the Topic Spaces Configuration. */
|
|
764
|
+
export interface TopicSpacesConfiguration {
|
|
765
|
+
/** Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. */
|
|
766
|
+
state?: TopicSpacesConfigurationState;
|
|
767
|
+
/**
|
|
768
|
+
* Fully qualified Azure Resource Id for the Event Grid Topic to which events will be routed to from TopicSpaces under a namespace.
|
|
769
|
+
* This property should be in the following format '/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft.EventGrid/topics/{topicName}'.
|
|
770
|
+
* This topic should reside in the same region where namespace is located.
|
|
771
|
+
*/
|
|
772
|
+
routeTopicResourceId?: string;
|
|
773
|
+
/**
|
|
774
|
+
* The endpoint for the topic spaces configuration. This is a read-only property.
|
|
775
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
776
|
+
*/
|
|
777
|
+
readonly hostname?: string;
|
|
778
|
+
/** Routing enrichments for topic spaces configuration */
|
|
779
|
+
routingEnrichments?: RoutingEnrichments;
|
|
780
|
+
/** Client authentication settings for topic spaces configuration. */
|
|
781
|
+
clientAuthentication?: ClientAuthenticationSettings;
|
|
782
|
+
/**
|
|
783
|
+
* The maximum session expiry in hours. The property default value is 1 hour.
|
|
784
|
+
* Min allowed value is 1 hour and max allowed value is 8 hours.
|
|
785
|
+
*/
|
|
786
|
+
maximumSessionExpiryInHours?: number;
|
|
787
|
+
/**
|
|
788
|
+
* The maximum number of sessions per authentication name. The property default value is 1.
|
|
789
|
+
* Min allowed value is 1 and max allowed value is 100.
|
|
790
|
+
*/
|
|
791
|
+
maximumClientSessionsPerAuthenticationName?: number;
|
|
792
|
+
/** Routing identity info for topic spaces configuration. */
|
|
793
|
+
routingIdentityInfo?: RoutingIdentityInfo;
|
|
487
794
|
}
|
|
488
795
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
796
|
+
export interface RoutingEnrichments {
|
|
797
|
+
static?: StaticRoutingEnrichment[];
|
|
798
|
+
dynamic?: DynamicRoutingEnrichment[];
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
export interface StaticRoutingEnrichment {
|
|
802
|
+
/** Static routing enrichment key. */
|
|
803
|
+
key?: string;
|
|
804
|
+
/** Static routing enrichment value type. For e.g. this property value can be 'String'. */
|
|
805
|
+
valueType?: StaticRoutingEnrichmentType;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export interface DynamicRoutingEnrichment {
|
|
809
|
+
/** Dynamic routing enrichment key. */
|
|
810
|
+
key?: string;
|
|
811
|
+
/** Dynamic routing enrichment value. */
|
|
812
|
+
value?: string;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
/** Client authentication settings for namespace resource. */
|
|
816
|
+
export interface ClientAuthenticationSettings {
|
|
817
|
+
/** Alternative authentication name sources related to client authentication settings for namespace resource. */
|
|
818
|
+
alternativeAuthenticationNameSources?: AlternativeAuthenticationNameSource[];
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
/** Routing identity info for topic spaces configuration. */
|
|
822
|
+
export interface RoutingIdentityInfo {
|
|
823
|
+
type?: RoutingIdentityType;
|
|
824
|
+
userAssignedIdentity?: string;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
/** Represents available Sku pricing tiers. */
|
|
828
|
+
export interface NamespaceSku {
|
|
829
|
+
/** The name of the SKU. */
|
|
830
|
+
name?: SkuName;
|
|
831
|
+
/**
|
|
832
|
+
* Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is
|
|
833
|
+
* 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and
|
|
834
|
+
* max allowed capacity is 20.
|
|
835
|
+
*/
|
|
836
|
+
capacity?: number;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
/** Properties to update namespace. */
|
|
840
|
+
export interface NamespaceUpdateParameters {
|
|
841
|
+
/** Tags of the namespace resource. */
|
|
492
842
|
tags?: { [propertyName: string]: string };
|
|
493
|
-
/**
|
|
843
|
+
/** Namespace resource identity information. */
|
|
494
844
|
identity?: IdentityInfo;
|
|
845
|
+
/** Represents available Sku pricing tiers. */
|
|
846
|
+
sku?: NamespaceSku;
|
|
847
|
+
/** Topic spaces configuration properties that can be updated. */
|
|
848
|
+
topicSpacesConfiguration?: UpdateTopicSpacesConfigurationInfo;
|
|
495
849
|
/**
|
|
496
850
|
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
497
|
-
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.
|
|
851
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceUpdateParameterProperties.InboundIpRules" />
|
|
498
852
|
*/
|
|
499
853
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
500
854
|
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
501
855
|
inboundIpRules?: InboundIpRule[];
|
|
502
|
-
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */
|
|
503
|
-
disableLocalAuth?: boolean;
|
|
504
|
-
/** The data residency boundary for the topic. */
|
|
505
|
-
dataResidencyBoundary?: DataResidencyBoundary;
|
|
506
856
|
}
|
|
507
857
|
|
|
508
|
-
/**
|
|
509
|
-
export interface
|
|
510
|
-
/**
|
|
511
|
-
|
|
512
|
-
/**
|
|
858
|
+
/** Properties of the topic spaces configuration info of a namespace. */
|
|
859
|
+
export interface UpdateTopicSpacesConfigurationInfo {
|
|
860
|
+
/** Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled. */
|
|
861
|
+
state?: TopicSpacesConfigurationState;
|
|
862
|
+
/** This property is used to specify custom topic to which events will be routed to from topic spaces configuration under namespace. */
|
|
863
|
+
routeTopicResourceId?: string;
|
|
864
|
+
/** Routing enrichments for topic spaces configuration. */
|
|
865
|
+
routingEnrichments?: RoutingEnrichments;
|
|
866
|
+
/** Client authentication settings for topic spaces configuration. */
|
|
867
|
+
clientAuthentication?: ClientAuthenticationSettings;
|
|
868
|
+
/**
|
|
869
|
+
* The maximum session expiry in hours. The property default value is 1 hour.
|
|
870
|
+
* Min allowed value is 1 hour and max allowed value is 8 hours.
|
|
871
|
+
*/
|
|
872
|
+
maximumSessionExpiryInHours?: number;
|
|
873
|
+
/**
|
|
874
|
+
* The maximum number of sessions per authentication name. The property default value is 1.
|
|
875
|
+
* Min allowed value is 1 and max allowed value is 100.
|
|
876
|
+
*/
|
|
877
|
+
maximumClientSessionsPerAuthenticationName?: number;
|
|
878
|
+
/** Routing identity info for topic spaces configuration. */
|
|
879
|
+
routingIdentityInfo?: RoutingIdentityInfo;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
/** Result of the List Namespaces operation. */
|
|
883
|
+
export interface NamespacesListResult {
|
|
884
|
+
/** A collection of namespaces. */
|
|
885
|
+
value?: Namespace[];
|
|
886
|
+
/** A link for the next page of namespaces. */
|
|
887
|
+
nextLink?: string;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
/** Shared access keys of the Namespace. */
|
|
891
|
+
export interface NamespaceSharedAccessKeys {
|
|
892
|
+
/** Shared access key1 for the namespace. */
|
|
893
|
+
key1?: string;
|
|
894
|
+
/** Shared access key2 for the namespace. */
|
|
895
|
+
key2?: string;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
/** Namespace regenerate share access key request. */
|
|
899
|
+
export interface NamespaceRegenerateKeyRequest {
|
|
900
|
+
/** Key name to regenerate key1 or key2. */
|
|
901
|
+
keyName: string;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
/** Properties of the namespace topic update. */
|
|
905
|
+
export interface NamespaceTopicUpdateParameters {
|
|
906
|
+
/**
|
|
907
|
+
* Event retention for the namespace topic expressed in days. The property default value is 1 day.
|
|
908
|
+
* Min event retention duration value is 1 day and max event retention duration value is 1 day.
|
|
909
|
+
*/
|
|
910
|
+
eventRetentionInDays?: number;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
/** Result of the List namespace topics operation. */
|
|
914
|
+
export interface NamespaceTopicsListResult {
|
|
915
|
+
/** A collection of namespace topics. */
|
|
916
|
+
value?: NamespaceTopic[];
|
|
917
|
+
/** A link for the next page of namespace topics. */
|
|
513
918
|
nextLink?: string;
|
|
514
919
|
}
|
|
515
920
|
|
|
@@ -527,6 +932,38 @@ export interface TopicRegenerateKeyRequest {
|
|
|
527
932
|
keyName: string;
|
|
528
933
|
}
|
|
529
934
|
|
|
935
|
+
/** Result of the List Operations operation */
|
|
936
|
+
export interface OperationsListResult {
|
|
937
|
+
/** A collection of operations */
|
|
938
|
+
value?: Operation[];
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
/** Represents an operation returned by the GetOperations request. */
|
|
942
|
+
export interface Operation {
|
|
943
|
+
/** Name of the operation. */
|
|
944
|
+
name?: string;
|
|
945
|
+
/** Display name of the operation. */
|
|
946
|
+
display?: OperationInfo;
|
|
947
|
+
/** Origin of the operation. */
|
|
948
|
+
origin?: string;
|
|
949
|
+
/** This Boolean is used to determine if the operation is a data plane action or not. */
|
|
950
|
+
isDataAction?: boolean;
|
|
951
|
+
/** Properties of the operation. */
|
|
952
|
+
properties?: Record<string, unknown>;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
/** Information about an operation */
|
|
956
|
+
export interface OperationInfo {
|
|
957
|
+
/** Name of the provider */
|
|
958
|
+
provider?: string;
|
|
959
|
+
/** Name of the resource type */
|
|
960
|
+
resource?: string;
|
|
961
|
+
/** Name of the operation */
|
|
962
|
+
operation?: string;
|
|
963
|
+
/** Description of the operation */
|
|
964
|
+
description?: string;
|
|
965
|
+
}
|
|
966
|
+
|
|
530
967
|
/** The partner authorization details. */
|
|
531
968
|
export interface PartnerAuthorization {
|
|
532
969
|
/**
|
|
@@ -568,6 +1005,20 @@ export interface PartnerConfigurationsListResult {
|
|
|
568
1005
|
nextLink?: string;
|
|
569
1006
|
}
|
|
570
1007
|
|
|
1008
|
+
/** Properties of the Partner Destination that can be updated. */
|
|
1009
|
+
export interface PartnerDestinationUpdateParameters {
|
|
1010
|
+
/** Tags of the Partner Destination resource. */
|
|
1011
|
+
tags?: { [propertyName: string]: string };
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
/** Result of the List Partner Destinations operation. */
|
|
1015
|
+
export interface PartnerDestinationsListResult {
|
|
1016
|
+
/** A collection of partner destinations. */
|
|
1017
|
+
value?: PartnerDestination[];
|
|
1018
|
+
/** A link for the next page of partner destinations. */
|
|
1019
|
+
nextLink?: string;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
571
1022
|
/** Properties of the Partner Namespace update. */
|
|
572
1023
|
export interface PartnerNamespaceUpdateParameters {
|
|
573
1024
|
/** Tags of the Partner Namespace. */
|
|
@@ -579,6 +1030,8 @@ export interface PartnerNamespaceUpdateParameters {
|
|
|
579
1030
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
580
1031
|
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
581
1032
|
inboundIpRules?: InboundIpRule[];
|
|
1033
|
+
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
1034
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
582
1035
|
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. */
|
|
583
1036
|
disableLocalAuth?: boolean;
|
|
584
1037
|
}
|
|
@@ -635,6 +1088,14 @@ export interface PartnerTopicsListResult {
|
|
|
635
1088
|
nextLink?: string;
|
|
636
1089
|
}
|
|
637
1090
|
|
|
1091
|
+
/** Result of the List Permission Binding operation. */
|
|
1092
|
+
export interface PermissionBindingsListResult {
|
|
1093
|
+
/** A collection of Permission Binding. */
|
|
1094
|
+
value?: PermissionBinding[];
|
|
1095
|
+
/** A link for the next page of Permission Binding. */
|
|
1096
|
+
nextLink?: string;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
638
1099
|
/** Result of the list of all private endpoint connections operation. */
|
|
639
1100
|
export interface PrivateEndpointConnectionListResult {
|
|
640
1101
|
/** A collection of private endpoint connection resources. */
|
|
@@ -681,12 +1142,61 @@ export interface SystemTopicsListResult {
|
|
|
681
1142
|
nextLink?: string;
|
|
682
1143
|
}
|
|
683
1144
|
|
|
1145
|
+
/** Definition of an Extended Location */
|
|
1146
|
+
export interface ExtendedLocation {
|
|
1147
|
+
/** Fully qualified name of the extended location. */
|
|
1148
|
+
name?: string;
|
|
1149
|
+
/** Type of the extended location. */
|
|
1150
|
+
type?: string;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
/** Properties of the Topic update */
|
|
1154
|
+
export interface TopicUpdateParameters {
|
|
1155
|
+
/** Tags of the Topic resource. */
|
|
1156
|
+
tags?: { [propertyName: string]: string };
|
|
1157
|
+
/** Topic resource identity information. */
|
|
1158
|
+
identity?: IdentityInfo;
|
|
1159
|
+
/** The Sku pricing tier for the topic. */
|
|
1160
|
+
sku?: ResourceSku;
|
|
1161
|
+
/**
|
|
1162
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
1163
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />
|
|
1164
|
+
*/
|
|
1165
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1166
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
1167
|
+
inboundIpRules?: InboundIpRule[];
|
|
1168
|
+
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
1169
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1170
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */
|
|
1171
|
+
disableLocalAuth?: boolean;
|
|
1172
|
+
/** The data residency boundary for the topic. */
|
|
1173
|
+
dataResidencyBoundary?: DataResidencyBoundary;
|
|
1174
|
+
/** The eventTypeInfo for the topic. */
|
|
1175
|
+
eventTypeInfo?: EventTypeInfo;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
/** Result of the List Topics operation */
|
|
1179
|
+
export interface TopicsListResult {
|
|
1180
|
+
/** A collection of Topics */
|
|
1181
|
+
value?: Topic[];
|
|
1182
|
+
/** A link for the next page of topics */
|
|
1183
|
+
nextLink?: string;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
684
1186
|
/** Result of the List Event Types operation */
|
|
685
1187
|
export interface EventTypesListResult {
|
|
686
1188
|
/** A collection of event types */
|
|
687
1189
|
value?: EventType[];
|
|
688
1190
|
}
|
|
689
1191
|
|
|
1192
|
+
/** Result of the List Topic Space operation. */
|
|
1193
|
+
export interface TopicSpacesListResult {
|
|
1194
|
+
/** A collection of Topic Space. */
|
|
1195
|
+
value?: TopicSpace[];
|
|
1196
|
+
/** A link for the next page of Topic Space. */
|
|
1197
|
+
nextLink?: string;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
690
1200
|
/** Result of the List Topic Types operation */
|
|
691
1201
|
export interface TopicTypesListResult {
|
|
692
1202
|
/** A collection of topic types */
|
|
@@ -714,6 +1224,12 @@ export interface VerifiedPartnersListResult {
|
|
|
714
1224
|
nextLink?: string;
|
|
715
1225
|
}
|
|
716
1226
|
|
|
1227
|
+
/** Partner client authentication */
|
|
1228
|
+
export interface PartnerClientAuthentication {
|
|
1229
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1230
|
+
clientAuthenticationType: "AzureAD";
|
|
1231
|
+
}
|
|
1232
|
+
|
|
717
1233
|
/** This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema. */
|
|
718
1234
|
export interface JsonField {
|
|
719
1235
|
/** Name of a field in the input event schema that's to be used as the source of a mapping. */
|
|
@@ -733,6 +1249,34 @@ export interface JsonFieldWithDefault {
|
|
|
733
1249
|
defaultValue?: string;
|
|
734
1250
|
}
|
|
735
1251
|
|
|
1252
|
+
/** The CA Certificate resource. */
|
|
1253
|
+
export interface CaCertificate extends Resource {
|
|
1254
|
+
/**
|
|
1255
|
+
* The system metadata relating to the CaCertificate resource.
|
|
1256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1257
|
+
*/
|
|
1258
|
+
readonly systemData?: SystemData;
|
|
1259
|
+
/** Description for the CA Certificate resource. */
|
|
1260
|
+
description?: string;
|
|
1261
|
+
/** Base64 encoded PEM (Privacy Enhanced Mail) format certificate data. */
|
|
1262
|
+
encodedCertificate?: string;
|
|
1263
|
+
/**
|
|
1264
|
+
* Certificate issue time in UTC. This is a read-only field.
|
|
1265
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1266
|
+
*/
|
|
1267
|
+
readonly issueTimeInUtc?: Date;
|
|
1268
|
+
/**
|
|
1269
|
+
* Certificate expiry time in UTC. This is a read-only field.
|
|
1270
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1271
|
+
*/
|
|
1272
|
+
readonly expiryTimeInUtc?: Date;
|
|
1273
|
+
/**
|
|
1274
|
+
* Provisioning state of the CA Certificate resource.
|
|
1275
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1276
|
+
*/
|
|
1277
|
+
readonly provisioningState?: CaCertificateProvisioningState;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
736
1280
|
/** Channel info. */
|
|
737
1281
|
export interface Channel extends Resource {
|
|
738
1282
|
/**
|
|
@@ -744,6 +1288,8 @@ export interface Channel extends Resource {
|
|
|
744
1288
|
channelType?: ChannelType;
|
|
745
1289
|
/** This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel. */
|
|
746
1290
|
partnerTopicInfo?: PartnerTopicInfo;
|
|
1291
|
+
/** This property should be populated when channelType is PartnerDestination and represents information about the partner destination resource corresponding to the channel. */
|
|
1292
|
+
partnerDestinationInfo?: PartnerDestinationInfoUnion;
|
|
747
1293
|
/** Context or helpful message that can be used during the approval process by the subscriber. */
|
|
748
1294
|
messageForActivation?: string;
|
|
749
1295
|
/** Provisioning state of the channel. */
|
|
@@ -757,6 +1303,57 @@ export interface Channel extends Resource {
|
|
|
757
1303
|
expirationTimeIfNotActivatedUtc?: Date;
|
|
758
1304
|
}
|
|
759
1305
|
|
|
1306
|
+
/** The Client group resource. */
|
|
1307
|
+
export interface ClientGroup extends Resource {
|
|
1308
|
+
/**
|
|
1309
|
+
* The system metadata relating to the ClientGroup resource.
|
|
1310
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1311
|
+
*/
|
|
1312
|
+
readonly systemData?: SystemData;
|
|
1313
|
+
/** Description for the Client Group resource. */
|
|
1314
|
+
description?: string;
|
|
1315
|
+
/**
|
|
1316
|
+
* The grouping query for the clients.
|
|
1317
|
+
* Example : attributes.keyName IN ['a', 'b', 'c'].
|
|
1318
|
+
*/
|
|
1319
|
+
query?: string;
|
|
1320
|
+
/**
|
|
1321
|
+
* Provisioning state of the ClientGroup resource.
|
|
1322
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1323
|
+
*/
|
|
1324
|
+
readonly provisioningState?: ClientGroupProvisioningState;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
/** The Client resource. */
|
|
1328
|
+
export interface Client extends Resource {
|
|
1329
|
+
/**
|
|
1330
|
+
* The system metadata relating to the Client resource.
|
|
1331
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1332
|
+
*/
|
|
1333
|
+
readonly systemData?: SystemData;
|
|
1334
|
+
/** Description for the Client resource. */
|
|
1335
|
+
description?: string;
|
|
1336
|
+
/** The name presented by the client for authentication. The default value is the name of the resource. */
|
|
1337
|
+
authenticationName?: string;
|
|
1338
|
+
/** Authentication information for the client. */
|
|
1339
|
+
authentication?: ClientAuthentication;
|
|
1340
|
+
/** The client certificate authentication information. */
|
|
1341
|
+
clientCertificateAuthentication?: ClientCertificateAuthentication;
|
|
1342
|
+
/** Indicates if the client is enabled or not. Default value is Enabled. */
|
|
1343
|
+
state?: ClientState;
|
|
1344
|
+
/**
|
|
1345
|
+
* Attributes for the client. Supported values are int, bool, string, string[].
|
|
1346
|
+
* Example:
|
|
1347
|
+
* "attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
|
|
1348
|
+
*/
|
|
1349
|
+
attributes?: { [propertyName: string]: any };
|
|
1350
|
+
/**
|
|
1351
|
+
* Provisioning state of the Client resource.
|
|
1352
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1353
|
+
*/
|
|
1354
|
+
readonly provisioningState?: ClientProvisioningState;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
760
1357
|
export interface PrivateEndpointConnection extends Resource {
|
|
761
1358
|
/** The Private Endpoint resource for this Connection. */
|
|
762
1359
|
privateEndpoint?: PrivateEndpoint;
|
|
@@ -790,7 +1387,27 @@ export interface DomainTopic extends Resource {
|
|
|
790
1387
|
readonly provisioningState?: DomainTopicProvisioningState;
|
|
791
1388
|
}
|
|
792
1389
|
|
|
793
|
-
/** Event Subscription */
|
|
1390
|
+
/** Event Subscription. */
|
|
1391
|
+
export interface Subscription extends Resource {
|
|
1392
|
+
/**
|
|
1393
|
+
* The system metadata relating to Event Subscription resource.
|
|
1394
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1395
|
+
*/
|
|
1396
|
+
readonly systemData?: SystemData;
|
|
1397
|
+
/**
|
|
1398
|
+
* Provisioning state of the event subscription.
|
|
1399
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1400
|
+
*/
|
|
1401
|
+
readonly provisioningState?: SubscriptionProvisioningState;
|
|
1402
|
+
/** Information about the delivery configuration of the event subscription. */
|
|
1403
|
+
deliveryConfiguration?: DeliveryConfiguration;
|
|
1404
|
+
/** The event delivery schema for the event subscription. */
|
|
1405
|
+
eventDeliverySchema?: DeliverySchema;
|
|
1406
|
+
/** Information about the filter for the event subscription. */
|
|
1407
|
+
filtersConfiguration?: FiltersConfiguration;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
/** Event Subscription. */
|
|
794
1411
|
export interface EventSubscription extends Resource {
|
|
795
1412
|
/**
|
|
796
1413
|
* The system metadata relating to Event Subscription resource.
|
|
@@ -839,6 +1456,29 @@ export interface EventSubscription extends Resource {
|
|
|
839
1456
|
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
840
1457
|
}
|
|
841
1458
|
|
|
1459
|
+
/** Namespace topic details. */
|
|
1460
|
+
export interface NamespaceTopic extends Resource {
|
|
1461
|
+
/**
|
|
1462
|
+
* The system metadata relating to namespace topic resource.
|
|
1463
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1464
|
+
*/
|
|
1465
|
+
readonly systemData?: SystemData;
|
|
1466
|
+
/**
|
|
1467
|
+
* Provisioning state of the namespace topic.
|
|
1468
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1469
|
+
*/
|
|
1470
|
+
readonly provisioningState?: NamespaceTopicProvisioningState;
|
|
1471
|
+
/** Publisher type of the namespace topic. */
|
|
1472
|
+
publisherType?: PublisherType;
|
|
1473
|
+
/** This determines the format that is expected for incoming events published to the topic. */
|
|
1474
|
+
inputSchema?: EventInputSchema;
|
|
1475
|
+
/**
|
|
1476
|
+
* Event retention for the namespace topic expressed in days. The property default value is 1 day.
|
|
1477
|
+
* Min event retention duration value is 1 day and max event retention duration value is 1 day.
|
|
1478
|
+
*/
|
|
1479
|
+
eventRetentionInDays?: number;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
842
1482
|
/** Partner configuration information */
|
|
843
1483
|
export interface PartnerConfiguration extends Resource {
|
|
844
1484
|
/**
|
|
@@ -856,6 +1496,34 @@ export interface PartnerConfiguration extends Resource {
|
|
|
856
1496
|
provisioningState?: PartnerConfigurationProvisioningState;
|
|
857
1497
|
}
|
|
858
1498
|
|
|
1499
|
+
/** The Permission binding resource. */
|
|
1500
|
+
export interface PermissionBinding extends Resource {
|
|
1501
|
+
/**
|
|
1502
|
+
* The system metadata relating to the PermissionBinding resource.
|
|
1503
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1504
|
+
*/
|
|
1505
|
+
readonly systemData?: SystemData;
|
|
1506
|
+
/** Description for the Permission Binding resource. */
|
|
1507
|
+
description?: string;
|
|
1508
|
+
/**
|
|
1509
|
+
* The name of the Topic Space resource that the permission is bound to.
|
|
1510
|
+
* The Topic space needs to be a resource under the same namespace the permission binding is a part of.
|
|
1511
|
+
*/
|
|
1512
|
+
topicSpaceName?: string;
|
|
1513
|
+
/** The allowed permission. */
|
|
1514
|
+
permission?: PermissionType;
|
|
1515
|
+
/**
|
|
1516
|
+
* The name of the client group resource that the permission is bound to.
|
|
1517
|
+
* The client group needs to be a resource under the same namespace the permission binding is a part of.
|
|
1518
|
+
*/
|
|
1519
|
+
clientGroupName?: string;
|
|
1520
|
+
/**
|
|
1521
|
+
* Provisioning state of the PermissionBinding resource.
|
|
1522
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1523
|
+
*/
|
|
1524
|
+
readonly provisioningState?: PermissionBindingProvisioningState;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
859
1527
|
/** Event Type for a subject under a topic */
|
|
860
1528
|
export interface EventType extends Resource {
|
|
861
1529
|
/** Display name of the event type. */
|
|
@@ -881,6 +1549,30 @@ export interface ExtensionTopic extends Resource {
|
|
|
881
1549
|
systemTopic?: string;
|
|
882
1550
|
}
|
|
883
1551
|
|
|
1552
|
+
/** The Topic space resource. */
|
|
1553
|
+
export interface TopicSpace extends Resource {
|
|
1554
|
+
/**
|
|
1555
|
+
* The system metadata relating to the TopicSpace resource.
|
|
1556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1557
|
+
*/
|
|
1558
|
+
readonly systemData?: SystemData;
|
|
1559
|
+
/** Description for the Topic Space resource. */
|
|
1560
|
+
description?: string;
|
|
1561
|
+
/**
|
|
1562
|
+
* The topic filters in the topic space.
|
|
1563
|
+
* Example: "topicTemplates": [
|
|
1564
|
+
* "devices/foo/bar",
|
|
1565
|
+
* "devices/topic1/+",
|
|
1566
|
+
* "devices/${principal.name}/${principal.attributes.keyName}" ].
|
|
1567
|
+
*/
|
|
1568
|
+
topicTemplates?: string[];
|
|
1569
|
+
/**
|
|
1570
|
+
* Provisioning state of the TopicSpace resource.
|
|
1571
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1572
|
+
*/
|
|
1573
|
+
readonly provisioningState?: TopicSpaceProvisioningState;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
884
1576
|
/** Properties of a topic type info. */
|
|
885
1577
|
export interface TopicTypeInfo extends Resource {
|
|
886
1578
|
/** Namespace of the provider of the topic type. */
|
|
@@ -899,6 +1591,8 @@ export interface TopicTypeInfo extends Resource {
|
|
|
899
1591
|
sourceResourceFormat?: string;
|
|
900
1592
|
/** Supported source scopes. */
|
|
901
1593
|
supportedScopesForSource?: TopicTypeSourceScope[];
|
|
1594
|
+
/** Flag to indicate that a topic type can support both regional or global system topics */
|
|
1595
|
+
areRegionalAndGlobalSourcesSupported?: boolean;
|
|
902
1596
|
}
|
|
903
1597
|
|
|
904
1598
|
/** Verified partner information */
|
|
@@ -916,10 +1610,37 @@ export interface VerifiedPartner extends Resource {
|
|
|
916
1610
|
partnerDisplayName?: string;
|
|
917
1611
|
/** Details of the partner topic scenario. */
|
|
918
1612
|
partnerTopicDetails?: PartnerDetails;
|
|
1613
|
+
/** Details of the partner destination scenario. */
|
|
1614
|
+
partnerDestinationDetails?: PartnerDetails;
|
|
919
1615
|
/** Provisioning state of the verified partner. */
|
|
920
1616
|
provisioningState?: VerifiedPartnerProvisioningState;
|
|
921
1617
|
}
|
|
922
1618
|
|
|
1619
|
+
/** Information about the WebHook of the partner destination. */
|
|
1620
|
+
export interface WebhookPartnerDestinationInfo extends PartnerDestinationInfo {
|
|
1621
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1622
|
+
endpointType: "WebHook";
|
|
1623
|
+
/** The URL that represents the endpoint of the partner destination. */
|
|
1624
|
+
endpointUrl?: string;
|
|
1625
|
+
/** The base URL that represents the endpoint of the partner destination. */
|
|
1626
|
+
endpointBaseUrl?: string;
|
|
1627
|
+
/** Partner client authentication */
|
|
1628
|
+
clientAuthentication?: PartnerClientAuthenticationUnion;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
/** Information about the update of the WebHook of the partner destination. */
|
|
1632
|
+
export interface WebhookUpdatePartnerDestinationInfo
|
|
1633
|
+
extends PartnerUpdateDestinationInfo {
|
|
1634
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1635
|
+
endpointType: "WebHook";
|
|
1636
|
+
/** The URL that represents the endpoint of the partner destination. */
|
|
1637
|
+
endpointUrl?: string;
|
|
1638
|
+
/** The base URL that represents the endpoint of the partner destination. */
|
|
1639
|
+
endpointBaseUrl?: string;
|
|
1640
|
+
/** Partner client authentication */
|
|
1641
|
+
clientAuthentication?: PartnerClientAuthenticationUnion;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
923
1644
|
/** This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema. */
|
|
924
1645
|
export interface JsonInputSchemaMapping extends InputSchemaMapping {
|
|
925
1646
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -958,12 +1679,171 @@ export interface DynamicDeliveryAttributeMapping
|
|
|
958
1679
|
sourceField?: string;
|
|
959
1680
|
}
|
|
960
1681
|
|
|
961
|
-
/** Information about the
|
|
962
|
-
export interface
|
|
963
|
-
extends
|
|
1682
|
+
/** Information about the storage blob based dead letter destination. */
|
|
1683
|
+
export interface StorageBlobDeadLetterDestination
|
|
1684
|
+
extends DeadLetterDestination {
|
|
964
1685
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
965
|
-
endpointType: "
|
|
966
|
-
/** The
|
|
1686
|
+
endpointType: "StorageBlob";
|
|
1687
|
+
/** The Azure Resource ID of the storage account that is the destination of the deadletter events */
|
|
1688
|
+
resourceId?: string;
|
|
1689
|
+
/** The name of the Storage blob container that is the destination of the deadletter events */
|
|
1690
|
+
blobContainerName?: string;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
/** NumberIn Filter. */
|
|
1694
|
+
export interface NumberInFilter extends Filter {
|
|
1695
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1696
|
+
operatorType: "NumberIn";
|
|
1697
|
+
/** The set of filter values. */
|
|
1698
|
+
values?: number[];
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
/** NumberNotIn Filter. */
|
|
1702
|
+
export interface NumberNotInFilter extends Filter {
|
|
1703
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1704
|
+
operatorType: "NumberNotIn";
|
|
1705
|
+
/** The set of filter values. */
|
|
1706
|
+
values?: number[];
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
/** NumberLessThan Filter. */
|
|
1710
|
+
export interface NumberLessThanFilter extends Filter {
|
|
1711
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1712
|
+
operatorType: "NumberLessThan";
|
|
1713
|
+
/** The filter value. */
|
|
1714
|
+
value?: number;
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
/** NumberGreaterThan Filter. */
|
|
1718
|
+
export interface NumberGreaterThanFilter extends Filter {
|
|
1719
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1720
|
+
operatorType: "NumberGreaterThan";
|
|
1721
|
+
/** The filter value. */
|
|
1722
|
+
value?: number;
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
/** NumberLessThanOrEquals Filter. */
|
|
1726
|
+
export interface NumberLessThanOrEqualsFilter extends Filter {
|
|
1727
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1728
|
+
operatorType: "NumberLessThanOrEquals";
|
|
1729
|
+
/** The filter value. */
|
|
1730
|
+
value?: number;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
/** NumberGreaterThanOrEquals Filter. */
|
|
1734
|
+
export interface NumberGreaterThanOrEqualsFilter extends Filter {
|
|
1735
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1736
|
+
operatorType: "NumberGreaterThanOrEquals";
|
|
1737
|
+
/** The filter value. */
|
|
1738
|
+
value?: number;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
/** BoolEquals Filter. */
|
|
1742
|
+
export interface BoolEqualsFilter extends Filter {
|
|
1743
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1744
|
+
operatorType: "BoolEquals";
|
|
1745
|
+
/** The boolean filter value. */
|
|
1746
|
+
value?: boolean;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
/** StringIn Filter. */
|
|
1750
|
+
export interface StringInFilter extends Filter {
|
|
1751
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1752
|
+
operatorType: "StringIn";
|
|
1753
|
+
/** The set of filter values. */
|
|
1754
|
+
values?: string[];
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
/** StringNotIn Filter. */
|
|
1758
|
+
export interface StringNotInFilter extends Filter {
|
|
1759
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1760
|
+
operatorType: "StringNotIn";
|
|
1761
|
+
/** The set of filter values. */
|
|
1762
|
+
values?: string[];
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
/** StringBeginsWith Filter. */
|
|
1766
|
+
export interface StringBeginsWithFilter extends Filter {
|
|
1767
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1768
|
+
operatorType: "StringBeginsWith";
|
|
1769
|
+
/** The set of filter values. */
|
|
1770
|
+
values?: string[];
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
/** StringEndsWith Filter. */
|
|
1774
|
+
export interface StringEndsWithFilter extends Filter {
|
|
1775
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1776
|
+
operatorType: "StringEndsWith";
|
|
1777
|
+
/** The set of filter values. */
|
|
1778
|
+
values?: string[];
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
/** StringContains Filter. */
|
|
1782
|
+
export interface StringContainsFilter extends Filter {
|
|
1783
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1784
|
+
operatorType: "StringContains";
|
|
1785
|
+
/** The set of filter values. */
|
|
1786
|
+
values?: string[];
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
/** NumberInRange Filter. */
|
|
1790
|
+
export interface NumberInRangeFilter extends Filter {
|
|
1791
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1792
|
+
operatorType: "NumberInRange";
|
|
1793
|
+
/** The set of filter values. */
|
|
1794
|
+
values?: number[][];
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
/** NumberNotInRange Filter. */
|
|
1798
|
+
export interface NumberNotInRangeFilter extends Filter {
|
|
1799
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1800
|
+
operatorType: "NumberNotInRange";
|
|
1801
|
+
/** The set of filter values. */
|
|
1802
|
+
values?: number[][];
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
/** StringNotBeginsWith Filter. */
|
|
1806
|
+
export interface StringNotBeginsWithFilter extends Filter {
|
|
1807
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1808
|
+
operatorType: "StringNotBeginsWith";
|
|
1809
|
+
/** The set of filter values. */
|
|
1810
|
+
values?: string[];
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
/** StringNotEndsWith Filter. */
|
|
1814
|
+
export interface StringNotEndsWithFilter extends Filter {
|
|
1815
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1816
|
+
operatorType: "StringNotEndsWith";
|
|
1817
|
+
/** The set of filter values. */
|
|
1818
|
+
values?: string[];
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
/** StringNotContains Filter. */
|
|
1822
|
+
export interface StringNotContainsFilter extends Filter {
|
|
1823
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1824
|
+
operatorType: "StringNotContains";
|
|
1825
|
+
/** The set of filter values. */
|
|
1826
|
+
values?: string[];
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
/** IsNullOrUndefined Filter. */
|
|
1830
|
+
export interface IsNullOrUndefinedFilter extends Filter {
|
|
1831
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1832
|
+
operatorType: "IsNullOrUndefined";
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
/** IsNotNull Filter. */
|
|
1836
|
+
export interface IsNotNullFilter extends Filter {
|
|
1837
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1838
|
+
operatorType: "IsNotNull";
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
/** Information about the webhook destination for an event subscription. */
|
|
1842
|
+
export interface WebHookEventSubscriptionDestination
|
|
1843
|
+
extends EventSubscriptionDestination {
|
|
1844
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1845
|
+
endpointType: "WebHook";
|
|
1846
|
+
/** The URL that represents the endpoint of the destination of an event subscription. */
|
|
967
1847
|
endpointUrl?: string;
|
|
968
1848
|
/**
|
|
969
1849
|
* The base URL that represents the endpoint of the destination of an event subscription.
|
|
@@ -980,6 +1860,8 @@ export interface WebHookEventSubscriptionDestination
|
|
|
980
1860
|
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
981
1861
|
/** Delivery attribute details. */
|
|
982
1862
|
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1863
|
+
/** Minimum TLS version that should be supported by webhook endpoint */
|
|
1864
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
983
1865
|
}
|
|
984
1866
|
|
|
985
1867
|
/** Information about the event hub destination for an event subscription. */
|
|
@@ -1002,7 +1884,7 @@ export interface StorageQueueEventSubscriptionDestination
|
|
|
1002
1884
|
resourceId?: string;
|
|
1003
1885
|
/** The name of the Storage queue under a storage account that is the destination of an event subscription. */
|
|
1004
1886
|
queueName?: string;
|
|
1005
|
-
/** Storage queue message time to live in seconds. */
|
|
1887
|
+
/** Storage queue message time to live in seconds. This value cannot be zero or negative with the exception of using -1 to indicate that the Time To Live of the message is Infinite. */
|
|
1006
1888
|
queueMessageTimeToLiveInSeconds?: number;
|
|
1007
1889
|
}
|
|
1008
1890
|
|
|
@@ -1054,6 +1936,14 @@ export interface AzureFunctionEventSubscriptionDestination
|
|
|
1054
1936
|
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1055
1937
|
}
|
|
1056
1938
|
|
|
1939
|
+
export interface PartnerEventSubscriptionDestination
|
|
1940
|
+
extends EventSubscriptionDestination {
|
|
1941
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1942
|
+
endpointType: "PartnerDestination";
|
|
1943
|
+
/** The Azure Resource Id that represents the endpoint of a Partner Destination of an event subscription. */
|
|
1944
|
+
resourceId?: string;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1057
1947
|
/** NumberIn Advanced Filter. */
|
|
1058
1948
|
export interface NumberInAdvancedFilter extends AdvancedFilter {
|
|
1059
1949
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1203,36 +2093,37 @@ export interface IsNotNullAdvancedFilter extends AdvancedFilter {
|
|
|
1203
2093
|
operatorType: "IsNotNull";
|
|
1204
2094
|
}
|
|
1205
2095
|
|
|
1206
|
-
/**
|
|
1207
|
-
export interface
|
|
1208
|
-
extends
|
|
2096
|
+
/** Azure Active Directory Partner Client Authentication */
|
|
2097
|
+
export interface AzureADPartnerClientAuthentication
|
|
2098
|
+
extends PartnerClientAuthentication {
|
|
1209
2099
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1210
|
-
|
|
1211
|
-
/** The Azure
|
|
1212
|
-
|
|
1213
|
-
/** The
|
|
1214
|
-
|
|
2100
|
+
clientAuthenticationType: "AzureAD";
|
|
2101
|
+
/** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
|
|
2102
|
+
azureActiveDirectoryTenantId?: string;
|
|
2103
|
+
/** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
|
|
2104
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
1215
2105
|
}
|
|
1216
2106
|
|
|
1217
2107
|
/** EventGrid Domain. */
|
|
1218
2108
|
export interface Domain extends TrackedResource {
|
|
1219
|
-
/**
|
|
1220
|
-
|
|
1221
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1222
|
-
*/
|
|
1223
|
-
readonly systemData?: SystemData;
|
|
2109
|
+
/** The Sku pricing tier for the Event Grid Domain resource. */
|
|
2110
|
+
sku?: ResourceSku;
|
|
1224
2111
|
/** Identity information for the Event Grid Domain resource. */
|
|
1225
2112
|
identity?: IdentityInfo;
|
|
1226
2113
|
/**
|
|
1227
|
-
*
|
|
2114
|
+
* The system metadata relating to the Event Grid Domain resource.
|
|
1228
2115
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1229
2116
|
*/
|
|
2117
|
+
readonly systemData?: SystemData;
|
|
2118
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
1230
2119
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1231
2120
|
/**
|
|
1232
2121
|
* Provisioning state of the Event Grid Domain Resource.
|
|
1233
2122
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1234
2123
|
*/
|
|
1235
2124
|
readonly provisioningState?: DomainProvisioningState;
|
|
2125
|
+
/** Minimum TLS version of the publisher allowed to publish to this domain */
|
|
2126
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1236
2127
|
/**
|
|
1237
2128
|
* Endpoint for the Event Grid Domain Resource which is used for publishing the events.
|
|
1238
2129
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1240,6 +2131,11 @@ export interface Domain extends TrackedResource {
|
|
|
1240
2131
|
readonly endpoint?: string;
|
|
1241
2132
|
/** This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource. */
|
|
1242
2133
|
inputSchema?: InputSchema;
|
|
2134
|
+
/**
|
|
2135
|
+
* Event Type Information for the domain. This information is provided by the publisher and can be used by the
|
|
2136
|
+
* subscriber to view different types of events that are published.
|
|
2137
|
+
*/
|
|
2138
|
+
eventTypeInfo?: EventTypeInfo;
|
|
1243
2139
|
/** Information about the InputSchemaMapping which specified the info about mapping event payload. */
|
|
1244
2140
|
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
1245
2141
|
/**
|
|
@@ -1280,47 +2176,70 @@ export interface Domain extends TrackedResource {
|
|
|
1280
2176
|
dataResidencyBoundary?: DataResidencyBoundary;
|
|
1281
2177
|
}
|
|
1282
2178
|
|
|
1283
|
-
/**
|
|
1284
|
-
export interface
|
|
1285
|
-
/**
|
|
2179
|
+
/** Namespace resource. */
|
|
2180
|
+
export interface Namespace extends TrackedResource {
|
|
2181
|
+
/** Represents available Sku pricing tiers. */
|
|
2182
|
+
sku?: NamespaceSku;
|
|
2183
|
+
/** Identity information for the Namespace resource. */
|
|
1286
2184
|
identity?: IdentityInfo;
|
|
1287
2185
|
/**
|
|
1288
|
-
* The system metadata relating to
|
|
2186
|
+
* The system metadata relating to the namespace resource.
|
|
1289
2187
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1290
2188
|
*/
|
|
1291
2189
|
readonly systemData?: SystemData;
|
|
1292
|
-
|
|
1293
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1294
|
-
/**
|
|
1295
|
-
* Provisioning state of the topic.
|
|
1296
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1297
|
-
*/
|
|
1298
|
-
readonly provisioningState?: TopicProvisioningState;
|
|
2190
|
+
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1299
2191
|
/**
|
|
1300
|
-
*
|
|
2192
|
+
* Provisioning state of the namespace resource.
|
|
1301
2193
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1302
2194
|
*/
|
|
1303
|
-
readonly
|
|
1304
|
-
/**
|
|
1305
|
-
|
|
1306
|
-
/**
|
|
1307
|
-
|
|
2195
|
+
readonly provisioningState?: NamespaceProvisioningState;
|
|
2196
|
+
/** Topics configuration information for the namespace resource */
|
|
2197
|
+
topicsConfiguration?: TopicsConfiguration;
|
|
2198
|
+
/** Topic spaces configuration information for the namespace resource */
|
|
2199
|
+
topicSpacesConfiguration?: TopicSpacesConfiguration;
|
|
1308
2200
|
/**
|
|
1309
|
-
*
|
|
1310
|
-
*
|
|
2201
|
+
* Allows the user to specify if the service is zone-redundant. This is a required property and user needs to specify this value explicitly.
|
|
2202
|
+
* Once specified, this property cannot be updated.
|
|
1311
2203
|
*/
|
|
1312
|
-
|
|
2204
|
+
isZoneRedundant?: boolean;
|
|
1313
2205
|
/**
|
|
1314
2206
|
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
1315
|
-
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.
|
|
2207
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PubSub.NamespaceProperties.InboundIpRules" />
|
|
1316
2208
|
*/
|
|
1317
2209
|
publicNetworkAccess?: PublicNetworkAccess;
|
|
1318
2210
|
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
1319
2211
|
inboundIpRules?: InboundIpRule[];
|
|
1320
|
-
/**
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
2212
|
+
/** Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported. */
|
|
2213
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
/** Event Grid Partner Destination. */
|
|
2217
|
+
export interface PartnerDestination extends TrackedResource {
|
|
2218
|
+
/**
|
|
2219
|
+
* The system metadata relating to Partner Destination resource.
|
|
2220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2221
|
+
*/
|
|
2222
|
+
readonly systemData?: SystemData;
|
|
2223
|
+
/** The immutable Id of the corresponding partner registration. */
|
|
2224
|
+
partnerRegistrationImmutableId?: string;
|
|
2225
|
+
/** Endpoint context associated with this partner destination. */
|
|
2226
|
+
endpointServiceContext?: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* Expiration time of the partner destination. If this timer expires and the partner destination was never activated,
|
|
2229
|
+
* the partner destination and corresponding channel are deleted.
|
|
2230
|
+
*/
|
|
2231
|
+
expirationTimeIfNotActivatedUtc?: Date;
|
|
2232
|
+
/**
|
|
2233
|
+
* Provisioning state of the partner destination.
|
|
2234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2235
|
+
*/
|
|
2236
|
+
readonly provisioningState?: PartnerDestinationProvisioningState;
|
|
2237
|
+
/** Activation state of the partner destination. */
|
|
2238
|
+
activationState?: PartnerDestinationActivationState;
|
|
2239
|
+
/** Endpoint Base URL of the partner destination */
|
|
2240
|
+
endpointBaseUrl?: string;
|
|
2241
|
+
/** Context or helpful message that can be used during the approval process. */
|
|
2242
|
+
messageForActivation?: string;
|
|
1324
2243
|
}
|
|
1325
2244
|
|
|
1326
2245
|
/** EventGrid Partner Namespace. */
|
|
@@ -1342,6 +2261,8 @@ export interface PartnerNamespace extends TrackedResource {
|
|
|
1342
2261
|
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.
|
|
1343
2262
|
*/
|
|
1344
2263
|
partnerRegistrationFullyQualifiedId?: string;
|
|
2264
|
+
/** Minimum TLS version of the publisher allowed to publish to this partner namespace */
|
|
2265
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
1345
2266
|
/**
|
|
1346
2267
|
* Endpoint for the partner namespace.
|
|
1347
2268
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1420,13 +2341,13 @@ export interface PartnerTopic extends TrackedResource {
|
|
|
1420
2341
|
|
|
1421
2342
|
/** EventGrid System Topic. */
|
|
1422
2343
|
export interface SystemTopic extends TrackedResource {
|
|
1423
|
-
/** Identity information for the resource. */
|
|
1424
|
-
identity?: IdentityInfo;
|
|
1425
2344
|
/**
|
|
1426
2345
|
* The system metadata relating to System Topic resource.
|
|
1427
2346
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1428
2347
|
*/
|
|
1429
2348
|
readonly systemData?: SystemData;
|
|
2349
|
+
/** Identity information for the resource. */
|
|
2350
|
+
identity?: IdentityInfo;
|
|
1430
2351
|
/**
|
|
1431
2352
|
* Provisioning state of the system topic.
|
|
1432
2353
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1443,25 +2364,306 @@ export interface SystemTopic extends TrackedResource {
|
|
|
1443
2364
|
readonly metricResourceId?: string;
|
|
1444
2365
|
}
|
|
1445
2366
|
|
|
1446
|
-
/**
|
|
1447
|
-
export
|
|
1448
|
-
/**
|
|
1449
|
-
|
|
2367
|
+
/** EventGrid Topic */
|
|
2368
|
+
export interface Topic extends TrackedResource {
|
|
2369
|
+
/** The Sku pricing tier for the topic. */
|
|
2370
|
+
sku?: ResourceSku;
|
|
2371
|
+
/** Identity information for the resource. */
|
|
2372
|
+
identity?: IdentityInfo;
|
|
2373
|
+
/** Kind of the resource. */
|
|
2374
|
+
kind?: ResourceKind;
|
|
2375
|
+
/** Extended location of the resource. */
|
|
2376
|
+
extendedLocation?: ExtendedLocation;
|
|
2377
|
+
/**
|
|
2378
|
+
* The system metadata relating to Topic resource.
|
|
2379
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2380
|
+
*/
|
|
2381
|
+
readonly systemData?: SystemData;
|
|
2382
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
2383
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2384
|
+
/**
|
|
2385
|
+
* Provisioning state of the topic.
|
|
2386
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2387
|
+
*/
|
|
2388
|
+
readonly provisioningState?: TopicProvisioningState;
|
|
2389
|
+
/**
|
|
2390
|
+
* Endpoint for the topic.
|
|
2391
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2392
|
+
*/
|
|
2393
|
+
readonly endpoint?: string;
|
|
2394
|
+
/**
|
|
2395
|
+
* Event Type Information for the user topic. This information is provided by the publisher and can be used by the
|
|
2396
|
+
* subscriber to view different types of events that are published.
|
|
2397
|
+
*/
|
|
2398
|
+
eventTypeInfo?: EventTypeInfo;
|
|
2399
|
+
/** Minimum TLS version of the publisher allowed to publish to this topic */
|
|
2400
|
+
minimumTlsVersionAllowed?: TlsVersion;
|
|
2401
|
+
/** This determines the format that Event Grid should expect for incoming events published to the topic. */
|
|
2402
|
+
inputSchema?: InputSchema;
|
|
2403
|
+
/** This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema. */
|
|
2404
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
2405
|
+
/**
|
|
2406
|
+
* Metric resource id for the topic.
|
|
2407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2408
|
+
*/
|
|
2409
|
+
readonly metricResourceId?: string;
|
|
2410
|
+
/**
|
|
2411
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
2412
|
+
* You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
|
|
2413
|
+
*/
|
|
2414
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2415
|
+
/** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
|
|
2416
|
+
inboundIpRules?: InboundIpRule[];
|
|
2417
|
+
/** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */
|
|
2418
|
+
disableLocalAuth?: boolean;
|
|
2419
|
+
/** Data Residency Boundary of the resource. */
|
|
2420
|
+
dataResidencyBoundary?: DataResidencyBoundary;
|
|
1450
2421
|
}
|
|
1451
2422
|
|
|
1452
|
-
/**
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
2423
|
+
/** Defines headers for CaCertificates_delete operation. */
|
|
2424
|
+
export interface CaCertificatesDeleteHeaders {
|
|
2425
|
+
location?: string;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
/** Defines headers for Channels_delete operation. */
|
|
2429
|
+
export interface ChannelsDeleteHeaders {
|
|
2430
|
+
location?: string;
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
/** Defines headers for ClientGroups_delete operation. */
|
|
2434
|
+
export interface ClientGroupsDeleteHeaders {
|
|
2435
|
+
location?: string;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
/** Defines headers for Clients_delete operation. */
|
|
2439
|
+
export interface ClientsDeleteHeaders {
|
|
2440
|
+
location?: string;
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
/** Defines headers for Domains_delete operation. */
|
|
2444
|
+
export interface DomainsDeleteHeaders {
|
|
2445
|
+
location?: string;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
/** Defines headers for DomainTopics_delete operation. */
|
|
2449
|
+
export interface DomainTopicsDeleteHeaders {
|
|
2450
|
+
location?: string;
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
/** Defines headers for DomainTopicEventSubscriptions_delete operation. */
|
|
2454
|
+
export interface DomainTopicEventSubscriptionsDeleteHeaders {
|
|
2455
|
+
location?: string;
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2458
|
+
/** Defines headers for TopicEventSubscriptions_delete operation. */
|
|
2459
|
+
export interface TopicEventSubscriptionsDeleteHeaders {
|
|
2460
|
+
location?: string;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
/** Defines headers for DomainEventSubscriptions_delete operation. */
|
|
2464
|
+
export interface DomainEventSubscriptionsDeleteHeaders {
|
|
2465
|
+
location?: string;
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
/** Defines headers for EventSubscriptions_delete operation. */
|
|
2469
|
+
export interface EventSubscriptionsDeleteHeaders {
|
|
2470
|
+
location?: string;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
/** Defines headers for SystemTopicEventSubscriptions_delete operation. */
|
|
2474
|
+
export interface SystemTopicEventSubscriptionsDeleteHeaders {
|
|
2475
|
+
location?: string;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
/** Defines headers for NamespaceTopicEventSubscriptions_delete operation. */
|
|
2479
|
+
export interface NamespaceTopicEventSubscriptionsDeleteHeaders {
|
|
2480
|
+
location?: string;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
/** Defines headers for NamespaceTopicEventSubscriptions_update operation. */
|
|
2484
|
+
export interface NamespaceTopicEventSubscriptionsUpdateHeaders {
|
|
2485
|
+
location?: string;
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
/** Defines headers for PartnerTopicEventSubscriptions_delete operation. */
|
|
2489
|
+
export interface PartnerTopicEventSubscriptionsDeleteHeaders {
|
|
2490
|
+
location?: string;
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
/** Defines headers for Namespaces_delete operation. */
|
|
2494
|
+
export interface NamespacesDeleteHeaders {
|
|
2495
|
+
location?: string;
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
/** Defines headers for Namespaces_update operation. */
|
|
2499
|
+
export interface NamespacesUpdateHeaders {
|
|
2500
|
+
location?: string;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
/** Defines headers for Namespaces_regenerateKey operation. */
|
|
2504
|
+
export interface NamespacesRegenerateKeyHeaders {
|
|
2505
|
+
location?: string;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
/** Defines headers for NamespaceTopics_delete operation. */
|
|
2509
|
+
export interface NamespaceTopicsDeleteHeaders {
|
|
2510
|
+
location?: string;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
/** Defines headers for NamespaceTopics_update operation. */
|
|
2514
|
+
export interface NamespaceTopicsUpdateHeaders {
|
|
2515
|
+
location?: string;
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
/** Defines headers for NamespaceTopics_regenerateKey operation. */
|
|
2519
|
+
export interface NamespaceTopicsRegenerateKeyHeaders {
|
|
2520
|
+
location?: string;
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
/** Defines headers for PartnerConfigurations_delete operation. */
|
|
2524
|
+
export interface PartnerConfigurationsDeleteHeaders {
|
|
2525
|
+
location?: string;
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
/** Defines headers for PartnerDestinations_delete operation. */
|
|
2529
|
+
export interface PartnerDestinationsDeleteHeaders {
|
|
2530
|
+
location?: string;
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
/** Defines headers for PartnerDestinations_update operation. */
|
|
2534
|
+
export interface PartnerDestinationsUpdateHeaders {
|
|
2535
|
+
location?: string;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
/** Defines headers for PartnerNamespaces_delete operation. */
|
|
2539
|
+
export interface PartnerNamespacesDeleteHeaders {
|
|
2540
|
+
location?: string;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
/** Defines headers for PartnerRegistrations_createOrUpdate operation. */
|
|
2544
|
+
export interface PartnerRegistrationsCreateOrUpdateHeaders {
|
|
2545
|
+
location?: string;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
/** Defines headers for PartnerRegistrations_delete operation. */
|
|
2549
|
+
export interface PartnerRegistrationsDeleteHeaders {
|
|
2550
|
+
location?: string;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
/** Defines headers for PartnerTopics_delete operation. */
|
|
2554
|
+
export interface PartnerTopicsDeleteHeaders {
|
|
2555
|
+
location?: string;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
/** Defines headers for PermissionBindings_delete operation. */
|
|
2559
|
+
export interface PermissionBindingsDeleteHeaders {
|
|
2560
|
+
location?: string;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
|
2564
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
2565
|
+
location?: string;
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
/** Defines headers for SystemTopics_delete operation. */
|
|
2569
|
+
export interface SystemTopicsDeleteHeaders {
|
|
2570
|
+
location?: string;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
/** Defines headers for Topics_delete operation. */
|
|
2574
|
+
export interface TopicsDeleteHeaders {
|
|
2575
|
+
location?: string;
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
/** Defines headers for Topics_regenerateKey operation. */
|
|
2579
|
+
export interface TopicsRegenerateKeyHeaders {
|
|
2580
|
+
location?: string;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
/** Defines headers for TopicSpaces_delete operation. */
|
|
2584
|
+
export interface TopicSpacesDeleteHeaders {
|
|
2585
|
+
location?: string;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
/** Known values of {@link CaCertificateProvisioningState} that the service accepts. */
|
|
2589
|
+
export enum KnownCaCertificateProvisioningState {
|
|
2590
|
+
/** Creating */
|
|
2591
|
+
Creating = "Creating",
|
|
2592
|
+
/** Updating */
|
|
2593
|
+
Updating = "Updating",
|
|
2594
|
+
/** Deleting */
|
|
2595
|
+
Deleting = "Deleting",
|
|
2596
|
+
/** Succeeded */
|
|
2597
|
+
Succeeded = "Succeeded",
|
|
2598
|
+
/** Canceled */
|
|
2599
|
+
Canceled = "Canceled",
|
|
2600
|
+
/** Failed */
|
|
2601
|
+
Failed = "Failed",
|
|
2602
|
+
/** Deleted */
|
|
2603
|
+
Deleted = "Deleted"
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
/**
|
|
2607
|
+
* Defines values for CaCertificateProvisioningState. \
|
|
2608
|
+
* {@link KnownCaCertificateProvisioningState} can be used interchangeably with CaCertificateProvisioningState,
|
|
2609
|
+
* this enum contains the known values that the service supports.
|
|
2610
|
+
* ### Known values supported by the service
|
|
2611
|
+
* **Creating** \
|
|
2612
|
+
* **Updating** \
|
|
2613
|
+
* **Deleting** \
|
|
2614
|
+
* **Succeeded** \
|
|
2615
|
+
* **Canceled** \
|
|
2616
|
+
* **Failed** \
|
|
2617
|
+
* **Deleted**
|
|
2618
|
+
*/
|
|
2619
|
+
export type CaCertificateProvisioningState = string;
|
|
2620
|
+
|
|
2621
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2622
|
+
export enum KnownCreatedByType {
|
|
2623
|
+
/** User */
|
|
2624
|
+
User = "User",
|
|
2625
|
+
/** Application */
|
|
2626
|
+
Application = "Application",
|
|
2627
|
+
/** ManagedIdentity */
|
|
2628
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2629
|
+
/** Key */
|
|
2630
|
+
Key = "Key"
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
* Defines values for CreatedByType. \
|
|
2635
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
2636
|
+
* this enum contains the known values that the service supports.
|
|
2637
|
+
* ### Known values supported by the service
|
|
2638
|
+
* **User** \
|
|
2639
|
+
* **Application** \
|
|
2640
|
+
* **ManagedIdentity** \
|
|
2641
|
+
* **Key**
|
|
2642
|
+
*/
|
|
2643
|
+
export type CreatedByType = string;
|
|
2644
|
+
|
|
2645
|
+
/** Known values of {@link ChannelType} that the service accepts. */
|
|
2646
|
+
export enum KnownChannelType {
|
|
2647
|
+
/** PartnerTopic */
|
|
2648
|
+
PartnerTopic = "PartnerTopic",
|
|
2649
|
+
/** PartnerDestination */
|
|
2650
|
+
PartnerDestination = "PartnerDestination"
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
/**
|
|
2654
|
+
* Defines values for ChannelType. \
|
|
2655
|
+
* {@link KnownChannelType} can be used interchangeably with ChannelType,
|
|
2656
|
+
* this enum contains the known values that the service supports.
|
|
2657
|
+
* ### Known values supported by the service
|
|
2658
|
+
* **PartnerTopic** \
|
|
2659
|
+
* **PartnerDestination**
|
|
2660
|
+
*/
|
|
2661
|
+
export type ChannelType = string;
|
|
2662
|
+
|
|
2663
|
+
/** Known values of {@link EventDefinitionKind} that the service accepts. */
|
|
2664
|
+
export enum KnownEventDefinitionKind {
|
|
2665
|
+
/** Inline */
|
|
2666
|
+
Inline = "Inline"
|
|
1465
2667
|
}
|
|
1466
2668
|
|
|
1467
2669
|
/**
|
|
@@ -1473,6 +2675,21 @@ export enum KnownEventDefinitionKind {
|
|
|
1473
2675
|
*/
|
|
1474
2676
|
export type EventDefinitionKind = string;
|
|
1475
2677
|
|
|
2678
|
+
/** Known values of {@link PartnerEndpointType} that the service accepts. */
|
|
2679
|
+
export enum KnownPartnerEndpointType {
|
|
2680
|
+
/** WebHook */
|
|
2681
|
+
WebHook = "WebHook"
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
/**
|
|
2685
|
+
* Defines values for PartnerEndpointType. \
|
|
2686
|
+
* {@link KnownPartnerEndpointType} can be used interchangeably with PartnerEndpointType,
|
|
2687
|
+
* this enum contains the known values that the service supports.
|
|
2688
|
+
* ### Known values supported by the service
|
|
2689
|
+
* **WebHook**
|
|
2690
|
+
*/
|
|
2691
|
+
export type PartnerEndpointType = string;
|
|
2692
|
+
|
|
1476
2693
|
/** Known values of {@link ChannelProvisioningState} that the service accepts. */
|
|
1477
2694
|
export enum KnownChannelProvisioningState {
|
|
1478
2695
|
/** Creating */
|
|
@@ -1488,7 +2705,9 @@ export enum KnownChannelProvisioningState {
|
|
|
1488
2705
|
/** Failed */
|
|
1489
2706
|
Failed = "Failed",
|
|
1490
2707
|
/** IdleDueToMirroredPartnerTopicDeletion */
|
|
1491
|
-
IdleDueToMirroredPartnerTopicDeletion = "IdleDueToMirroredPartnerTopicDeletion"
|
|
2708
|
+
IdleDueToMirroredPartnerTopicDeletion = "IdleDueToMirroredPartnerTopicDeletion",
|
|
2709
|
+
/** IdleDueToMirroredPartnerDestinationDeletion */
|
|
2710
|
+
IdleDueToMirroredPartnerDestinationDeletion = "IdleDueToMirroredPartnerDestinationDeletion"
|
|
1492
2711
|
}
|
|
1493
2712
|
|
|
1494
2713
|
/**
|
|
@@ -1502,7 +2721,8 @@ export enum KnownChannelProvisioningState {
|
|
|
1502
2721
|
* **Succeeded** \
|
|
1503
2722
|
* **Canceled** \
|
|
1504
2723
|
* **Failed** \
|
|
1505
|
-
* **IdleDueToMirroredPartnerTopicDeletion**
|
|
2724
|
+
* **IdleDueToMirroredPartnerTopicDeletion** \
|
|
2725
|
+
* **IdleDueToMirroredPartnerDestinationDeletion**
|
|
1506
2726
|
*/
|
|
1507
2727
|
export type ChannelProvisioningState = string;
|
|
1508
2728
|
|
|
@@ -1524,29 +2744,119 @@ export enum KnownReadinessState {
|
|
|
1524
2744
|
*/
|
|
1525
2745
|
export type ReadinessState = string;
|
|
1526
2746
|
|
|
1527
|
-
/** Known values of {@link
|
|
1528
|
-
export enum
|
|
1529
|
-
/**
|
|
1530
|
-
|
|
1531
|
-
/**
|
|
1532
|
-
|
|
1533
|
-
/**
|
|
1534
|
-
|
|
1535
|
-
/**
|
|
1536
|
-
|
|
2747
|
+
/** Known values of {@link ClientGroupProvisioningState} that the service accepts. */
|
|
2748
|
+
export enum KnownClientGroupProvisioningState {
|
|
2749
|
+
/** Creating */
|
|
2750
|
+
Creating = "Creating",
|
|
2751
|
+
/** Updating */
|
|
2752
|
+
Updating = "Updating",
|
|
2753
|
+
/** Deleting */
|
|
2754
|
+
Deleting = "Deleting",
|
|
2755
|
+
/** Succeeded */
|
|
2756
|
+
Succeeded = "Succeeded",
|
|
2757
|
+
/** Canceled */
|
|
2758
|
+
Canceled = "Canceled",
|
|
2759
|
+
/** Failed */
|
|
2760
|
+
Failed = "Failed",
|
|
2761
|
+
/** Deleted */
|
|
2762
|
+
Deleted = "Deleted"
|
|
1537
2763
|
}
|
|
1538
2764
|
|
|
1539
2765
|
/**
|
|
1540
|
-
* Defines values for
|
|
1541
|
-
* {@link
|
|
2766
|
+
* Defines values for ClientGroupProvisioningState. \
|
|
2767
|
+
* {@link KnownClientGroupProvisioningState} can be used interchangeably with ClientGroupProvisioningState,
|
|
1542
2768
|
* this enum contains the known values that the service supports.
|
|
1543
2769
|
* ### Known values supported by the service
|
|
1544
|
-
* **
|
|
1545
|
-
* **
|
|
1546
|
-
* **
|
|
1547
|
-
* **
|
|
2770
|
+
* **Creating** \
|
|
2771
|
+
* **Updating** \
|
|
2772
|
+
* **Deleting** \
|
|
2773
|
+
* **Succeeded** \
|
|
2774
|
+
* **Canceled** \
|
|
2775
|
+
* **Failed** \
|
|
2776
|
+
* **Deleted**
|
|
1548
2777
|
*/
|
|
1549
|
-
export type
|
|
2778
|
+
export type ClientGroupProvisioningState = string;
|
|
2779
|
+
|
|
2780
|
+
/** Known values of {@link ClientCertificateValidationScheme} that the service accepts. */
|
|
2781
|
+
export enum KnownClientCertificateValidationScheme {
|
|
2782
|
+
/** SubjectMatchesAuthenticationName */
|
|
2783
|
+
SubjectMatchesAuthenticationName = "SubjectMatchesAuthenticationName",
|
|
2784
|
+
/** DnsMatchesAuthenticationName */
|
|
2785
|
+
DnsMatchesAuthenticationName = "DnsMatchesAuthenticationName",
|
|
2786
|
+
/** UriMatchesAuthenticationName */
|
|
2787
|
+
UriMatchesAuthenticationName = "UriMatchesAuthenticationName",
|
|
2788
|
+
/** IpMatchesAuthenticationName */
|
|
2789
|
+
IpMatchesAuthenticationName = "IpMatchesAuthenticationName",
|
|
2790
|
+
/** EmailMatchesAuthenticationName */
|
|
2791
|
+
EmailMatchesAuthenticationName = "EmailMatchesAuthenticationName",
|
|
2792
|
+
/** ThumbprintMatch */
|
|
2793
|
+
ThumbprintMatch = "ThumbprintMatch"
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
/**
|
|
2797
|
+
* Defines values for ClientCertificateValidationScheme. \
|
|
2798
|
+
* {@link KnownClientCertificateValidationScheme} can be used interchangeably with ClientCertificateValidationScheme,
|
|
2799
|
+
* this enum contains the known values that the service supports.
|
|
2800
|
+
* ### Known values supported by the service
|
|
2801
|
+
* **SubjectMatchesAuthenticationName** \
|
|
2802
|
+
* **DnsMatchesAuthenticationName** \
|
|
2803
|
+
* **UriMatchesAuthenticationName** \
|
|
2804
|
+
* **IpMatchesAuthenticationName** \
|
|
2805
|
+
* **EmailMatchesAuthenticationName** \
|
|
2806
|
+
* **ThumbprintMatch**
|
|
2807
|
+
*/
|
|
2808
|
+
export type ClientCertificateValidationScheme = string;
|
|
2809
|
+
|
|
2810
|
+
/** Known values of {@link ClientState} that the service accepts. */
|
|
2811
|
+
export enum KnownClientState {
|
|
2812
|
+
/** Enabled */
|
|
2813
|
+
Enabled = "Enabled",
|
|
2814
|
+
/** Disabled */
|
|
2815
|
+
Disabled = "Disabled"
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
/**
|
|
2819
|
+
* Defines values for ClientState. \
|
|
2820
|
+
* {@link KnownClientState} can be used interchangeably with ClientState,
|
|
2821
|
+
* this enum contains the known values that the service supports.
|
|
2822
|
+
* ### Known values supported by the service
|
|
2823
|
+
* **Enabled** \
|
|
2824
|
+
* **Disabled**
|
|
2825
|
+
*/
|
|
2826
|
+
export type ClientState = string;
|
|
2827
|
+
|
|
2828
|
+
/** Known values of {@link ClientProvisioningState} that the service accepts. */
|
|
2829
|
+
export enum KnownClientProvisioningState {
|
|
2830
|
+
/** Creating */
|
|
2831
|
+
Creating = "Creating",
|
|
2832
|
+
/** Updating */
|
|
2833
|
+
Updating = "Updating",
|
|
2834
|
+
/** Deleting */
|
|
2835
|
+
Deleting = "Deleting",
|
|
2836
|
+
/** Succeeded */
|
|
2837
|
+
Succeeded = "Succeeded",
|
|
2838
|
+
/** Canceled */
|
|
2839
|
+
Canceled = "Canceled",
|
|
2840
|
+
/** Failed */
|
|
2841
|
+
Failed = "Failed",
|
|
2842
|
+
/** Deleted */
|
|
2843
|
+
Deleted = "Deleted"
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
/**
|
|
2847
|
+
* Defines values for ClientProvisioningState. \
|
|
2848
|
+
* {@link KnownClientProvisioningState} can be used interchangeably with ClientProvisioningState,
|
|
2849
|
+
* this enum contains the known values that the service supports.
|
|
2850
|
+
* ### Known values supported by the service
|
|
2851
|
+
* **Creating** \
|
|
2852
|
+
* **Updating** \
|
|
2853
|
+
* **Deleting** \
|
|
2854
|
+
* **Succeeded** \
|
|
2855
|
+
* **Canceled** \
|
|
2856
|
+
* **Failed** \
|
|
2857
|
+
* **Deleted**
|
|
2858
|
+
*/
|
|
2859
|
+
export type ClientProvisioningState = string;
|
|
1550
2860
|
|
|
1551
2861
|
/** Known values of {@link PersistedConnectionStatus} that the service accepts. */
|
|
1552
2862
|
export enum KnownPersistedConnectionStatus {
|
|
@@ -1632,6 +2942,27 @@ export enum KnownDomainProvisioningState {
|
|
|
1632
2942
|
*/
|
|
1633
2943
|
export type DomainProvisioningState = string;
|
|
1634
2944
|
|
|
2945
|
+
/** Known values of {@link TlsVersion} that the service accepts. */
|
|
2946
|
+
export enum KnownTlsVersion {
|
|
2947
|
+
/** One0 */
|
|
2948
|
+
One0 = "1.0",
|
|
2949
|
+
/** One1 */
|
|
2950
|
+
One1 = "1.1",
|
|
2951
|
+
/** One2 */
|
|
2952
|
+
One2 = "1.2"
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
/**
|
|
2956
|
+
* Defines values for TlsVersion. \
|
|
2957
|
+
* {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
|
|
2958
|
+
* this enum contains the known values that the service supports.
|
|
2959
|
+
* ### Known values supported by the service
|
|
2960
|
+
* **1.0** \
|
|
2961
|
+
* **1.1** \
|
|
2962
|
+
* **1.2**
|
|
2963
|
+
*/
|
|
2964
|
+
export type TlsVersion = string;
|
|
2965
|
+
|
|
1635
2966
|
/** Known values of {@link InputSchema} that the service accepts. */
|
|
1636
2967
|
export enum KnownInputSchema {
|
|
1637
2968
|
/** EventGridSchema */
|
|
@@ -1719,6 +3050,24 @@ export enum KnownDataResidencyBoundary {
|
|
|
1719
3050
|
*/
|
|
1720
3051
|
export type DataResidencyBoundary = string;
|
|
1721
3052
|
|
|
3053
|
+
/** Known values of {@link Sku} that the service accepts. */
|
|
3054
|
+
export enum KnownSku {
|
|
3055
|
+
/** Basic */
|
|
3056
|
+
Basic = "Basic",
|
|
3057
|
+
/** Premium */
|
|
3058
|
+
Premium = "Premium"
|
|
3059
|
+
}
|
|
3060
|
+
|
|
3061
|
+
/**
|
|
3062
|
+
* Defines values for Sku. \
|
|
3063
|
+
* {@link KnownSku} can be used interchangeably with Sku,
|
|
3064
|
+
* this enum contains the known values that the service supports.
|
|
3065
|
+
* ### Known values supported by the service
|
|
3066
|
+
* **Basic** \
|
|
3067
|
+
* **Premium**
|
|
3068
|
+
*/
|
|
3069
|
+
export type Sku = string;
|
|
3070
|
+
|
|
1722
3071
|
/** Known values of {@link IdentityType} that the service accepts. */
|
|
1723
3072
|
export enum KnownIdentityType {
|
|
1724
3073
|
/** None */
|
|
@@ -1756,12 +3105,70 @@ export enum KnownDomainTopicProvisioningState {
|
|
|
1756
3105
|
/** Canceled */
|
|
1757
3106
|
Canceled = "Canceled",
|
|
1758
3107
|
/** Failed */
|
|
1759
|
-
Failed = "Failed"
|
|
3108
|
+
Failed = "Failed"
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3111
|
+
/**
|
|
3112
|
+
* Defines values for DomainTopicProvisioningState. \
|
|
3113
|
+
* {@link KnownDomainTopicProvisioningState} can be used interchangeably with DomainTopicProvisioningState,
|
|
3114
|
+
* this enum contains the known values that the service supports.
|
|
3115
|
+
* ### Known values supported by the service
|
|
3116
|
+
* **Creating** \
|
|
3117
|
+
* **Updating** \
|
|
3118
|
+
* **Deleting** \
|
|
3119
|
+
* **Succeeded** \
|
|
3120
|
+
* **Canceled** \
|
|
3121
|
+
* **Failed**
|
|
3122
|
+
*/
|
|
3123
|
+
export type DomainTopicProvisioningState = string;
|
|
3124
|
+
|
|
3125
|
+
/** Known values of {@link DeliveryAttributeMappingType} that the service accepts. */
|
|
3126
|
+
export enum KnownDeliveryAttributeMappingType {
|
|
3127
|
+
/** Static */
|
|
3128
|
+
Static = "Static",
|
|
3129
|
+
/** Dynamic */
|
|
3130
|
+
Dynamic = "Dynamic"
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
/**
|
|
3134
|
+
* Defines values for DeliveryAttributeMappingType. \
|
|
3135
|
+
* {@link KnownDeliveryAttributeMappingType} can be used interchangeably with DeliveryAttributeMappingType,
|
|
3136
|
+
* this enum contains the known values that the service supports.
|
|
3137
|
+
* ### Known values supported by the service
|
|
3138
|
+
* **Static** \
|
|
3139
|
+
* **Dynamic**
|
|
3140
|
+
*/
|
|
3141
|
+
export type DeliveryAttributeMappingType = string;
|
|
3142
|
+
|
|
3143
|
+
/** Known values of {@link SubscriptionProvisioningState} that the service accepts. */
|
|
3144
|
+
export enum KnownSubscriptionProvisioningState {
|
|
3145
|
+
/** Creating */
|
|
3146
|
+
Creating = "Creating",
|
|
3147
|
+
/** Updating */
|
|
3148
|
+
Updating = "Updating",
|
|
3149
|
+
/** Deleting */
|
|
3150
|
+
Deleting = "Deleting",
|
|
3151
|
+
/** Succeeded */
|
|
3152
|
+
Succeeded = "Succeeded",
|
|
3153
|
+
/** Canceled */
|
|
3154
|
+
Canceled = "Canceled",
|
|
3155
|
+
/** Failed */
|
|
3156
|
+
Failed = "Failed",
|
|
3157
|
+
/** AwaitingManualAction */
|
|
3158
|
+
AwaitingManualAction = "AwaitingManualAction",
|
|
3159
|
+
/** Deleted */
|
|
3160
|
+
Deleted = "Deleted",
|
|
3161
|
+
/** DeleteFailed */
|
|
3162
|
+
DeleteFailed = "DeleteFailed",
|
|
3163
|
+
/** CreateFailed */
|
|
3164
|
+
CreateFailed = "CreateFailed",
|
|
3165
|
+
/** UpdatedFailed */
|
|
3166
|
+
UpdatedFailed = "UpdatedFailed"
|
|
1760
3167
|
}
|
|
1761
3168
|
|
|
1762
3169
|
/**
|
|
1763
|
-
* Defines values for
|
|
1764
|
-
* {@link
|
|
3170
|
+
* Defines values for SubscriptionProvisioningState. \
|
|
3171
|
+
* {@link KnownSubscriptionProvisioningState} can be used interchangeably with SubscriptionProvisioningState,
|
|
1765
3172
|
* this enum contains the known values that the service supports.
|
|
1766
3173
|
* ### Known values supported by the service
|
|
1767
3174
|
* **Creating** \
|
|
@@ -1769,27 +3176,146 @@ export enum KnownDomainTopicProvisioningState {
|
|
|
1769
3176
|
* **Deleting** \
|
|
1770
3177
|
* **Succeeded** \
|
|
1771
3178
|
* **Canceled** \
|
|
1772
|
-
* **Failed**
|
|
3179
|
+
* **Failed** \
|
|
3180
|
+
* **AwaitingManualAction** \
|
|
3181
|
+
* **Deleted** \
|
|
3182
|
+
* **DeleteFailed** \
|
|
3183
|
+
* **CreateFailed** \
|
|
3184
|
+
* **UpdatedFailed**
|
|
1773
3185
|
*/
|
|
1774
|
-
export type
|
|
3186
|
+
export type SubscriptionProvisioningState = string;
|
|
1775
3187
|
|
|
1776
|
-
/** Known values of {@link
|
|
1777
|
-
export enum
|
|
1778
|
-
/**
|
|
1779
|
-
|
|
1780
|
-
/** Dynamic */
|
|
1781
|
-
Dynamic = "Dynamic"
|
|
3188
|
+
/** Known values of {@link DeliveryMode} that the service accepts. */
|
|
3189
|
+
export enum KnownDeliveryMode {
|
|
3190
|
+
/** Queue */
|
|
3191
|
+
Queue = "Queue"
|
|
1782
3192
|
}
|
|
1783
3193
|
|
|
1784
3194
|
/**
|
|
1785
|
-
* Defines values for
|
|
1786
|
-
* {@link
|
|
3195
|
+
* Defines values for DeliveryMode. \
|
|
3196
|
+
* {@link KnownDeliveryMode} can be used interchangeably with DeliveryMode,
|
|
1787
3197
|
* this enum contains the known values that the service supports.
|
|
1788
3198
|
* ### Known values supported by the service
|
|
1789
|
-
* **
|
|
1790
|
-
* **Dynamic**
|
|
3199
|
+
* **Queue**
|
|
1791
3200
|
*/
|
|
1792
|
-
export type
|
|
3201
|
+
export type DeliveryMode = string;
|
|
3202
|
+
|
|
3203
|
+
/** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */
|
|
3204
|
+
export enum KnownEventSubscriptionIdentityType {
|
|
3205
|
+
/** SystemAssigned */
|
|
3206
|
+
SystemAssigned = "SystemAssigned",
|
|
3207
|
+
/** UserAssigned */
|
|
3208
|
+
UserAssigned = "UserAssigned"
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
/**
|
|
3212
|
+
* Defines values for EventSubscriptionIdentityType. \
|
|
3213
|
+
* {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,
|
|
3214
|
+
* this enum contains the known values that the service supports.
|
|
3215
|
+
* ### Known values supported by the service
|
|
3216
|
+
* **SystemAssigned** \
|
|
3217
|
+
* **UserAssigned**
|
|
3218
|
+
*/
|
|
3219
|
+
export type EventSubscriptionIdentityType = string;
|
|
3220
|
+
|
|
3221
|
+
/** Known values of {@link DeadLetterEndPointType} that the service accepts. */
|
|
3222
|
+
export enum KnownDeadLetterEndPointType {
|
|
3223
|
+
/** StorageBlob */
|
|
3224
|
+
StorageBlob = "StorageBlob"
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
/**
|
|
3228
|
+
* Defines values for DeadLetterEndPointType. \
|
|
3229
|
+
* {@link KnownDeadLetterEndPointType} can be used interchangeably with DeadLetterEndPointType,
|
|
3230
|
+
* this enum contains the known values that the service supports.
|
|
3231
|
+
* ### Known values supported by the service
|
|
3232
|
+
* **StorageBlob**
|
|
3233
|
+
*/
|
|
3234
|
+
export type DeadLetterEndPointType = string;
|
|
3235
|
+
|
|
3236
|
+
/** Known values of {@link DeliverySchema} that the service accepts. */
|
|
3237
|
+
export enum KnownDeliverySchema {
|
|
3238
|
+
/** CloudEventSchemaV10 */
|
|
3239
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
3240
|
+
}
|
|
3241
|
+
|
|
3242
|
+
/**
|
|
3243
|
+
* Defines values for DeliverySchema. \
|
|
3244
|
+
* {@link KnownDeliverySchema} can be used interchangeably with DeliverySchema,
|
|
3245
|
+
* this enum contains the known values that the service supports.
|
|
3246
|
+
* ### Known values supported by the service
|
|
3247
|
+
* **CloudEventSchemaV1_0**
|
|
3248
|
+
*/
|
|
3249
|
+
export type DeliverySchema = string;
|
|
3250
|
+
|
|
3251
|
+
/** Known values of {@link FilterOperatorType} that the service accepts. */
|
|
3252
|
+
export enum KnownFilterOperatorType {
|
|
3253
|
+
/** NumberIn */
|
|
3254
|
+
NumberIn = "NumberIn",
|
|
3255
|
+
/** NumberNotIn */
|
|
3256
|
+
NumberNotIn = "NumberNotIn",
|
|
3257
|
+
/** NumberLessThan */
|
|
3258
|
+
NumberLessThan = "NumberLessThan",
|
|
3259
|
+
/** NumberGreaterThan */
|
|
3260
|
+
NumberGreaterThan = "NumberGreaterThan",
|
|
3261
|
+
/** NumberLessThanOrEquals */
|
|
3262
|
+
NumberLessThanOrEquals = "NumberLessThanOrEquals",
|
|
3263
|
+
/** NumberGreaterThanOrEquals */
|
|
3264
|
+
NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
|
|
3265
|
+
/** BoolEquals */
|
|
3266
|
+
BoolEquals = "BoolEquals",
|
|
3267
|
+
/** StringIn */
|
|
3268
|
+
StringIn = "StringIn",
|
|
3269
|
+
/** StringNotIn */
|
|
3270
|
+
StringNotIn = "StringNotIn",
|
|
3271
|
+
/** StringBeginsWith */
|
|
3272
|
+
StringBeginsWith = "StringBeginsWith",
|
|
3273
|
+
/** StringEndsWith */
|
|
3274
|
+
StringEndsWith = "StringEndsWith",
|
|
3275
|
+
/** StringContains */
|
|
3276
|
+
StringContains = "StringContains",
|
|
3277
|
+
/** NumberInRange */
|
|
3278
|
+
NumberInRange = "NumberInRange",
|
|
3279
|
+
/** NumberNotInRange */
|
|
3280
|
+
NumberNotInRange = "NumberNotInRange",
|
|
3281
|
+
/** StringNotBeginsWith */
|
|
3282
|
+
StringNotBeginsWith = "StringNotBeginsWith",
|
|
3283
|
+
/** StringNotEndsWith */
|
|
3284
|
+
StringNotEndsWith = "StringNotEndsWith",
|
|
3285
|
+
/** StringNotContains */
|
|
3286
|
+
StringNotContains = "StringNotContains",
|
|
3287
|
+
/** IsNullOrUndefined */
|
|
3288
|
+
IsNullOrUndefined = "IsNullOrUndefined",
|
|
3289
|
+
/** IsNotNull */
|
|
3290
|
+
IsNotNull = "IsNotNull"
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
/**
|
|
3294
|
+
* Defines values for FilterOperatorType. \
|
|
3295
|
+
* {@link KnownFilterOperatorType} can be used interchangeably with FilterOperatorType,
|
|
3296
|
+
* this enum contains the known values that the service supports.
|
|
3297
|
+
* ### Known values supported by the service
|
|
3298
|
+
* **NumberIn** \
|
|
3299
|
+
* **NumberNotIn** \
|
|
3300
|
+
* **NumberLessThan** \
|
|
3301
|
+
* **NumberGreaterThan** \
|
|
3302
|
+
* **NumberLessThanOrEquals** \
|
|
3303
|
+
* **NumberGreaterThanOrEquals** \
|
|
3304
|
+
* **BoolEquals** \
|
|
3305
|
+
* **StringIn** \
|
|
3306
|
+
* **StringNotIn** \
|
|
3307
|
+
* **StringBeginsWith** \
|
|
3308
|
+
* **StringEndsWith** \
|
|
3309
|
+
* **StringContains** \
|
|
3310
|
+
* **NumberInRange** \
|
|
3311
|
+
* **NumberNotInRange** \
|
|
3312
|
+
* **StringNotBeginsWith** \
|
|
3313
|
+
* **StringNotEndsWith** \
|
|
3314
|
+
* **StringNotContains** \
|
|
3315
|
+
* **IsNullOrUndefined** \
|
|
3316
|
+
* **IsNotNull**
|
|
3317
|
+
*/
|
|
3318
|
+
export type FilterOperatorType = string;
|
|
1793
3319
|
|
|
1794
3320
|
/** Known values of {@link EventSubscriptionProvisioningState} that the service accepts. */
|
|
1795
3321
|
export enum KnownEventSubscriptionProvisioningState {
|
|
@@ -1839,7 +3365,9 @@ export enum KnownEndpointType {
|
|
|
1839
3365
|
/** ServiceBusTopic */
|
|
1840
3366
|
ServiceBusTopic = "ServiceBusTopic",
|
|
1841
3367
|
/** AzureFunction */
|
|
1842
|
-
AzureFunction = "AzureFunction"
|
|
3368
|
+
AzureFunction = "AzureFunction",
|
|
3369
|
+
/** PartnerDestination */
|
|
3370
|
+
PartnerDestination = "PartnerDestination"
|
|
1843
3371
|
}
|
|
1844
3372
|
|
|
1845
3373
|
/**
|
|
@@ -1853,28 +3381,11 @@ export enum KnownEndpointType {
|
|
|
1853
3381
|
* **HybridConnection** \
|
|
1854
3382
|
* **ServiceBusQueue** \
|
|
1855
3383
|
* **ServiceBusTopic** \
|
|
1856
|
-
* **AzureFunction**
|
|
3384
|
+
* **AzureFunction** \
|
|
3385
|
+
* **PartnerDestination**
|
|
1857
3386
|
*/
|
|
1858
3387
|
export type EndpointType = string;
|
|
1859
3388
|
|
|
1860
|
-
/** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */
|
|
1861
|
-
export enum KnownEventSubscriptionIdentityType {
|
|
1862
|
-
/** SystemAssigned */
|
|
1863
|
-
SystemAssigned = "SystemAssigned",
|
|
1864
|
-
/** UserAssigned */
|
|
1865
|
-
UserAssigned = "UserAssigned"
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
/**
|
|
1869
|
-
* Defines values for EventSubscriptionIdentityType. \
|
|
1870
|
-
* {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,
|
|
1871
|
-
* this enum contains the known values that the service supports.
|
|
1872
|
-
* ### Known values supported by the service
|
|
1873
|
-
* **SystemAssigned** \
|
|
1874
|
-
* **UserAssigned**
|
|
1875
|
-
*/
|
|
1876
|
-
export type EventSubscriptionIdentityType = string;
|
|
1877
|
-
|
|
1878
3389
|
/** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */
|
|
1879
3390
|
export enum KnownAdvancedFilterOperatorType {
|
|
1880
3391
|
/** NumberIn */
|
|
@@ -1965,23 +3476,218 @@ export enum KnownEventDeliverySchema {
|
|
|
1965
3476
|
*/
|
|
1966
3477
|
export type EventDeliverySchema = string;
|
|
1967
3478
|
|
|
1968
|
-
/** Known values of {@link
|
|
1969
|
-
export enum
|
|
1970
|
-
/**
|
|
1971
|
-
|
|
3479
|
+
/** Known values of {@link NamespaceProvisioningState} that the service accepts. */
|
|
3480
|
+
export enum KnownNamespaceProvisioningState {
|
|
3481
|
+
/** Creating */
|
|
3482
|
+
Creating = "Creating",
|
|
3483
|
+
/** Updating */
|
|
3484
|
+
Updating = "Updating",
|
|
3485
|
+
/** Deleting */
|
|
3486
|
+
Deleting = "Deleting",
|
|
3487
|
+
/** Succeeded */
|
|
3488
|
+
Succeeded = "Succeeded",
|
|
3489
|
+
/** Canceled */
|
|
3490
|
+
Canceled = "Canceled",
|
|
3491
|
+
/** Failed */
|
|
3492
|
+
Failed = "Failed",
|
|
3493
|
+
/** Deleted */
|
|
3494
|
+
Deleted = "Deleted",
|
|
3495
|
+
/** DeleteFailed */
|
|
3496
|
+
DeleteFailed = "DeleteFailed",
|
|
3497
|
+
/** CreateFailed */
|
|
3498
|
+
CreateFailed = "CreateFailed",
|
|
3499
|
+
/** UpdatedFailed */
|
|
3500
|
+
UpdatedFailed = "UpdatedFailed"
|
|
1972
3501
|
}
|
|
1973
3502
|
|
|
1974
3503
|
/**
|
|
1975
|
-
* Defines values for
|
|
1976
|
-
* {@link
|
|
3504
|
+
* Defines values for NamespaceProvisioningState. \
|
|
3505
|
+
* {@link KnownNamespaceProvisioningState} can be used interchangeably with NamespaceProvisioningState,
|
|
1977
3506
|
* this enum contains the known values that the service supports.
|
|
1978
3507
|
* ### Known values supported by the service
|
|
1979
|
-
* **
|
|
3508
|
+
* **Creating** \
|
|
3509
|
+
* **Updating** \
|
|
3510
|
+
* **Deleting** \
|
|
3511
|
+
* **Succeeded** \
|
|
3512
|
+
* **Canceled** \
|
|
3513
|
+
* **Failed** \
|
|
3514
|
+
* **Deleted** \
|
|
3515
|
+
* **DeleteFailed** \
|
|
3516
|
+
* **CreateFailed** \
|
|
3517
|
+
* **UpdatedFailed**
|
|
3518
|
+
*/
|
|
3519
|
+
export type NamespaceProvisioningState = string;
|
|
3520
|
+
|
|
3521
|
+
/** Known values of {@link TopicSpacesConfigurationState} that the service accepts. */
|
|
3522
|
+
export enum KnownTopicSpacesConfigurationState {
|
|
3523
|
+
/** Disabled */
|
|
3524
|
+
Disabled = "Disabled",
|
|
3525
|
+
/** Enabled */
|
|
3526
|
+
Enabled = "Enabled"
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
/**
|
|
3530
|
+
* Defines values for TopicSpacesConfigurationState. \
|
|
3531
|
+
* {@link KnownTopicSpacesConfigurationState} can be used interchangeably with TopicSpacesConfigurationState,
|
|
3532
|
+
* this enum contains the known values that the service supports.
|
|
3533
|
+
* ### Known values supported by the service
|
|
3534
|
+
* **Disabled** \
|
|
3535
|
+
* **Enabled**
|
|
3536
|
+
*/
|
|
3537
|
+
export type TopicSpacesConfigurationState = string;
|
|
3538
|
+
|
|
3539
|
+
/** Known values of {@link StaticRoutingEnrichmentType} that the service accepts. */
|
|
3540
|
+
export enum KnownStaticRoutingEnrichmentType {
|
|
3541
|
+
/** String */
|
|
3542
|
+
String = "String"
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3545
|
+
/**
|
|
3546
|
+
* Defines values for StaticRoutingEnrichmentType. \
|
|
3547
|
+
* {@link KnownStaticRoutingEnrichmentType} can be used interchangeably with StaticRoutingEnrichmentType,
|
|
3548
|
+
* this enum contains the known values that the service supports.
|
|
3549
|
+
* ### Known values supported by the service
|
|
3550
|
+
* **String**
|
|
3551
|
+
*/
|
|
3552
|
+
export type StaticRoutingEnrichmentType = string;
|
|
3553
|
+
|
|
3554
|
+
/** Known values of {@link AlternativeAuthenticationNameSource} that the service accepts. */
|
|
3555
|
+
export enum KnownAlternativeAuthenticationNameSource {
|
|
3556
|
+
/** ClientCertificateSubject */
|
|
3557
|
+
ClientCertificateSubject = "ClientCertificateSubject",
|
|
3558
|
+
/** ClientCertificateDns */
|
|
3559
|
+
ClientCertificateDns = "ClientCertificateDns",
|
|
3560
|
+
/** ClientCertificateUri */
|
|
3561
|
+
ClientCertificateUri = "ClientCertificateUri",
|
|
3562
|
+
/** ClientCertificateIp */
|
|
3563
|
+
ClientCertificateIp = "ClientCertificateIp",
|
|
3564
|
+
/** ClientCertificateEmail */
|
|
3565
|
+
ClientCertificateEmail = "ClientCertificateEmail"
|
|
3566
|
+
}
|
|
3567
|
+
|
|
3568
|
+
/**
|
|
3569
|
+
* Defines values for AlternativeAuthenticationNameSource. \
|
|
3570
|
+
* {@link KnownAlternativeAuthenticationNameSource} can be used interchangeably with AlternativeAuthenticationNameSource,
|
|
3571
|
+
* this enum contains the known values that the service supports.
|
|
3572
|
+
* ### Known values supported by the service
|
|
3573
|
+
* **ClientCertificateSubject** \
|
|
3574
|
+
* **ClientCertificateDns** \
|
|
3575
|
+
* **ClientCertificateUri** \
|
|
3576
|
+
* **ClientCertificateIp** \
|
|
3577
|
+
* **ClientCertificateEmail**
|
|
3578
|
+
*/
|
|
3579
|
+
export type AlternativeAuthenticationNameSource = string;
|
|
3580
|
+
|
|
3581
|
+
/** Known values of {@link RoutingIdentityType} that the service accepts. */
|
|
3582
|
+
export enum KnownRoutingIdentityType {
|
|
3583
|
+
/** None */
|
|
3584
|
+
None = "None",
|
|
3585
|
+
/** SystemAssigned */
|
|
3586
|
+
SystemAssigned = "SystemAssigned",
|
|
3587
|
+
/** UserAssigned */
|
|
3588
|
+
UserAssigned = "UserAssigned"
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3591
|
+
/**
|
|
3592
|
+
* Defines values for RoutingIdentityType. \
|
|
3593
|
+
* {@link KnownRoutingIdentityType} can be used interchangeably with RoutingIdentityType,
|
|
3594
|
+
* this enum contains the known values that the service supports.
|
|
3595
|
+
* ### Known values supported by the service
|
|
3596
|
+
* **None** \
|
|
3597
|
+
* **SystemAssigned** \
|
|
3598
|
+
* **UserAssigned**
|
|
3599
|
+
*/
|
|
3600
|
+
export type RoutingIdentityType = string;
|
|
3601
|
+
|
|
3602
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
3603
|
+
export enum KnownSkuName {
|
|
3604
|
+
/** Standard */
|
|
3605
|
+
Standard = "Standard"
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
/**
|
|
3609
|
+
* Defines values for SkuName. \
|
|
3610
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
3611
|
+
* this enum contains the known values that the service supports.
|
|
3612
|
+
* ### Known values supported by the service
|
|
3613
|
+
* **Standard**
|
|
3614
|
+
*/
|
|
3615
|
+
export type SkuName = string;
|
|
3616
|
+
|
|
3617
|
+
/** Known values of {@link NamespaceTopicProvisioningState} that the service accepts. */
|
|
3618
|
+
export enum KnownNamespaceTopicProvisioningState {
|
|
3619
|
+
/** Creating */
|
|
3620
|
+
Creating = "Creating",
|
|
3621
|
+
/** Updating */
|
|
3622
|
+
Updating = "Updating",
|
|
3623
|
+
/** Deleting */
|
|
3624
|
+
Deleting = "Deleting",
|
|
3625
|
+
/** Succeeded */
|
|
3626
|
+
Succeeded = "Succeeded",
|
|
3627
|
+
/** Canceled */
|
|
3628
|
+
Canceled = "Canceled",
|
|
3629
|
+
/** Failed */
|
|
3630
|
+
Failed = "Failed",
|
|
3631
|
+
/** Deleted */
|
|
3632
|
+
Deleted = "Deleted",
|
|
3633
|
+
/** DeleteFailed */
|
|
3634
|
+
DeleteFailed = "DeleteFailed",
|
|
3635
|
+
/** CreateFailed */
|
|
3636
|
+
CreateFailed = "CreateFailed",
|
|
3637
|
+
/** UpdatedFailed */
|
|
3638
|
+
UpdatedFailed = "UpdatedFailed"
|
|
3639
|
+
}
|
|
3640
|
+
|
|
3641
|
+
/**
|
|
3642
|
+
* Defines values for NamespaceTopicProvisioningState. \
|
|
3643
|
+
* {@link KnownNamespaceTopicProvisioningState} can be used interchangeably with NamespaceTopicProvisioningState,
|
|
3644
|
+
* this enum contains the known values that the service supports.
|
|
3645
|
+
* ### Known values supported by the service
|
|
3646
|
+
* **Creating** \
|
|
3647
|
+
* **Updating** \
|
|
3648
|
+
* **Deleting** \
|
|
3649
|
+
* **Succeeded** \
|
|
3650
|
+
* **Canceled** \
|
|
3651
|
+
* **Failed** \
|
|
3652
|
+
* **Deleted** \
|
|
3653
|
+
* **DeleteFailed** \
|
|
3654
|
+
* **CreateFailed** \
|
|
3655
|
+
* **UpdatedFailed**
|
|
3656
|
+
*/
|
|
3657
|
+
export type NamespaceTopicProvisioningState = string;
|
|
3658
|
+
|
|
3659
|
+
/** Known values of {@link PublisherType} that the service accepts. */
|
|
3660
|
+
export enum KnownPublisherType {
|
|
3661
|
+
/** Custom */
|
|
3662
|
+
Custom = "Custom"
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
/**
|
|
3666
|
+
* Defines values for PublisherType. \
|
|
3667
|
+
* {@link KnownPublisherType} can be used interchangeably with PublisherType,
|
|
3668
|
+
* this enum contains the known values that the service supports.
|
|
3669
|
+
* ### Known values supported by the service
|
|
3670
|
+
* **Custom**
|
|
3671
|
+
*/
|
|
3672
|
+
export type PublisherType = string;
|
|
3673
|
+
|
|
3674
|
+
/** Known values of {@link EventInputSchema} that the service accepts. */
|
|
3675
|
+
export enum KnownEventInputSchema {
|
|
3676
|
+
/** CloudEventSchemaV10 */
|
|
3677
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0"
|
|
3678
|
+
}
|
|
3679
|
+
|
|
3680
|
+
/**
|
|
3681
|
+
* Defines values for EventInputSchema. \
|
|
3682
|
+
* {@link KnownEventInputSchema} can be used interchangeably with EventInputSchema,
|
|
3683
|
+
* this enum contains the known values that the service supports.
|
|
3684
|
+
* ### Known values supported by the service
|
|
3685
|
+
* **CloudEventSchemaV1_0**
|
|
1980
3686
|
*/
|
|
1981
|
-
export type
|
|
3687
|
+
export type EventInputSchema = string;
|
|
1982
3688
|
|
|
1983
|
-
/** Known values of {@link
|
|
1984
|
-
export enum
|
|
3689
|
+
/** Known values of {@link PartnerConfigurationProvisioningState} that the service accepts. */
|
|
3690
|
+
export enum KnownPartnerConfigurationProvisioningState {
|
|
1985
3691
|
/** Creating */
|
|
1986
3692
|
Creating = "Creating",
|
|
1987
3693
|
/** Updating */
|
|
@@ -1997,8 +3703,8 @@ export enum KnownTopicProvisioningState {
|
|
|
1997
3703
|
}
|
|
1998
3704
|
|
|
1999
3705
|
/**
|
|
2000
|
-
* Defines values for
|
|
2001
|
-
* {@link
|
|
3706
|
+
* Defines values for PartnerConfigurationProvisioningState. \
|
|
3707
|
+
* {@link KnownPartnerConfigurationProvisioningState} can be used interchangeably with PartnerConfigurationProvisioningState,
|
|
2002
3708
|
* this enum contains the known values that the service supports.
|
|
2003
3709
|
* ### Known values supported by the service
|
|
2004
3710
|
* **Creating** \
|
|
@@ -2008,10 +3714,10 @@ export enum KnownTopicProvisioningState {
|
|
|
2008
3714
|
* **Canceled** \
|
|
2009
3715
|
* **Failed**
|
|
2010
3716
|
*/
|
|
2011
|
-
export type
|
|
3717
|
+
export type PartnerConfigurationProvisioningState = string;
|
|
2012
3718
|
|
|
2013
|
-
/** Known values of {@link
|
|
2014
|
-
export enum
|
|
3719
|
+
/** Known values of {@link PartnerDestinationProvisioningState} that the service accepts. */
|
|
3720
|
+
export enum KnownPartnerDestinationProvisioningState {
|
|
2015
3721
|
/** Creating */
|
|
2016
3722
|
Creating = "Creating",
|
|
2017
3723
|
/** Updating */
|
|
@@ -2023,12 +3729,14 @@ export enum KnownPartnerConfigurationProvisioningState {
|
|
|
2023
3729
|
/** Canceled */
|
|
2024
3730
|
Canceled = "Canceled",
|
|
2025
3731
|
/** Failed */
|
|
2026
|
-
Failed = "Failed"
|
|
3732
|
+
Failed = "Failed",
|
|
3733
|
+
/** IdleDueToMirroredChannelResourceDeletion */
|
|
3734
|
+
IdleDueToMirroredChannelResourceDeletion = "IdleDueToMirroredChannelResourceDeletion"
|
|
2027
3735
|
}
|
|
2028
3736
|
|
|
2029
3737
|
/**
|
|
2030
|
-
* Defines values for
|
|
2031
|
-
* {@link
|
|
3738
|
+
* Defines values for PartnerDestinationProvisioningState. \
|
|
3739
|
+
* {@link KnownPartnerDestinationProvisioningState} can be used interchangeably with PartnerDestinationProvisioningState,
|
|
2032
3740
|
* this enum contains the known values that the service supports.
|
|
2033
3741
|
* ### Known values supported by the service
|
|
2034
3742
|
* **Creating** \
|
|
@@ -2036,9 +3744,28 @@ export enum KnownPartnerConfigurationProvisioningState {
|
|
|
2036
3744
|
* **Deleting** \
|
|
2037
3745
|
* **Succeeded** \
|
|
2038
3746
|
* **Canceled** \
|
|
2039
|
-
* **Failed**
|
|
3747
|
+
* **Failed** \
|
|
3748
|
+
* **IdleDueToMirroredChannelResourceDeletion**
|
|
2040
3749
|
*/
|
|
2041
|
-
export type
|
|
3750
|
+
export type PartnerDestinationProvisioningState = string;
|
|
3751
|
+
|
|
3752
|
+
/** Known values of {@link PartnerDestinationActivationState} that the service accepts. */
|
|
3753
|
+
export enum KnownPartnerDestinationActivationState {
|
|
3754
|
+
/** NeverActivated */
|
|
3755
|
+
NeverActivated = "NeverActivated",
|
|
3756
|
+
/** Activated */
|
|
3757
|
+
Activated = "Activated"
|
|
3758
|
+
}
|
|
3759
|
+
|
|
3760
|
+
/**
|
|
3761
|
+
* Defines values for PartnerDestinationActivationState. \
|
|
3762
|
+
* {@link KnownPartnerDestinationActivationState} can be used interchangeably with PartnerDestinationActivationState,
|
|
3763
|
+
* this enum contains the known values that the service supports.
|
|
3764
|
+
* ### Known values supported by the service
|
|
3765
|
+
* **NeverActivated** \
|
|
3766
|
+
* **Activated**
|
|
3767
|
+
*/
|
|
3768
|
+
export type PartnerDestinationActivationState = string;
|
|
2042
3769
|
|
|
2043
3770
|
/** Known values of {@link PartnerNamespaceProvisioningState} that the service accepts. */
|
|
2044
3771
|
export enum KnownPartnerNamespaceProvisioningState {
|
|
@@ -2172,6 +3899,57 @@ export enum KnownPartnerTopicActivationState {
|
|
|
2172
3899
|
*/
|
|
2173
3900
|
export type PartnerTopicActivationState = string;
|
|
2174
3901
|
|
|
3902
|
+
/** Known values of {@link PermissionType} that the service accepts. */
|
|
3903
|
+
export enum KnownPermissionType {
|
|
3904
|
+
/** Publisher */
|
|
3905
|
+
Publisher = "Publisher",
|
|
3906
|
+
/** Subscriber */
|
|
3907
|
+
Subscriber = "Subscriber"
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
/**
|
|
3911
|
+
* Defines values for PermissionType. \
|
|
3912
|
+
* {@link KnownPermissionType} can be used interchangeably with PermissionType,
|
|
3913
|
+
* this enum contains the known values that the service supports.
|
|
3914
|
+
* ### Known values supported by the service
|
|
3915
|
+
* **Publisher** \
|
|
3916
|
+
* **Subscriber**
|
|
3917
|
+
*/
|
|
3918
|
+
export type PermissionType = string;
|
|
3919
|
+
|
|
3920
|
+
/** Known values of {@link PermissionBindingProvisioningState} that the service accepts. */
|
|
3921
|
+
export enum KnownPermissionBindingProvisioningState {
|
|
3922
|
+
/** Creating */
|
|
3923
|
+
Creating = "Creating",
|
|
3924
|
+
/** Updating */
|
|
3925
|
+
Updating = "Updating",
|
|
3926
|
+
/** Deleting */
|
|
3927
|
+
Deleting = "Deleting",
|
|
3928
|
+
/** Succeeded */
|
|
3929
|
+
Succeeded = "Succeeded",
|
|
3930
|
+
/** Canceled */
|
|
3931
|
+
Canceled = "Canceled",
|
|
3932
|
+
/** Failed */
|
|
3933
|
+
Failed = "Failed",
|
|
3934
|
+
/** Deleted */
|
|
3935
|
+
Deleted = "Deleted"
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
/**
|
|
3939
|
+
* Defines values for PermissionBindingProvisioningState. \
|
|
3940
|
+
* {@link KnownPermissionBindingProvisioningState} can be used interchangeably with PermissionBindingProvisioningState,
|
|
3941
|
+
* this enum contains the known values that the service supports.
|
|
3942
|
+
* ### Known values supported by the service
|
|
3943
|
+
* **Creating** \
|
|
3944
|
+
* **Updating** \
|
|
3945
|
+
* **Deleting** \
|
|
3946
|
+
* **Succeeded** \
|
|
3947
|
+
* **Canceled** \
|
|
3948
|
+
* **Failed** \
|
|
3949
|
+
* **Deleted**
|
|
3950
|
+
*/
|
|
3951
|
+
export type PermissionBindingProvisioningState = string;
|
|
3952
|
+
|
|
2175
3953
|
/** Known values of {@link PrivateEndpointConnectionsParentType} that the service accepts. */
|
|
2176
3954
|
export enum KnownPrivateEndpointConnectionsParentType {
|
|
2177
3955
|
/** Topics */
|
|
@@ -2179,7 +3957,9 @@ export enum KnownPrivateEndpointConnectionsParentType {
|
|
|
2179
3957
|
/** Domains */
|
|
2180
3958
|
Domains = "domains",
|
|
2181
3959
|
/** PartnerNamespaces */
|
|
2182
|
-
PartnerNamespaces = "partnerNamespaces"
|
|
3960
|
+
PartnerNamespaces = "partnerNamespaces",
|
|
3961
|
+
/** Namespaces */
|
|
3962
|
+
Namespaces = "namespaces"
|
|
2183
3963
|
}
|
|
2184
3964
|
|
|
2185
3965
|
/**
|
|
@@ -2189,10 +3969,92 @@ export enum KnownPrivateEndpointConnectionsParentType {
|
|
|
2189
3969
|
* ### Known values supported by the service
|
|
2190
3970
|
* **topics** \
|
|
2191
3971
|
* **domains** \
|
|
2192
|
-
* **partnerNamespaces**
|
|
3972
|
+
* **partnerNamespaces** \
|
|
3973
|
+
* **namespaces**
|
|
2193
3974
|
*/
|
|
2194
3975
|
export type PrivateEndpointConnectionsParentType = string;
|
|
2195
3976
|
|
|
3977
|
+
/** Known values of {@link TopicProvisioningState} that the service accepts. */
|
|
3978
|
+
export enum KnownTopicProvisioningState {
|
|
3979
|
+
/** Creating */
|
|
3980
|
+
Creating = "Creating",
|
|
3981
|
+
/** Updating */
|
|
3982
|
+
Updating = "Updating",
|
|
3983
|
+
/** Deleting */
|
|
3984
|
+
Deleting = "Deleting",
|
|
3985
|
+
/** Succeeded */
|
|
3986
|
+
Succeeded = "Succeeded",
|
|
3987
|
+
/** Canceled */
|
|
3988
|
+
Canceled = "Canceled",
|
|
3989
|
+
/** Failed */
|
|
3990
|
+
Failed = "Failed"
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
|
+
/**
|
|
3994
|
+
* Defines values for TopicProvisioningState. \
|
|
3995
|
+
* {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,
|
|
3996
|
+
* this enum contains the known values that the service supports.
|
|
3997
|
+
* ### Known values supported by the service
|
|
3998
|
+
* **Creating** \
|
|
3999
|
+
* **Updating** \
|
|
4000
|
+
* **Deleting** \
|
|
4001
|
+
* **Succeeded** \
|
|
4002
|
+
* **Canceled** \
|
|
4003
|
+
* **Failed**
|
|
4004
|
+
*/
|
|
4005
|
+
export type TopicProvisioningState = string;
|
|
4006
|
+
|
|
4007
|
+
/** Known values of {@link ResourceKind} that the service accepts. */
|
|
4008
|
+
export enum KnownResourceKind {
|
|
4009
|
+
/** Azure */
|
|
4010
|
+
Azure = "Azure",
|
|
4011
|
+
/** AzureArc */
|
|
4012
|
+
AzureArc = "AzureArc"
|
|
4013
|
+
}
|
|
4014
|
+
|
|
4015
|
+
/**
|
|
4016
|
+
* Defines values for ResourceKind. \
|
|
4017
|
+
* {@link KnownResourceKind} can be used interchangeably with ResourceKind,
|
|
4018
|
+
* this enum contains the known values that the service supports.
|
|
4019
|
+
* ### Known values supported by the service
|
|
4020
|
+
* **Azure** \
|
|
4021
|
+
* **AzureArc**
|
|
4022
|
+
*/
|
|
4023
|
+
export type ResourceKind = string;
|
|
4024
|
+
|
|
4025
|
+
/** Known values of {@link TopicSpaceProvisioningState} that the service accepts. */
|
|
4026
|
+
export enum KnownTopicSpaceProvisioningState {
|
|
4027
|
+
/** Creating */
|
|
4028
|
+
Creating = "Creating",
|
|
4029
|
+
/** Updating */
|
|
4030
|
+
Updating = "Updating",
|
|
4031
|
+
/** Deleting */
|
|
4032
|
+
Deleting = "Deleting",
|
|
4033
|
+
/** Succeeded */
|
|
4034
|
+
Succeeded = "Succeeded",
|
|
4035
|
+
/** Canceled */
|
|
4036
|
+
Canceled = "Canceled",
|
|
4037
|
+
/** Failed */
|
|
4038
|
+
Failed = "Failed",
|
|
4039
|
+
/** Deleted */
|
|
4040
|
+
Deleted = "Deleted"
|
|
4041
|
+
}
|
|
4042
|
+
|
|
4043
|
+
/**
|
|
4044
|
+
* Defines values for TopicSpaceProvisioningState. \
|
|
4045
|
+
* {@link KnownTopicSpaceProvisioningState} can be used interchangeably with TopicSpaceProvisioningState,
|
|
4046
|
+
* this enum contains the known values that the service supports.
|
|
4047
|
+
* ### Known values supported by the service
|
|
4048
|
+
* **Creating** \
|
|
4049
|
+
* **Updating** \
|
|
4050
|
+
* **Deleting** \
|
|
4051
|
+
* **Succeeded** \
|
|
4052
|
+
* **Canceled** \
|
|
4053
|
+
* **Failed** \
|
|
4054
|
+
* **Deleted**
|
|
4055
|
+
*/
|
|
4056
|
+
export type TopicSpaceProvisioningState = string;
|
|
4057
|
+
|
|
2196
4058
|
/** Known values of {@link ResourceRegionType} that the service accepts. */
|
|
2197
4059
|
export enum KnownResourceRegionType {
|
|
2198
4060
|
/** RegionalResource */
|
|
@@ -2295,6 +4157,68 @@ export enum KnownVerifiedPartnerProvisioningState {
|
|
|
2295
4157
|
*/
|
|
2296
4158
|
export type VerifiedPartnerProvisioningState = string;
|
|
2297
4159
|
|
|
4160
|
+
/** Known values of {@link PartnerClientAuthenticationType} that the service accepts. */
|
|
4161
|
+
export enum KnownPartnerClientAuthenticationType {
|
|
4162
|
+
/** AzureAD */
|
|
4163
|
+
AzureAD = "AzureAD"
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4166
|
+
/**
|
|
4167
|
+
* Defines values for PartnerClientAuthenticationType. \
|
|
4168
|
+
* {@link KnownPartnerClientAuthenticationType} can be used interchangeably with PartnerClientAuthenticationType,
|
|
4169
|
+
* this enum contains the known values that the service supports.
|
|
4170
|
+
* ### Known values supported by the service
|
|
4171
|
+
* **AzureAD**
|
|
4172
|
+
*/
|
|
4173
|
+
export type PartnerClientAuthenticationType = string;
|
|
4174
|
+
|
|
4175
|
+
/** Optional parameters. */
|
|
4176
|
+
export interface CaCertificatesGetOptionalParams
|
|
4177
|
+
extends coreClient.OperationOptions {}
|
|
4178
|
+
|
|
4179
|
+
/** Contains response data for the get operation. */
|
|
4180
|
+
export type CaCertificatesGetResponse = CaCertificate;
|
|
4181
|
+
|
|
4182
|
+
/** Optional parameters. */
|
|
4183
|
+
export interface CaCertificatesCreateOrUpdateOptionalParams
|
|
4184
|
+
extends coreClient.OperationOptions {
|
|
4185
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4186
|
+
updateIntervalInMs?: number;
|
|
4187
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4188
|
+
resumeFrom?: string;
|
|
4189
|
+
}
|
|
4190
|
+
|
|
4191
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4192
|
+
export type CaCertificatesCreateOrUpdateResponse = CaCertificate;
|
|
4193
|
+
|
|
4194
|
+
/** Optional parameters. */
|
|
4195
|
+
export interface CaCertificatesDeleteOptionalParams
|
|
4196
|
+
extends coreClient.OperationOptions {
|
|
4197
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4198
|
+
updateIntervalInMs?: number;
|
|
4199
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4200
|
+
resumeFrom?: string;
|
|
4201
|
+
}
|
|
4202
|
+
|
|
4203
|
+
/** Optional parameters. */
|
|
4204
|
+
export interface CaCertificatesListByNamespaceOptionalParams
|
|
4205
|
+
extends coreClient.OperationOptions {
|
|
4206
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
4207
|
+
filter?: string;
|
|
4208
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
4209
|
+
top?: number;
|
|
4210
|
+
}
|
|
4211
|
+
|
|
4212
|
+
/** Contains response data for the listByNamespace operation. */
|
|
4213
|
+
export type CaCertificatesListByNamespaceResponse = CaCertificatesListResult;
|
|
4214
|
+
|
|
4215
|
+
/** Optional parameters. */
|
|
4216
|
+
export interface CaCertificatesListByNamespaceNextOptionalParams
|
|
4217
|
+
extends coreClient.OperationOptions {}
|
|
4218
|
+
|
|
4219
|
+
/** Contains response data for the listByNamespaceNext operation. */
|
|
4220
|
+
export type CaCertificatesListByNamespaceNextResponse = CaCertificatesListResult;
|
|
4221
|
+
|
|
2298
4222
|
/** Optional parameters. */
|
|
2299
4223
|
export interface ChannelsGetOptionalParams
|
|
2300
4224
|
extends coreClient.OperationOptions {}
|
|
@@ -2323,7 +4247,107 @@ export interface ChannelsUpdateOptionalParams
|
|
|
2323
4247
|
extends coreClient.OperationOptions {}
|
|
2324
4248
|
|
|
2325
4249
|
/** Optional parameters. */
|
|
2326
|
-
export interface ChannelsListByPartnerNamespaceOptionalParams
|
|
4250
|
+
export interface ChannelsListByPartnerNamespaceOptionalParams
|
|
4251
|
+
extends coreClient.OperationOptions {
|
|
4252
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
4253
|
+
filter?: string;
|
|
4254
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
4255
|
+
top?: number;
|
|
4256
|
+
}
|
|
4257
|
+
|
|
4258
|
+
/** Contains response data for the listByPartnerNamespace operation. */
|
|
4259
|
+
export type ChannelsListByPartnerNamespaceResponse = ChannelsListResult;
|
|
4260
|
+
|
|
4261
|
+
/** Optional parameters. */
|
|
4262
|
+
export interface ChannelsGetFullUrlOptionalParams
|
|
4263
|
+
extends coreClient.OperationOptions {}
|
|
4264
|
+
|
|
4265
|
+
/** Contains response data for the getFullUrl operation. */
|
|
4266
|
+
export type ChannelsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
4267
|
+
|
|
4268
|
+
/** Optional parameters. */
|
|
4269
|
+
export interface ChannelsListByPartnerNamespaceNextOptionalParams
|
|
4270
|
+
extends coreClient.OperationOptions {}
|
|
4271
|
+
|
|
4272
|
+
/** Contains response data for the listByPartnerNamespaceNext operation. */
|
|
4273
|
+
export type ChannelsListByPartnerNamespaceNextResponse = ChannelsListResult;
|
|
4274
|
+
|
|
4275
|
+
/** Optional parameters. */
|
|
4276
|
+
export interface ClientGroupsGetOptionalParams
|
|
4277
|
+
extends coreClient.OperationOptions {}
|
|
4278
|
+
|
|
4279
|
+
/** Contains response data for the get operation. */
|
|
4280
|
+
export type ClientGroupsGetResponse = ClientGroup;
|
|
4281
|
+
|
|
4282
|
+
/** Optional parameters. */
|
|
4283
|
+
export interface ClientGroupsCreateOrUpdateOptionalParams
|
|
4284
|
+
extends coreClient.OperationOptions {
|
|
4285
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4286
|
+
updateIntervalInMs?: number;
|
|
4287
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4288
|
+
resumeFrom?: string;
|
|
4289
|
+
}
|
|
4290
|
+
|
|
4291
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4292
|
+
export type ClientGroupsCreateOrUpdateResponse = ClientGroup;
|
|
4293
|
+
|
|
4294
|
+
/** Optional parameters. */
|
|
4295
|
+
export interface ClientGroupsDeleteOptionalParams
|
|
4296
|
+
extends coreClient.OperationOptions {
|
|
4297
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4298
|
+
updateIntervalInMs?: number;
|
|
4299
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4300
|
+
resumeFrom?: string;
|
|
4301
|
+
}
|
|
4302
|
+
|
|
4303
|
+
/** Optional parameters. */
|
|
4304
|
+
export interface ClientGroupsListByNamespaceOptionalParams
|
|
4305
|
+
extends coreClient.OperationOptions {
|
|
4306
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
4307
|
+
filter?: string;
|
|
4308
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
4309
|
+
top?: number;
|
|
4310
|
+
}
|
|
4311
|
+
|
|
4312
|
+
/** Contains response data for the listByNamespace operation. */
|
|
4313
|
+
export type ClientGroupsListByNamespaceResponse = ClientGroupsListResult;
|
|
4314
|
+
|
|
4315
|
+
/** Optional parameters. */
|
|
4316
|
+
export interface ClientGroupsListByNamespaceNextOptionalParams
|
|
4317
|
+
extends coreClient.OperationOptions {}
|
|
4318
|
+
|
|
4319
|
+
/** Contains response data for the listByNamespaceNext operation. */
|
|
4320
|
+
export type ClientGroupsListByNamespaceNextResponse = ClientGroupsListResult;
|
|
4321
|
+
|
|
4322
|
+
/** Optional parameters. */
|
|
4323
|
+
export interface ClientsGetOptionalParams extends coreClient.OperationOptions {}
|
|
4324
|
+
|
|
4325
|
+
/** Contains response data for the get operation. */
|
|
4326
|
+
export type ClientsGetResponse = Client;
|
|
4327
|
+
|
|
4328
|
+
/** Optional parameters. */
|
|
4329
|
+
export interface ClientsCreateOrUpdateOptionalParams
|
|
4330
|
+
extends coreClient.OperationOptions {
|
|
4331
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4332
|
+
updateIntervalInMs?: number;
|
|
4333
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4334
|
+
resumeFrom?: string;
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4337
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4338
|
+
export type ClientsCreateOrUpdateResponse = Client;
|
|
4339
|
+
|
|
4340
|
+
/** Optional parameters. */
|
|
4341
|
+
export interface ClientsDeleteOptionalParams
|
|
4342
|
+
extends coreClient.OperationOptions {
|
|
4343
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4344
|
+
updateIntervalInMs?: number;
|
|
4345
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4346
|
+
resumeFrom?: string;
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
/** Optional parameters. */
|
|
4350
|
+
export interface ClientsListByNamespaceOptionalParams
|
|
2327
4351
|
extends coreClient.OperationOptions {
|
|
2328
4352
|
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2329
4353
|
filter?: string;
|
|
@@ -2331,22 +4355,15 @@ export interface ChannelsListByPartnerNamespaceOptionalParams
|
|
|
2331
4355
|
top?: number;
|
|
2332
4356
|
}
|
|
2333
4357
|
|
|
2334
|
-
/** Contains response data for the
|
|
2335
|
-
export type
|
|
2336
|
-
|
|
2337
|
-
/** Optional parameters. */
|
|
2338
|
-
export interface ChannelsGetFullUrlOptionalParams
|
|
2339
|
-
extends coreClient.OperationOptions {}
|
|
2340
|
-
|
|
2341
|
-
/** Contains response data for the getFullUrl operation. */
|
|
2342
|
-
export type ChannelsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
4358
|
+
/** Contains response data for the listByNamespace operation. */
|
|
4359
|
+
export type ClientsListByNamespaceResponse = ClientsListResult;
|
|
2343
4360
|
|
|
2344
4361
|
/** Optional parameters. */
|
|
2345
|
-
export interface
|
|
4362
|
+
export interface ClientsListByNamespaceNextOptionalParams
|
|
2346
4363
|
extends coreClient.OperationOptions {}
|
|
2347
4364
|
|
|
2348
|
-
/** Contains response data for the
|
|
2349
|
-
export type
|
|
4365
|
+
/** Contains response data for the listByNamespaceNext operation. */
|
|
4366
|
+
export type ClientsListByNamespaceNextResponse = ClientsListResult;
|
|
2350
4367
|
|
|
2351
4368
|
/** Optional parameters. */
|
|
2352
4369
|
export interface DomainsGetOptionalParams extends coreClient.OperationOptions {}
|
|
@@ -2483,6 +4500,79 @@ export interface DomainTopicsListByDomainNextOptionalParams
|
|
|
2483
4500
|
/** Contains response data for the listByDomainNext operation. */
|
|
2484
4501
|
export type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
|
|
2485
4502
|
|
|
4503
|
+
/** Optional parameters. */
|
|
4504
|
+
export interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
4505
|
+
extends coreClient.OperationOptions {}
|
|
4506
|
+
|
|
4507
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4508
|
+
export type DomainTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4509
|
+
|
|
4510
|
+
/** Optional parameters. */
|
|
4511
|
+
export interface DomainTopicEventSubscriptionsGetOptionalParams
|
|
4512
|
+
extends coreClient.OperationOptions {}
|
|
4513
|
+
|
|
4514
|
+
/** Contains response data for the get operation. */
|
|
4515
|
+
export type DomainTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
4516
|
+
|
|
4517
|
+
/** Optional parameters. */
|
|
4518
|
+
export interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
4519
|
+
extends coreClient.OperationOptions {
|
|
4520
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4521
|
+
updateIntervalInMs?: number;
|
|
4522
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4523
|
+
resumeFrom?: string;
|
|
4524
|
+
}
|
|
4525
|
+
|
|
4526
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
4527
|
+
export type DomainTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
4528
|
+
|
|
4529
|
+
/** Optional parameters. */
|
|
4530
|
+
export interface DomainTopicEventSubscriptionsDeleteOptionalParams
|
|
4531
|
+
extends coreClient.OperationOptions {
|
|
4532
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4533
|
+
updateIntervalInMs?: number;
|
|
4534
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4535
|
+
resumeFrom?: string;
|
|
4536
|
+
}
|
|
4537
|
+
|
|
4538
|
+
/** Optional parameters. */
|
|
4539
|
+
export interface DomainTopicEventSubscriptionsUpdateOptionalParams
|
|
4540
|
+
extends coreClient.OperationOptions {
|
|
4541
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
4542
|
+
updateIntervalInMs?: number;
|
|
4543
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4544
|
+
resumeFrom?: string;
|
|
4545
|
+
}
|
|
4546
|
+
|
|
4547
|
+
/** Contains response data for the update operation. */
|
|
4548
|
+
export type DomainTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
4549
|
+
|
|
4550
|
+
/** Optional parameters. */
|
|
4551
|
+
export interface DomainTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
4552
|
+
extends coreClient.OperationOptions {}
|
|
4553
|
+
|
|
4554
|
+
/** Contains response data for the getFullUrl operation. */
|
|
4555
|
+
export type DomainTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
4556
|
+
|
|
4557
|
+
/** Optional parameters. */
|
|
4558
|
+
export interface DomainTopicEventSubscriptionsListOptionalParams
|
|
4559
|
+
extends coreClient.OperationOptions {
|
|
4560
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
4561
|
+
filter?: string;
|
|
4562
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
4563
|
+
top?: number;
|
|
4564
|
+
}
|
|
4565
|
+
|
|
4566
|
+
/** Contains response data for the list operation. */
|
|
4567
|
+
export type DomainTopicEventSubscriptionsListResponse = EventSubscriptionsListResult;
|
|
4568
|
+
|
|
4569
|
+
/** Optional parameters. */
|
|
4570
|
+
export interface DomainTopicEventSubscriptionsListNextOptionalParams
|
|
4571
|
+
extends coreClient.OperationOptions {}
|
|
4572
|
+
|
|
4573
|
+
/** Contains response data for the listNext operation. */
|
|
4574
|
+
export type DomainTopicEventSubscriptionsListNextResponse = EventSubscriptionsListResult;
|
|
4575
|
+
|
|
2486
4576
|
/** Optional parameters. */
|
|
2487
4577
|
export interface TopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
2488
4578
|
extends coreClient.OperationOptions {}
|
|
@@ -2629,6 +4719,13 @@ export interface DomainEventSubscriptionsListNextOptionalParams
|
|
|
2629
4719
|
/** Contains response data for the listNext operation. */
|
|
2630
4720
|
export type DomainEventSubscriptionsListNextResponse = EventSubscriptionsListResult;
|
|
2631
4721
|
|
|
4722
|
+
/** Optional parameters. */
|
|
4723
|
+
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
4724
|
+
extends coreClient.OperationOptions {}
|
|
4725
|
+
|
|
4726
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4727
|
+
export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4728
|
+
|
|
2632
4729
|
/** Optional parameters. */
|
|
2633
4730
|
export interface EventSubscriptionsGetOptionalParams
|
|
2634
4731
|
extends coreClient.OperationOptions {}
|
|
@@ -2796,13 +4893,6 @@ export interface EventSubscriptionsListByDomainTopicOptionalParams
|
|
|
2796
4893
|
/** Contains response data for the listByDomainTopic operation. */
|
|
2797
4894
|
export type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
|
|
2798
4895
|
|
|
2799
|
-
/** Optional parameters. */
|
|
2800
|
-
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
2801
|
-
extends coreClient.OperationOptions {}
|
|
2802
|
-
|
|
2803
|
-
/** Contains response data for the getDeliveryAttributes operation. */
|
|
2804
|
-
export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
2805
|
-
|
|
2806
4896
|
/** Optional parameters. */
|
|
2807
4897
|
export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams
|
|
2808
4898
|
extends coreClient.OperationOptions {}
|
|
@@ -2874,14 +4964,21 @@ export interface EventSubscriptionsListByDomainTopicNextOptionalParams
|
|
|
2874
4964
|
export type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
|
|
2875
4965
|
|
|
2876
4966
|
/** Optional parameters. */
|
|
2877
|
-
export interface
|
|
4967
|
+
export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
4968
|
+
extends coreClient.OperationOptions {}
|
|
4969
|
+
|
|
4970
|
+
/** Contains response data for the getDeliveryAttributes operation. */
|
|
4971
|
+
export type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
4972
|
+
|
|
4973
|
+
/** Optional parameters. */
|
|
4974
|
+
export interface SystemTopicEventSubscriptionsGetOptionalParams
|
|
2878
4975
|
extends coreClient.OperationOptions {}
|
|
2879
4976
|
|
|
2880
4977
|
/** Contains response data for the get operation. */
|
|
2881
|
-
export type
|
|
4978
|
+
export type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
2882
4979
|
|
|
2883
4980
|
/** Optional parameters. */
|
|
2884
|
-
export interface
|
|
4981
|
+
export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
2885
4982
|
extends coreClient.OperationOptions {
|
|
2886
4983
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2887
4984
|
updateIntervalInMs?: number;
|
|
@@ -2890,10 +4987,10 @@ export interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
|
2890
4987
|
}
|
|
2891
4988
|
|
|
2892
4989
|
/** Contains response data for the createOrUpdate operation. */
|
|
2893
|
-
export type
|
|
4990
|
+
export type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2894
4991
|
|
|
2895
4992
|
/** Optional parameters. */
|
|
2896
|
-
export interface
|
|
4993
|
+
export interface SystemTopicEventSubscriptionsDeleteOptionalParams
|
|
2897
4994
|
extends coreClient.OperationOptions {
|
|
2898
4995
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2899
4996
|
updateIntervalInMs?: number;
|
|
@@ -2902,7 +4999,7 @@ export interface DomainTopicEventSubscriptionsDeleteOptionalParams
|
|
|
2902
4999
|
}
|
|
2903
5000
|
|
|
2904
5001
|
/** Optional parameters. */
|
|
2905
|
-
export interface
|
|
5002
|
+
export interface SystemTopicEventSubscriptionsUpdateOptionalParams
|
|
2906
5003
|
extends coreClient.OperationOptions {
|
|
2907
5004
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2908
5005
|
updateIntervalInMs?: number;
|
|
@@ -2911,17 +5008,17 @@ export interface DomainTopicEventSubscriptionsUpdateOptionalParams
|
|
|
2911
5008
|
}
|
|
2912
5009
|
|
|
2913
5010
|
/** Contains response data for the update operation. */
|
|
2914
|
-
export type
|
|
5011
|
+
export type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
2915
5012
|
|
|
2916
5013
|
/** Optional parameters. */
|
|
2917
|
-
export interface
|
|
5014
|
+
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
2918
5015
|
extends coreClient.OperationOptions {}
|
|
2919
5016
|
|
|
2920
5017
|
/** Contains response data for the getFullUrl operation. */
|
|
2921
|
-
export type
|
|
5018
|
+
export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
2922
5019
|
|
|
2923
5020
|
/** Optional parameters. */
|
|
2924
|
-
export interface
|
|
5021
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams
|
|
2925
5022
|
extends coreClient.OperationOptions {
|
|
2926
5023
|
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
2927
5024
|
filter?: string;
|
|
@@ -2929,32 +5026,25 @@ export interface DomainTopicEventSubscriptionsListOptionalParams
|
|
|
2929
5026
|
top?: number;
|
|
2930
5027
|
}
|
|
2931
5028
|
|
|
2932
|
-
/** Contains response data for the
|
|
2933
|
-
export type
|
|
2934
|
-
|
|
2935
|
-
/** Optional parameters. */
|
|
2936
|
-
export interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
2937
|
-
extends coreClient.OperationOptions {}
|
|
2938
|
-
|
|
2939
|
-
/** Contains response data for the getDeliveryAttributes operation. */
|
|
2940
|
-
export type DomainTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
5029
|
+
/** Contains response data for the listBySystemTopic operation. */
|
|
5030
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
|
|
2941
5031
|
|
|
2942
5032
|
/** Optional parameters. */
|
|
2943
|
-
export interface
|
|
5033
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams
|
|
2944
5034
|
extends coreClient.OperationOptions {}
|
|
2945
5035
|
|
|
2946
|
-
/** Contains response data for the
|
|
2947
|
-
export type
|
|
5036
|
+
/** Contains response data for the listBySystemTopicNext operation. */
|
|
5037
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
|
|
2948
5038
|
|
|
2949
5039
|
/** Optional parameters. */
|
|
2950
|
-
export interface
|
|
5040
|
+
export interface NamespaceTopicEventSubscriptionsGetOptionalParams
|
|
2951
5041
|
extends coreClient.OperationOptions {}
|
|
2952
5042
|
|
|
2953
5043
|
/** Contains response data for the get operation. */
|
|
2954
|
-
export type
|
|
5044
|
+
export type NamespaceTopicEventSubscriptionsGetResponse = Subscription;
|
|
2955
5045
|
|
|
2956
5046
|
/** Optional parameters. */
|
|
2957
|
-
export interface
|
|
5047
|
+
export interface NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
2958
5048
|
extends coreClient.OperationOptions {
|
|
2959
5049
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2960
5050
|
updateIntervalInMs?: number;
|
|
@@ -2963,10 +5053,10 @@ export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
|
2963
5053
|
}
|
|
2964
5054
|
|
|
2965
5055
|
/** Contains response data for the createOrUpdate operation. */
|
|
2966
|
-
export type
|
|
5056
|
+
export type NamespaceTopicEventSubscriptionsCreateOrUpdateResponse = Subscription;
|
|
2967
5057
|
|
|
2968
5058
|
/** Optional parameters. */
|
|
2969
|
-
export interface
|
|
5059
|
+
export interface NamespaceTopicEventSubscriptionsDeleteOptionalParams
|
|
2970
5060
|
extends coreClient.OperationOptions {
|
|
2971
5061
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2972
5062
|
updateIntervalInMs?: number;
|
|
@@ -2975,7 +5065,7 @@ export interface SystemTopicEventSubscriptionsDeleteOptionalParams
|
|
|
2975
5065
|
}
|
|
2976
5066
|
|
|
2977
5067
|
/** Optional parameters. */
|
|
2978
|
-
export interface
|
|
5068
|
+
export interface NamespaceTopicEventSubscriptionsUpdateOptionalParams
|
|
2979
5069
|
extends coreClient.OperationOptions {
|
|
2980
5070
|
/** Delay to wait until next poll, in milliseconds. */
|
|
2981
5071
|
updateIntervalInMs?: number;
|
|
@@ -2984,17 +5074,10 @@ export interface SystemTopicEventSubscriptionsUpdateOptionalParams
|
|
|
2984
5074
|
}
|
|
2985
5075
|
|
|
2986
5076
|
/** Contains response data for the update operation. */
|
|
2987
|
-
export type
|
|
2988
|
-
|
|
2989
|
-
/** Optional parameters. */
|
|
2990
|
-
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
2991
|
-
extends coreClient.OperationOptions {}
|
|
2992
|
-
|
|
2993
|
-
/** Contains response data for the getFullUrl operation. */
|
|
2994
|
-
export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
5077
|
+
export type NamespaceTopicEventSubscriptionsUpdateResponse = Subscription;
|
|
2995
5078
|
|
|
2996
5079
|
/** Optional parameters. */
|
|
2997
|
-
export interface
|
|
5080
|
+
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams
|
|
2998
5081
|
extends coreClient.OperationOptions {
|
|
2999
5082
|
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
3000
5083
|
filter?: string;
|
|
@@ -3002,22 +5085,15 @@ export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams
|
|
|
3002
5085
|
top?: number;
|
|
3003
5086
|
}
|
|
3004
5087
|
|
|
3005
|
-
/** Contains response data for the
|
|
3006
|
-
export type
|
|
3007
|
-
|
|
3008
|
-
/** Optional parameters. */
|
|
3009
|
-
export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
3010
|
-
extends coreClient.OperationOptions {}
|
|
3011
|
-
|
|
3012
|
-
/** Contains response data for the getDeliveryAttributes operation. */
|
|
3013
|
-
export type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
5088
|
+
/** Contains response data for the listByNamespaceTopic operation. */
|
|
5089
|
+
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicResponse = SubscriptionsListResult;
|
|
3014
5090
|
|
|
3015
5091
|
/** Optional parameters. */
|
|
3016
|
-
export interface
|
|
5092
|
+
export interface NamespaceTopicEventSubscriptionsListByNamespaceTopicNextOptionalParams
|
|
3017
5093
|
extends coreClient.OperationOptions {}
|
|
3018
5094
|
|
|
3019
|
-
/** Contains response data for the
|
|
3020
|
-
export type
|
|
5095
|
+
/** Contains response data for the listByNamespaceTopicNext operation. */
|
|
5096
|
+
export type NamespaceTopicEventSubscriptionsListByNamespaceTopicNextResponse = SubscriptionsListResult;
|
|
3021
5097
|
|
|
3022
5098
|
/** Optional parameters. */
|
|
3023
5099
|
export interface PartnerTopicEventSubscriptionsGetOptionalParams
|
|
@@ -3093,20 +5169,14 @@ export interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalPar
|
|
|
3093
5169
|
export type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse = EventSubscriptionsListResult;
|
|
3094
5170
|
|
|
3095
5171
|
/** Optional parameters. */
|
|
3096
|
-
export interface
|
|
5172
|
+
export interface NamespacesGetOptionalParams
|
|
3097
5173
|
extends coreClient.OperationOptions {}
|
|
3098
5174
|
|
|
3099
|
-
/** Contains response data for the list operation. */
|
|
3100
|
-
export type OperationsListResponse = OperationsListResult;
|
|
3101
|
-
|
|
3102
|
-
/** Optional parameters. */
|
|
3103
|
-
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {}
|
|
3104
|
-
|
|
3105
5175
|
/** Contains response data for the get operation. */
|
|
3106
|
-
export type
|
|
5176
|
+
export type NamespacesGetResponse = Namespace;
|
|
3107
5177
|
|
|
3108
5178
|
/** Optional parameters. */
|
|
3109
|
-
export interface
|
|
5179
|
+
export interface NamespacesCreateOrUpdateOptionalParams
|
|
3110
5180
|
extends coreClient.OperationOptions {
|
|
3111
5181
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3112
5182
|
updateIntervalInMs?: number;
|
|
@@ -3115,10 +5185,10 @@ export interface TopicsCreateOrUpdateOptionalParams
|
|
|
3115
5185
|
}
|
|
3116
5186
|
|
|
3117
5187
|
/** Contains response data for the createOrUpdate operation. */
|
|
3118
|
-
export type
|
|
5188
|
+
export type NamespacesCreateOrUpdateResponse = Namespace;
|
|
3119
5189
|
|
|
3120
5190
|
/** Optional parameters. */
|
|
3121
|
-
export interface
|
|
5191
|
+
export interface NamespacesDeleteOptionalParams
|
|
3122
5192
|
extends coreClient.OperationOptions {
|
|
3123
5193
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3124
5194
|
updateIntervalInMs?: number;
|
|
@@ -3127,7 +5197,7 @@ export interface TopicsDeleteOptionalParams
|
|
|
3127
5197
|
}
|
|
3128
5198
|
|
|
3129
5199
|
/** Optional parameters. */
|
|
3130
|
-
export interface
|
|
5200
|
+
export interface NamespacesUpdateOptionalParams
|
|
3131
5201
|
extends coreClient.OperationOptions {
|
|
3132
5202
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3133
5203
|
updateIntervalInMs?: number;
|
|
@@ -3135,8 +5205,11 @@ export interface TopicsUpdateOptionalParams
|
|
|
3135
5205
|
resumeFrom?: string;
|
|
3136
5206
|
}
|
|
3137
5207
|
|
|
5208
|
+
/** Contains response data for the update operation. */
|
|
5209
|
+
export type NamespacesUpdateResponse = Namespace;
|
|
5210
|
+
|
|
3138
5211
|
/** Optional parameters. */
|
|
3139
|
-
export interface
|
|
5212
|
+
export interface NamespacesListBySubscriptionOptionalParams
|
|
3140
5213
|
extends coreClient.OperationOptions {
|
|
3141
5214
|
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
3142
5215
|
filter?: string;
|
|
@@ -3145,10 +5218,10 @@ export interface TopicsListBySubscriptionOptionalParams
|
|
|
3145
5218
|
}
|
|
3146
5219
|
|
|
3147
5220
|
/** Contains response data for the listBySubscription operation. */
|
|
3148
|
-
export type
|
|
5221
|
+
export type NamespacesListBySubscriptionResponse = NamespacesListResult;
|
|
3149
5222
|
|
|
3150
5223
|
/** Optional parameters. */
|
|
3151
|
-
export interface
|
|
5224
|
+
export interface NamespacesListByResourceGroupOptionalParams
|
|
3152
5225
|
extends coreClient.OperationOptions {
|
|
3153
5226
|
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
3154
5227
|
filter?: string;
|
|
@@ -3157,17 +5230,17 @@ export interface TopicsListByResourceGroupOptionalParams
|
|
|
3157
5230
|
}
|
|
3158
5231
|
|
|
3159
5232
|
/** Contains response data for the listByResourceGroup operation. */
|
|
3160
|
-
export type
|
|
5233
|
+
export type NamespacesListByResourceGroupResponse = NamespacesListResult;
|
|
3161
5234
|
|
|
3162
5235
|
/** Optional parameters. */
|
|
3163
|
-
export interface
|
|
5236
|
+
export interface NamespacesListSharedAccessKeysOptionalParams
|
|
3164
5237
|
extends coreClient.OperationOptions {}
|
|
3165
5238
|
|
|
3166
5239
|
/** Contains response data for the listSharedAccessKeys operation. */
|
|
3167
|
-
export type
|
|
5240
|
+
export type NamespacesListSharedAccessKeysResponse = NamespaceSharedAccessKeys;
|
|
3168
5241
|
|
|
3169
5242
|
/** Optional parameters. */
|
|
3170
|
-
export interface
|
|
5243
|
+
export interface NamespacesRegenerateKeyOptionalParams
|
|
3171
5244
|
extends coreClient.OperationOptions {
|
|
3172
5245
|
/** Delay to wait until next poll, in milliseconds. */
|
|
3173
5246
|
updateIntervalInMs?: number;
|
|
@@ -3176,28 +5249,106 @@ export interface TopicsRegenerateKeyOptionalParams
|
|
|
3176
5249
|
}
|
|
3177
5250
|
|
|
3178
5251
|
/** Contains response data for the regenerateKey operation. */
|
|
3179
|
-
export type
|
|
5252
|
+
export type NamespacesRegenerateKeyResponse = NamespaceSharedAccessKeys;
|
|
3180
5253
|
|
|
3181
5254
|
/** Optional parameters. */
|
|
3182
|
-
export interface
|
|
5255
|
+
export interface NamespacesListBySubscriptionNextOptionalParams
|
|
5256
|
+
extends coreClient.OperationOptions {}
|
|
5257
|
+
|
|
5258
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
5259
|
+
export type NamespacesListBySubscriptionNextResponse = NamespacesListResult;
|
|
5260
|
+
|
|
5261
|
+
/** Optional parameters. */
|
|
5262
|
+
export interface NamespacesListByResourceGroupNextOptionalParams
|
|
5263
|
+
extends coreClient.OperationOptions {}
|
|
5264
|
+
|
|
5265
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
5266
|
+
export type NamespacesListByResourceGroupNextResponse = NamespacesListResult;
|
|
5267
|
+
|
|
5268
|
+
/** Optional parameters. */
|
|
5269
|
+
export interface NamespaceTopicsGetOptionalParams
|
|
5270
|
+
extends coreClient.OperationOptions {}
|
|
5271
|
+
|
|
5272
|
+
/** Contains response data for the get operation. */
|
|
5273
|
+
export type NamespaceTopicsGetResponse = NamespaceTopic;
|
|
5274
|
+
|
|
5275
|
+
/** Optional parameters. */
|
|
5276
|
+
export interface NamespaceTopicsCreateOrUpdateOptionalParams
|
|
5277
|
+
extends coreClient.OperationOptions {
|
|
5278
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5279
|
+
updateIntervalInMs?: number;
|
|
5280
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5281
|
+
resumeFrom?: string;
|
|
5282
|
+
}
|
|
5283
|
+
|
|
5284
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5285
|
+
export type NamespaceTopicsCreateOrUpdateResponse = NamespaceTopic;
|
|
5286
|
+
|
|
5287
|
+
/** Optional parameters. */
|
|
5288
|
+
export interface NamespaceTopicsDeleteOptionalParams
|
|
5289
|
+
extends coreClient.OperationOptions {
|
|
5290
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5291
|
+
updateIntervalInMs?: number;
|
|
5292
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5293
|
+
resumeFrom?: string;
|
|
5294
|
+
}
|
|
5295
|
+
|
|
5296
|
+
/** Optional parameters. */
|
|
5297
|
+
export interface NamespaceTopicsUpdateOptionalParams
|
|
5298
|
+
extends coreClient.OperationOptions {
|
|
5299
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5300
|
+
updateIntervalInMs?: number;
|
|
5301
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5302
|
+
resumeFrom?: string;
|
|
5303
|
+
}
|
|
5304
|
+
|
|
5305
|
+
/** Contains response data for the update operation. */
|
|
5306
|
+
export type NamespaceTopicsUpdateResponse = NamespaceTopic;
|
|
5307
|
+
|
|
5308
|
+
/** Optional parameters. */
|
|
5309
|
+
export interface NamespaceTopicsListByNamespaceOptionalParams
|
|
5310
|
+
extends coreClient.OperationOptions {
|
|
5311
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
5312
|
+
filter?: string;
|
|
5313
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
5314
|
+
top?: number;
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
/** Contains response data for the listByNamespace operation. */
|
|
5318
|
+
export type NamespaceTopicsListByNamespaceResponse = NamespaceTopicsListResult;
|
|
5319
|
+
|
|
5320
|
+
/** Optional parameters. */
|
|
5321
|
+
export interface NamespaceTopicsListSharedAccessKeysOptionalParams
|
|
3183
5322
|
extends coreClient.OperationOptions {}
|
|
3184
5323
|
|
|
3185
|
-
/** Contains response data for the
|
|
3186
|
-
export type
|
|
5324
|
+
/** Contains response data for the listSharedAccessKeys operation. */
|
|
5325
|
+
export type NamespaceTopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
5326
|
+
|
|
5327
|
+
/** Optional parameters. */
|
|
5328
|
+
export interface NamespaceTopicsRegenerateKeyOptionalParams
|
|
5329
|
+
extends coreClient.OperationOptions {
|
|
5330
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5331
|
+
updateIntervalInMs?: number;
|
|
5332
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5333
|
+
resumeFrom?: string;
|
|
5334
|
+
}
|
|
5335
|
+
|
|
5336
|
+
/** Contains response data for the regenerateKey operation. */
|
|
5337
|
+
export type NamespaceTopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
3187
5338
|
|
|
3188
5339
|
/** Optional parameters. */
|
|
3189
|
-
export interface
|
|
5340
|
+
export interface NamespaceTopicsListByNamespaceNextOptionalParams
|
|
3190
5341
|
extends coreClient.OperationOptions {}
|
|
3191
5342
|
|
|
3192
|
-
/** Contains response data for the
|
|
3193
|
-
export type
|
|
5343
|
+
/** Contains response data for the listByNamespaceNext operation. */
|
|
5344
|
+
export type NamespaceTopicsListByNamespaceNextResponse = NamespaceTopicsListResult;
|
|
3194
5345
|
|
|
3195
5346
|
/** Optional parameters. */
|
|
3196
|
-
export interface
|
|
5347
|
+
export interface OperationsListOptionalParams
|
|
3197
5348
|
extends coreClient.OperationOptions {}
|
|
3198
5349
|
|
|
3199
|
-
/** Contains response data for the
|
|
3200
|
-
export type
|
|
5350
|
+
/** Contains response data for the list operation. */
|
|
5351
|
+
export type OperationsListResponse = OperationsListResult;
|
|
3201
5352
|
|
|
3202
5353
|
/** Optional parameters. */
|
|
3203
5354
|
export interface PartnerConfigurationsGetOptionalParams
|
|
@@ -3279,6 +5430,91 @@ export interface PartnerConfigurationsListBySubscriptionNextOptionalParams
|
|
|
3279
5430
|
/** Contains response data for the listBySubscriptionNext operation. */
|
|
3280
5431
|
export type PartnerConfigurationsListBySubscriptionNextResponse = PartnerConfigurationsListResult;
|
|
3281
5432
|
|
|
5433
|
+
/** Optional parameters. */
|
|
5434
|
+
export interface PartnerDestinationsGetOptionalParams
|
|
5435
|
+
extends coreClient.OperationOptions {}
|
|
5436
|
+
|
|
5437
|
+
/** Contains response data for the get operation. */
|
|
5438
|
+
export type PartnerDestinationsGetResponse = PartnerDestination;
|
|
5439
|
+
|
|
5440
|
+
/** Optional parameters. */
|
|
5441
|
+
export interface PartnerDestinationsCreateOrUpdateOptionalParams
|
|
5442
|
+
extends coreClient.OperationOptions {
|
|
5443
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5444
|
+
updateIntervalInMs?: number;
|
|
5445
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5446
|
+
resumeFrom?: string;
|
|
5447
|
+
}
|
|
5448
|
+
|
|
5449
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5450
|
+
export type PartnerDestinationsCreateOrUpdateResponse = PartnerDestination;
|
|
5451
|
+
|
|
5452
|
+
/** Optional parameters. */
|
|
5453
|
+
export interface PartnerDestinationsDeleteOptionalParams
|
|
5454
|
+
extends coreClient.OperationOptions {
|
|
5455
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5456
|
+
updateIntervalInMs?: number;
|
|
5457
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5458
|
+
resumeFrom?: string;
|
|
5459
|
+
}
|
|
5460
|
+
|
|
5461
|
+
/** Optional parameters. */
|
|
5462
|
+
export interface PartnerDestinationsUpdateOptionalParams
|
|
5463
|
+
extends coreClient.OperationOptions {
|
|
5464
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5465
|
+
updateIntervalInMs?: number;
|
|
5466
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5467
|
+
resumeFrom?: string;
|
|
5468
|
+
}
|
|
5469
|
+
|
|
5470
|
+
/** Contains response data for the update operation. */
|
|
5471
|
+
export type PartnerDestinationsUpdateResponse = PartnerDestination;
|
|
5472
|
+
|
|
5473
|
+
/** Optional parameters. */
|
|
5474
|
+
export interface PartnerDestinationsListBySubscriptionOptionalParams
|
|
5475
|
+
extends coreClient.OperationOptions {
|
|
5476
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
5477
|
+
filter?: string;
|
|
5478
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
5479
|
+
top?: number;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
/** Contains response data for the listBySubscription operation. */
|
|
5483
|
+
export type PartnerDestinationsListBySubscriptionResponse = PartnerDestinationsListResult;
|
|
5484
|
+
|
|
5485
|
+
/** Optional parameters. */
|
|
5486
|
+
export interface PartnerDestinationsListByResourceGroupOptionalParams
|
|
5487
|
+
extends coreClient.OperationOptions {
|
|
5488
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
5489
|
+
filter?: string;
|
|
5490
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
5491
|
+
top?: number;
|
|
5492
|
+
}
|
|
5493
|
+
|
|
5494
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
5495
|
+
export type PartnerDestinationsListByResourceGroupResponse = PartnerDestinationsListResult;
|
|
5496
|
+
|
|
5497
|
+
/** Optional parameters. */
|
|
5498
|
+
export interface PartnerDestinationsActivateOptionalParams
|
|
5499
|
+
extends coreClient.OperationOptions {}
|
|
5500
|
+
|
|
5501
|
+
/** Contains response data for the activate operation. */
|
|
5502
|
+
export type PartnerDestinationsActivateResponse = PartnerDestination;
|
|
5503
|
+
|
|
5504
|
+
/** Optional parameters. */
|
|
5505
|
+
export interface PartnerDestinationsListBySubscriptionNextOptionalParams
|
|
5506
|
+
extends coreClient.OperationOptions {}
|
|
5507
|
+
|
|
5508
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
5509
|
+
export type PartnerDestinationsListBySubscriptionNextResponse = PartnerDestinationsListResult;
|
|
5510
|
+
|
|
5511
|
+
/** Optional parameters. */
|
|
5512
|
+
export interface PartnerDestinationsListByResourceGroupNextOptionalParams
|
|
5513
|
+
extends coreClient.OperationOptions {}
|
|
5514
|
+
|
|
5515
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
5516
|
+
export type PartnerDestinationsListByResourceGroupNextResponse = PartnerDestinationsListResult;
|
|
5517
|
+
|
|
3282
5518
|
/** Optional parameters. */
|
|
3283
5519
|
export interface PartnerNamespacesGetOptionalParams
|
|
3284
5520
|
extends coreClient.OperationOptions {}
|
|
@@ -3525,6 +5761,53 @@ export interface PartnerTopicsListByResourceGroupNextOptionalParams
|
|
|
3525
5761
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3526
5762
|
export type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
|
|
3527
5763
|
|
|
5764
|
+
/** Optional parameters. */
|
|
5765
|
+
export interface PermissionBindingsGetOptionalParams
|
|
5766
|
+
extends coreClient.OperationOptions {}
|
|
5767
|
+
|
|
5768
|
+
/** Contains response data for the get operation. */
|
|
5769
|
+
export type PermissionBindingsGetResponse = PermissionBinding;
|
|
5770
|
+
|
|
5771
|
+
/** Optional parameters. */
|
|
5772
|
+
export interface PermissionBindingsCreateOrUpdateOptionalParams
|
|
5773
|
+
extends coreClient.OperationOptions {
|
|
5774
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5775
|
+
updateIntervalInMs?: number;
|
|
5776
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5777
|
+
resumeFrom?: string;
|
|
5778
|
+
}
|
|
5779
|
+
|
|
5780
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5781
|
+
export type PermissionBindingsCreateOrUpdateResponse = PermissionBinding;
|
|
5782
|
+
|
|
5783
|
+
/** Optional parameters. */
|
|
5784
|
+
export interface PermissionBindingsDeleteOptionalParams
|
|
5785
|
+
extends coreClient.OperationOptions {
|
|
5786
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5787
|
+
updateIntervalInMs?: number;
|
|
5788
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5789
|
+
resumeFrom?: string;
|
|
5790
|
+
}
|
|
5791
|
+
|
|
5792
|
+
/** Optional parameters. */
|
|
5793
|
+
export interface PermissionBindingsListByNamespaceOptionalParams
|
|
5794
|
+
extends coreClient.OperationOptions {
|
|
5795
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
5796
|
+
filter?: string;
|
|
5797
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
5798
|
+
top?: number;
|
|
5799
|
+
}
|
|
5800
|
+
|
|
5801
|
+
/** Contains response data for the listByNamespace operation. */
|
|
5802
|
+
export type PermissionBindingsListByNamespaceResponse = PermissionBindingsListResult;
|
|
5803
|
+
|
|
5804
|
+
/** Optional parameters. */
|
|
5805
|
+
export interface PermissionBindingsListByNamespaceNextOptionalParams
|
|
5806
|
+
extends coreClient.OperationOptions {}
|
|
5807
|
+
|
|
5808
|
+
/** Contains response data for the listByNamespaceNext operation. */
|
|
5809
|
+
export type PermissionBindingsListByNamespaceNextResponse = PermissionBindingsListResult;
|
|
5810
|
+
|
|
3528
5811
|
/** Optional parameters. */
|
|
3529
5812
|
export interface PrivateEndpointConnectionsGetOptionalParams
|
|
3530
5813
|
extends coreClient.OperationOptions {}
|
|
@@ -3553,6 +5836,9 @@ export interface PrivateEndpointConnectionsDeleteOptionalParams
|
|
|
3553
5836
|
resumeFrom?: string;
|
|
3554
5837
|
}
|
|
3555
5838
|
|
|
5839
|
+
/** Contains response data for the delete operation. */
|
|
5840
|
+
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;
|
|
5841
|
+
|
|
3556
5842
|
/** Optional parameters. */
|
|
3557
5843
|
export interface PrivateEndpointConnectionsListByResourceOptionalParams
|
|
3558
5844
|
extends coreClient.OperationOptions {
|
|
@@ -3676,6 +5962,109 @@ export interface SystemTopicsListByResourceGroupNextOptionalParams
|
|
|
3676
5962
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3677
5963
|
export type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
|
|
3678
5964
|
|
|
5965
|
+
/** Optional parameters. */
|
|
5966
|
+
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {}
|
|
5967
|
+
|
|
5968
|
+
/** Contains response data for the get operation. */
|
|
5969
|
+
export type TopicsGetResponse = Topic;
|
|
5970
|
+
|
|
5971
|
+
/** Optional parameters. */
|
|
5972
|
+
export interface TopicsCreateOrUpdateOptionalParams
|
|
5973
|
+
extends coreClient.OperationOptions {
|
|
5974
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5975
|
+
updateIntervalInMs?: number;
|
|
5976
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5977
|
+
resumeFrom?: string;
|
|
5978
|
+
}
|
|
5979
|
+
|
|
5980
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
5981
|
+
export type TopicsCreateOrUpdateResponse = Topic;
|
|
5982
|
+
|
|
5983
|
+
/** Optional parameters. */
|
|
5984
|
+
export interface TopicsDeleteOptionalParams
|
|
5985
|
+
extends coreClient.OperationOptions {
|
|
5986
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5987
|
+
updateIntervalInMs?: number;
|
|
5988
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
5989
|
+
resumeFrom?: string;
|
|
5990
|
+
}
|
|
5991
|
+
|
|
5992
|
+
/** Contains response data for the delete operation. */
|
|
5993
|
+
export type TopicsDeleteResponse = TopicsDeleteHeaders;
|
|
5994
|
+
|
|
5995
|
+
/** Optional parameters. */
|
|
5996
|
+
export interface TopicsUpdateOptionalParams
|
|
5997
|
+
extends coreClient.OperationOptions {
|
|
5998
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
5999
|
+
updateIntervalInMs?: number;
|
|
6000
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6001
|
+
resumeFrom?: string;
|
|
6002
|
+
}
|
|
6003
|
+
|
|
6004
|
+
/** Optional parameters. */
|
|
6005
|
+
export interface TopicsListBySubscriptionOptionalParams
|
|
6006
|
+
extends coreClient.OperationOptions {
|
|
6007
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
6008
|
+
filter?: string;
|
|
6009
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
6010
|
+
top?: number;
|
|
6011
|
+
}
|
|
6012
|
+
|
|
6013
|
+
/** Contains response data for the listBySubscription operation. */
|
|
6014
|
+
export type TopicsListBySubscriptionResponse = TopicsListResult;
|
|
6015
|
+
|
|
6016
|
+
/** Optional parameters. */
|
|
6017
|
+
export interface TopicsListByResourceGroupOptionalParams
|
|
6018
|
+
extends coreClient.OperationOptions {
|
|
6019
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
6020
|
+
filter?: string;
|
|
6021
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
6022
|
+
top?: number;
|
|
6023
|
+
}
|
|
6024
|
+
|
|
6025
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
6026
|
+
export type TopicsListByResourceGroupResponse = TopicsListResult;
|
|
6027
|
+
|
|
6028
|
+
/** Optional parameters. */
|
|
6029
|
+
export interface TopicsListSharedAccessKeysOptionalParams
|
|
6030
|
+
extends coreClient.OperationOptions {}
|
|
6031
|
+
|
|
6032
|
+
/** Contains response data for the listSharedAccessKeys operation. */
|
|
6033
|
+
export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
6034
|
+
|
|
6035
|
+
/** Optional parameters. */
|
|
6036
|
+
export interface TopicsRegenerateKeyOptionalParams
|
|
6037
|
+
extends coreClient.OperationOptions {
|
|
6038
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6039
|
+
updateIntervalInMs?: number;
|
|
6040
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6041
|
+
resumeFrom?: string;
|
|
6042
|
+
}
|
|
6043
|
+
|
|
6044
|
+
/** Contains response data for the regenerateKey operation. */
|
|
6045
|
+
export type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
6046
|
+
|
|
6047
|
+
/** Optional parameters. */
|
|
6048
|
+
export interface TopicsListEventTypesOptionalParams
|
|
6049
|
+
extends coreClient.OperationOptions {}
|
|
6050
|
+
|
|
6051
|
+
/** Contains response data for the listEventTypes operation. */
|
|
6052
|
+
export type TopicsListEventTypesResponse = EventTypesListResult;
|
|
6053
|
+
|
|
6054
|
+
/** Optional parameters. */
|
|
6055
|
+
export interface TopicsListBySubscriptionNextOptionalParams
|
|
6056
|
+
extends coreClient.OperationOptions {}
|
|
6057
|
+
|
|
6058
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
6059
|
+
export type TopicsListBySubscriptionNextResponse = TopicsListResult;
|
|
6060
|
+
|
|
6061
|
+
/** Optional parameters. */
|
|
6062
|
+
export interface TopicsListByResourceGroupNextOptionalParams
|
|
6063
|
+
extends coreClient.OperationOptions {}
|
|
6064
|
+
|
|
6065
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
6066
|
+
export type TopicsListByResourceGroupNextResponse = TopicsListResult;
|
|
6067
|
+
|
|
3679
6068
|
/** Optional parameters. */
|
|
3680
6069
|
export interface ExtensionTopicsGetOptionalParams
|
|
3681
6070
|
extends coreClient.OperationOptions {}
|
|
@@ -3683,6 +6072,53 @@ export interface ExtensionTopicsGetOptionalParams
|
|
|
3683
6072
|
/** Contains response data for the get operation. */
|
|
3684
6073
|
export type ExtensionTopicsGetResponse = ExtensionTopic;
|
|
3685
6074
|
|
|
6075
|
+
/** Optional parameters. */
|
|
6076
|
+
export interface TopicSpacesGetOptionalParams
|
|
6077
|
+
extends coreClient.OperationOptions {}
|
|
6078
|
+
|
|
6079
|
+
/** Contains response data for the get operation. */
|
|
6080
|
+
export type TopicSpacesGetResponse = TopicSpace;
|
|
6081
|
+
|
|
6082
|
+
/** Optional parameters. */
|
|
6083
|
+
export interface TopicSpacesCreateOrUpdateOptionalParams
|
|
6084
|
+
extends coreClient.OperationOptions {
|
|
6085
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6086
|
+
updateIntervalInMs?: number;
|
|
6087
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6088
|
+
resumeFrom?: string;
|
|
6089
|
+
}
|
|
6090
|
+
|
|
6091
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
6092
|
+
export type TopicSpacesCreateOrUpdateResponse = TopicSpace;
|
|
6093
|
+
|
|
6094
|
+
/** Optional parameters. */
|
|
6095
|
+
export interface TopicSpacesDeleteOptionalParams
|
|
6096
|
+
extends coreClient.OperationOptions {
|
|
6097
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
6098
|
+
updateIntervalInMs?: number;
|
|
6099
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
6100
|
+
resumeFrom?: string;
|
|
6101
|
+
}
|
|
6102
|
+
|
|
6103
|
+
/** Optional parameters. */
|
|
6104
|
+
export interface TopicSpacesListByNamespaceOptionalParams
|
|
6105
|
+
extends coreClient.OperationOptions {
|
|
6106
|
+
/** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
|
|
6107
|
+
filter?: string;
|
|
6108
|
+
/** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
|
|
6109
|
+
top?: number;
|
|
6110
|
+
}
|
|
6111
|
+
|
|
6112
|
+
/** Contains response data for the listByNamespace operation. */
|
|
6113
|
+
export type TopicSpacesListByNamespaceResponse = TopicSpacesListResult;
|
|
6114
|
+
|
|
6115
|
+
/** Optional parameters. */
|
|
6116
|
+
export interface TopicSpacesListByNamespaceNextOptionalParams
|
|
6117
|
+
extends coreClient.OperationOptions {}
|
|
6118
|
+
|
|
6119
|
+
/** Contains response data for the listByNamespaceNext operation. */
|
|
6120
|
+
export type TopicSpacesListByNamespaceNextResponse = TopicSpacesListResult;
|
|
6121
|
+
|
|
3686
6122
|
/** Optional parameters. */
|
|
3687
6123
|
export interface TopicTypesListOptionalParams
|
|
3688
6124
|
extends coreClient.OperationOptions {}
|