@azure/arm-eventgrid 12.0.0 → 13.0.0
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 +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7613 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +62 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1943 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +204 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +107 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +347 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/domainTopics.d.ts +79 -0
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/domainTopics.js +310 -0
- package/dist-esm/src/operations/domainTopics.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +122 -0
- package/dist-esm/src/operations/domains.d.ts.map +1 -0
- package/dist-esm/src/operations/domains.js +522 -0
- package/dist-esm/src/operations/domains.js.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
- package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/extensionTopics.js +50 -0
- package/dist-esm/src/operations/extensionTopics.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +176 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/systemTopics.d.ts +107 -0
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopics.js +482 -0
- package/dist-esm/src/operations/systemTopics.js.map +1 -0
- package/dist-esm/src/operations/topicTypes.d.ts +46 -0
- package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/topicTypes.js +175 -0
- package/dist-esm/src/operations/topicTypes.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +150 -0
- package/dist-esm/src/operations/topics.d.ts.map +1 -0
- package/dist-esm/src/operations/topics.js +656 -0
- package/dist-esm/src/operations/topics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
- package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
- package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +4 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +166 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-eventgrid.api.md +1777 -0
- package/rollup.config.js +181 -30
- package/src/eventGridManagementClient.ts +107 -53
- package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1844 -3910
- package/src/models/mappers.ts +1261 -1339
- package/src/models/parameters.ts +239 -82
- package/src/operations/domainTopics.ts +346 -224
- package/src/operations/domains.ts +545 -454
- package/src/operations/eventSubscriptions.ts +1658 -1236
- package/src/operations/extensionTopics.ts +37 -66
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +65 -43
- package/src/operations/privateEndpointConnections.ts +386 -253
- package/src/operations/privateLinkResources.ts +178 -150
- package/src/operations/systemTopicEventSubscriptions.ts +537 -394
- package/src/operations/systemTopics.ts +505 -349
- package/src/operations/topicTypes.ts +138 -114
- package/src/operations/topics.ts +728 -494
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
- package/src/operationsInterfaces/privateLinkResources.ts +48 -0
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/systemTopics.ts +139 -0
- package/src/operationsInterfaces/topicTypes.ts +47 -0
- package/src/operationsInterfaces/topics.ts +197 -0
- package/tsconfig.json +3 -3
- package/types/arm-eventgrid.d.ts +2998 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-eventgrid.js +0 -6824
- package/dist/arm-eventgrid.js.map +0 -1
- package/dist/arm-eventgrid.min.js +0 -1
- package/dist/arm-eventgrid.min.js.map +0 -1
- package/esm/eventGridManagementClient.d.ts +0 -35
- package/esm/eventGridManagementClient.d.ts.map +0 -1
- package/esm/eventGridManagementClient.js +0 -48
- package/esm/eventGridManagementClient.js.map +0 -1
- package/esm/eventGridManagementClientContext.d.ts +0 -23
- package/esm/eventGridManagementClientContext.d.ts.map +0 -1
- package/esm/eventGridManagementClientContext.js +0 -61
- package/esm/eventGridManagementClientContext.js.map +0 -1
- package/esm/models/domainTopicsMappers.d.ts +0 -2
- package/esm/models/domainTopicsMappers.d.ts.map +0 -1
- package/esm/models/domainTopicsMappers.js +0 -9
- package/esm/models/domainTopicsMappers.js.map +0 -1
- package/esm/models/domainsMappers.d.ts +0 -2
- package/esm/models/domainsMappers.d.ts.map +0 -1
- package/esm/models/domainsMappers.js +0 -9
- package/esm/models/domainsMappers.js.map +0 -1
- package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/eventSubscriptionsMappers.js +0 -9
- package/esm/models/eventSubscriptionsMappers.js.map +0 -1
- package/esm/models/extensionTopicsMappers.d.ts +0 -2
- package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
- package/esm/models/extensionTopicsMappers.js +0 -9
- package/esm/models/extensionTopicsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4080
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -109
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -25
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -245
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
- package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
- package/esm/models/systemTopicsMappers.d.ts +0 -2
- package/esm/models/systemTopicsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicsMappers.js +0 -9
- package/esm/models/systemTopicsMappers.js.map +0 -1
- package/esm/models/topicTypesMappers.d.ts +0 -2
- package/esm/models/topicTypesMappers.d.ts.map +0 -1
- package/esm/models/topicTypesMappers.js +0 -9
- package/esm/models/topicTypesMappers.js.map +0 -1
- package/esm/models/topicsMappers.d.ts +0 -2
- package/esm/models/topicsMappers.d.ts.map +0 -1
- package/esm/models/topicsMappers.js +0 -9
- package/esm/models/topicsMappers.js.map +0 -1
- package/esm/operations/domainTopics.d.ts +0 -120
- package/esm/operations/domainTopics.d.ts.map +0 -1
- package/esm/operations/domainTopics.js +0 -233
- package/esm/operations/domainTopics.js.map +0 -1
- package/esm/operations/domains.d.ts +0 -214
- package/esm/operations/domains.d.ts.map +0 -1
- package/esm/operations/domains.js +0 -415
- package/esm/operations/domains.js.map +0 -1
- package/esm/operations/eventSubscriptions.d.ts +0 -666
- package/esm/operations/eventSubscriptions.d.ts.map +0 -1
- package/esm/operations/eventSubscriptions.js +0 -969
- package/esm/operations/eventSubscriptions.js.map +0 -1
- package/esm/operations/extensionTopics.d.ts +0 -47
- package/esm/operations/extensionTopics.d.ts.map +0 -1
- package/esm/operations/extensionTopics.js +0 -54
- package/esm/operations/extensionTopics.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -152
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -263
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -91
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -127
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
- package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.js +0 -379
- package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
- package/esm/operations/systemTopics.d.ts +0 -167
- package/esm/operations/systemTopics.d.ts.map +0 -1
- package/esm/operations/systemTopics.js +0 -353
- package/esm/operations/systemTopics.js.map +0 -1
- package/esm/operations/topicTypes.d.ts +0 -67
- package/esm/operations/topicTypes.d.ts.map +0 -1
- package/esm/operations/topicTypes.js +0 -106
- package/esm/operations/topicTypes.js.map +0 -1
- package/esm/operations/topics.d.ts +0 -237
- package/esm/operations/topics.d.ts.map +0 -1
- package/esm/operations/topics.js +0 -471
- package/esm/operations/topics.js.map +0 -1
- package/src/eventGridManagementClientContext.ts +0 -68
- package/src/models/domainTopicsMappers.ts +0 -66
- package/src/models/domainsMappers.ts +0 -69
- package/src/models/eventSubscriptionsMappers.ts +0 -69
- package/src/models/extensionTopicsMappers.ts +0 -65
- package/src/models/privateEndpointConnectionsMappers.ts +0 -66
- package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
- package/src/models/systemTopicsMappers.ts +0 -67
- package/src/models/topicTypesMappers.ts +0 -67
- package/src/models/topicsMappers.ts +0 -70
|
@@ -0,0 +1,1777 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-eventgrid"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AdvancedFilter {
|
|
15
|
+
key?: string;
|
|
16
|
+
operatorType: "NumberIn" | "NumberNotIn" | "NumberLessThan" | "NumberGreaterThan" | "NumberLessThanOrEquals" | "NumberGreaterThanOrEquals" | "BoolEquals" | "StringIn" | "StringNotIn" | "StringBeginsWith" | "StringEndsWith" | "StringContains";
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type AdvancedFilterOperatorType = string;
|
|
21
|
+
|
|
22
|
+
// @public (undocumented)
|
|
23
|
+
export type AdvancedFilterUnion = AdvancedFilter | NumberInAdvancedFilter | NumberNotInAdvancedFilter | NumberLessThanAdvancedFilter | NumberGreaterThanAdvancedFilter | NumberLessThanOrEqualsAdvancedFilter | NumberGreaterThanOrEqualsAdvancedFilter | BoolEqualsAdvancedFilter | StringInAdvancedFilter | StringNotInAdvancedFilter | StringBeginsWithAdvancedFilter | StringEndsWithAdvancedFilter | StringContainsAdvancedFilter;
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export type AzureFunctionEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
27
|
+
endpointType: "AzureFunction";
|
|
28
|
+
resourceId?: string;
|
|
29
|
+
maxEventsPerBatch?: number;
|
|
30
|
+
preferredBatchSizeInKilobytes?: number;
|
|
31
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export type BoolEqualsAdvancedFilter = AdvancedFilter & {
|
|
36
|
+
operatorType: "BoolEquals";
|
|
37
|
+
value?: boolean;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
// @public
|
|
41
|
+
export interface ConnectionState {
|
|
42
|
+
actionsRequired?: string;
|
|
43
|
+
description?: string;
|
|
44
|
+
status?: PersistedConnectionStatus;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export type CreatedByType = string;
|
|
49
|
+
|
|
50
|
+
// @public
|
|
51
|
+
export interface DeadLetterDestination {
|
|
52
|
+
endpointType: "StorageBlob";
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public (undocumented)
|
|
56
|
+
export type DeadLetterDestinationUnion = DeadLetterDestination | StorageBlobDeadLetterDestination;
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export type DeadLetterEndPointType = string;
|
|
60
|
+
|
|
61
|
+
// @public
|
|
62
|
+
export interface DeadLetterWithResourceIdentity {
|
|
63
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
64
|
+
identity?: EventSubscriptionIdentity;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// @public
|
|
68
|
+
export interface DeliveryAttributeListResult {
|
|
69
|
+
value?: DeliveryAttributeMappingUnion[];
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export interface DeliveryAttributeMapping {
|
|
74
|
+
name?: string;
|
|
75
|
+
type: "Static" | "Dynamic";
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export type DeliveryAttributeMappingType = string;
|
|
80
|
+
|
|
81
|
+
// @public (undocumented)
|
|
82
|
+
export type DeliveryAttributeMappingUnion = DeliveryAttributeMapping | StaticDeliveryAttributeMapping | DynamicDeliveryAttributeMapping;
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export interface DeliveryWithResourceIdentity {
|
|
86
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
87
|
+
identity?: EventSubscriptionIdentity;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export type Domain = TrackedResource & {
|
|
92
|
+
readonly systemData?: SystemData;
|
|
93
|
+
identity?: IdentityInfo;
|
|
94
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
95
|
+
readonly provisioningState?: DomainProvisioningState;
|
|
96
|
+
readonly endpoint?: string;
|
|
97
|
+
inputSchema?: InputSchema;
|
|
98
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
99
|
+
readonly metricResourceId?: string;
|
|
100
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
101
|
+
inboundIpRules?: InboundIpRule[];
|
|
102
|
+
disableLocalAuth?: boolean;
|
|
103
|
+
autoCreateTopicWithFirstSubscription?: boolean;
|
|
104
|
+
autoDeleteTopicWithLastSubscription?: boolean;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export type DomainProvisioningState = string;
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export interface DomainRegenerateKeyRequest {
|
|
112
|
+
keyName: string;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export interface Domains {
|
|
117
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainsCreateOrUpdateResponse>, DomainsCreateOrUpdateResponse>>;
|
|
118
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<DomainsCreateOrUpdateResponse>;
|
|
119
|
+
beginDelete(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
120
|
+
beginDeleteAndWait(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<void>;
|
|
121
|
+
beginUpdate(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
122
|
+
beginUpdateAndWait(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<void>;
|
|
123
|
+
get(resourceGroupName: string, domainName: string, options?: DomainsGetOptionalParams): Promise<DomainsGetResponse>;
|
|
124
|
+
listByResourceGroup(resourceGroupName: string, options?: DomainsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
125
|
+
listBySubscription(options?: DomainsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
126
|
+
listSharedAccessKeys(resourceGroupName: string, domainName: string, options?: DomainsListSharedAccessKeysOptionalParams): Promise<DomainsListSharedAccessKeysResponse>;
|
|
127
|
+
regenerateKey(resourceGroupName: string, domainName: string, regenerateKeyRequest: DomainRegenerateKeyRequest, options?: DomainsRegenerateKeyOptionalParams): Promise<DomainsRegenerateKeyResponse>;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
// @public
|
|
131
|
+
export interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
132
|
+
resumeFrom?: string;
|
|
133
|
+
updateIntervalInMs?: number;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export type DomainsCreateOrUpdateResponse = Domain;
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
141
|
+
resumeFrom?: string;
|
|
142
|
+
updateIntervalInMs?: number;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface DomainsGetOptionalParams extends coreClient.OperationOptions {
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// @public
|
|
150
|
+
export type DomainsGetResponse = Domain;
|
|
151
|
+
|
|
152
|
+
// @public
|
|
153
|
+
export interface DomainSharedAccessKeys {
|
|
154
|
+
key1?: string;
|
|
155
|
+
key2?: string;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// @public
|
|
159
|
+
export interface DomainsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
160
|
+
filter?: string;
|
|
161
|
+
top?: number;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export type DomainsListByResourceGroupNextResponse = DomainsListResult;
|
|
166
|
+
|
|
167
|
+
// @public
|
|
168
|
+
export interface DomainsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
169
|
+
filter?: string;
|
|
170
|
+
top?: number;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
// @public
|
|
174
|
+
export type DomainsListByResourceGroupResponse = DomainsListResult;
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export interface DomainsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
178
|
+
filter?: string;
|
|
179
|
+
top?: number;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// @public
|
|
183
|
+
export type DomainsListBySubscriptionNextResponse = DomainsListResult;
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface DomainsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
187
|
+
filter?: string;
|
|
188
|
+
top?: number;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
// @public
|
|
192
|
+
export type DomainsListBySubscriptionResponse = DomainsListResult;
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export interface DomainsListResult {
|
|
196
|
+
nextLink?: string;
|
|
197
|
+
value?: Domain[];
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
// @public
|
|
201
|
+
export interface DomainsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface DomainsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
216
|
+
resumeFrom?: string;
|
|
217
|
+
updateIntervalInMs?: number;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// @public
|
|
221
|
+
export type DomainTopic = Resource & {
|
|
222
|
+
readonly systemData?: SystemData;
|
|
223
|
+
readonly provisioningState?: DomainTopicProvisioningState;
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export type DomainTopicProvisioningState = string;
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export interface DomainTopics {
|
|
231
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainTopicsCreateOrUpdateResponse>, DomainTopicsCreateOrUpdateResponse>>;
|
|
232
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<DomainTopicsCreateOrUpdateResponse>;
|
|
233
|
+
beginDelete(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
234
|
+
beginDeleteAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<void>;
|
|
235
|
+
get(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsGetOptionalParams): Promise<DomainTopicsGetResponse>;
|
|
236
|
+
listByDomain(resourceGroupName: string, domainName: string, options?: DomainTopicsListByDomainOptionalParams): PagedAsyncIterableIterator<DomainTopic>;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export interface DomainTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
241
|
+
resumeFrom?: string;
|
|
242
|
+
updateIntervalInMs?: number;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export type DomainTopicsCreateOrUpdateResponse = DomainTopic;
|
|
247
|
+
|
|
248
|
+
// @public
|
|
249
|
+
export interface DomainTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
250
|
+
resumeFrom?: string;
|
|
251
|
+
updateIntervalInMs?: number;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export interface DomainTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// @public
|
|
259
|
+
export type DomainTopicsGetResponse = DomainTopic;
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export interface DomainTopicsListByDomainNextOptionalParams extends coreClient.OperationOptions {
|
|
263
|
+
filter?: string;
|
|
264
|
+
top?: number;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
// @public
|
|
268
|
+
export type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
|
|
269
|
+
|
|
270
|
+
// @public
|
|
271
|
+
export interface DomainTopicsListByDomainOptionalParams extends coreClient.OperationOptions {
|
|
272
|
+
filter?: string;
|
|
273
|
+
top?: number;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
// @public
|
|
277
|
+
export type DomainTopicsListByDomainResponse = DomainTopicsListResult;
|
|
278
|
+
|
|
279
|
+
// @public
|
|
280
|
+
export interface DomainTopicsListResult {
|
|
281
|
+
nextLink?: string;
|
|
282
|
+
value?: DomainTopic[];
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
// @public
|
|
286
|
+
export interface DomainUpdateParameters {
|
|
287
|
+
autoCreateTopicWithFirstSubscription?: boolean;
|
|
288
|
+
autoDeleteTopicWithLastSubscription?: boolean;
|
|
289
|
+
disableLocalAuth?: boolean;
|
|
290
|
+
identity?: IdentityInfo;
|
|
291
|
+
inboundIpRules?: InboundIpRule[];
|
|
292
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
293
|
+
tags?: {
|
|
294
|
+
[propertyName: string]: string;
|
|
295
|
+
};
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export type DynamicDeliveryAttributeMapping = DeliveryAttributeMapping & {
|
|
300
|
+
type: "Dynamic";
|
|
301
|
+
sourceField?: string;
|
|
302
|
+
};
|
|
303
|
+
|
|
304
|
+
// @public
|
|
305
|
+
export type EndpointType = string;
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export type Enum18 = string;
|
|
309
|
+
|
|
310
|
+
// @public
|
|
311
|
+
export type Enum19 = string;
|
|
312
|
+
|
|
313
|
+
// @public
|
|
314
|
+
export type Enum20 = string;
|
|
315
|
+
|
|
316
|
+
// @public
|
|
317
|
+
export type Enum21 = string;
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export type EventDeliverySchema = string;
|
|
321
|
+
|
|
322
|
+
// @public (undocumented)
|
|
323
|
+
export class EventGridManagementClient extends coreClient.ServiceClient {
|
|
324
|
+
// (undocumented)
|
|
325
|
+
$host: string;
|
|
326
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: EventGridManagementClientOptionalParams);
|
|
327
|
+
// (undocumented)
|
|
328
|
+
apiVersion: string;
|
|
329
|
+
// (undocumented)
|
|
330
|
+
domains: Domains;
|
|
331
|
+
// (undocumented)
|
|
332
|
+
domainTopics: DomainTopics;
|
|
333
|
+
// (undocumented)
|
|
334
|
+
eventSubscriptions: EventSubscriptions;
|
|
335
|
+
// (undocumented)
|
|
336
|
+
extensionTopics: ExtensionTopics;
|
|
337
|
+
// (undocumented)
|
|
338
|
+
operations: Operations;
|
|
339
|
+
// (undocumented)
|
|
340
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
341
|
+
// (undocumented)
|
|
342
|
+
privateLinkResources: PrivateLinkResources;
|
|
343
|
+
// (undocumented)
|
|
344
|
+
subscriptionId: string;
|
|
345
|
+
// (undocumented)
|
|
346
|
+
systemTopicEventSubscriptions: SystemTopicEventSubscriptions;
|
|
347
|
+
// (undocumented)
|
|
348
|
+
systemTopics: SystemTopics;
|
|
349
|
+
// (undocumented)
|
|
350
|
+
topics: Topics;
|
|
351
|
+
// (undocumented)
|
|
352
|
+
topicTypes: TopicTypes;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface EventGridManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
357
|
+
$host?: string;
|
|
358
|
+
apiVersion?: string;
|
|
359
|
+
endpoint?: string;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type EventHubEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
364
|
+
endpointType: "EventHub";
|
|
365
|
+
resourceId?: string;
|
|
366
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
// @public
|
|
370
|
+
export type EventSubscription = Resource & {
|
|
371
|
+
readonly systemData?: SystemData;
|
|
372
|
+
readonly topic?: string;
|
|
373
|
+
readonly provisioningState?: EventSubscriptionProvisioningState;
|
|
374
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
375
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
376
|
+
filter?: EventSubscriptionFilter;
|
|
377
|
+
labels?: string[];
|
|
378
|
+
expirationTimeUtc?: Date;
|
|
379
|
+
eventDeliverySchema?: EventDeliverySchema;
|
|
380
|
+
retryPolicy?: RetryPolicy;
|
|
381
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
382
|
+
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
// @public
|
|
386
|
+
export interface EventSubscriptionDestination {
|
|
387
|
+
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction";
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
// @public (undocumented)
|
|
391
|
+
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination;
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export interface EventSubscriptionFilter {
|
|
395
|
+
advancedFilters?: AdvancedFilterUnion[];
|
|
396
|
+
enableAdvancedFilteringOnArrays?: boolean;
|
|
397
|
+
includedEventTypes?: string[];
|
|
398
|
+
isSubjectCaseSensitive?: boolean;
|
|
399
|
+
subjectBeginsWith?: string;
|
|
400
|
+
subjectEndsWith?: string;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export interface EventSubscriptionFullUrl {
|
|
405
|
+
endpointUrl?: string;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export interface EventSubscriptionIdentity {
|
|
410
|
+
type?: EventSubscriptionIdentityType;
|
|
411
|
+
userAssignedIdentity?: string;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
// @public
|
|
415
|
+
export type EventSubscriptionIdentityType = string;
|
|
416
|
+
|
|
417
|
+
// @public
|
|
418
|
+
export type EventSubscriptionProvisioningState = string;
|
|
419
|
+
|
|
420
|
+
// @public
|
|
421
|
+
export interface EventSubscriptions {
|
|
422
|
+
beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsCreateOrUpdateResponse>, EventSubscriptionsCreateOrUpdateResponse>>;
|
|
423
|
+
beginCreateOrUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<EventSubscriptionsCreateOrUpdateResponse>;
|
|
424
|
+
beginDelete(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
425
|
+
beginDeleteAndWait(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
426
|
+
beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsUpdateResponse>, EventSubscriptionsUpdateResponse>>;
|
|
427
|
+
beginUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<EventSubscriptionsUpdateResponse>;
|
|
428
|
+
get(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetOptionalParams): Promise<EventSubscriptionsGetResponse>;
|
|
429
|
+
getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
|
|
430
|
+
getFullUrl(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetFullUrlOptionalParams): Promise<EventSubscriptionsGetFullUrlResponse>;
|
|
431
|
+
listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: EventSubscriptionsListByDomainTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
432
|
+
listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: EventSubscriptionsListByResourceOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
433
|
+
listGlobalByResourceGroup(resourceGroupName: string, options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
434
|
+
listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
435
|
+
listGlobalBySubscription(options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
436
|
+
listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
437
|
+
listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
438
|
+
listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
439
|
+
listRegionalBySubscription(location: string, options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
440
|
+
listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
// @public
|
|
444
|
+
export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
445
|
+
resumeFrom?: string;
|
|
446
|
+
updateIntervalInMs?: number;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
454
|
+
resumeFrom?: string;
|
|
455
|
+
updateIntervalInMs?: number;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
// @public
|
|
459
|
+
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
464
|
+
|
|
465
|
+
// @public
|
|
466
|
+
export interface EventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
471
|
+
|
|
472
|
+
// @public
|
|
473
|
+
export interface EventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export type EventSubscriptionsGetResponse = EventSubscription;
|
|
478
|
+
|
|
479
|
+
// @public
|
|
480
|
+
export interface EventSubscriptionsListByDomainTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
481
|
+
filter?: string;
|
|
482
|
+
top?: number;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface EventSubscriptionsListByDomainTopicOptionalParams extends coreClient.OperationOptions {
|
|
490
|
+
filter?: string;
|
|
491
|
+
top?: number;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface EventSubscriptionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
499
|
+
filter?: string;
|
|
500
|
+
top?: number;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
// @public
|
|
504
|
+
export type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult;
|
|
505
|
+
|
|
506
|
+
// @public
|
|
507
|
+
export interface EventSubscriptionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
508
|
+
filter?: string;
|
|
509
|
+
top?: number;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult;
|
|
514
|
+
|
|
515
|
+
// @public
|
|
516
|
+
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
517
|
+
filter?: string;
|
|
518
|
+
top?: number;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
// @public
|
|
522
|
+
export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
523
|
+
|
|
524
|
+
// @public
|
|
525
|
+
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
526
|
+
filter?: string;
|
|
527
|
+
top?: number;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
535
|
+
filter?: string;
|
|
536
|
+
top?: number;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
// @public
|
|
540
|
+
export type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export interface EventSubscriptionsListGlobalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
544
|
+
filter?: string;
|
|
545
|
+
top?: number;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
553
|
+
filter?: string;
|
|
554
|
+
top?: number;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
// @public
|
|
558
|
+
export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
559
|
+
|
|
560
|
+
// @public
|
|
561
|
+
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
562
|
+
filter?: string;
|
|
563
|
+
top?: number;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
568
|
+
|
|
569
|
+
// @public
|
|
570
|
+
export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
571
|
+
filter?: string;
|
|
572
|
+
top?: number;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export interface EventSubscriptionsListGlobalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
580
|
+
filter?: string;
|
|
581
|
+
top?: number;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
586
|
+
|
|
587
|
+
// @public
|
|
588
|
+
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
589
|
+
filter?: string;
|
|
590
|
+
top?: number;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// @public
|
|
594
|
+
export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
595
|
+
|
|
596
|
+
// @public
|
|
597
|
+
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
598
|
+
filter?: string;
|
|
599
|
+
top?: number;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
// @public
|
|
603
|
+
export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
607
|
+
filter?: string;
|
|
608
|
+
top?: number;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
613
|
+
|
|
614
|
+
// @public
|
|
615
|
+
export interface EventSubscriptionsListRegionalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
616
|
+
filter?: string;
|
|
617
|
+
top?: number;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
// @public
|
|
621
|
+
export type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
622
|
+
|
|
623
|
+
// @public
|
|
624
|
+
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
625
|
+
filter?: string;
|
|
626
|
+
top?: number;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
631
|
+
|
|
632
|
+
// @public
|
|
633
|
+
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
634
|
+
filter?: string;
|
|
635
|
+
top?: number;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
// @public
|
|
639
|
+
export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
640
|
+
|
|
641
|
+
// @public
|
|
642
|
+
export interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
643
|
+
filter?: string;
|
|
644
|
+
top?: number;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
// @public
|
|
648
|
+
export type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
649
|
+
|
|
650
|
+
// @public
|
|
651
|
+
export interface EventSubscriptionsListRegionalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
652
|
+
filter?: string;
|
|
653
|
+
top?: number;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
// @public
|
|
657
|
+
export type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export interface EventSubscriptionsListResult {
|
|
661
|
+
nextLink?: string;
|
|
662
|
+
value?: EventSubscription[];
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export interface EventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
667
|
+
resumeFrom?: string;
|
|
668
|
+
updateIntervalInMs?: number;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
// @public
|
|
672
|
+
export type EventSubscriptionsUpdateResponse = EventSubscription;
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export interface EventSubscriptionUpdateParameters {
|
|
676
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
677
|
+
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
678
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
679
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
680
|
+
eventDeliverySchema?: EventDeliverySchema;
|
|
681
|
+
expirationTimeUtc?: Date;
|
|
682
|
+
filter?: EventSubscriptionFilter;
|
|
683
|
+
labels?: string[];
|
|
684
|
+
retryPolicy?: RetryPolicy;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export type EventType = Resource & {
|
|
689
|
+
displayName?: string;
|
|
690
|
+
description?: string;
|
|
691
|
+
schemaUrl?: string;
|
|
692
|
+
isInDefaultSet?: boolean;
|
|
693
|
+
};
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export interface EventTypesListResult {
|
|
697
|
+
value?: EventType[];
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export type ExtensionTopic = Resource & {
|
|
702
|
+
readonly systemData?: SystemData;
|
|
703
|
+
description?: string;
|
|
704
|
+
systemTopic?: string;
|
|
705
|
+
};
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export interface ExtensionTopics {
|
|
709
|
+
get(scope: string, options?: ExtensionTopicsGetOptionalParams): Promise<ExtensionTopicsGetResponse>;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
// @public
|
|
713
|
+
export interface ExtensionTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
// @public
|
|
717
|
+
export type ExtensionTopicsGetResponse = ExtensionTopic;
|
|
718
|
+
|
|
719
|
+
// @public
|
|
720
|
+
export type HybridConnectionEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
721
|
+
endpointType: "HybridConnection";
|
|
722
|
+
resourceId?: string;
|
|
723
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
724
|
+
};
|
|
725
|
+
|
|
726
|
+
// @public
|
|
727
|
+
export interface IdentityInfo {
|
|
728
|
+
principalId?: string;
|
|
729
|
+
tenantId?: string;
|
|
730
|
+
type?: IdentityType;
|
|
731
|
+
userAssignedIdentities?: {
|
|
732
|
+
[propertyName: string]: UserIdentityProperties;
|
|
733
|
+
};
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export type IdentityType = string;
|
|
738
|
+
|
|
739
|
+
// @public (undocumented)
|
|
740
|
+
export interface InboundIpRule {
|
|
741
|
+
action?: IpActionType;
|
|
742
|
+
ipMask?: string;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
// @public
|
|
746
|
+
export type InputSchema = string;
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export interface InputSchemaMapping {
|
|
750
|
+
inputSchemaMappingType: "Json";
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
// @public
|
|
754
|
+
export type InputSchemaMappingType = string;
|
|
755
|
+
|
|
756
|
+
// @public (undocumented)
|
|
757
|
+
export type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
|
|
758
|
+
|
|
759
|
+
// @public
|
|
760
|
+
export type IpActionType = string;
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export interface JsonField {
|
|
764
|
+
sourceField?: string;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
// @public
|
|
768
|
+
export interface JsonFieldWithDefault {
|
|
769
|
+
defaultValue?: string;
|
|
770
|
+
sourceField?: string;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
// @public
|
|
774
|
+
export type JsonInputSchemaMapping = InputSchemaMapping & {
|
|
775
|
+
inputSchemaMappingType: "Json";
|
|
776
|
+
id?: JsonField;
|
|
777
|
+
topic?: JsonField;
|
|
778
|
+
eventTime?: JsonField;
|
|
779
|
+
eventType?: JsonFieldWithDefault;
|
|
780
|
+
subject?: JsonFieldWithDefault;
|
|
781
|
+
dataVersion?: JsonFieldWithDefault;
|
|
782
|
+
};
|
|
783
|
+
|
|
784
|
+
// @public
|
|
785
|
+
export enum KnownAdvancedFilterOperatorType {
|
|
786
|
+
// (undocumented)
|
|
787
|
+
BoolEquals = "BoolEquals",
|
|
788
|
+
// (undocumented)
|
|
789
|
+
NumberGreaterThan = "NumberGreaterThan",
|
|
790
|
+
// (undocumented)
|
|
791
|
+
NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
|
|
792
|
+
// (undocumented)
|
|
793
|
+
NumberIn = "NumberIn",
|
|
794
|
+
// (undocumented)
|
|
795
|
+
NumberLessThan = "NumberLessThan",
|
|
796
|
+
// (undocumented)
|
|
797
|
+
NumberLessThanOrEquals = "NumberLessThanOrEquals",
|
|
798
|
+
// (undocumented)
|
|
799
|
+
NumberNotIn = "NumberNotIn",
|
|
800
|
+
// (undocumented)
|
|
801
|
+
StringBeginsWith = "StringBeginsWith",
|
|
802
|
+
// (undocumented)
|
|
803
|
+
StringContains = "StringContains",
|
|
804
|
+
// (undocumented)
|
|
805
|
+
StringEndsWith = "StringEndsWith",
|
|
806
|
+
// (undocumented)
|
|
807
|
+
StringIn = "StringIn",
|
|
808
|
+
// (undocumented)
|
|
809
|
+
StringNotIn = "StringNotIn"
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
// @public
|
|
813
|
+
export enum KnownCreatedByType {
|
|
814
|
+
// (undocumented)
|
|
815
|
+
Application = "Application",
|
|
816
|
+
// (undocumented)
|
|
817
|
+
Key = "Key",
|
|
818
|
+
// (undocumented)
|
|
819
|
+
ManagedIdentity = "ManagedIdentity",
|
|
820
|
+
// (undocumented)
|
|
821
|
+
User = "User"
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
// @public
|
|
825
|
+
export enum KnownDeadLetterEndPointType {
|
|
826
|
+
// (undocumented)
|
|
827
|
+
StorageBlob = "StorageBlob"
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export enum KnownDeliveryAttributeMappingType {
|
|
832
|
+
// (undocumented)
|
|
833
|
+
Dynamic = "Dynamic",
|
|
834
|
+
// (undocumented)
|
|
835
|
+
Static = "Static"
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
// @public
|
|
839
|
+
export enum KnownDomainProvisioningState {
|
|
840
|
+
// (undocumented)
|
|
841
|
+
Canceled = "Canceled",
|
|
842
|
+
// (undocumented)
|
|
843
|
+
Creating = "Creating",
|
|
844
|
+
// (undocumented)
|
|
845
|
+
Deleting = "Deleting",
|
|
846
|
+
// (undocumented)
|
|
847
|
+
Failed = "Failed",
|
|
848
|
+
// (undocumented)
|
|
849
|
+
Succeeded = "Succeeded",
|
|
850
|
+
// (undocumented)
|
|
851
|
+
Updating = "Updating"
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
// @public
|
|
855
|
+
export enum KnownDomainTopicProvisioningState {
|
|
856
|
+
// (undocumented)
|
|
857
|
+
Canceled = "Canceled",
|
|
858
|
+
// (undocumented)
|
|
859
|
+
Creating = "Creating",
|
|
860
|
+
// (undocumented)
|
|
861
|
+
Deleting = "Deleting",
|
|
862
|
+
// (undocumented)
|
|
863
|
+
Failed = "Failed",
|
|
864
|
+
// (undocumented)
|
|
865
|
+
Succeeded = "Succeeded",
|
|
866
|
+
// (undocumented)
|
|
867
|
+
Updating = "Updating"
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
// @public
|
|
871
|
+
export enum KnownEndpointType {
|
|
872
|
+
// (undocumented)
|
|
873
|
+
AzureFunction = "AzureFunction",
|
|
874
|
+
// (undocumented)
|
|
875
|
+
EventHub = "EventHub",
|
|
876
|
+
// (undocumented)
|
|
877
|
+
HybridConnection = "HybridConnection",
|
|
878
|
+
// (undocumented)
|
|
879
|
+
ServiceBusQueue = "ServiceBusQueue",
|
|
880
|
+
// (undocumented)
|
|
881
|
+
ServiceBusTopic = "ServiceBusTopic",
|
|
882
|
+
// (undocumented)
|
|
883
|
+
StorageQueue = "StorageQueue",
|
|
884
|
+
// (undocumented)
|
|
885
|
+
WebHook = "WebHook"
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
// @public
|
|
889
|
+
export enum KnownEnum18 {
|
|
890
|
+
// (undocumented)
|
|
891
|
+
Domains = "domains",
|
|
892
|
+
// (undocumented)
|
|
893
|
+
Topics = "topics"
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export enum KnownEnum19 {
|
|
898
|
+
// (undocumented)
|
|
899
|
+
Domains = "domains",
|
|
900
|
+
// (undocumented)
|
|
901
|
+
Topics = "topics"
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
// @public
|
|
905
|
+
export enum KnownEnum20 {
|
|
906
|
+
// (undocumented)
|
|
907
|
+
Domains = "domains",
|
|
908
|
+
// (undocumented)
|
|
909
|
+
Topics = "topics"
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
// @public
|
|
913
|
+
export enum KnownEnum21 {
|
|
914
|
+
// (undocumented)
|
|
915
|
+
Domains = "domains",
|
|
916
|
+
// (undocumented)
|
|
917
|
+
Topics = "topics"
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
// @public
|
|
921
|
+
export enum KnownEventDeliverySchema {
|
|
922
|
+
// (undocumented)
|
|
923
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0",
|
|
924
|
+
// (undocumented)
|
|
925
|
+
CustomInputSchema = "CustomInputSchema",
|
|
926
|
+
// (undocumented)
|
|
927
|
+
EventGridSchema = "EventGridSchema"
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
// @public
|
|
931
|
+
export enum KnownEventSubscriptionIdentityType {
|
|
932
|
+
// (undocumented)
|
|
933
|
+
SystemAssigned = "SystemAssigned",
|
|
934
|
+
// (undocumented)
|
|
935
|
+
UserAssigned = "UserAssigned"
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
// @public
|
|
939
|
+
export enum KnownEventSubscriptionProvisioningState {
|
|
940
|
+
// (undocumented)
|
|
941
|
+
AwaitingManualAction = "AwaitingManualAction",
|
|
942
|
+
// (undocumented)
|
|
943
|
+
Canceled = "Canceled",
|
|
944
|
+
// (undocumented)
|
|
945
|
+
Creating = "Creating",
|
|
946
|
+
// (undocumented)
|
|
947
|
+
Deleting = "Deleting",
|
|
948
|
+
// (undocumented)
|
|
949
|
+
Failed = "Failed",
|
|
950
|
+
// (undocumented)
|
|
951
|
+
Succeeded = "Succeeded",
|
|
952
|
+
// (undocumented)
|
|
953
|
+
Updating = "Updating"
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
// @public
|
|
957
|
+
export enum KnownIdentityType {
|
|
958
|
+
// (undocumented)
|
|
959
|
+
None = "None",
|
|
960
|
+
// (undocumented)
|
|
961
|
+
SystemAssigned = "SystemAssigned",
|
|
962
|
+
// (undocumented)
|
|
963
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
964
|
+
// (undocumented)
|
|
965
|
+
UserAssigned = "UserAssigned"
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
// @public
|
|
969
|
+
export enum KnownInputSchema {
|
|
970
|
+
// (undocumented)
|
|
971
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0",
|
|
972
|
+
// (undocumented)
|
|
973
|
+
CustomEventSchema = "CustomEventSchema",
|
|
974
|
+
// (undocumented)
|
|
975
|
+
EventGridSchema = "EventGridSchema"
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export enum KnownInputSchemaMappingType {
|
|
980
|
+
// (undocumented)
|
|
981
|
+
Json = "Json"
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
// @public
|
|
985
|
+
export enum KnownIpActionType {
|
|
986
|
+
// (undocumented)
|
|
987
|
+
Allow = "Allow"
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
// @public
|
|
991
|
+
export enum KnownPersistedConnectionStatus {
|
|
992
|
+
// (undocumented)
|
|
993
|
+
Approved = "Approved",
|
|
994
|
+
// (undocumented)
|
|
995
|
+
Disconnected = "Disconnected",
|
|
996
|
+
// (undocumented)
|
|
997
|
+
Pending = "Pending",
|
|
998
|
+
// (undocumented)
|
|
999
|
+
Rejected = "Rejected"
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
// @public
|
|
1003
|
+
export enum KnownPublicNetworkAccess {
|
|
1004
|
+
// (undocumented)
|
|
1005
|
+
Disabled = "Disabled",
|
|
1006
|
+
// (undocumented)
|
|
1007
|
+
Enabled = "Enabled"
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
// @public
|
|
1011
|
+
export enum KnownResourceProvisioningState {
|
|
1012
|
+
// (undocumented)
|
|
1013
|
+
Canceled = "Canceled",
|
|
1014
|
+
// (undocumented)
|
|
1015
|
+
Creating = "Creating",
|
|
1016
|
+
// (undocumented)
|
|
1017
|
+
Deleting = "Deleting",
|
|
1018
|
+
// (undocumented)
|
|
1019
|
+
Failed = "Failed",
|
|
1020
|
+
// (undocumented)
|
|
1021
|
+
Succeeded = "Succeeded",
|
|
1022
|
+
// (undocumented)
|
|
1023
|
+
Updating = "Updating"
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
// @public
|
|
1027
|
+
export enum KnownResourceRegionType {
|
|
1028
|
+
// (undocumented)
|
|
1029
|
+
GlobalResource = "GlobalResource",
|
|
1030
|
+
// (undocumented)
|
|
1031
|
+
RegionalResource = "RegionalResource"
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
// @public
|
|
1035
|
+
export enum KnownTopicProvisioningState {
|
|
1036
|
+
// (undocumented)
|
|
1037
|
+
Canceled = "Canceled",
|
|
1038
|
+
// (undocumented)
|
|
1039
|
+
Creating = "Creating",
|
|
1040
|
+
// (undocumented)
|
|
1041
|
+
Deleting = "Deleting",
|
|
1042
|
+
// (undocumented)
|
|
1043
|
+
Failed = "Failed",
|
|
1044
|
+
// (undocumented)
|
|
1045
|
+
Succeeded = "Succeeded",
|
|
1046
|
+
// (undocumented)
|
|
1047
|
+
Updating = "Updating"
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
// @public
|
|
1051
|
+
export enum KnownTopicTypePropertiesSupportedScopesForSourceItem {
|
|
1052
|
+
// (undocumented)
|
|
1053
|
+
AzureSubscription = "AzureSubscription",
|
|
1054
|
+
// (undocumented)
|
|
1055
|
+
Resource = "Resource",
|
|
1056
|
+
// (undocumented)
|
|
1057
|
+
ResourceGroup = "ResourceGroup"
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
// @public
|
|
1061
|
+
export enum KnownTopicTypeProvisioningState {
|
|
1062
|
+
// (undocumented)
|
|
1063
|
+
Canceled = "Canceled",
|
|
1064
|
+
// (undocumented)
|
|
1065
|
+
Creating = "Creating",
|
|
1066
|
+
// (undocumented)
|
|
1067
|
+
Deleting = "Deleting",
|
|
1068
|
+
// (undocumented)
|
|
1069
|
+
Failed = "Failed",
|
|
1070
|
+
// (undocumented)
|
|
1071
|
+
Succeeded = "Succeeded",
|
|
1072
|
+
// (undocumented)
|
|
1073
|
+
Updating = "Updating"
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
// @public
|
|
1077
|
+
export type NumberGreaterThanAdvancedFilter = AdvancedFilter & {
|
|
1078
|
+
operatorType: "NumberGreaterThan";
|
|
1079
|
+
value?: number;
|
|
1080
|
+
};
|
|
1081
|
+
|
|
1082
|
+
// @public
|
|
1083
|
+
export type NumberGreaterThanOrEqualsAdvancedFilter = AdvancedFilter & {
|
|
1084
|
+
operatorType: "NumberGreaterThanOrEquals";
|
|
1085
|
+
value?: number;
|
|
1086
|
+
};
|
|
1087
|
+
|
|
1088
|
+
// @public
|
|
1089
|
+
export type NumberInAdvancedFilter = AdvancedFilter & {
|
|
1090
|
+
operatorType: "NumberIn";
|
|
1091
|
+
values?: number[];
|
|
1092
|
+
};
|
|
1093
|
+
|
|
1094
|
+
// @public
|
|
1095
|
+
export type NumberLessThanAdvancedFilter = AdvancedFilter & {
|
|
1096
|
+
operatorType: "NumberLessThan";
|
|
1097
|
+
value?: number;
|
|
1098
|
+
};
|
|
1099
|
+
|
|
1100
|
+
// @public
|
|
1101
|
+
export type NumberLessThanOrEqualsAdvancedFilter = AdvancedFilter & {
|
|
1102
|
+
operatorType: "NumberLessThanOrEquals";
|
|
1103
|
+
value?: number;
|
|
1104
|
+
};
|
|
1105
|
+
|
|
1106
|
+
// @public
|
|
1107
|
+
export type NumberNotInAdvancedFilter = AdvancedFilter & {
|
|
1108
|
+
operatorType: "NumberNotIn";
|
|
1109
|
+
values?: number[];
|
|
1110
|
+
};
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export interface Operation {
|
|
1114
|
+
display?: OperationInfo;
|
|
1115
|
+
name?: string;
|
|
1116
|
+
origin?: string;
|
|
1117
|
+
properties?: Record<string, unknown>;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
// @public
|
|
1121
|
+
export interface OperationInfo {
|
|
1122
|
+
description?: string;
|
|
1123
|
+
operation?: string;
|
|
1124
|
+
provider?: string;
|
|
1125
|
+
resource?: string;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
// @public
|
|
1129
|
+
export interface Operations {
|
|
1130
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
// @public
|
|
1134
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
// @public
|
|
1138
|
+
export type OperationsListResponse = OperationsListResult;
|
|
1139
|
+
|
|
1140
|
+
// @public
|
|
1141
|
+
export interface OperationsListResult {
|
|
1142
|
+
value?: Operation[];
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
// @public
|
|
1146
|
+
export type PersistedConnectionStatus = string;
|
|
1147
|
+
|
|
1148
|
+
// @public
|
|
1149
|
+
export interface PrivateEndpoint {
|
|
1150
|
+
id?: string;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
// @public (undocumented)
|
|
1154
|
+
export type PrivateEndpointConnection = Resource & {
|
|
1155
|
+
privateEndpoint?: PrivateEndpoint;
|
|
1156
|
+
groupIds?: string[];
|
|
1157
|
+
privateLinkServiceConnectionState?: ConnectionState;
|
|
1158
|
+
provisioningState?: ResourceProvisioningState;
|
|
1159
|
+
};
|
|
1160
|
+
|
|
1161
|
+
// @public
|
|
1162
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1163
|
+
nextLink?: string;
|
|
1164
|
+
value?: PrivateEndpointConnection[];
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
// @public
|
|
1168
|
+
export interface PrivateEndpointConnections {
|
|
1169
|
+
beginDelete(resourceGroupName: string, parentType: Enum20, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1170
|
+
beginDeleteAndWait(resourceGroupName: string, parentType: Enum20, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1171
|
+
beginUpdate(resourceGroupName: string, parentType: Enum19, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsUpdateResponse>, PrivateEndpointConnectionsUpdateResponse>>;
|
|
1172
|
+
beginUpdateAndWait(resourceGroupName: string, parentType: Enum19, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnectionsUpdateResponse>;
|
|
1173
|
+
get(resourceGroupName: string, parentType: Enum18, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1174
|
+
listByResource(resourceGroupName: string, parentType: Enum21, parentName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
// @public
|
|
1178
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1179
|
+
resumeFrom?: string;
|
|
1180
|
+
updateIntervalInMs?: number;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
// @public
|
|
1184
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
// @public
|
|
1188
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1189
|
+
|
|
1190
|
+
// @public
|
|
1191
|
+
export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1192
|
+
filter?: string;
|
|
1193
|
+
top?: number;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
|
|
1198
|
+
|
|
1199
|
+
// @public
|
|
1200
|
+
export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1201
|
+
filter?: string;
|
|
1202
|
+
top?: number;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
// @public
|
|
1206
|
+
export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
|
|
1207
|
+
|
|
1208
|
+
// @public
|
|
1209
|
+
export interface PrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1210
|
+
resumeFrom?: string;
|
|
1211
|
+
updateIntervalInMs?: number;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
// @public
|
|
1215
|
+
export type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
|
|
1216
|
+
|
|
1217
|
+
// @public
|
|
1218
|
+
export interface PrivateLinkResource {
|
|
1219
|
+
// (undocumented)
|
|
1220
|
+
displayName?: string;
|
|
1221
|
+
// (undocumented)
|
|
1222
|
+
groupId?: string;
|
|
1223
|
+
id?: string;
|
|
1224
|
+
name?: string;
|
|
1225
|
+
// (undocumented)
|
|
1226
|
+
requiredMembers?: string[];
|
|
1227
|
+
// (undocumented)
|
|
1228
|
+
requiredZoneNames?: string[];
|
|
1229
|
+
type?: string;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
// @public
|
|
1233
|
+
export interface PrivateLinkResources {
|
|
1234
|
+
get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
1235
|
+
listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
// @public
|
|
1239
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
// @public
|
|
1243
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1244
|
+
|
|
1245
|
+
// @public
|
|
1246
|
+
export interface PrivateLinkResourcesListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1247
|
+
filter?: string;
|
|
1248
|
+
top?: number;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
// @public
|
|
1252
|
+
export type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult;
|
|
1253
|
+
|
|
1254
|
+
// @public
|
|
1255
|
+
export interface PrivateLinkResourcesListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1256
|
+
filter?: string;
|
|
1257
|
+
top?: number;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
// @public
|
|
1261
|
+
export type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult;
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export interface PrivateLinkResourcesListResult {
|
|
1265
|
+
nextLink?: string;
|
|
1266
|
+
value?: PrivateLinkResource[];
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
// @public
|
|
1270
|
+
export type PublicNetworkAccess = string;
|
|
1271
|
+
|
|
1272
|
+
// @public
|
|
1273
|
+
export interface Resource {
|
|
1274
|
+
readonly id?: string;
|
|
1275
|
+
readonly name?: string;
|
|
1276
|
+
readonly type?: string;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
// @public
|
|
1280
|
+
export type ResourceProvisioningState = string;
|
|
1281
|
+
|
|
1282
|
+
// @public
|
|
1283
|
+
export type ResourceRegionType = string;
|
|
1284
|
+
|
|
1285
|
+
// @public
|
|
1286
|
+
export interface RetryPolicy {
|
|
1287
|
+
eventTimeToLiveInMinutes?: number;
|
|
1288
|
+
maxDeliveryAttempts?: number;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
// @public
|
|
1292
|
+
export type ServiceBusQueueEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
1293
|
+
endpointType: "ServiceBusQueue";
|
|
1294
|
+
resourceId?: string;
|
|
1295
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1296
|
+
};
|
|
1297
|
+
|
|
1298
|
+
// @public
|
|
1299
|
+
export type ServiceBusTopicEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
1300
|
+
endpointType: "ServiceBusTopic";
|
|
1301
|
+
resourceId?: string;
|
|
1302
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1303
|
+
};
|
|
1304
|
+
|
|
1305
|
+
// @public
|
|
1306
|
+
export type StaticDeliveryAttributeMapping = DeliveryAttributeMapping & {
|
|
1307
|
+
type: "Static";
|
|
1308
|
+
value?: string;
|
|
1309
|
+
isSecret?: boolean;
|
|
1310
|
+
};
|
|
1311
|
+
|
|
1312
|
+
// @public
|
|
1313
|
+
export type StorageBlobDeadLetterDestination = DeadLetterDestination & {
|
|
1314
|
+
endpointType: "StorageBlob";
|
|
1315
|
+
resourceId?: string;
|
|
1316
|
+
blobContainerName?: string;
|
|
1317
|
+
};
|
|
1318
|
+
|
|
1319
|
+
// @public
|
|
1320
|
+
export type StorageQueueEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
1321
|
+
endpointType: "StorageQueue";
|
|
1322
|
+
resourceId?: string;
|
|
1323
|
+
queueName?: string;
|
|
1324
|
+
queueMessageTimeToLiveInSeconds?: number;
|
|
1325
|
+
};
|
|
1326
|
+
|
|
1327
|
+
// @public
|
|
1328
|
+
export type StringBeginsWithAdvancedFilter = AdvancedFilter & {
|
|
1329
|
+
operatorType: "StringBeginsWith";
|
|
1330
|
+
values?: string[];
|
|
1331
|
+
};
|
|
1332
|
+
|
|
1333
|
+
// @public
|
|
1334
|
+
export type StringContainsAdvancedFilter = AdvancedFilter & {
|
|
1335
|
+
operatorType: "StringContains";
|
|
1336
|
+
values?: string[];
|
|
1337
|
+
};
|
|
1338
|
+
|
|
1339
|
+
// @public
|
|
1340
|
+
export type StringEndsWithAdvancedFilter = AdvancedFilter & {
|
|
1341
|
+
operatorType: "StringEndsWith";
|
|
1342
|
+
values?: string[];
|
|
1343
|
+
};
|
|
1344
|
+
|
|
1345
|
+
// @public
|
|
1346
|
+
export type StringInAdvancedFilter = AdvancedFilter & {
|
|
1347
|
+
operatorType: "StringIn";
|
|
1348
|
+
values?: string[];
|
|
1349
|
+
};
|
|
1350
|
+
|
|
1351
|
+
// @public
|
|
1352
|
+
export type StringNotInAdvancedFilter = AdvancedFilter & {
|
|
1353
|
+
operatorType: "StringNotIn";
|
|
1354
|
+
values?: string[];
|
|
1355
|
+
};
|
|
1356
|
+
|
|
1357
|
+
// @public
|
|
1358
|
+
export interface SystemData {
|
|
1359
|
+
createdAt?: Date;
|
|
1360
|
+
createdBy?: string;
|
|
1361
|
+
createdByType?: CreatedByType;
|
|
1362
|
+
lastModifiedAt?: Date;
|
|
1363
|
+
lastModifiedBy?: string;
|
|
1364
|
+
lastModifiedByType?: CreatedByType;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
// @public
|
|
1368
|
+
export type SystemTopic = TrackedResource & {
|
|
1369
|
+
identity?: IdentityInfo;
|
|
1370
|
+
readonly systemData?: SystemData;
|
|
1371
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
1372
|
+
source?: string;
|
|
1373
|
+
topicType?: string;
|
|
1374
|
+
readonly metricResourceId?: string;
|
|
1375
|
+
};
|
|
1376
|
+
|
|
1377
|
+
// @public
|
|
1378
|
+
export interface SystemTopicEventSubscriptions {
|
|
1379
|
+
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>, SystemTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
1380
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
1381
|
+
beginDelete(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1382
|
+
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
1383
|
+
beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicEventSubscriptionsUpdateResponse>, SystemTopicEventSubscriptionsUpdateResponse>>;
|
|
1384
|
+
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsUpdateResponse>;
|
|
1385
|
+
get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetOptionalParams): Promise<SystemTopicEventSubscriptionsGetResponse>;
|
|
1386
|
+
getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
1387
|
+
getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse>;
|
|
1388
|
+
listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
// @public
|
|
1392
|
+
export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1393
|
+
resumeFrom?: string;
|
|
1394
|
+
updateIntervalInMs?: number;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
// @public
|
|
1398
|
+
export type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
1399
|
+
|
|
1400
|
+
// @public
|
|
1401
|
+
export interface SystemTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1402
|
+
resumeFrom?: string;
|
|
1403
|
+
updateIntervalInMs?: number;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
// @public
|
|
1407
|
+
export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
// @public
|
|
1411
|
+
export type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
1412
|
+
|
|
1413
|
+
// @public
|
|
1414
|
+
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
// @public
|
|
1418
|
+
export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
1419
|
+
|
|
1420
|
+
// @public
|
|
1421
|
+
export interface SystemTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
// @public
|
|
1425
|
+
export type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
1426
|
+
|
|
1427
|
+
// @public
|
|
1428
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
1429
|
+
filter?: string;
|
|
1430
|
+
top?: number;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
// @public
|
|
1434
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
|
|
1435
|
+
|
|
1436
|
+
// @public
|
|
1437
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends coreClient.OperationOptions {
|
|
1438
|
+
filter?: string;
|
|
1439
|
+
top?: number;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
// @public
|
|
1443
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
|
|
1444
|
+
|
|
1445
|
+
// @public
|
|
1446
|
+
export interface SystemTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1447
|
+
resumeFrom?: string;
|
|
1448
|
+
updateIntervalInMs?: number;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
1453
|
+
|
|
1454
|
+
// @public
|
|
1455
|
+
export interface SystemTopics {
|
|
1456
|
+
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicsCreateOrUpdateResponse>, SystemTopicsCreateOrUpdateResponse>>;
|
|
1457
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopicsCreateOrUpdateResponse>;
|
|
1458
|
+
beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1459
|
+
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>;
|
|
1460
|
+
beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicsUpdateResponse>, SystemTopicsUpdateResponse>>;
|
|
1461
|
+
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopicsUpdateResponse>;
|
|
1462
|
+
get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopicsGetResponse>;
|
|
1463
|
+
listByResourceGroup(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SystemTopic>;
|
|
1464
|
+
listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic>;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
// @public
|
|
1468
|
+
export interface SystemTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1469
|
+
resumeFrom?: string;
|
|
1470
|
+
updateIntervalInMs?: number;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
// @public
|
|
1474
|
+
export type SystemTopicsCreateOrUpdateResponse = SystemTopic;
|
|
1475
|
+
|
|
1476
|
+
// @public
|
|
1477
|
+
export interface SystemTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1478
|
+
resumeFrom?: string;
|
|
1479
|
+
updateIntervalInMs?: number;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
// @public
|
|
1483
|
+
export interface SystemTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
// @public
|
|
1487
|
+
export type SystemTopicsGetResponse = SystemTopic;
|
|
1488
|
+
|
|
1489
|
+
// @public
|
|
1490
|
+
export interface SystemTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1491
|
+
filter?: string;
|
|
1492
|
+
top?: number;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
// @public
|
|
1496
|
+
export type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
|
|
1497
|
+
|
|
1498
|
+
// @public
|
|
1499
|
+
export interface SystemTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1500
|
+
filter?: string;
|
|
1501
|
+
top?: number;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
// @public
|
|
1505
|
+
export type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;
|
|
1506
|
+
|
|
1507
|
+
// @public
|
|
1508
|
+
export interface SystemTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1509
|
+
filter?: string;
|
|
1510
|
+
top?: number;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
// @public
|
|
1514
|
+
export type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;
|
|
1515
|
+
|
|
1516
|
+
// @public
|
|
1517
|
+
export interface SystemTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1518
|
+
filter?: string;
|
|
1519
|
+
top?: number;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;
|
|
1524
|
+
|
|
1525
|
+
// @public
|
|
1526
|
+
export interface SystemTopicsListResult {
|
|
1527
|
+
nextLink?: string;
|
|
1528
|
+
value?: SystemTopic[];
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
// @public
|
|
1532
|
+
export interface SystemTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1533
|
+
resumeFrom?: string;
|
|
1534
|
+
updateIntervalInMs?: number;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
// @public
|
|
1538
|
+
export type SystemTopicsUpdateResponse = SystemTopic;
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export interface SystemTopicUpdateParameters {
|
|
1542
|
+
identity?: IdentityInfo;
|
|
1543
|
+
tags?: {
|
|
1544
|
+
[propertyName: string]: string;
|
|
1545
|
+
};
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
// @public
|
|
1549
|
+
export type Topic = TrackedResource & {
|
|
1550
|
+
identity?: IdentityInfo;
|
|
1551
|
+
readonly systemData?: SystemData;
|
|
1552
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1553
|
+
readonly provisioningState?: TopicProvisioningState;
|
|
1554
|
+
readonly endpoint?: string;
|
|
1555
|
+
inputSchema?: InputSchema;
|
|
1556
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
1557
|
+
readonly metricResourceId?: string;
|
|
1558
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1559
|
+
inboundIpRules?: InboundIpRule[];
|
|
1560
|
+
disableLocalAuth?: boolean;
|
|
1561
|
+
};
|
|
1562
|
+
|
|
1563
|
+
// @public
|
|
1564
|
+
export type TopicProvisioningState = string;
|
|
1565
|
+
|
|
1566
|
+
// @public
|
|
1567
|
+
export interface TopicRegenerateKeyRequest {
|
|
1568
|
+
keyName: string;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
// @public
|
|
1572
|
+
export interface Topics {
|
|
1573
|
+
beginCreateOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<TopicsCreateOrUpdateResponse>, TopicsCreateOrUpdateResponse>>;
|
|
1574
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<TopicsCreateOrUpdateResponse>;
|
|
1575
|
+
beginDelete(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1576
|
+
beginDeleteAndWait(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<void>;
|
|
1577
|
+
beginRegenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<PollerLike<PollOperationState<TopicsRegenerateKeyResponse>, TopicsRegenerateKeyResponse>>;
|
|
1578
|
+
beginRegenerateKeyAndWait(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<TopicsRegenerateKeyResponse>;
|
|
1579
|
+
beginUpdate(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1580
|
+
beginUpdateAndWait(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<void>;
|
|
1581
|
+
get(resourceGroupName: string, topicName: string, options?: TopicsGetOptionalParams): Promise<TopicsGetResponse>;
|
|
1582
|
+
listByResourceGroup(resourceGroupName: string, options?: TopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Topic>;
|
|
1583
|
+
listBySubscription(options?: TopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Topic>;
|
|
1584
|
+
listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: TopicsListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType>;
|
|
1585
|
+
listSharedAccessKeys(resourceGroupName: string, topicName: string, options?: TopicsListSharedAccessKeysOptionalParams): Promise<TopicsListSharedAccessKeysResponse>;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
// @public
|
|
1589
|
+
export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1590
|
+
resumeFrom?: string;
|
|
1591
|
+
updateIntervalInMs?: number;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
// @public
|
|
1595
|
+
export type TopicsCreateOrUpdateResponse = Topic;
|
|
1596
|
+
|
|
1597
|
+
// @public
|
|
1598
|
+
export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1599
|
+
resumeFrom?: string;
|
|
1600
|
+
updateIntervalInMs?: number;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
// @public
|
|
1604
|
+
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
// @public
|
|
1608
|
+
export type TopicsGetResponse = Topic;
|
|
1609
|
+
|
|
1610
|
+
// @public
|
|
1611
|
+
export interface TopicSharedAccessKeys {
|
|
1612
|
+
key1?: string;
|
|
1613
|
+
key2?: string;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
// @public
|
|
1617
|
+
export interface TopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1618
|
+
filter?: string;
|
|
1619
|
+
top?: number;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
// @public
|
|
1623
|
+
export type TopicsListByResourceGroupNextResponse = TopicsListResult;
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export interface TopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1627
|
+
filter?: string;
|
|
1628
|
+
top?: number;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
// @public
|
|
1632
|
+
export type TopicsListByResourceGroupResponse = TopicsListResult;
|
|
1633
|
+
|
|
1634
|
+
// @public
|
|
1635
|
+
export interface TopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1636
|
+
filter?: string;
|
|
1637
|
+
top?: number;
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
// @public
|
|
1641
|
+
export type TopicsListBySubscriptionNextResponse = TopicsListResult;
|
|
1642
|
+
|
|
1643
|
+
// @public
|
|
1644
|
+
export interface TopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1645
|
+
filter?: string;
|
|
1646
|
+
top?: number;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
// @public
|
|
1650
|
+
export type TopicsListBySubscriptionResponse = TopicsListResult;
|
|
1651
|
+
|
|
1652
|
+
// @public
|
|
1653
|
+
export interface TopicsListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
// @public
|
|
1657
|
+
export type TopicsListEventTypesResponse = EventTypesListResult;
|
|
1658
|
+
|
|
1659
|
+
// @public
|
|
1660
|
+
export interface TopicsListResult {
|
|
1661
|
+
nextLink?: string;
|
|
1662
|
+
value?: Topic[];
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
// @public
|
|
1666
|
+
export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
// @public
|
|
1670
|
+
export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
1671
|
+
|
|
1672
|
+
// @public
|
|
1673
|
+
export interface TopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1674
|
+
resumeFrom?: string;
|
|
1675
|
+
updateIntervalInMs?: number;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
// @public
|
|
1679
|
+
export type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
1680
|
+
|
|
1681
|
+
// @public
|
|
1682
|
+
export interface TopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1683
|
+
resumeFrom?: string;
|
|
1684
|
+
updateIntervalInMs?: number;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
// @public
|
|
1688
|
+
export type TopicTypeInfo = Resource & {
|
|
1689
|
+
provider?: string;
|
|
1690
|
+
displayName?: string;
|
|
1691
|
+
description?: string;
|
|
1692
|
+
resourceRegionType?: ResourceRegionType;
|
|
1693
|
+
provisioningState?: TopicTypeProvisioningState;
|
|
1694
|
+
supportedLocations?: string[];
|
|
1695
|
+
sourceResourceFormat?: string;
|
|
1696
|
+
supportedScopesForSource?: TopicTypePropertiesSupportedScopesForSourceItem[];
|
|
1697
|
+
};
|
|
1698
|
+
|
|
1699
|
+
// @public
|
|
1700
|
+
export type TopicTypePropertiesSupportedScopesForSourceItem = string;
|
|
1701
|
+
|
|
1702
|
+
// @public
|
|
1703
|
+
export type TopicTypeProvisioningState = string;
|
|
1704
|
+
|
|
1705
|
+
// @public
|
|
1706
|
+
export interface TopicTypes {
|
|
1707
|
+
get(topicTypeName: string, options?: TopicTypesGetOptionalParams): Promise<TopicTypesGetResponse>;
|
|
1708
|
+
list(options?: TopicTypesListOptionalParams): PagedAsyncIterableIterator<TopicTypeInfo>;
|
|
1709
|
+
listEventTypes(topicTypeName: string, options?: TopicTypesListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType>;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
// @public
|
|
1713
|
+
export interface TopicTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
// @public
|
|
1717
|
+
export type TopicTypesGetResponse = TopicTypeInfo;
|
|
1718
|
+
|
|
1719
|
+
// @public
|
|
1720
|
+
export interface TopicTypesListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
// @public
|
|
1724
|
+
export type TopicTypesListEventTypesResponse = EventTypesListResult;
|
|
1725
|
+
|
|
1726
|
+
// @public
|
|
1727
|
+
export interface TopicTypesListOptionalParams extends coreClient.OperationOptions {
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
// @public
|
|
1731
|
+
export type TopicTypesListResponse = TopicTypesListResult;
|
|
1732
|
+
|
|
1733
|
+
// @public
|
|
1734
|
+
export interface TopicTypesListResult {
|
|
1735
|
+
value?: TopicTypeInfo[];
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
// @public
|
|
1739
|
+
export interface TopicUpdateParameters {
|
|
1740
|
+
disableLocalAuth?: boolean;
|
|
1741
|
+
identity?: IdentityInfo;
|
|
1742
|
+
inboundIpRules?: InboundIpRule[];
|
|
1743
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1744
|
+
tags?: {
|
|
1745
|
+
[propertyName: string]: string;
|
|
1746
|
+
};
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
// @public
|
|
1750
|
+
export type TrackedResource = Resource & {
|
|
1751
|
+
location: string;
|
|
1752
|
+
tags?: {
|
|
1753
|
+
[propertyName: string]: string;
|
|
1754
|
+
};
|
|
1755
|
+
};
|
|
1756
|
+
|
|
1757
|
+
// @public
|
|
1758
|
+
export interface UserIdentityProperties {
|
|
1759
|
+
clientId?: string;
|
|
1760
|
+
principalId?: string;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
// @public
|
|
1764
|
+
export type WebHookEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
1765
|
+
endpointType: "WebHook";
|
|
1766
|
+
endpointUrl?: string;
|
|
1767
|
+
readonly endpointBaseUrl?: string;
|
|
1768
|
+
maxEventsPerBatch?: number;
|
|
1769
|
+
preferredBatchSizeInKilobytes?: number;
|
|
1770
|
+
azureActiveDirectoryTenantId?: string;
|
|
1771
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
1772
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
1773
|
+
};
|
|
1774
|
+
|
|
1775
|
+
// (No @packageDocumentation comment for this package)
|
|
1776
|
+
|
|
1777
|
+
```
|