@azure/arm-eventgrid 30.0.0-alpha.20210929.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/LICENSE +21 -0
- package/README.md +94 -0
- package/dist/index.js +10620 -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 +31 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +38 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.js +50 -0
- package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -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 +2765 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +289 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +139 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +2979 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +53 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +415 -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/eventChannels.d.ts +72 -0
- package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operations/eventChannels.js +269 -0
- package/dist-esm/src/operations/eventChannels.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/dist-esm/src/operations/index.d.ts +17 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +24 -0
- 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/partnerNamespaces.d.ts +122 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.js +537 -0
- package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.js +349 -0
- package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
- package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopics.js +408 -0
- package/dist-esm/src/operations/partnerTopics.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +184 -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/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
- 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/dist-esm/src/operationsInterfaces/domains.js +9 -0
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.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/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
- 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 +17 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +24 -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/partnerNamespaces.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -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 +27 -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/dist-esm/src/operationsInterfaces/topics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +2 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +163 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +102 -0
- package/review/arm-eventgrid.api.md +2518 -0
- package/rollup.config.js +188 -0
- package/src/eventGridManagementClient.ts +101 -0
- package/src/eventGridManagementClientContext.ts +71 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3297 -0
- package/src/models/mappers.ts +3334 -0
- package/src/models/parameters.ts +490 -0
- package/src/operations/domainTopics.ts +452 -0
- package/src/operations/domains.ts +713 -0
- package/src/operations/eventChannels.ts +382 -0
- package/src/operations/eventSubscriptions.ts +2077 -0
- package/src/operations/extensionTopics.ts +67 -0
- package/src/operations/index.ts +24 -0
- package/src/operations/operations.ts +96 -0
- package/src/operations/partnerNamespaces.ts +729 -0
- package/src/operations/partnerRegistrations.ts +440 -0
- package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
- package/src/operations/partnerTopics.ts +532 -0
- package/src/operations/privateEndpointConnections.ts +529 -0
- package/src/operations/privateLinkResources.ts +259 -0
- package/src/operations/systemTopicEventSubscriptions.ts +699 -0
- package/src/operations/systemTopics.ts +656 -0
- package/src/operations/topicTypes.ts +202 -0
- package/src/operations/topics.ts +921 -0
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventChannels.ts +89 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +24 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
- package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
- package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/partnerTopics.ts +114 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
- package/src/operationsInterfaces/privateLinkResources.ts +52 -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 +19 -0
- package/types/arm-eventgrid.d.ts +4299 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,2518 @@
|
|
|
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" | "NumberInRange" | "NumberNotInRange" | "StringNotBeginsWith" | "StringNotEndsWith" | "StringNotContains" | "IsNullOrUndefined" | "IsNotNull";
|
|
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 | NumberInRangeAdvancedFilter | NumberNotInRangeAdvancedFilter | StringNotBeginsWithAdvancedFilter | StringNotEndsWithAdvancedFilter | StringNotContainsAdvancedFilter | IsNullOrUndefinedAdvancedFilter | IsNotNullAdvancedFilter;
|
|
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
|
+
sku?: ResourceSku;
|
|
93
|
+
identity?: IdentityInfo;
|
|
94
|
+
readonly systemData?: SystemData;
|
|
95
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
96
|
+
readonly provisioningState?: DomainProvisioningState;
|
|
97
|
+
readonly endpoint?: string;
|
|
98
|
+
inputSchema?: InputSchema;
|
|
99
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
100
|
+
readonly metricResourceId?: string;
|
|
101
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
102
|
+
inboundIpRules?: InboundIpRule[];
|
|
103
|
+
disableLocalAuth?: boolean;
|
|
104
|
+
autoCreateTopicWithFirstSubscription?: boolean;
|
|
105
|
+
autoDeleteTopicWithLastSubscription?: boolean;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export type DomainProvisioningState = string;
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface DomainRegenerateKeyRequest {
|
|
113
|
+
keyName: string;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// @public
|
|
117
|
+
export interface Domains {
|
|
118
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainsCreateOrUpdateResponse>, DomainsCreateOrUpdateResponse>>;
|
|
119
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainInfo: Domain, options?: DomainsCreateOrUpdateOptionalParams): Promise<DomainsCreateOrUpdateResponse>;
|
|
120
|
+
beginDelete(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
121
|
+
beginDeleteAndWait(resourceGroupName: string, domainName: string, options?: DomainsDeleteOptionalParams): Promise<void>;
|
|
122
|
+
beginUpdate(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
123
|
+
beginUpdateAndWait(resourceGroupName: string, domainName: string, domainUpdateParameters: DomainUpdateParameters, options?: DomainsUpdateOptionalParams): Promise<void>;
|
|
124
|
+
get(resourceGroupName: string, domainName: string, options?: DomainsGetOptionalParams): Promise<DomainsGetResponse>;
|
|
125
|
+
listByResourceGroup(resourceGroupName: string, options?: DomainsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
126
|
+
listBySubscription(options?: DomainsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
127
|
+
listSharedAccessKeys(resourceGroupName: string, domainName: string, options?: DomainsListSharedAccessKeysOptionalParams): Promise<DomainsListSharedAccessKeysResponse>;
|
|
128
|
+
regenerateKey(resourceGroupName: string, domainName: string, regenerateKeyRequest: DomainRegenerateKeyRequest, options?: DomainsRegenerateKeyOptionalParams): Promise<DomainsRegenerateKeyResponse>;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
133
|
+
resumeFrom?: string;
|
|
134
|
+
updateIntervalInMs?: number;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export type DomainsCreateOrUpdateResponse = Domain;
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
142
|
+
resumeFrom?: string;
|
|
143
|
+
updateIntervalInMs?: number;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export interface DomainsGetOptionalParams extends coreClient.OperationOptions {
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// @public
|
|
151
|
+
export type DomainsGetResponse = Domain;
|
|
152
|
+
|
|
153
|
+
// @public
|
|
154
|
+
export interface DomainSharedAccessKeys {
|
|
155
|
+
key1?: string;
|
|
156
|
+
key2?: string;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface DomainsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
161
|
+
filter?: string;
|
|
162
|
+
top?: number;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export type DomainsListByResourceGroupNextResponse = DomainsListResult;
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export interface DomainsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
170
|
+
filter?: string;
|
|
171
|
+
top?: number;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export type DomainsListByResourceGroupResponse = DomainsListResult;
|
|
176
|
+
|
|
177
|
+
// @public
|
|
178
|
+
export interface DomainsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
179
|
+
filter?: string;
|
|
180
|
+
top?: number;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
// @public
|
|
184
|
+
export type DomainsListBySubscriptionNextResponse = DomainsListResult;
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export interface DomainsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
188
|
+
filter?: string;
|
|
189
|
+
top?: number;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export type DomainsListBySubscriptionResponse = DomainsListResult;
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export interface DomainsListResult {
|
|
197
|
+
nextLink?: string;
|
|
198
|
+
value?: Domain[];
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export interface DomainsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// @public
|
|
206
|
+
export type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;
|
|
207
|
+
|
|
208
|
+
// @public
|
|
209
|
+
export interface DomainsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// @public
|
|
213
|
+
export type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
217
|
+
resumeFrom?: string;
|
|
218
|
+
updateIntervalInMs?: number;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export type DomainTopic = Resource & {
|
|
223
|
+
readonly systemData?: SystemData;
|
|
224
|
+
readonly provisioningState?: DomainTopicProvisioningState;
|
|
225
|
+
};
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export type DomainTopicProvisioningState = string;
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export interface DomainTopics {
|
|
232
|
+
beginCreateOrUpdate(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DomainTopicsCreateOrUpdateResponse>, DomainTopicsCreateOrUpdateResponse>>;
|
|
233
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsCreateOrUpdateOptionalParams): Promise<DomainTopicsCreateOrUpdateResponse>;
|
|
234
|
+
beginDelete(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
235
|
+
beginDeleteAndWait(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsDeleteOptionalParams): Promise<void>;
|
|
236
|
+
get(resourceGroupName: string, domainName: string, domainTopicName: string, options?: DomainTopicsGetOptionalParams): Promise<DomainTopicsGetResponse>;
|
|
237
|
+
listByDomain(resourceGroupName: string, domainName: string, options?: DomainTopicsListByDomainOptionalParams): PagedAsyncIterableIterator<DomainTopic>;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// @public
|
|
241
|
+
export interface DomainTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
242
|
+
resumeFrom?: string;
|
|
243
|
+
updateIntervalInMs?: number;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export type DomainTopicsCreateOrUpdateResponse = DomainTopic;
|
|
248
|
+
|
|
249
|
+
// @public
|
|
250
|
+
export interface DomainTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
251
|
+
resumeFrom?: string;
|
|
252
|
+
updateIntervalInMs?: number;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface DomainTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// @public
|
|
260
|
+
export type DomainTopicsGetResponse = DomainTopic;
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export interface DomainTopicsListByDomainNextOptionalParams extends coreClient.OperationOptions {
|
|
264
|
+
filter?: string;
|
|
265
|
+
top?: number;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
// @public
|
|
269
|
+
export type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
|
|
270
|
+
|
|
271
|
+
// @public
|
|
272
|
+
export interface DomainTopicsListByDomainOptionalParams extends coreClient.OperationOptions {
|
|
273
|
+
filter?: string;
|
|
274
|
+
top?: number;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export type DomainTopicsListByDomainResponse = DomainTopicsListResult;
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export interface DomainTopicsListResult {
|
|
282
|
+
nextLink?: string;
|
|
283
|
+
value?: DomainTopic[];
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
// @public
|
|
287
|
+
export interface DomainUpdateParameters {
|
|
288
|
+
autoCreateTopicWithFirstSubscription?: boolean;
|
|
289
|
+
autoDeleteTopicWithLastSubscription?: boolean;
|
|
290
|
+
disableLocalAuth?: boolean;
|
|
291
|
+
identity?: IdentityInfo;
|
|
292
|
+
inboundIpRules?: InboundIpRule[];
|
|
293
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
294
|
+
sku?: ResourceSku;
|
|
295
|
+
tags?: {
|
|
296
|
+
[propertyName: string]: string;
|
|
297
|
+
};
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export type DynamicDeliveryAttributeMapping = DeliveryAttributeMapping & {
|
|
302
|
+
type: "Dynamic";
|
|
303
|
+
sourceField?: string;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
// @public
|
|
307
|
+
export type EndpointType = string;
|
|
308
|
+
|
|
309
|
+
// @public
|
|
310
|
+
export type Enum25 = string;
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export type Enum26 = string;
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export type Enum27 = string;
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export type Enum28 = string;
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export type EventChannel = Resource & {
|
|
323
|
+
readonly systemData?: SystemData;
|
|
324
|
+
source?: EventChannelSource;
|
|
325
|
+
destination?: EventChannelDestination;
|
|
326
|
+
readonly provisioningState?: EventChannelProvisioningState;
|
|
327
|
+
readonly partnerTopicReadinessState?: PartnerTopicReadinessState;
|
|
328
|
+
expirationTimeIfNotActivatedUtc?: Date;
|
|
329
|
+
filter?: EventChannelFilter;
|
|
330
|
+
partnerTopicFriendlyDescription?: string;
|
|
331
|
+
};
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export interface EventChannelDestination {
|
|
335
|
+
azureSubscriptionId?: string;
|
|
336
|
+
partnerTopicName?: string;
|
|
337
|
+
resourceGroup?: string;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export interface EventChannelFilter {
|
|
342
|
+
advancedFilters?: AdvancedFilterUnion[];
|
|
343
|
+
enableAdvancedFilteringOnArrays?: boolean;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export type EventChannelProvisioningState = string;
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export interface EventChannels {
|
|
351
|
+
beginDelete(resourceGroupName: string, partnerNamespaceName: string, eventChannelName: string, options?: EventChannelsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
352
|
+
beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, eventChannelName: string, options?: EventChannelsDeleteOptionalParams): Promise<void>;
|
|
353
|
+
createOrUpdate(resourceGroupName: string, partnerNamespaceName: string, eventChannelName: string, eventChannelInfo: EventChannel, options?: EventChannelsCreateOrUpdateOptionalParams): Promise<EventChannelsCreateOrUpdateResponse>;
|
|
354
|
+
get(resourceGroupName: string, partnerNamespaceName: string, eventChannelName: string, options?: EventChannelsGetOptionalParams): Promise<EventChannelsGetResponse>;
|
|
355
|
+
listByPartnerNamespace(resourceGroupName: string, partnerNamespaceName: string, options?: EventChannelsListByPartnerNamespaceOptionalParams): PagedAsyncIterableIterator<EventChannel>;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface EventChannelsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type EventChannelsCreateOrUpdateResponse = EventChannel;
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export interface EventChannelsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
367
|
+
resumeFrom?: string;
|
|
368
|
+
updateIntervalInMs?: number;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export interface EventChannelsGetOptionalParams extends coreClient.OperationOptions {
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export type EventChannelsGetResponse = EventChannel;
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface EventChannelsListByPartnerNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
380
|
+
filter?: string;
|
|
381
|
+
top?: number;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export type EventChannelsListByPartnerNamespaceNextResponse = EventChannelsListResult;
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export interface EventChannelsListByPartnerNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
389
|
+
filter?: string;
|
|
390
|
+
top?: number;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export type EventChannelsListByPartnerNamespaceResponse = EventChannelsListResult;
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export interface EventChannelsListResult {
|
|
398
|
+
nextLink?: string;
|
|
399
|
+
value?: EventChannel[];
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
// @public
|
|
403
|
+
export interface EventChannelSource {
|
|
404
|
+
source?: string;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
// @public
|
|
408
|
+
export type EventDeliverySchema = string;
|
|
409
|
+
|
|
410
|
+
// @public (undocumented)
|
|
411
|
+
export class EventGridManagementClient extends EventGridManagementClientContext {
|
|
412
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: EventGridManagementClientOptionalParams);
|
|
413
|
+
// (undocumented)
|
|
414
|
+
domains: Domains;
|
|
415
|
+
// (undocumented)
|
|
416
|
+
domainTopics: DomainTopics;
|
|
417
|
+
// (undocumented)
|
|
418
|
+
eventChannels: EventChannels;
|
|
419
|
+
// (undocumented)
|
|
420
|
+
eventSubscriptions: EventSubscriptions;
|
|
421
|
+
// (undocumented)
|
|
422
|
+
extensionTopics: ExtensionTopics;
|
|
423
|
+
// (undocumented)
|
|
424
|
+
operations: Operations;
|
|
425
|
+
// (undocumented)
|
|
426
|
+
partnerNamespaces: PartnerNamespaces;
|
|
427
|
+
// (undocumented)
|
|
428
|
+
partnerRegistrations: PartnerRegistrations;
|
|
429
|
+
// (undocumented)
|
|
430
|
+
partnerTopicEventSubscriptions: PartnerTopicEventSubscriptions;
|
|
431
|
+
// (undocumented)
|
|
432
|
+
partnerTopics: PartnerTopics;
|
|
433
|
+
// (undocumented)
|
|
434
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
435
|
+
// (undocumented)
|
|
436
|
+
privateLinkResources: PrivateLinkResources;
|
|
437
|
+
// (undocumented)
|
|
438
|
+
systemTopicEventSubscriptions: SystemTopicEventSubscriptions;
|
|
439
|
+
// (undocumented)
|
|
440
|
+
systemTopics: SystemTopics;
|
|
441
|
+
// (undocumented)
|
|
442
|
+
topics: Topics;
|
|
443
|
+
// (undocumented)
|
|
444
|
+
topicTypes: TopicTypes;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
// @public (undocumented)
|
|
448
|
+
export class EventGridManagementClientContext extends coreClient.ServiceClient {
|
|
449
|
+
// (undocumented)
|
|
450
|
+
$host: string;
|
|
451
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: EventGridManagementClientOptionalParams);
|
|
452
|
+
// (undocumented)
|
|
453
|
+
apiVersion: string;
|
|
454
|
+
// (undocumented)
|
|
455
|
+
subscriptionId: string;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
// @public
|
|
459
|
+
export interface EventGridManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
460
|
+
$host?: string;
|
|
461
|
+
apiVersion?: string;
|
|
462
|
+
endpoint?: string;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
// @public
|
|
466
|
+
export type EventHubEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
467
|
+
endpointType: "EventHub";
|
|
468
|
+
resourceId?: string;
|
|
469
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
// @public
|
|
473
|
+
export type EventSubscription = Resource & {
|
|
474
|
+
readonly systemData?: SystemData;
|
|
475
|
+
readonly topic?: string;
|
|
476
|
+
readonly provisioningState?: EventSubscriptionProvisioningState;
|
|
477
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
478
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
479
|
+
filter?: EventSubscriptionFilter;
|
|
480
|
+
labels?: string[];
|
|
481
|
+
expirationTimeUtc?: Date;
|
|
482
|
+
eventDeliverySchema?: EventDeliverySchema;
|
|
483
|
+
retryPolicy?: RetryPolicy;
|
|
484
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
485
|
+
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface EventSubscriptionDestination {
|
|
490
|
+
endpointType: "WebHook" | "EventHub" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "AzureFunction";
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// @public (undocumented)
|
|
494
|
+
export type EventSubscriptionDestinationUnion = EventSubscriptionDestination | WebHookEventSubscriptionDestination | EventHubEventSubscriptionDestination | StorageQueueEventSubscriptionDestination | HybridConnectionEventSubscriptionDestination | ServiceBusQueueEventSubscriptionDestination | ServiceBusTopicEventSubscriptionDestination | AzureFunctionEventSubscriptionDestination;
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export interface EventSubscriptionFilter {
|
|
498
|
+
advancedFilters?: AdvancedFilterUnion[];
|
|
499
|
+
enableAdvancedFilteringOnArrays?: boolean;
|
|
500
|
+
includedEventTypes?: string[];
|
|
501
|
+
isSubjectCaseSensitive?: boolean;
|
|
502
|
+
subjectBeginsWith?: string;
|
|
503
|
+
subjectEndsWith?: string;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
// @public
|
|
507
|
+
export interface EventSubscriptionFullUrl {
|
|
508
|
+
endpointUrl?: string;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
// @public
|
|
512
|
+
export interface EventSubscriptionIdentity {
|
|
513
|
+
type?: EventSubscriptionIdentityType;
|
|
514
|
+
userAssignedIdentity?: string;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export type EventSubscriptionIdentityType = string;
|
|
519
|
+
|
|
520
|
+
// @public
|
|
521
|
+
export type EventSubscriptionProvisioningState = string;
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface EventSubscriptions {
|
|
525
|
+
beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsCreateOrUpdateResponse>, EventSubscriptionsCreateOrUpdateResponse>>;
|
|
526
|
+
beginCreateOrUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<EventSubscriptionsCreateOrUpdateResponse>;
|
|
527
|
+
beginDelete(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
528
|
+
beginDeleteAndWait(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
529
|
+
beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsUpdateResponse>, EventSubscriptionsUpdateResponse>>;
|
|
530
|
+
beginUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<EventSubscriptionsUpdateResponse>;
|
|
531
|
+
get(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetOptionalParams): Promise<EventSubscriptionsGetResponse>;
|
|
532
|
+
getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
|
|
533
|
+
getFullUrl(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetFullUrlOptionalParams): Promise<EventSubscriptionsGetFullUrlResponse>;
|
|
534
|
+
listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: EventSubscriptionsListByDomainTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
535
|
+
listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: EventSubscriptionsListByResourceOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
536
|
+
listGlobalByResourceGroup(resourceGroupName: string, options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
537
|
+
listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
538
|
+
listGlobalBySubscription(options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
539
|
+
listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
540
|
+
listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
541
|
+
listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
542
|
+
listRegionalBySubscription(location: string, options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
543
|
+
listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export interface EventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
548
|
+
resumeFrom?: string;
|
|
549
|
+
updateIntervalInMs?: number;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
// @public
|
|
553
|
+
export type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
554
|
+
|
|
555
|
+
// @public
|
|
556
|
+
export interface EventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
557
|
+
resumeFrom?: string;
|
|
558
|
+
updateIntervalInMs?: number;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export interface EventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
// @public
|
|
566
|
+
export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export interface EventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
// @public
|
|
573
|
+
export type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export interface EventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
// @public
|
|
580
|
+
export type EventSubscriptionsGetResponse = EventSubscription;
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export interface EventSubscriptionsListByDomainTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
584
|
+
filter?: string;
|
|
585
|
+
top?: number;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
// @public
|
|
589
|
+
export type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
|
|
590
|
+
|
|
591
|
+
// @public
|
|
592
|
+
export interface EventSubscriptionsListByDomainTopicOptionalParams extends coreClient.OperationOptions {
|
|
593
|
+
filter?: string;
|
|
594
|
+
top?: number;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export interface EventSubscriptionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
602
|
+
filter?: string;
|
|
603
|
+
top?: number;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
// @public
|
|
607
|
+
export type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult;
|
|
608
|
+
|
|
609
|
+
// @public
|
|
610
|
+
export interface EventSubscriptionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
611
|
+
filter?: string;
|
|
612
|
+
top?: number;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult;
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
620
|
+
filter?: string;
|
|
621
|
+
top?: number;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
626
|
+
|
|
627
|
+
// @public
|
|
628
|
+
export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
629
|
+
filter?: string;
|
|
630
|
+
top?: number;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
638
|
+
filter?: string;
|
|
639
|
+
top?: number;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
// @public
|
|
643
|
+
export type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
644
|
+
|
|
645
|
+
// @public
|
|
646
|
+
export interface EventSubscriptionsListGlobalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
647
|
+
filter?: string;
|
|
648
|
+
top?: number;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
// @public
|
|
652
|
+
export type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
656
|
+
filter?: string;
|
|
657
|
+
top?: number;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
// @public
|
|
661
|
+
export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
662
|
+
|
|
663
|
+
// @public
|
|
664
|
+
export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
665
|
+
filter?: string;
|
|
666
|
+
top?: number;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
// @public
|
|
670
|
+
export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
671
|
+
|
|
672
|
+
// @public
|
|
673
|
+
export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
674
|
+
filter?: string;
|
|
675
|
+
top?: number;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
// @public
|
|
679
|
+
export type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
680
|
+
|
|
681
|
+
// @public
|
|
682
|
+
export interface EventSubscriptionsListGlobalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
683
|
+
filter?: string;
|
|
684
|
+
top?: number;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
689
|
+
|
|
690
|
+
// @public
|
|
691
|
+
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
692
|
+
filter?: string;
|
|
693
|
+
top?: number;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
// @public
|
|
697
|
+
export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
698
|
+
|
|
699
|
+
// @public
|
|
700
|
+
export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
701
|
+
filter?: string;
|
|
702
|
+
top?: number;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
// @public
|
|
706
|
+
export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
|
|
707
|
+
|
|
708
|
+
// @public
|
|
709
|
+
export interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
710
|
+
filter?: string;
|
|
711
|
+
top?: number;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult;
|
|
716
|
+
|
|
717
|
+
// @public
|
|
718
|
+
export interface EventSubscriptionsListRegionalByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
719
|
+
filter?: string;
|
|
720
|
+
top?: number;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult;
|
|
725
|
+
|
|
726
|
+
// @public
|
|
727
|
+
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams extends coreClient.OperationOptions {
|
|
728
|
+
filter?: string;
|
|
729
|
+
top?: number;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
// @public
|
|
733
|
+
export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
|
|
734
|
+
|
|
735
|
+
// @public
|
|
736
|
+
export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams extends coreClient.OperationOptions {
|
|
737
|
+
filter?: string;
|
|
738
|
+
top?: number;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
|
|
743
|
+
|
|
744
|
+
// @public
|
|
745
|
+
export interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
746
|
+
filter?: string;
|
|
747
|
+
top?: number;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
// @public
|
|
751
|
+
export type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult;
|
|
752
|
+
|
|
753
|
+
// @public
|
|
754
|
+
export interface EventSubscriptionsListRegionalBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
755
|
+
filter?: string;
|
|
756
|
+
top?: number;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
// @public
|
|
760
|
+
export type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult;
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export interface EventSubscriptionsListResult {
|
|
764
|
+
nextLink?: string;
|
|
765
|
+
value?: EventSubscription[];
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
// @public
|
|
769
|
+
export interface EventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
770
|
+
resumeFrom?: string;
|
|
771
|
+
updateIntervalInMs?: number;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
// @public
|
|
775
|
+
export type EventSubscriptionsUpdateResponse = EventSubscription;
|
|
776
|
+
|
|
777
|
+
// @public
|
|
778
|
+
export interface EventSubscriptionUpdateParameters {
|
|
779
|
+
deadLetterDestination?: DeadLetterDestinationUnion;
|
|
780
|
+
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
|
|
781
|
+
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
|
|
782
|
+
destination?: EventSubscriptionDestinationUnion;
|
|
783
|
+
eventDeliverySchema?: EventDeliverySchema;
|
|
784
|
+
expirationTimeUtc?: Date;
|
|
785
|
+
filter?: EventSubscriptionFilter;
|
|
786
|
+
labels?: string[];
|
|
787
|
+
retryPolicy?: RetryPolicy;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
// @public
|
|
791
|
+
export type EventType = Resource & {
|
|
792
|
+
displayName?: string;
|
|
793
|
+
description?: string;
|
|
794
|
+
schemaUrl?: string;
|
|
795
|
+
isInDefaultSet?: boolean;
|
|
796
|
+
};
|
|
797
|
+
|
|
798
|
+
// @public
|
|
799
|
+
export interface EventTypesListResult {
|
|
800
|
+
value?: EventType[];
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
// @public
|
|
804
|
+
export interface ExtendedLocation {
|
|
805
|
+
name?: string;
|
|
806
|
+
type?: string;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
// @public
|
|
810
|
+
export type ExtensionTopic = Resource & {
|
|
811
|
+
description?: string;
|
|
812
|
+
systemTopic?: string;
|
|
813
|
+
};
|
|
814
|
+
|
|
815
|
+
// @public
|
|
816
|
+
export interface ExtensionTopics {
|
|
817
|
+
get(scope: string, options?: ExtensionTopicsGetOptionalParams): Promise<ExtensionTopicsGetResponse>;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
// @public
|
|
821
|
+
export interface ExtensionTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
// @public
|
|
825
|
+
export type ExtensionTopicsGetResponse = ExtensionTopic;
|
|
826
|
+
|
|
827
|
+
// @public
|
|
828
|
+
export type HybridConnectionEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
829
|
+
endpointType: "HybridConnection";
|
|
830
|
+
resourceId?: string;
|
|
831
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
832
|
+
};
|
|
833
|
+
|
|
834
|
+
// @public
|
|
835
|
+
export interface IdentityInfo {
|
|
836
|
+
principalId?: string;
|
|
837
|
+
tenantId?: string;
|
|
838
|
+
type?: IdentityType;
|
|
839
|
+
userAssignedIdentities?: {
|
|
840
|
+
[propertyName: string]: UserIdentityProperties;
|
|
841
|
+
};
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
// @public
|
|
845
|
+
export type IdentityType = string;
|
|
846
|
+
|
|
847
|
+
// @public (undocumented)
|
|
848
|
+
export interface InboundIpRule {
|
|
849
|
+
action?: IpActionType;
|
|
850
|
+
ipMask?: string;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
// @public
|
|
854
|
+
export type InputSchema = string;
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export interface InputSchemaMapping {
|
|
858
|
+
inputSchemaMappingType: "Json";
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export type InputSchemaMappingType = string;
|
|
863
|
+
|
|
864
|
+
// @public (undocumented)
|
|
865
|
+
export type InputSchemaMappingUnion = InputSchemaMapping | JsonInputSchemaMapping;
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export type IpActionType = string;
|
|
869
|
+
|
|
870
|
+
// @public
|
|
871
|
+
export type IsNotNullAdvancedFilter = AdvancedFilter & {
|
|
872
|
+
operatorType: "IsNotNull";
|
|
873
|
+
};
|
|
874
|
+
|
|
875
|
+
// @public
|
|
876
|
+
export type IsNullOrUndefinedAdvancedFilter = AdvancedFilter & {
|
|
877
|
+
operatorType: "IsNullOrUndefined";
|
|
878
|
+
};
|
|
879
|
+
|
|
880
|
+
// @public
|
|
881
|
+
export interface JsonField {
|
|
882
|
+
sourceField?: string;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
// @public
|
|
886
|
+
export interface JsonFieldWithDefault {
|
|
887
|
+
defaultValue?: string;
|
|
888
|
+
sourceField?: string;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
// @public
|
|
892
|
+
export type JsonInputSchemaMapping = InputSchemaMapping & {
|
|
893
|
+
inputSchemaMappingType: "Json";
|
|
894
|
+
id?: JsonField;
|
|
895
|
+
topic?: JsonField;
|
|
896
|
+
eventTime?: JsonField;
|
|
897
|
+
eventType?: JsonFieldWithDefault;
|
|
898
|
+
subject?: JsonFieldWithDefault;
|
|
899
|
+
dataVersion?: JsonFieldWithDefault;
|
|
900
|
+
};
|
|
901
|
+
|
|
902
|
+
// @public
|
|
903
|
+
export enum KnownAdvancedFilterOperatorType {
|
|
904
|
+
// (undocumented)
|
|
905
|
+
BoolEquals = "BoolEquals",
|
|
906
|
+
// (undocumented)
|
|
907
|
+
IsNotNull = "IsNotNull",
|
|
908
|
+
// (undocumented)
|
|
909
|
+
IsNullOrUndefined = "IsNullOrUndefined",
|
|
910
|
+
// (undocumented)
|
|
911
|
+
NumberGreaterThan = "NumberGreaterThan",
|
|
912
|
+
// (undocumented)
|
|
913
|
+
NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
|
|
914
|
+
// (undocumented)
|
|
915
|
+
NumberIn = "NumberIn",
|
|
916
|
+
// (undocumented)
|
|
917
|
+
NumberInRange = "NumberInRange",
|
|
918
|
+
// (undocumented)
|
|
919
|
+
NumberLessThan = "NumberLessThan",
|
|
920
|
+
// (undocumented)
|
|
921
|
+
NumberLessThanOrEquals = "NumberLessThanOrEquals",
|
|
922
|
+
// (undocumented)
|
|
923
|
+
NumberNotIn = "NumberNotIn",
|
|
924
|
+
// (undocumented)
|
|
925
|
+
NumberNotInRange = "NumberNotInRange",
|
|
926
|
+
// (undocumented)
|
|
927
|
+
StringBeginsWith = "StringBeginsWith",
|
|
928
|
+
// (undocumented)
|
|
929
|
+
StringContains = "StringContains",
|
|
930
|
+
// (undocumented)
|
|
931
|
+
StringEndsWith = "StringEndsWith",
|
|
932
|
+
// (undocumented)
|
|
933
|
+
StringIn = "StringIn",
|
|
934
|
+
// (undocumented)
|
|
935
|
+
StringNotBeginsWith = "StringNotBeginsWith",
|
|
936
|
+
// (undocumented)
|
|
937
|
+
StringNotContains = "StringNotContains",
|
|
938
|
+
// (undocumented)
|
|
939
|
+
StringNotEndsWith = "StringNotEndsWith",
|
|
940
|
+
// (undocumented)
|
|
941
|
+
StringNotIn = "StringNotIn"
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
// @public
|
|
945
|
+
export enum KnownCreatedByType {
|
|
946
|
+
// (undocumented)
|
|
947
|
+
Application = "Application",
|
|
948
|
+
// (undocumented)
|
|
949
|
+
Key = "Key",
|
|
950
|
+
// (undocumented)
|
|
951
|
+
ManagedIdentity = "ManagedIdentity",
|
|
952
|
+
// (undocumented)
|
|
953
|
+
User = "User"
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
// @public
|
|
957
|
+
export enum KnownDeadLetterEndPointType {
|
|
958
|
+
// (undocumented)
|
|
959
|
+
StorageBlob = "StorageBlob"
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
// @public
|
|
963
|
+
export enum KnownDeliveryAttributeMappingType {
|
|
964
|
+
// (undocumented)
|
|
965
|
+
Dynamic = "Dynamic",
|
|
966
|
+
// (undocumented)
|
|
967
|
+
Static = "Static"
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
// @public
|
|
971
|
+
export enum KnownDomainProvisioningState {
|
|
972
|
+
// (undocumented)
|
|
973
|
+
Canceled = "Canceled",
|
|
974
|
+
// (undocumented)
|
|
975
|
+
Creating = "Creating",
|
|
976
|
+
// (undocumented)
|
|
977
|
+
Deleting = "Deleting",
|
|
978
|
+
// (undocumented)
|
|
979
|
+
Failed = "Failed",
|
|
980
|
+
// (undocumented)
|
|
981
|
+
Succeeded = "Succeeded",
|
|
982
|
+
// (undocumented)
|
|
983
|
+
Updating = "Updating"
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
// @public
|
|
987
|
+
export enum KnownDomainTopicProvisioningState {
|
|
988
|
+
// (undocumented)
|
|
989
|
+
Canceled = "Canceled",
|
|
990
|
+
// (undocumented)
|
|
991
|
+
Creating = "Creating",
|
|
992
|
+
// (undocumented)
|
|
993
|
+
Deleting = "Deleting",
|
|
994
|
+
// (undocumented)
|
|
995
|
+
Failed = "Failed",
|
|
996
|
+
// (undocumented)
|
|
997
|
+
Succeeded = "Succeeded",
|
|
998
|
+
// (undocumented)
|
|
999
|
+
Updating = "Updating"
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
// @public
|
|
1003
|
+
export enum KnownEndpointType {
|
|
1004
|
+
// (undocumented)
|
|
1005
|
+
AzureFunction = "AzureFunction",
|
|
1006
|
+
// (undocumented)
|
|
1007
|
+
EventHub = "EventHub",
|
|
1008
|
+
// (undocumented)
|
|
1009
|
+
HybridConnection = "HybridConnection",
|
|
1010
|
+
// (undocumented)
|
|
1011
|
+
ServiceBusQueue = "ServiceBusQueue",
|
|
1012
|
+
// (undocumented)
|
|
1013
|
+
ServiceBusTopic = "ServiceBusTopic",
|
|
1014
|
+
// (undocumented)
|
|
1015
|
+
StorageQueue = "StorageQueue",
|
|
1016
|
+
// (undocumented)
|
|
1017
|
+
WebHook = "WebHook"
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
// @public
|
|
1021
|
+
export enum KnownEnum25 {
|
|
1022
|
+
// (undocumented)
|
|
1023
|
+
Domains = "domains",
|
|
1024
|
+
// (undocumented)
|
|
1025
|
+
PartnerNamespaces = "partnerNamespaces",
|
|
1026
|
+
// (undocumented)
|
|
1027
|
+
Topics = "topics"
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
// @public
|
|
1031
|
+
export enum KnownEnum26 {
|
|
1032
|
+
// (undocumented)
|
|
1033
|
+
Domains = "domains",
|
|
1034
|
+
// (undocumented)
|
|
1035
|
+
PartnerNamespaces = "partnerNamespaces",
|
|
1036
|
+
// (undocumented)
|
|
1037
|
+
Topics = "topics"
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
// @public
|
|
1041
|
+
export enum KnownEnum27 {
|
|
1042
|
+
// (undocumented)
|
|
1043
|
+
Domains = "domains",
|
|
1044
|
+
// (undocumented)
|
|
1045
|
+
PartnerNamespaces = "partnerNamespaces",
|
|
1046
|
+
// (undocumented)
|
|
1047
|
+
Topics = "topics"
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
// @public
|
|
1051
|
+
export enum KnownEnum28 {
|
|
1052
|
+
// (undocumented)
|
|
1053
|
+
Domains = "domains",
|
|
1054
|
+
// (undocumented)
|
|
1055
|
+
PartnerNamespaces = "partnerNamespaces",
|
|
1056
|
+
// (undocumented)
|
|
1057
|
+
Topics = "topics"
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
// @public
|
|
1061
|
+
export enum KnownEventChannelProvisioningState {
|
|
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 enum KnownEventDeliverySchema {
|
|
1078
|
+
// (undocumented)
|
|
1079
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0",
|
|
1080
|
+
// (undocumented)
|
|
1081
|
+
CustomInputSchema = "CustomInputSchema",
|
|
1082
|
+
// (undocumented)
|
|
1083
|
+
EventGridSchema = "EventGridSchema"
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
// @public
|
|
1087
|
+
export enum KnownEventSubscriptionIdentityType {
|
|
1088
|
+
// (undocumented)
|
|
1089
|
+
SystemAssigned = "SystemAssigned",
|
|
1090
|
+
// (undocumented)
|
|
1091
|
+
UserAssigned = "UserAssigned"
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
// @public
|
|
1095
|
+
export enum KnownEventSubscriptionProvisioningState {
|
|
1096
|
+
// (undocumented)
|
|
1097
|
+
AwaitingManualAction = "AwaitingManualAction",
|
|
1098
|
+
// (undocumented)
|
|
1099
|
+
Canceled = "Canceled",
|
|
1100
|
+
// (undocumented)
|
|
1101
|
+
Creating = "Creating",
|
|
1102
|
+
// (undocumented)
|
|
1103
|
+
Deleting = "Deleting",
|
|
1104
|
+
// (undocumented)
|
|
1105
|
+
Failed = "Failed",
|
|
1106
|
+
// (undocumented)
|
|
1107
|
+
Succeeded = "Succeeded",
|
|
1108
|
+
// (undocumented)
|
|
1109
|
+
Updating = "Updating"
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export enum KnownIdentityType {
|
|
1114
|
+
// (undocumented)
|
|
1115
|
+
None = "None",
|
|
1116
|
+
// (undocumented)
|
|
1117
|
+
SystemAssigned = "SystemAssigned",
|
|
1118
|
+
// (undocumented)
|
|
1119
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1120
|
+
// (undocumented)
|
|
1121
|
+
UserAssigned = "UserAssigned"
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
// @public
|
|
1125
|
+
export enum KnownInputSchema {
|
|
1126
|
+
// (undocumented)
|
|
1127
|
+
CloudEventSchemaV10 = "CloudEventSchemaV1_0",
|
|
1128
|
+
// (undocumented)
|
|
1129
|
+
CustomEventSchema = "CustomEventSchema",
|
|
1130
|
+
// (undocumented)
|
|
1131
|
+
EventGridSchema = "EventGridSchema"
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
// @public
|
|
1135
|
+
export enum KnownInputSchemaMappingType {
|
|
1136
|
+
// (undocumented)
|
|
1137
|
+
Json = "Json"
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
// @public
|
|
1141
|
+
export enum KnownIpActionType {
|
|
1142
|
+
// (undocumented)
|
|
1143
|
+
Allow = "Allow"
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
// @public
|
|
1147
|
+
export enum KnownPartnerNamespaceProvisioningState {
|
|
1148
|
+
// (undocumented)
|
|
1149
|
+
Canceled = "Canceled",
|
|
1150
|
+
// (undocumented)
|
|
1151
|
+
Creating = "Creating",
|
|
1152
|
+
// (undocumented)
|
|
1153
|
+
Deleting = "Deleting",
|
|
1154
|
+
// (undocumented)
|
|
1155
|
+
Failed = "Failed",
|
|
1156
|
+
// (undocumented)
|
|
1157
|
+
Succeeded = "Succeeded",
|
|
1158
|
+
// (undocumented)
|
|
1159
|
+
Updating = "Updating"
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
// @public
|
|
1163
|
+
export enum KnownPartnerRegistrationProvisioningState {
|
|
1164
|
+
// (undocumented)
|
|
1165
|
+
Canceled = "Canceled",
|
|
1166
|
+
// (undocumented)
|
|
1167
|
+
Creating = "Creating",
|
|
1168
|
+
// (undocumented)
|
|
1169
|
+
Deleting = "Deleting",
|
|
1170
|
+
// (undocumented)
|
|
1171
|
+
Failed = "Failed",
|
|
1172
|
+
// (undocumented)
|
|
1173
|
+
Succeeded = "Succeeded",
|
|
1174
|
+
// (undocumented)
|
|
1175
|
+
Updating = "Updating"
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
// @public
|
|
1179
|
+
export enum KnownPartnerRegistrationVisibilityState {
|
|
1180
|
+
// (undocumented)
|
|
1181
|
+
GenerallyAvailable = "GenerallyAvailable",
|
|
1182
|
+
// (undocumented)
|
|
1183
|
+
Hidden = "Hidden",
|
|
1184
|
+
// (undocumented)
|
|
1185
|
+
PublicPreview = "PublicPreview"
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
// @public
|
|
1189
|
+
export enum KnownPartnerTopicActivationState {
|
|
1190
|
+
// (undocumented)
|
|
1191
|
+
Activated = "Activated",
|
|
1192
|
+
// (undocumented)
|
|
1193
|
+
Deactivated = "Deactivated",
|
|
1194
|
+
// (undocumented)
|
|
1195
|
+
NeverActivated = "NeverActivated"
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
// @public
|
|
1199
|
+
export enum KnownPartnerTopicProvisioningState {
|
|
1200
|
+
// (undocumented)
|
|
1201
|
+
Canceled = "Canceled",
|
|
1202
|
+
// (undocumented)
|
|
1203
|
+
Creating = "Creating",
|
|
1204
|
+
// (undocumented)
|
|
1205
|
+
Deleting = "Deleting",
|
|
1206
|
+
// (undocumented)
|
|
1207
|
+
Failed = "Failed",
|
|
1208
|
+
// (undocumented)
|
|
1209
|
+
Succeeded = "Succeeded",
|
|
1210
|
+
// (undocumented)
|
|
1211
|
+
Updating = "Updating"
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
// @public
|
|
1215
|
+
export enum KnownPartnerTopicReadinessState {
|
|
1216
|
+
// (undocumented)
|
|
1217
|
+
ActivatedByUser = "ActivatedByUser",
|
|
1218
|
+
// (undocumented)
|
|
1219
|
+
DeactivatedByUser = "DeactivatedByUser",
|
|
1220
|
+
// (undocumented)
|
|
1221
|
+
DeletedByUser = "DeletedByUser",
|
|
1222
|
+
// (undocumented)
|
|
1223
|
+
NotActivatedByUserYet = "NotActivatedByUserYet"
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
// @public
|
|
1227
|
+
export enum KnownPersistedConnectionStatus {
|
|
1228
|
+
// (undocumented)
|
|
1229
|
+
Approved = "Approved",
|
|
1230
|
+
// (undocumented)
|
|
1231
|
+
Disconnected = "Disconnected",
|
|
1232
|
+
// (undocumented)
|
|
1233
|
+
Pending = "Pending",
|
|
1234
|
+
// (undocumented)
|
|
1235
|
+
Rejected = "Rejected"
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
// @public
|
|
1239
|
+
export enum KnownPublicNetworkAccess {
|
|
1240
|
+
// (undocumented)
|
|
1241
|
+
Disabled = "Disabled",
|
|
1242
|
+
// (undocumented)
|
|
1243
|
+
Enabled = "Enabled"
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
// @public
|
|
1247
|
+
export enum KnownResourceKind {
|
|
1248
|
+
// (undocumented)
|
|
1249
|
+
Azure = "Azure",
|
|
1250
|
+
// (undocumented)
|
|
1251
|
+
AzureArc = "AzureArc"
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
// @public
|
|
1255
|
+
export enum KnownResourceProvisioningState {
|
|
1256
|
+
// (undocumented)
|
|
1257
|
+
Canceled = "Canceled",
|
|
1258
|
+
// (undocumented)
|
|
1259
|
+
Creating = "Creating",
|
|
1260
|
+
// (undocumented)
|
|
1261
|
+
Deleting = "Deleting",
|
|
1262
|
+
// (undocumented)
|
|
1263
|
+
Failed = "Failed",
|
|
1264
|
+
// (undocumented)
|
|
1265
|
+
Succeeded = "Succeeded",
|
|
1266
|
+
// (undocumented)
|
|
1267
|
+
Updating = "Updating"
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
// @public
|
|
1271
|
+
export enum KnownResourceRegionType {
|
|
1272
|
+
// (undocumented)
|
|
1273
|
+
GlobalResource = "GlobalResource",
|
|
1274
|
+
// (undocumented)
|
|
1275
|
+
RegionalResource = "RegionalResource"
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
// @public
|
|
1279
|
+
export enum KnownSku {
|
|
1280
|
+
// (undocumented)
|
|
1281
|
+
Basic = "Basic",
|
|
1282
|
+
// (undocumented)
|
|
1283
|
+
Premium = "Premium"
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
// @public
|
|
1287
|
+
export enum KnownTopicProvisioningState {
|
|
1288
|
+
// (undocumented)
|
|
1289
|
+
Canceled = "Canceled",
|
|
1290
|
+
// (undocumented)
|
|
1291
|
+
Creating = "Creating",
|
|
1292
|
+
// (undocumented)
|
|
1293
|
+
Deleting = "Deleting",
|
|
1294
|
+
// (undocumented)
|
|
1295
|
+
Failed = "Failed",
|
|
1296
|
+
// (undocumented)
|
|
1297
|
+
Succeeded = "Succeeded",
|
|
1298
|
+
// (undocumented)
|
|
1299
|
+
Updating = "Updating"
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
// @public
|
|
1303
|
+
export enum KnownTopicTypePropertiesSupportedScopesForSourceItem {
|
|
1304
|
+
// (undocumented)
|
|
1305
|
+
AzureSubscription = "AzureSubscription",
|
|
1306
|
+
// (undocumented)
|
|
1307
|
+
Resource = "Resource",
|
|
1308
|
+
// (undocumented)
|
|
1309
|
+
ResourceGroup = "ResourceGroup"
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
// @public
|
|
1313
|
+
export enum KnownTopicTypeProvisioningState {
|
|
1314
|
+
// (undocumented)
|
|
1315
|
+
Canceled = "Canceled",
|
|
1316
|
+
// (undocumented)
|
|
1317
|
+
Creating = "Creating",
|
|
1318
|
+
// (undocumented)
|
|
1319
|
+
Deleting = "Deleting",
|
|
1320
|
+
// (undocumented)
|
|
1321
|
+
Failed = "Failed",
|
|
1322
|
+
// (undocumented)
|
|
1323
|
+
Succeeded = "Succeeded",
|
|
1324
|
+
// (undocumented)
|
|
1325
|
+
Updating = "Updating"
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
// @public
|
|
1329
|
+
export type NumberGreaterThanAdvancedFilter = AdvancedFilter & {
|
|
1330
|
+
operatorType: "NumberGreaterThan";
|
|
1331
|
+
value?: number;
|
|
1332
|
+
};
|
|
1333
|
+
|
|
1334
|
+
// @public
|
|
1335
|
+
export type NumberGreaterThanOrEqualsAdvancedFilter = AdvancedFilter & {
|
|
1336
|
+
operatorType: "NumberGreaterThanOrEquals";
|
|
1337
|
+
value?: number;
|
|
1338
|
+
};
|
|
1339
|
+
|
|
1340
|
+
// @public
|
|
1341
|
+
export type NumberInAdvancedFilter = AdvancedFilter & {
|
|
1342
|
+
operatorType: "NumberIn";
|
|
1343
|
+
values?: number[];
|
|
1344
|
+
};
|
|
1345
|
+
|
|
1346
|
+
// @public
|
|
1347
|
+
export type NumberInRangeAdvancedFilter = AdvancedFilter & {
|
|
1348
|
+
operatorType: "NumberInRange";
|
|
1349
|
+
values?: number[][];
|
|
1350
|
+
};
|
|
1351
|
+
|
|
1352
|
+
// @public
|
|
1353
|
+
export type NumberLessThanAdvancedFilter = AdvancedFilter & {
|
|
1354
|
+
operatorType: "NumberLessThan";
|
|
1355
|
+
value?: number;
|
|
1356
|
+
};
|
|
1357
|
+
|
|
1358
|
+
// @public
|
|
1359
|
+
export type NumberLessThanOrEqualsAdvancedFilter = AdvancedFilter & {
|
|
1360
|
+
operatorType: "NumberLessThanOrEquals";
|
|
1361
|
+
value?: number;
|
|
1362
|
+
};
|
|
1363
|
+
|
|
1364
|
+
// @public
|
|
1365
|
+
export type NumberNotInAdvancedFilter = AdvancedFilter & {
|
|
1366
|
+
operatorType: "NumberNotIn";
|
|
1367
|
+
values?: number[];
|
|
1368
|
+
};
|
|
1369
|
+
|
|
1370
|
+
// @public
|
|
1371
|
+
export type NumberNotInRangeAdvancedFilter = AdvancedFilter & {
|
|
1372
|
+
operatorType: "NumberNotInRange";
|
|
1373
|
+
values?: number[][];
|
|
1374
|
+
};
|
|
1375
|
+
|
|
1376
|
+
// @public
|
|
1377
|
+
export interface Operation {
|
|
1378
|
+
display?: OperationInfo;
|
|
1379
|
+
isDataAction?: boolean;
|
|
1380
|
+
name?: string;
|
|
1381
|
+
origin?: string;
|
|
1382
|
+
properties?: Record<string, unknown>;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
// @public
|
|
1386
|
+
export interface OperationInfo {
|
|
1387
|
+
description?: string;
|
|
1388
|
+
operation?: string;
|
|
1389
|
+
provider?: string;
|
|
1390
|
+
resource?: string;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
// @public
|
|
1394
|
+
export interface Operations {
|
|
1395
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
// @public
|
|
1399
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
// @public
|
|
1403
|
+
export type OperationsListResponse = OperationsListResult;
|
|
1404
|
+
|
|
1405
|
+
// @public
|
|
1406
|
+
export interface OperationsListResult {
|
|
1407
|
+
value?: Operation[];
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
// @public
|
|
1411
|
+
export type PartnerNamespace = TrackedResource & {
|
|
1412
|
+
readonly systemData?: SystemData;
|
|
1413
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1414
|
+
readonly provisioningState?: PartnerNamespaceProvisioningState;
|
|
1415
|
+
partnerRegistrationFullyQualifiedId?: string;
|
|
1416
|
+
readonly endpoint?: string;
|
|
1417
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1418
|
+
inboundIpRules?: InboundIpRule[];
|
|
1419
|
+
disableLocalAuth?: boolean;
|
|
1420
|
+
};
|
|
1421
|
+
|
|
1422
|
+
// @public
|
|
1423
|
+
export type PartnerNamespaceProvisioningState = string;
|
|
1424
|
+
|
|
1425
|
+
// @public
|
|
1426
|
+
export interface PartnerNamespaceRegenerateKeyRequest {
|
|
1427
|
+
keyName: string;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
// @public
|
|
1431
|
+
export interface PartnerNamespaces {
|
|
1432
|
+
beginCreateOrUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PartnerNamespacesCreateOrUpdateResponse>, PartnerNamespacesCreateOrUpdateResponse>>;
|
|
1433
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceInfo: PartnerNamespace, options?: PartnerNamespacesCreateOrUpdateOptionalParams): Promise<PartnerNamespacesCreateOrUpdateResponse>;
|
|
1434
|
+
beginDelete(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1435
|
+
beginDeleteAndWait(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesDeleteOptionalParams): Promise<void>;
|
|
1436
|
+
beginUpdate(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1437
|
+
beginUpdateAndWait(resourceGroupName: string, partnerNamespaceName: string, partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters, options?: PartnerNamespacesUpdateOptionalParams): Promise<void>;
|
|
1438
|
+
get(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesGetOptionalParams): Promise<PartnerNamespacesGetResponse>;
|
|
1439
|
+
listByResourceGroup(resourceGroupName: string, options?: PartnerNamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerNamespace>;
|
|
1440
|
+
listBySubscription(options?: PartnerNamespacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerNamespace>;
|
|
1441
|
+
listSharedAccessKeys(resourceGroupName: string, partnerNamespaceName: string, options?: PartnerNamespacesListSharedAccessKeysOptionalParams): Promise<PartnerNamespacesListSharedAccessKeysResponse>;
|
|
1442
|
+
regenerateKey(resourceGroupName: string, partnerNamespaceName: string, regenerateKeyRequest: PartnerNamespaceRegenerateKeyRequest, options?: PartnerNamespacesRegenerateKeyOptionalParams): Promise<PartnerNamespacesRegenerateKeyResponse>;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
// @public
|
|
1446
|
+
export interface PartnerNamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1447
|
+
resumeFrom?: string;
|
|
1448
|
+
updateIntervalInMs?: number;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export type PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;
|
|
1453
|
+
|
|
1454
|
+
// @public
|
|
1455
|
+
export interface PartnerNamespacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1456
|
+
resumeFrom?: string;
|
|
1457
|
+
updateIntervalInMs?: number;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
// @public
|
|
1461
|
+
export interface PartnerNamespacesGetOptionalParams extends coreClient.OperationOptions {
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
// @public
|
|
1465
|
+
export type PartnerNamespacesGetResponse = PartnerNamespace;
|
|
1466
|
+
|
|
1467
|
+
// @public
|
|
1468
|
+
export interface PartnerNamespaceSharedAccessKeys {
|
|
1469
|
+
key1?: string;
|
|
1470
|
+
key2?: string;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
// @public
|
|
1474
|
+
export interface PartnerNamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1475
|
+
filter?: string;
|
|
1476
|
+
top?: number;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
// @public
|
|
1480
|
+
export type PartnerNamespacesListByResourceGroupNextResponse = PartnerNamespacesListResult;
|
|
1481
|
+
|
|
1482
|
+
// @public
|
|
1483
|
+
export interface PartnerNamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1484
|
+
filter?: string;
|
|
1485
|
+
top?: number;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
// @public
|
|
1489
|
+
export type PartnerNamespacesListByResourceGroupResponse = PartnerNamespacesListResult;
|
|
1490
|
+
|
|
1491
|
+
// @public
|
|
1492
|
+
export interface PartnerNamespacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1493
|
+
filter?: string;
|
|
1494
|
+
top?: number;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
// @public
|
|
1498
|
+
export type PartnerNamespacesListBySubscriptionNextResponse = PartnerNamespacesListResult;
|
|
1499
|
+
|
|
1500
|
+
// @public
|
|
1501
|
+
export interface PartnerNamespacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1502
|
+
filter?: string;
|
|
1503
|
+
top?: number;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
// @public
|
|
1507
|
+
export type PartnerNamespacesListBySubscriptionResponse = PartnerNamespacesListResult;
|
|
1508
|
+
|
|
1509
|
+
// @public
|
|
1510
|
+
export interface PartnerNamespacesListResult {
|
|
1511
|
+
nextLink?: string;
|
|
1512
|
+
value?: PartnerNamespace[];
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
// @public
|
|
1516
|
+
export interface PartnerNamespacesListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
// @public
|
|
1520
|
+
export type PartnerNamespacesListSharedAccessKeysResponse = PartnerNamespaceSharedAccessKeys;
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export interface PartnerNamespacesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
// @public
|
|
1527
|
+
export type PartnerNamespacesRegenerateKeyResponse = PartnerNamespaceSharedAccessKeys;
|
|
1528
|
+
|
|
1529
|
+
// @public
|
|
1530
|
+
export interface PartnerNamespacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1531
|
+
resumeFrom?: string;
|
|
1532
|
+
updateIntervalInMs?: number;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
// @public
|
|
1536
|
+
export interface PartnerNamespaceUpdateParameters {
|
|
1537
|
+
disableLocalAuth?: boolean;
|
|
1538
|
+
inboundIpRules?: InboundIpRule[];
|
|
1539
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1540
|
+
tags?: {
|
|
1541
|
+
[propertyName: string]: string;
|
|
1542
|
+
};
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
// @public
|
|
1546
|
+
export type PartnerRegistration = TrackedResource & {
|
|
1547
|
+
readonly systemData?: SystemData;
|
|
1548
|
+
readonly provisioningState?: PartnerRegistrationProvisioningState;
|
|
1549
|
+
partnerName?: string;
|
|
1550
|
+
partnerResourceTypeName?: string;
|
|
1551
|
+
partnerResourceTypeDisplayName?: string;
|
|
1552
|
+
partnerResourceTypeDescription?: string;
|
|
1553
|
+
longDescription?: string;
|
|
1554
|
+
partnerCustomerServiceNumber?: string;
|
|
1555
|
+
partnerCustomerServiceExtension?: string;
|
|
1556
|
+
customerServiceUri?: string;
|
|
1557
|
+
setupUri?: string;
|
|
1558
|
+
logoUri?: string;
|
|
1559
|
+
visibilityState?: PartnerRegistrationVisibilityState;
|
|
1560
|
+
authorizedAzureSubscriptionIds?: string[];
|
|
1561
|
+
};
|
|
1562
|
+
|
|
1563
|
+
// @public
|
|
1564
|
+
export type PartnerRegistrationProvisioningState = string;
|
|
1565
|
+
|
|
1566
|
+
// @public
|
|
1567
|
+
export interface PartnerRegistrations {
|
|
1568
|
+
createOrUpdate(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationInfo: PartnerRegistration, options?: PartnerRegistrationsCreateOrUpdateOptionalParams): Promise<PartnerRegistrationsCreateOrUpdateResponse>;
|
|
1569
|
+
delete(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsDeleteOptionalParams): Promise<void>;
|
|
1570
|
+
get(resourceGroupName: string, partnerRegistrationName: string, options?: PartnerRegistrationsGetOptionalParams): Promise<PartnerRegistrationsGetResponse>;
|
|
1571
|
+
listByResourceGroup(resourceGroupName: string, options?: PartnerRegistrationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
|
|
1572
|
+
listBySubscription(options?: PartnerRegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerRegistration>;
|
|
1573
|
+
update(resourceGroupName: string, partnerRegistrationName: string, partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters, options?: PartnerRegistrationsUpdateOptionalParams): Promise<PartnerRegistrationsUpdateResponse>;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
// @public
|
|
1577
|
+
export interface PartnerRegistrationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
// @public
|
|
1581
|
+
export type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;
|
|
1582
|
+
|
|
1583
|
+
// @public
|
|
1584
|
+
export interface PartnerRegistrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
// @public
|
|
1588
|
+
export interface PartnerRegistrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
// @public
|
|
1592
|
+
export type PartnerRegistrationsGetResponse = PartnerRegistration;
|
|
1593
|
+
|
|
1594
|
+
// @public
|
|
1595
|
+
export interface PartnerRegistrationsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1596
|
+
filter?: string;
|
|
1597
|
+
top?: number;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
// @public
|
|
1601
|
+
export type PartnerRegistrationsListByResourceGroupNextResponse = PartnerRegistrationsListResult;
|
|
1602
|
+
|
|
1603
|
+
// @public
|
|
1604
|
+
export interface PartnerRegistrationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1605
|
+
filter?: string;
|
|
1606
|
+
top?: number;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
// @public
|
|
1610
|
+
export type PartnerRegistrationsListByResourceGroupResponse = PartnerRegistrationsListResult;
|
|
1611
|
+
|
|
1612
|
+
// @public
|
|
1613
|
+
export interface PartnerRegistrationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1614
|
+
filter?: string;
|
|
1615
|
+
top?: number;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
// @public
|
|
1619
|
+
export type PartnerRegistrationsListBySubscriptionNextResponse = PartnerRegistrationsListResult;
|
|
1620
|
+
|
|
1621
|
+
// @public
|
|
1622
|
+
export interface PartnerRegistrationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1623
|
+
filter?: string;
|
|
1624
|
+
top?: number;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
// @public
|
|
1628
|
+
export type PartnerRegistrationsListBySubscriptionResponse = PartnerRegistrationsListResult;
|
|
1629
|
+
|
|
1630
|
+
// @public
|
|
1631
|
+
export interface PartnerRegistrationsListResult {
|
|
1632
|
+
nextLink?: string;
|
|
1633
|
+
value?: PartnerRegistration[];
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
// @public
|
|
1637
|
+
export interface PartnerRegistrationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
// @public
|
|
1641
|
+
export type PartnerRegistrationsUpdateResponse = PartnerRegistration;
|
|
1642
|
+
|
|
1643
|
+
// @public
|
|
1644
|
+
export interface PartnerRegistrationUpdateParameters {
|
|
1645
|
+
authorizedAzureSubscriptionIds?: string[];
|
|
1646
|
+
logoUri?: string;
|
|
1647
|
+
partnerTopicTypeDescription?: string;
|
|
1648
|
+
partnerTopicTypeDisplayName?: string;
|
|
1649
|
+
partnerTopicTypeName?: string;
|
|
1650
|
+
setupUri?: string;
|
|
1651
|
+
tags?: {
|
|
1652
|
+
[propertyName: string]: string;
|
|
1653
|
+
};
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
// @public
|
|
1657
|
+
export type PartnerRegistrationVisibilityState = string;
|
|
1658
|
+
|
|
1659
|
+
// @public
|
|
1660
|
+
export type PartnerTopic = TrackedResource & {
|
|
1661
|
+
readonly systemData?: SystemData;
|
|
1662
|
+
identity?: IdentityInfo;
|
|
1663
|
+
source?: string;
|
|
1664
|
+
expirationTimeIfNotActivatedUtc?: Date;
|
|
1665
|
+
readonly provisioningState?: PartnerTopicProvisioningState;
|
|
1666
|
+
activationState?: PartnerTopicActivationState;
|
|
1667
|
+
partnerTopicFriendlyDescription?: string;
|
|
1668
|
+
};
|
|
1669
|
+
|
|
1670
|
+
// @public
|
|
1671
|
+
export type PartnerTopicActivationState = string;
|
|
1672
|
+
|
|
1673
|
+
// @public
|
|
1674
|
+
export interface PartnerTopicEventSubscriptions {
|
|
1675
|
+
beginCreateOrUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>, PartnerTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
1676
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
1677
|
+
beginDelete(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1678
|
+
beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
1679
|
+
beginUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PartnerTopicEventSubscriptionsUpdateResponse>, PartnerTopicEventSubscriptionsUpdateResponse>>;
|
|
1680
|
+
beginUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<PartnerTopicEventSubscriptionsUpdateResponse>;
|
|
1681
|
+
get(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetOptionalParams): Promise<PartnerTopicEventSubscriptionsGetResponse>;
|
|
1682
|
+
getDeliveryAttributes(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
1683
|
+
getFullUrl(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<PartnerTopicEventSubscriptionsGetFullUrlResponse>;
|
|
1684
|
+
listByPartnerTopic(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
// @public
|
|
1688
|
+
export interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1689
|
+
resumeFrom?: string;
|
|
1690
|
+
updateIntervalInMs?: number;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
// @public
|
|
1694
|
+
export type PartnerTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
1695
|
+
|
|
1696
|
+
// @public
|
|
1697
|
+
export interface PartnerTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1698
|
+
resumeFrom?: string;
|
|
1699
|
+
updateIntervalInMs?: number;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
// @public
|
|
1703
|
+
export interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
// @public
|
|
1707
|
+
export type PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
1708
|
+
|
|
1709
|
+
// @public
|
|
1710
|
+
export interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
// @public
|
|
1714
|
+
export type PartnerTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
1715
|
+
|
|
1716
|
+
// @public
|
|
1717
|
+
export interface PartnerTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
// @public
|
|
1721
|
+
export type PartnerTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
1722
|
+
|
|
1723
|
+
// @public
|
|
1724
|
+
export interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
1725
|
+
filter?: string;
|
|
1726
|
+
top?: number;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
// @public
|
|
1730
|
+
export type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse = EventSubscriptionsListResult;
|
|
1731
|
+
|
|
1732
|
+
// @public
|
|
1733
|
+
export interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams extends coreClient.OperationOptions {
|
|
1734
|
+
filter?: string;
|
|
1735
|
+
top?: number;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
// @public
|
|
1739
|
+
export type PartnerTopicEventSubscriptionsListByPartnerTopicResponse = EventSubscriptionsListResult;
|
|
1740
|
+
|
|
1741
|
+
// @public
|
|
1742
|
+
export interface PartnerTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1743
|
+
resumeFrom?: string;
|
|
1744
|
+
updateIntervalInMs?: number;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
// @public
|
|
1748
|
+
export type PartnerTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
1749
|
+
|
|
1750
|
+
// @public
|
|
1751
|
+
export type PartnerTopicProvisioningState = string;
|
|
1752
|
+
|
|
1753
|
+
// @public
|
|
1754
|
+
export type PartnerTopicReadinessState = string;
|
|
1755
|
+
|
|
1756
|
+
// @public
|
|
1757
|
+
export interface PartnerTopics {
|
|
1758
|
+
activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopicsActivateResponse>;
|
|
1759
|
+
beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1760
|
+
beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<void>;
|
|
1761
|
+
deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopicsDeactivateResponse>;
|
|
1762
|
+
get(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams): Promise<PartnerTopicsGetResponse>;
|
|
1763
|
+
listByResourceGroup(resourceGroupName: string, options?: PartnerTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
|
|
1764
|
+
listBySubscription(options?: PartnerTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
|
|
1765
|
+
update(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams): Promise<PartnerTopicsUpdateResponse>;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
// @public
|
|
1769
|
+
export interface PartnerTopicsActivateOptionalParams extends coreClient.OperationOptions {
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
// @public
|
|
1773
|
+
export type PartnerTopicsActivateResponse = PartnerTopic;
|
|
1774
|
+
|
|
1775
|
+
// @public
|
|
1776
|
+
export interface PartnerTopicsDeactivateOptionalParams extends coreClient.OperationOptions {
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
// @public
|
|
1780
|
+
export type PartnerTopicsDeactivateResponse = PartnerTopic;
|
|
1781
|
+
|
|
1782
|
+
// @public
|
|
1783
|
+
export interface PartnerTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1784
|
+
resumeFrom?: string;
|
|
1785
|
+
updateIntervalInMs?: number;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
// @public
|
|
1789
|
+
export interface PartnerTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
// @public
|
|
1793
|
+
export type PartnerTopicsGetResponse = PartnerTopic;
|
|
1794
|
+
|
|
1795
|
+
// @public
|
|
1796
|
+
export interface PartnerTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1797
|
+
filter?: string;
|
|
1798
|
+
top?: number;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
// @public
|
|
1802
|
+
export type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
|
|
1803
|
+
|
|
1804
|
+
// @public
|
|
1805
|
+
export interface PartnerTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1806
|
+
filter?: string;
|
|
1807
|
+
top?: number;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
// @public
|
|
1811
|
+
export type PartnerTopicsListByResourceGroupResponse = PartnerTopicsListResult;
|
|
1812
|
+
|
|
1813
|
+
// @public
|
|
1814
|
+
export interface PartnerTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1815
|
+
filter?: string;
|
|
1816
|
+
top?: number;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
// @public
|
|
1820
|
+
export type PartnerTopicsListBySubscriptionNextResponse = PartnerTopicsListResult;
|
|
1821
|
+
|
|
1822
|
+
// @public
|
|
1823
|
+
export interface PartnerTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1824
|
+
filter?: string;
|
|
1825
|
+
top?: number;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
// @public
|
|
1829
|
+
export type PartnerTopicsListBySubscriptionResponse = PartnerTopicsListResult;
|
|
1830
|
+
|
|
1831
|
+
// @public
|
|
1832
|
+
export interface PartnerTopicsListResult {
|
|
1833
|
+
nextLink?: string;
|
|
1834
|
+
value?: PartnerTopic[];
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
// @public
|
|
1838
|
+
export interface PartnerTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
// @public
|
|
1842
|
+
export type PartnerTopicsUpdateResponse = PartnerTopic;
|
|
1843
|
+
|
|
1844
|
+
// @public
|
|
1845
|
+
export interface PartnerTopicUpdateParameters {
|
|
1846
|
+
identity?: IdentityInfo;
|
|
1847
|
+
tags?: {
|
|
1848
|
+
[propertyName: string]: string;
|
|
1849
|
+
};
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
// @public
|
|
1853
|
+
export type PersistedConnectionStatus = string;
|
|
1854
|
+
|
|
1855
|
+
// @public
|
|
1856
|
+
export interface PrivateEndpoint {
|
|
1857
|
+
id?: string;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
// @public (undocumented)
|
|
1861
|
+
export type PrivateEndpointConnection = Resource & {
|
|
1862
|
+
privateEndpoint?: PrivateEndpoint;
|
|
1863
|
+
groupIds?: string[];
|
|
1864
|
+
privateLinkServiceConnectionState?: ConnectionState;
|
|
1865
|
+
provisioningState?: ResourceProvisioningState;
|
|
1866
|
+
};
|
|
1867
|
+
|
|
1868
|
+
// @public
|
|
1869
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1870
|
+
nextLink?: string;
|
|
1871
|
+
value?: PrivateEndpointConnection[];
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
// @public
|
|
1875
|
+
export interface PrivateEndpointConnections {
|
|
1876
|
+
beginDelete(resourceGroupName: string, parentType: Enum27, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1877
|
+
beginDeleteAndWait(resourceGroupName: string, parentType: Enum27, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1878
|
+
beginUpdate(resourceGroupName: string, parentType: Enum26, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsUpdateResponse>, PrivateEndpointConnectionsUpdateResponse>>;
|
|
1879
|
+
beginUpdateAndWait(resourceGroupName: string, parentType: Enum26, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnectionsUpdateResponse>;
|
|
1880
|
+
get(resourceGroupName: string, parentType: Enum25, parentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1881
|
+
listByResource(resourceGroupName: string, parentType: Enum28, parentName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
// @public
|
|
1885
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1886
|
+
resumeFrom?: string;
|
|
1887
|
+
updateIntervalInMs?: number;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
// @public
|
|
1891
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
// @public
|
|
1895
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1896
|
+
|
|
1897
|
+
// @public
|
|
1898
|
+
export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1899
|
+
filter?: string;
|
|
1900
|
+
top?: number;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
// @public
|
|
1904
|
+
export type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
|
|
1905
|
+
|
|
1906
|
+
// @public
|
|
1907
|
+
export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1908
|
+
filter?: string;
|
|
1909
|
+
top?: number;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
// @public
|
|
1913
|
+
export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
|
|
1914
|
+
|
|
1915
|
+
// @public
|
|
1916
|
+
export interface PrivateEndpointConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1917
|
+
resumeFrom?: string;
|
|
1918
|
+
updateIntervalInMs?: number;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
// @public
|
|
1922
|
+
export type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
|
|
1923
|
+
|
|
1924
|
+
// @public
|
|
1925
|
+
export interface PrivateLinkResource {
|
|
1926
|
+
// (undocumented)
|
|
1927
|
+
displayName?: string;
|
|
1928
|
+
// (undocumented)
|
|
1929
|
+
groupId?: string;
|
|
1930
|
+
id?: string;
|
|
1931
|
+
name?: string;
|
|
1932
|
+
// (undocumented)
|
|
1933
|
+
requiredMembers?: string[];
|
|
1934
|
+
// (undocumented)
|
|
1935
|
+
requiredZoneNames?: string[];
|
|
1936
|
+
type?: string;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
// @public
|
|
1940
|
+
export interface PrivateLinkResources {
|
|
1941
|
+
get(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
1942
|
+
listByResource(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
// @public
|
|
1946
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
// @public
|
|
1950
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1951
|
+
|
|
1952
|
+
// @public
|
|
1953
|
+
export interface PrivateLinkResourcesListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1954
|
+
filter?: string;
|
|
1955
|
+
top?: number;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
// @public
|
|
1959
|
+
export type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult;
|
|
1960
|
+
|
|
1961
|
+
// @public
|
|
1962
|
+
export interface PrivateLinkResourcesListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1963
|
+
filter?: string;
|
|
1964
|
+
top?: number;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
// @public
|
|
1968
|
+
export type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult;
|
|
1969
|
+
|
|
1970
|
+
// @public
|
|
1971
|
+
export interface PrivateLinkResourcesListResult {
|
|
1972
|
+
nextLink?: string;
|
|
1973
|
+
value?: PrivateLinkResource[];
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
// @public
|
|
1977
|
+
export type PublicNetworkAccess = string;
|
|
1978
|
+
|
|
1979
|
+
// @public
|
|
1980
|
+
export interface Resource {
|
|
1981
|
+
readonly id?: string;
|
|
1982
|
+
readonly name?: string;
|
|
1983
|
+
readonly type?: string;
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
// @public
|
|
1987
|
+
export type ResourceKind = string;
|
|
1988
|
+
|
|
1989
|
+
// @public
|
|
1990
|
+
export type ResourceProvisioningState = string;
|
|
1991
|
+
|
|
1992
|
+
// @public
|
|
1993
|
+
export type ResourceRegionType = string;
|
|
1994
|
+
|
|
1995
|
+
// @public
|
|
1996
|
+
export interface ResourceSku {
|
|
1997
|
+
name?: Sku;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
// @public
|
|
2001
|
+
export interface RetryPolicy {
|
|
2002
|
+
eventTimeToLiveInMinutes?: number;
|
|
2003
|
+
maxDeliveryAttempts?: number;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
// @public
|
|
2007
|
+
export type ServiceBusQueueEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
2008
|
+
endpointType: "ServiceBusQueue";
|
|
2009
|
+
resourceId?: string;
|
|
2010
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2011
|
+
};
|
|
2012
|
+
|
|
2013
|
+
// @public
|
|
2014
|
+
export type ServiceBusTopicEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
2015
|
+
endpointType: "ServiceBusTopic";
|
|
2016
|
+
resourceId?: string;
|
|
2017
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2018
|
+
};
|
|
2019
|
+
|
|
2020
|
+
// @public
|
|
2021
|
+
export type Sku = string;
|
|
2022
|
+
|
|
2023
|
+
// @public
|
|
2024
|
+
export type StaticDeliveryAttributeMapping = DeliveryAttributeMapping & {
|
|
2025
|
+
type: "Static";
|
|
2026
|
+
value?: string;
|
|
2027
|
+
isSecret?: boolean;
|
|
2028
|
+
};
|
|
2029
|
+
|
|
2030
|
+
// @public
|
|
2031
|
+
export type StorageBlobDeadLetterDestination = DeadLetterDestination & {
|
|
2032
|
+
endpointType: "StorageBlob";
|
|
2033
|
+
resourceId?: string;
|
|
2034
|
+
blobContainerName?: string;
|
|
2035
|
+
};
|
|
2036
|
+
|
|
2037
|
+
// @public
|
|
2038
|
+
export type StorageQueueEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
2039
|
+
endpointType: "StorageQueue";
|
|
2040
|
+
resourceId?: string;
|
|
2041
|
+
queueName?: string;
|
|
2042
|
+
queueMessageTimeToLiveInSeconds?: number;
|
|
2043
|
+
};
|
|
2044
|
+
|
|
2045
|
+
// @public
|
|
2046
|
+
export type StringBeginsWithAdvancedFilter = AdvancedFilter & {
|
|
2047
|
+
operatorType: "StringBeginsWith";
|
|
2048
|
+
values?: string[];
|
|
2049
|
+
};
|
|
2050
|
+
|
|
2051
|
+
// @public
|
|
2052
|
+
export type StringContainsAdvancedFilter = AdvancedFilter & {
|
|
2053
|
+
operatorType: "StringContains";
|
|
2054
|
+
values?: string[];
|
|
2055
|
+
};
|
|
2056
|
+
|
|
2057
|
+
// @public
|
|
2058
|
+
export type StringEndsWithAdvancedFilter = AdvancedFilter & {
|
|
2059
|
+
operatorType: "StringEndsWith";
|
|
2060
|
+
values?: string[];
|
|
2061
|
+
};
|
|
2062
|
+
|
|
2063
|
+
// @public
|
|
2064
|
+
export type StringInAdvancedFilter = AdvancedFilter & {
|
|
2065
|
+
operatorType: "StringIn";
|
|
2066
|
+
values?: string[];
|
|
2067
|
+
};
|
|
2068
|
+
|
|
2069
|
+
// @public
|
|
2070
|
+
export type StringNotBeginsWithAdvancedFilter = AdvancedFilter & {
|
|
2071
|
+
operatorType: "StringNotBeginsWith";
|
|
2072
|
+
values?: string[];
|
|
2073
|
+
};
|
|
2074
|
+
|
|
2075
|
+
// @public
|
|
2076
|
+
export type StringNotContainsAdvancedFilter = AdvancedFilter & {
|
|
2077
|
+
operatorType: "StringNotContains";
|
|
2078
|
+
values?: string[];
|
|
2079
|
+
};
|
|
2080
|
+
|
|
2081
|
+
// @public
|
|
2082
|
+
export type StringNotEndsWithAdvancedFilter = AdvancedFilter & {
|
|
2083
|
+
operatorType: "StringNotEndsWith";
|
|
2084
|
+
values?: string[];
|
|
2085
|
+
};
|
|
2086
|
+
|
|
2087
|
+
// @public
|
|
2088
|
+
export type StringNotInAdvancedFilter = AdvancedFilter & {
|
|
2089
|
+
operatorType: "StringNotIn";
|
|
2090
|
+
values?: string[];
|
|
2091
|
+
};
|
|
2092
|
+
|
|
2093
|
+
// @public
|
|
2094
|
+
export interface SystemData {
|
|
2095
|
+
createdAt?: Date;
|
|
2096
|
+
createdBy?: string;
|
|
2097
|
+
createdByType?: CreatedByType;
|
|
2098
|
+
lastModifiedAt?: Date;
|
|
2099
|
+
lastModifiedBy?: string;
|
|
2100
|
+
lastModifiedByType?: CreatedByType;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
// @public
|
|
2104
|
+
export type SystemTopic = TrackedResource & {
|
|
2105
|
+
readonly systemData?: SystemData;
|
|
2106
|
+
identity?: IdentityInfo;
|
|
2107
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
2108
|
+
source?: string;
|
|
2109
|
+
topicType?: string;
|
|
2110
|
+
readonly metricResourceId?: string;
|
|
2111
|
+
};
|
|
2112
|
+
|
|
2113
|
+
// @public
|
|
2114
|
+
export interface SystemTopicEventSubscriptions {
|
|
2115
|
+
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>, SystemTopicEventSubscriptionsCreateOrUpdateResponse>>;
|
|
2116
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
2117
|
+
beginDelete(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2118
|
+
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2119
|
+
beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicEventSubscriptionsUpdateResponse>, SystemTopicEventSubscriptionsUpdateResponse>>;
|
|
2120
|
+
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsUpdateResponse>;
|
|
2121
|
+
get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetOptionalParams): Promise<SystemTopicEventSubscriptionsGetResponse>;
|
|
2122
|
+
getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
2123
|
+
getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse>;
|
|
2124
|
+
listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
// @public
|
|
2128
|
+
export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2129
|
+
resumeFrom?: string;
|
|
2130
|
+
updateIntervalInMs?: number;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
// @public
|
|
2134
|
+
export type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
|
|
2135
|
+
|
|
2136
|
+
// @public
|
|
2137
|
+
export interface SystemTopicEventSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2138
|
+
resumeFrom?: string;
|
|
2139
|
+
updateIntervalInMs?: number;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
// @public
|
|
2143
|
+
export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams extends coreClient.OperationOptions {
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
// @public
|
|
2147
|
+
export type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
|
|
2148
|
+
|
|
2149
|
+
// @public
|
|
2150
|
+
export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams extends coreClient.OperationOptions {
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
// @public
|
|
2154
|
+
export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
|
|
2155
|
+
|
|
2156
|
+
// @public
|
|
2157
|
+
export interface SystemTopicEventSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
// @public
|
|
2161
|
+
export type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
|
|
2162
|
+
|
|
2163
|
+
// @public
|
|
2164
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2165
|
+
filter?: string;
|
|
2166
|
+
top?: number;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
// @public
|
|
2170
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
|
|
2171
|
+
|
|
2172
|
+
// @public
|
|
2173
|
+
export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams extends coreClient.OperationOptions {
|
|
2174
|
+
filter?: string;
|
|
2175
|
+
top?: number;
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
// @public
|
|
2179
|
+
export type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
|
|
2180
|
+
|
|
2181
|
+
// @public
|
|
2182
|
+
export interface SystemTopicEventSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2183
|
+
resumeFrom?: string;
|
|
2184
|
+
updateIntervalInMs?: number;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
// @public
|
|
2188
|
+
export type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
|
|
2189
|
+
|
|
2190
|
+
// @public
|
|
2191
|
+
export interface SystemTopics {
|
|
2192
|
+
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicsCreateOrUpdateResponse>, SystemTopicsCreateOrUpdateResponse>>;
|
|
2193
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopicsCreateOrUpdateResponse>;
|
|
2194
|
+
beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2195
|
+
beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>;
|
|
2196
|
+
beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicsUpdateResponse>, SystemTopicsUpdateResponse>>;
|
|
2197
|
+
beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopicsUpdateResponse>;
|
|
2198
|
+
get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopicsGetResponse>;
|
|
2199
|
+
listByResourceGroup(resourceGroupName: string, options?: SystemTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SystemTopic>;
|
|
2200
|
+
listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic>;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
// @public
|
|
2204
|
+
export interface SystemTopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2205
|
+
resumeFrom?: string;
|
|
2206
|
+
updateIntervalInMs?: number;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
// @public
|
|
2210
|
+
export type SystemTopicsCreateOrUpdateResponse = SystemTopic;
|
|
2211
|
+
|
|
2212
|
+
// @public
|
|
2213
|
+
export interface SystemTopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2214
|
+
resumeFrom?: string;
|
|
2215
|
+
updateIntervalInMs?: number;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
// @public
|
|
2219
|
+
export interface SystemTopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
// @public
|
|
2223
|
+
export type SystemTopicsGetResponse = SystemTopic;
|
|
2224
|
+
|
|
2225
|
+
// @public
|
|
2226
|
+
export interface SystemTopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2227
|
+
filter?: string;
|
|
2228
|
+
top?: number;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
// @public
|
|
2232
|
+
export type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
|
|
2233
|
+
|
|
2234
|
+
// @public
|
|
2235
|
+
export interface SystemTopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2236
|
+
filter?: string;
|
|
2237
|
+
top?: number;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
// @public
|
|
2241
|
+
export type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;
|
|
2242
|
+
|
|
2243
|
+
// @public
|
|
2244
|
+
export interface SystemTopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2245
|
+
filter?: string;
|
|
2246
|
+
top?: number;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
// @public
|
|
2250
|
+
export type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;
|
|
2251
|
+
|
|
2252
|
+
// @public
|
|
2253
|
+
export interface SystemTopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2254
|
+
filter?: string;
|
|
2255
|
+
top?: number;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
// @public
|
|
2259
|
+
export type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;
|
|
2260
|
+
|
|
2261
|
+
// @public
|
|
2262
|
+
export interface SystemTopicsListResult {
|
|
2263
|
+
nextLink?: string;
|
|
2264
|
+
value?: SystemTopic[];
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
// @public
|
|
2268
|
+
export interface SystemTopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2269
|
+
resumeFrom?: string;
|
|
2270
|
+
updateIntervalInMs?: number;
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
// @public
|
|
2274
|
+
export type SystemTopicsUpdateResponse = SystemTopic;
|
|
2275
|
+
|
|
2276
|
+
// @public
|
|
2277
|
+
export interface SystemTopicUpdateParameters {
|
|
2278
|
+
identity?: IdentityInfo;
|
|
2279
|
+
tags?: {
|
|
2280
|
+
[propertyName: string]: string;
|
|
2281
|
+
};
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
// @public
|
|
2285
|
+
export type Topic = TrackedResource & {
|
|
2286
|
+
sku?: ResourceSku;
|
|
2287
|
+
identity?: IdentityInfo;
|
|
2288
|
+
kind?: ResourceKind;
|
|
2289
|
+
extendedLocation?: ExtendedLocation;
|
|
2290
|
+
readonly systemData?: SystemData;
|
|
2291
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
2292
|
+
readonly provisioningState?: TopicProvisioningState;
|
|
2293
|
+
readonly endpoint?: string;
|
|
2294
|
+
inputSchema?: InputSchema;
|
|
2295
|
+
inputSchemaMapping?: InputSchemaMappingUnion;
|
|
2296
|
+
readonly metricResourceId?: string;
|
|
2297
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2298
|
+
inboundIpRules?: InboundIpRule[];
|
|
2299
|
+
disableLocalAuth?: boolean;
|
|
2300
|
+
};
|
|
2301
|
+
|
|
2302
|
+
// @public
|
|
2303
|
+
export type TopicProvisioningState = string;
|
|
2304
|
+
|
|
2305
|
+
// @public
|
|
2306
|
+
export interface TopicRegenerateKeyRequest {
|
|
2307
|
+
keyName: string;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
// @public
|
|
2311
|
+
export interface Topics {
|
|
2312
|
+
beginCreateOrUpdate(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<TopicsCreateOrUpdateResponse>, TopicsCreateOrUpdateResponse>>;
|
|
2313
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, topicName: string, topicInfo: Topic, options?: TopicsCreateOrUpdateOptionalParams): Promise<TopicsCreateOrUpdateResponse>;
|
|
2314
|
+
beginDelete(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2315
|
+
beginDeleteAndWait(resourceGroupName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<void>;
|
|
2316
|
+
beginRegenerateKey(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<PollerLike<PollOperationState<TopicsRegenerateKeyResponse>, TopicsRegenerateKeyResponse>>;
|
|
2317
|
+
beginRegenerateKeyAndWait(resourceGroupName: string, topicName: string, regenerateKeyRequest: TopicRegenerateKeyRequest, options?: TopicsRegenerateKeyOptionalParams): Promise<TopicsRegenerateKeyResponse>;
|
|
2318
|
+
beginUpdate(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2319
|
+
beginUpdateAndWait(resourceGroupName: string, topicName: string, topicUpdateParameters: TopicUpdateParameters, options?: TopicsUpdateOptionalParams): Promise<void>;
|
|
2320
|
+
get(resourceGroupName: string, topicName: string, options?: TopicsGetOptionalParams): Promise<TopicsGetResponse>;
|
|
2321
|
+
listByResourceGroup(resourceGroupName: string, options?: TopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Topic>;
|
|
2322
|
+
listBySubscription(options?: TopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Topic>;
|
|
2323
|
+
listEventTypes(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: TopicsListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType>;
|
|
2324
|
+
listSharedAccessKeys(resourceGroupName: string, topicName: string, options?: TopicsListSharedAccessKeysOptionalParams): Promise<TopicsListSharedAccessKeysResponse>;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
// @public
|
|
2328
|
+
export interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2329
|
+
resumeFrom?: string;
|
|
2330
|
+
updateIntervalInMs?: number;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
// @public
|
|
2334
|
+
export type TopicsCreateOrUpdateResponse = Topic;
|
|
2335
|
+
|
|
2336
|
+
// @public
|
|
2337
|
+
export interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2338
|
+
resumeFrom?: string;
|
|
2339
|
+
updateIntervalInMs?: number;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
// @public
|
|
2343
|
+
export interface TopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
// @public
|
|
2347
|
+
export type TopicsGetResponse = Topic;
|
|
2348
|
+
|
|
2349
|
+
// @public
|
|
2350
|
+
export interface TopicSharedAccessKeys {
|
|
2351
|
+
key1?: string;
|
|
2352
|
+
key2?: string;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
// @public
|
|
2356
|
+
export interface TopicsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2357
|
+
filter?: string;
|
|
2358
|
+
top?: number;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
// @public
|
|
2362
|
+
export type TopicsListByResourceGroupNextResponse = TopicsListResult;
|
|
2363
|
+
|
|
2364
|
+
// @public
|
|
2365
|
+
export interface TopicsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2366
|
+
filter?: string;
|
|
2367
|
+
top?: number;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
// @public
|
|
2371
|
+
export type TopicsListByResourceGroupResponse = TopicsListResult;
|
|
2372
|
+
|
|
2373
|
+
// @public
|
|
2374
|
+
export interface TopicsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2375
|
+
filter?: string;
|
|
2376
|
+
top?: number;
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
// @public
|
|
2380
|
+
export type TopicsListBySubscriptionNextResponse = TopicsListResult;
|
|
2381
|
+
|
|
2382
|
+
// @public
|
|
2383
|
+
export interface TopicsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2384
|
+
filter?: string;
|
|
2385
|
+
top?: number;
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
// @public
|
|
2389
|
+
export type TopicsListBySubscriptionResponse = TopicsListResult;
|
|
2390
|
+
|
|
2391
|
+
// @public
|
|
2392
|
+
export interface TopicsListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
// @public
|
|
2396
|
+
export type TopicsListEventTypesResponse = EventTypesListResult;
|
|
2397
|
+
|
|
2398
|
+
// @public
|
|
2399
|
+
export interface TopicsListResult {
|
|
2400
|
+
nextLink?: string;
|
|
2401
|
+
value?: Topic[];
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
// @public
|
|
2405
|
+
export interface TopicsListSharedAccessKeysOptionalParams extends coreClient.OperationOptions {
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
// @public
|
|
2409
|
+
export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
|
|
2410
|
+
|
|
2411
|
+
// @public
|
|
2412
|
+
export interface TopicsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
2413
|
+
resumeFrom?: string;
|
|
2414
|
+
updateIntervalInMs?: number;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
// @public
|
|
2418
|
+
export type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
|
|
2419
|
+
|
|
2420
|
+
// @public
|
|
2421
|
+
export interface TopicsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2422
|
+
resumeFrom?: string;
|
|
2423
|
+
updateIntervalInMs?: number;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
// @public
|
|
2427
|
+
export type TopicTypeInfo = Resource & {
|
|
2428
|
+
provider?: string;
|
|
2429
|
+
displayName?: string;
|
|
2430
|
+
description?: string;
|
|
2431
|
+
resourceRegionType?: ResourceRegionType;
|
|
2432
|
+
provisioningState?: TopicTypeProvisioningState;
|
|
2433
|
+
supportedLocations?: string[];
|
|
2434
|
+
sourceResourceFormat?: string;
|
|
2435
|
+
supportedScopesForSource?: TopicTypePropertiesSupportedScopesForSourceItem[];
|
|
2436
|
+
};
|
|
2437
|
+
|
|
2438
|
+
// @public
|
|
2439
|
+
export type TopicTypePropertiesSupportedScopesForSourceItem = string;
|
|
2440
|
+
|
|
2441
|
+
// @public
|
|
2442
|
+
export type TopicTypeProvisioningState = string;
|
|
2443
|
+
|
|
2444
|
+
// @public
|
|
2445
|
+
export interface TopicTypes {
|
|
2446
|
+
get(topicTypeName: string, options?: TopicTypesGetOptionalParams): Promise<TopicTypesGetResponse>;
|
|
2447
|
+
list(options?: TopicTypesListOptionalParams): PagedAsyncIterableIterator<TopicTypeInfo>;
|
|
2448
|
+
listEventTypes(topicTypeName: string, options?: TopicTypesListEventTypesOptionalParams): PagedAsyncIterableIterator<EventType>;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
// @public
|
|
2452
|
+
export interface TopicTypesGetOptionalParams extends coreClient.OperationOptions {
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
// @public
|
|
2456
|
+
export type TopicTypesGetResponse = TopicTypeInfo;
|
|
2457
|
+
|
|
2458
|
+
// @public
|
|
2459
|
+
export interface TopicTypesListEventTypesOptionalParams extends coreClient.OperationOptions {
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
// @public
|
|
2463
|
+
export type TopicTypesListEventTypesResponse = EventTypesListResult;
|
|
2464
|
+
|
|
2465
|
+
// @public
|
|
2466
|
+
export interface TopicTypesListOptionalParams extends coreClient.OperationOptions {
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
// @public
|
|
2470
|
+
export type TopicTypesListResponse = TopicTypesListResult;
|
|
2471
|
+
|
|
2472
|
+
// @public
|
|
2473
|
+
export interface TopicTypesListResult {
|
|
2474
|
+
value?: TopicTypeInfo[];
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2477
|
+
// @public
|
|
2478
|
+
export interface TopicUpdateParameters {
|
|
2479
|
+
disableLocalAuth?: boolean;
|
|
2480
|
+
identity?: IdentityInfo;
|
|
2481
|
+
inboundIpRules?: InboundIpRule[];
|
|
2482
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
2483
|
+
sku?: ResourceSku;
|
|
2484
|
+
tags?: {
|
|
2485
|
+
[propertyName: string]: string;
|
|
2486
|
+
};
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
// @public
|
|
2490
|
+
export type TrackedResource = Resource & {
|
|
2491
|
+
location: string;
|
|
2492
|
+
tags?: {
|
|
2493
|
+
[propertyName: string]: string;
|
|
2494
|
+
};
|
|
2495
|
+
};
|
|
2496
|
+
|
|
2497
|
+
// @public
|
|
2498
|
+
export interface UserIdentityProperties {
|
|
2499
|
+
clientId?: string;
|
|
2500
|
+
principalId?: string;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
// @public
|
|
2504
|
+
export type WebHookEventSubscriptionDestination = EventSubscriptionDestination & {
|
|
2505
|
+
endpointType: "WebHook";
|
|
2506
|
+
endpointUrl?: string;
|
|
2507
|
+
readonly endpointBaseUrl?: string;
|
|
2508
|
+
maxEventsPerBatch?: number;
|
|
2509
|
+
preferredBatchSizeInKilobytes?: number;
|
|
2510
|
+
azureActiveDirectoryTenantId?: string;
|
|
2511
|
+
azureActiveDirectoryApplicationIdOrUri?: string;
|
|
2512
|
+
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
|
|
2513
|
+
};
|
|
2514
|
+
|
|
2515
|
+
|
|
2516
|
+
// (No @packageDocumentation comment for this package)
|
|
2517
|
+
|
|
2518
|
+
```
|