@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,190 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
EventSubscription,
|
|
13
|
+
PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams,
|
|
14
|
+
PartnerTopicEventSubscriptionsGetOptionalParams,
|
|
15
|
+
PartnerTopicEventSubscriptionsGetResponse,
|
|
16
|
+
PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams,
|
|
17
|
+
PartnerTopicEventSubscriptionsCreateOrUpdateResponse,
|
|
18
|
+
PartnerTopicEventSubscriptionsDeleteOptionalParams,
|
|
19
|
+
EventSubscriptionUpdateParameters,
|
|
20
|
+
PartnerTopicEventSubscriptionsUpdateOptionalParams,
|
|
21
|
+
PartnerTopicEventSubscriptionsUpdateResponse,
|
|
22
|
+
PartnerTopicEventSubscriptionsGetFullUrlOptionalParams,
|
|
23
|
+
PartnerTopicEventSubscriptionsGetFullUrlResponse,
|
|
24
|
+
PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
25
|
+
PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
26
|
+
} from "../models";
|
|
27
|
+
|
|
28
|
+
/// <reference lib="esnext.asynciterable" />
|
|
29
|
+
/** Interface representing a PartnerTopicEventSubscriptions. */
|
|
30
|
+
export interface PartnerTopicEventSubscriptions {
|
|
31
|
+
/**
|
|
32
|
+
* List event subscriptions that belong to a specific partner topic.
|
|
33
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
34
|
+
* @param partnerTopicName Name of the partner topic.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
listByPartnerTopic(
|
|
38
|
+
resourceGroupName: string,
|
|
39
|
+
partnerTopicName: string,
|
|
40
|
+
options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams
|
|
41
|
+
): PagedAsyncIterableIterator<EventSubscription>;
|
|
42
|
+
/**
|
|
43
|
+
* Get an event subscription of a partner topic.
|
|
44
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
45
|
+
* @param partnerTopicName Name of the partner topic.
|
|
46
|
+
* @param eventSubscriptionName Name of the event subscription to be found. Event subscription names
|
|
47
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
partnerTopicName: string,
|
|
53
|
+
eventSubscriptionName: string,
|
|
54
|
+
options?: PartnerTopicEventSubscriptionsGetOptionalParams
|
|
55
|
+
): Promise<PartnerTopicEventSubscriptionsGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Asynchronously creates or updates an event subscription of a partner topic with the specified
|
|
58
|
+
* parameters. Existing event subscriptions will be updated with this API.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
60
|
+
* @param partnerTopicName Name of the partner topic.
|
|
61
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
62
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
63
|
+
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
64
|
+
* information.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
beginCreateOrUpdate(
|
|
68
|
+
resourceGroupName: string,
|
|
69
|
+
partnerTopicName: string,
|
|
70
|
+
eventSubscriptionName: string,
|
|
71
|
+
eventSubscriptionInfo: EventSubscription,
|
|
72
|
+
options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
73
|
+
): Promise<
|
|
74
|
+
PollerLike<
|
|
75
|
+
PollOperationState<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>,
|
|
76
|
+
PartnerTopicEventSubscriptionsCreateOrUpdateResponse
|
|
77
|
+
>
|
|
78
|
+
>;
|
|
79
|
+
/**
|
|
80
|
+
* Asynchronously creates or updates an event subscription of a partner topic with the specified
|
|
81
|
+
* parameters. Existing event subscriptions will be updated with this API.
|
|
82
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
83
|
+
* @param partnerTopicName Name of the partner topic.
|
|
84
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
85
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
86
|
+
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
87
|
+
* information.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginCreateOrUpdateAndWait(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
partnerTopicName: string,
|
|
93
|
+
eventSubscriptionName: string,
|
|
94
|
+
eventSubscriptionInfo: EventSubscription,
|
|
95
|
+
options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
96
|
+
): Promise<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* Delete an event subscription of a partner topic.
|
|
99
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
100
|
+
* @param partnerTopicName Name of the partner topic.
|
|
101
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
102
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
beginDelete(
|
|
106
|
+
resourceGroupName: string,
|
|
107
|
+
partnerTopicName: string,
|
|
108
|
+
eventSubscriptionName: string,
|
|
109
|
+
options?: PartnerTopicEventSubscriptionsDeleteOptionalParams
|
|
110
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
111
|
+
/**
|
|
112
|
+
* Delete an event subscription of a partner topic.
|
|
113
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
114
|
+
* @param partnerTopicName Name of the partner topic.
|
|
115
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
116
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
beginDeleteAndWait(
|
|
120
|
+
resourceGroupName: string,
|
|
121
|
+
partnerTopicName: string,
|
|
122
|
+
eventSubscriptionName: string,
|
|
123
|
+
options?: PartnerTopicEventSubscriptionsDeleteOptionalParams
|
|
124
|
+
): Promise<void>;
|
|
125
|
+
/**
|
|
126
|
+
* Update event subscription of a partner topic.
|
|
127
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
128
|
+
* @param partnerTopicName Name of the partner topic.
|
|
129
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
130
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
131
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
beginUpdate(
|
|
135
|
+
resourceGroupName: string,
|
|
136
|
+
partnerTopicName: string,
|
|
137
|
+
eventSubscriptionName: string,
|
|
138
|
+
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
139
|
+
options?: PartnerTopicEventSubscriptionsUpdateOptionalParams
|
|
140
|
+
): Promise<
|
|
141
|
+
PollerLike<
|
|
142
|
+
PollOperationState<PartnerTopicEventSubscriptionsUpdateResponse>,
|
|
143
|
+
PartnerTopicEventSubscriptionsUpdateResponse
|
|
144
|
+
>
|
|
145
|
+
>;
|
|
146
|
+
/**
|
|
147
|
+
* Update event subscription of a partner topic.
|
|
148
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
149
|
+
* @param partnerTopicName Name of the partner topic.
|
|
150
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
151
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
152
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
beginUpdateAndWait(
|
|
156
|
+
resourceGroupName: string,
|
|
157
|
+
partnerTopicName: string,
|
|
158
|
+
eventSubscriptionName: string,
|
|
159
|
+
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
160
|
+
options?: PartnerTopicEventSubscriptionsUpdateOptionalParams
|
|
161
|
+
): Promise<PartnerTopicEventSubscriptionsUpdateResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* Get the full endpoint URL for an event subscription of a partner topic.
|
|
164
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
165
|
+
* @param partnerTopicName Name of the partner topic.
|
|
166
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
167
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
168
|
+
* @param options The options parameters.
|
|
169
|
+
*/
|
|
170
|
+
getFullUrl(
|
|
171
|
+
resourceGroupName: string,
|
|
172
|
+
partnerTopicName: string,
|
|
173
|
+
eventSubscriptionName: string,
|
|
174
|
+
options?: PartnerTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
175
|
+
): Promise<PartnerTopicEventSubscriptionsGetFullUrlResponse>;
|
|
176
|
+
/**
|
|
177
|
+
* Get all delivery attributes for an event subscription of a partner topic.
|
|
178
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
179
|
+
* @param partnerTopicName Name of the partner topic.
|
|
180
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
181
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
182
|
+
* @param options The options parameters.
|
|
183
|
+
*/
|
|
184
|
+
getDeliveryAttributes(
|
|
185
|
+
resourceGroupName: string,
|
|
186
|
+
partnerTopicName: string,
|
|
187
|
+
eventSubscriptionName: string,
|
|
188
|
+
options?: PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
189
|
+
): Promise<PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
190
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
PartnerTopic,
|
|
13
|
+
PartnerTopicsListBySubscriptionOptionalParams,
|
|
14
|
+
PartnerTopicsListByResourceGroupOptionalParams,
|
|
15
|
+
PartnerTopicsGetOptionalParams,
|
|
16
|
+
PartnerTopicsGetResponse,
|
|
17
|
+
PartnerTopicsDeleteOptionalParams,
|
|
18
|
+
PartnerTopicUpdateParameters,
|
|
19
|
+
PartnerTopicsUpdateOptionalParams,
|
|
20
|
+
PartnerTopicsUpdateResponse,
|
|
21
|
+
PartnerTopicsActivateOptionalParams,
|
|
22
|
+
PartnerTopicsActivateResponse,
|
|
23
|
+
PartnerTopicsDeactivateOptionalParams,
|
|
24
|
+
PartnerTopicsDeactivateResponse
|
|
25
|
+
} from "../models";
|
|
26
|
+
|
|
27
|
+
/// <reference lib="esnext.asynciterable" />
|
|
28
|
+
/** Interface representing a PartnerTopics. */
|
|
29
|
+
export interface PartnerTopics {
|
|
30
|
+
/**
|
|
31
|
+
* List all the partner topics under an Azure subscription.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
listBySubscription(
|
|
35
|
+
options?: PartnerTopicsListBySubscriptionOptionalParams
|
|
36
|
+
): PagedAsyncIterableIterator<PartnerTopic>;
|
|
37
|
+
/**
|
|
38
|
+
* List all the partner topics under a resource group.
|
|
39
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
listByResourceGroup(
|
|
43
|
+
resourceGroupName: string,
|
|
44
|
+
options?: PartnerTopicsListByResourceGroupOptionalParams
|
|
45
|
+
): PagedAsyncIterableIterator<PartnerTopic>;
|
|
46
|
+
/**
|
|
47
|
+
* Get properties of a partner topic.
|
|
48
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
49
|
+
* @param partnerTopicName Name of the partner topic.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
get(
|
|
53
|
+
resourceGroupName: string,
|
|
54
|
+
partnerTopicName: string,
|
|
55
|
+
options?: PartnerTopicsGetOptionalParams
|
|
56
|
+
): Promise<PartnerTopicsGetResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* Delete existing partner topic.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
60
|
+
* @param partnerTopicName Name of the partner topic.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
beginDelete(
|
|
64
|
+
resourceGroupName: string,
|
|
65
|
+
partnerTopicName: string,
|
|
66
|
+
options?: PartnerTopicsDeleteOptionalParams
|
|
67
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
68
|
+
/**
|
|
69
|
+
* Delete existing partner topic.
|
|
70
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
71
|
+
* @param partnerTopicName Name of the partner topic.
|
|
72
|
+
* @param options The options parameters.
|
|
73
|
+
*/
|
|
74
|
+
beginDeleteAndWait(
|
|
75
|
+
resourceGroupName: string,
|
|
76
|
+
partnerTopicName: string,
|
|
77
|
+
options?: PartnerTopicsDeleteOptionalParams
|
|
78
|
+
): Promise<void>;
|
|
79
|
+
/**
|
|
80
|
+
* Asynchronously updates a partner topic with the specified parameters.
|
|
81
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
82
|
+
* @param partnerTopicName Name of the partner topic.
|
|
83
|
+
* @param partnerTopicUpdateParameters PartnerTopic update information.
|
|
84
|
+
* @param options The options parameters.
|
|
85
|
+
*/
|
|
86
|
+
update(
|
|
87
|
+
resourceGroupName: string,
|
|
88
|
+
partnerTopicName: string,
|
|
89
|
+
partnerTopicUpdateParameters: PartnerTopicUpdateParameters,
|
|
90
|
+
options?: PartnerTopicsUpdateOptionalParams
|
|
91
|
+
): Promise<PartnerTopicsUpdateResponse>;
|
|
92
|
+
/**
|
|
93
|
+
* Activate a newly created partner topic.
|
|
94
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
95
|
+
* @param partnerTopicName Name of the partner topic.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
activate(
|
|
99
|
+
resourceGroupName: string,
|
|
100
|
+
partnerTopicName: string,
|
|
101
|
+
options?: PartnerTopicsActivateOptionalParams
|
|
102
|
+
): Promise<PartnerTopicsActivateResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* Deactivate specific partner topic.
|
|
105
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
106
|
+
* @param partnerTopicName Name of the partner topic.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
deactivate(
|
|
110
|
+
resourceGroupName: string,
|
|
111
|
+
partnerTopicName: string,
|
|
112
|
+
options?: PartnerTopicsDeactivateOptionalParams
|
|
113
|
+
): Promise<PartnerTopicsDeactivateResponse>;
|
|
114
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
PrivateEndpointConnection,
|
|
13
|
+
Enum28,
|
|
14
|
+
PrivateEndpointConnectionsListByResourceOptionalParams,
|
|
15
|
+
Enum25,
|
|
16
|
+
PrivateEndpointConnectionsGetOptionalParams,
|
|
17
|
+
PrivateEndpointConnectionsGetResponse,
|
|
18
|
+
Enum26,
|
|
19
|
+
PrivateEndpointConnectionsUpdateOptionalParams,
|
|
20
|
+
PrivateEndpointConnectionsUpdateResponse,
|
|
21
|
+
Enum27,
|
|
22
|
+
PrivateEndpointConnectionsDeleteOptionalParams
|
|
23
|
+
} from "../models";
|
|
24
|
+
|
|
25
|
+
/// <reference lib="esnext.asynciterable" />
|
|
26
|
+
/** Interface representing a PrivateEndpointConnections. */
|
|
27
|
+
export interface PrivateEndpointConnections {
|
|
28
|
+
/**
|
|
29
|
+
* Get all private endpoint connections under a topic, domain, or partner namespace.
|
|
30
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
31
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
32
|
+
* \'partnerNamespaces\'.
|
|
33
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
34
|
+
* partner namespace name).
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
listByResource(
|
|
38
|
+
resourceGroupName: string,
|
|
39
|
+
parentType: Enum28,
|
|
40
|
+
parentName: string,
|
|
41
|
+
options?: PrivateEndpointConnectionsListByResourceOptionalParams
|
|
42
|
+
): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
43
|
+
/**
|
|
44
|
+
* Get a specific private endpoint connection under a topic, domain, or partner namespace.
|
|
45
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
46
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
47
|
+
* \'partnerNamespaces\'.
|
|
48
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
49
|
+
* partner namespace name).
|
|
50
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
get(
|
|
54
|
+
resourceGroupName: string,
|
|
55
|
+
parentType: Enum25,
|
|
56
|
+
parentName: string,
|
|
57
|
+
privateEndpointConnectionName: string,
|
|
58
|
+
options?: PrivateEndpointConnectionsGetOptionalParams
|
|
59
|
+
): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Update a specific private endpoint connection under a topic, domain or partner namespace.
|
|
62
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
63
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
64
|
+
* \'partnerNamespaces\'.
|
|
65
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
66
|
+
* partner namespace name).
|
|
67
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
68
|
+
* @param privateEndpointConnection The private endpoint connection object to update.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
beginUpdate(
|
|
72
|
+
resourceGroupName: string,
|
|
73
|
+
parentType: Enum26,
|
|
74
|
+
parentName: string,
|
|
75
|
+
privateEndpointConnectionName: string,
|
|
76
|
+
privateEndpointConnection: PrivateEndpointConnection,
|
|
77
|
+
options?: PrivateEndpointConnectionsUpdateOptionalParams
|
|
78
|
+
): Promise<
|
|
79
|
+
PollerLike<
|
|
80
|
+
PollOperationState<PrivateEndpointConnectionsUpdateResponse>,
|
|
81
|
+
PrivateEndpointConnectionsUpdateResponse
|
|
82
|
+
>
|
|
83
|
+
>;
|
|
84
|
+
/**
|
|
85
|
+
* Update a specific private endpoint connection under a topic, domain or partner namespace.
|
|
86
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
87
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
88
|
+
* \'partnerNamespaces\'.
|
|
89
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
90
|
+
* partner namespace name).
|
|
91
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
92
|
+
* @param privateEndpointConnection The private endpoint connection object to update.
|
|
93
|
+
* @param options The options parameters.
|
|
94
|
+
*/
|
|
95
|
+
beginUpdateAndWait(
|
|
96
|
+
resourceGroupName: string,
|
|
97
|
+
parentType: Enum26,
|
|
98
|
+
parentName: string,
|
|
99
|
+
privateEndpointConnectionName: string,
|
|
100
|
+
privateEndpointConnection: PrivateEndpointConnection,
|
|
101
|
+
options?: PrivateEndpointConnectionsUpdateOptionalParams
|
|
102
|
+
): Promise<PrivateEndpointConnectionsUpdateResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* Delete a specific private endpoint connection under a topic, domain, or partner namespace.
|
|
105
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
106
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
107
|
+
* \'partnerNamespaces\'.
|
|
108
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
109
|
+
* partner namespace name).
|
|
110
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
111
|
+
* @param options The options parameters.
|
|
112
|
+
*/
|
|
113
|
+
beginDelete(
|
|
114
|
+
resourceGroupName: string,
|
|
115
|
+
parentType: Enum27,
|
|
116
|
+
parentName: string,
|
|
117
|
+
privateEndpointConnectionName: string,
|
|
118
|
+
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
119
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
120
|
+
/**
|
|
121
|
+
* Delete a specific private endpoint connection under a topic, domain, or partner namespace.
|
|
122
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
123
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
124
|
+
* \'partnerNamespaces\'.
|
|
125
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
126
|
+
* partner namespace name).
|
|
127
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
128
|
+
* @param options The options parameters.
|
|
129
|
+
*/
|
|
130
|
+
beginDeleteAndWait(
|
|
131
|
+
resourceGroupName: string,
|
|
132
|
+
parentType: Enum27,
|
|
133
|
+
parentName: string,
|
|
134
|
+
privateEndpointConnectionName: string,
|
|
135
|
+
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
136
|
+
): Promise<void>;
|
|
137
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
PrivateLinkResource,
|
|
12
|
+
PrivateLinkResourcesListByResourceOptionalParams,
|
|
13
|
+
PrivateLinkResourcesGetOptionalParams,
|
|
14
|
+
PrivateLinkResourcesGetResponse
|
|
15
|
+
} from "../models";
|
|
16
|
+
|
|
17
|
+
/// <reference lib="esnext.asynciterable" />
|
|
18
|
+
/** Interface representing a PrivateLinkResources. */
|
|
19
|
+
export interface PrivateLinkResources {
|
|
20
|
+
/**
|
|
21
|
+
* List all the private link resources under a topic, domain, or partner namespace.
|
|
22
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
23
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
24
|
+
* \'partnerNamespaces\'.
|
|
25
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
26
|
+
* partner namespace name).
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
listByResource(
|
|
30
|
+
resourceGroupName: string,
|
|
31
|
+
parentType: string,
|
|
32
|
+
parentName: string,
|
|
33
|
+
options?: PrivateLinkResourcesListByResourceOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
35
|
+
/**
|
|
36
|
+
* Get properties of a private link resource.
|
|
37
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
38
|
+
* @param parentType The type of the parent resource. This can be either \'topics\', \'domains\', or
|
|
39
|
+
* \'partnerNamespaces\'.
|
|
40
|
+
* @param parentName The name of the parent resource (namely, either, the topic name, domain name, or
|
|
41
|
+
* partner namespace name).
|
|
42
|
+
* @param privateLinkResourceName The name of private link resource.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
get(
|
|
46
|
+
resourceGroupName: string,
|
|
47
|
+
parentType: string,
|
|
48
|
+
parentName: string,
|
|
49
|
+
privateLinkResourceName: string,
|
|
50
|
+
options?: PrivateLinkResourcesGetOptionalParams
|
|
51
|
+
): Promise<PrivateLinkResourcesGetResponse>;
|
|
52
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
EventSubscription,
|
|
13
|
+
SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,
|
|
14
|
+
SystemTopicEventSubscriptionsGetOptionalParams,
|
|
15
|
+
SystemTopicEventSubscriptionsGetResponse,
|
|
16
|
+
SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,
|
|
17
|
+
SystemTopicEventSubscriptionsCreateOrUpdateResponse,
|
|
18
|
+
SystemTopicEventSubscriptionsDeleteOptionalParams,
|
|
19
|
+
EventSubscriptionUpdateParameters,
|
|
20
|
+
SystemTopicEventSubscriptionsUpdateOptionalParams,
|
|
21
|
+
SystemTopicEventSubscriptionsUpdateResponse,
|
|
22
|
+
SystemTopicEventSubscriptionsGetFullUrlOptionalParams,
|
|
23
|
+
SystemTopicEventSubscriptionsGetFullUrlResponse,
|
|
24
|
+
SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,
|
|
25
|
+
SystemTopicEventSubscriptionsGetDeliveryAttributesResponse
|
|
26
|
+
} from "../models";
|
|
27
|
+
|
|
28
|
+
/// <reference lib="esnext.asynciterable" />
|
|
29
|
+
/** Interface representing a SystemTopicEventSubscriptions. */
|
|
30
|
+
export interface SystemTopicEventSubscriptions {
|
|
31
|
+
/**
|
|
32
|
+
* List event subscriptions that belong to a specific system topic.
|
|
33
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
34
|
+
* @param systemTopicName Name of the system topic.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
listBySystemTopic(
|
|
38
|
+
resourceGroupName: string,
|
|
39
|
+
systemTopicName: string,
|
|
40
|
+
options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams
|
|
41
|
+
): PagedAsyncIterableIterator<EventSubscription>;
|
|
42
|
+
/**
|
|
43
|
+
* Get an event subscription.
|
|
44
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
45
|
+
* @param systemTopicName Name of the system topic.
|
|
46
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
47
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
systemTopicName: string,
|
|
53
|
+
eventSubscriptionName: string,
|
|
54
|
+
options?: SystemTopicEventSubscriptionsGetOptionalParams
|
|
55
|
+
): Promise<SystemTopicEventSubscriptionsGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Asynchronously creates or updates an event subscription with the specified parameters. Existing
|
|
58
|
+
* event subscriptions will be updated with this API.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
60
|
+
* @param systemTopicName Name of the system topic.
|
|
61
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
62
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
63
|
+
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
64
|
+
* information.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
beginCreateOrUpdate(
|
|
68
|
+
resourceGroupName: string,
|
|
69
|
+
systemTopicName: string,
|
|
70
|
+
eventSubscriptionName: string,
|
|
71
|
+
eventSubscriptionInfo: EventSubscription,
|
|
72
|
+
options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
73
|
+
): Promise<
|
|
74
|
+
PollerLike<
|
|
75
|
+
PollOperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>,
|
|
76
|
+
SystemTopicEventSubscriptionsCreateOrUpdateResponse
|
|
77
|
+
>
|
|
78
|
+
>;
|
|
79
|
+
/**
|
|
80
|
+
* Asynchronously creates or updates an event subscription with the specified parameters. Existing
|
|
81
|
+
* event subscriptions will be updated with this API.
|
|
82
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
83
|
+
* @param systemTopicName Name of the system topic.
|
|
84
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
85
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
86
|
+
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
87
|
+
* information.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginCreateOrUpdateAndWait(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
systemTopicName: string,
|
|
93
|
+
eventSubscriptionName: string,
|
|
94
|
+
eventSubscriptionInfo: EventSubscription,
|
|
95
|
+
options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams
|
|
96
|
+
): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* Delete an event subscription of a system topic.
|
|
99
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
100
|
+
* @param systemTopicName Name of the system topic.
|
|
101
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
102
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
beginDelete(
|
|
106
|
+
resourceGroupName: string,
|
|
107
|
+
systemTopicName: string,
|
|
108
|
+
eventSubscriptionName: string,
|
|
109
|
+
options?: SystemTopicEventSubscriptionsDeleteOptionalParams
|
|
110
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
111
|
+
/**
|
|
112
|
+
* Delete an event subscription of a system topic.
|
|
113
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
114
|
+
* @param systemTopicName Name of the system topic.
|
|
115
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
116
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
beginDeleteAndWait(
|
|
120
|
+
resourceGroupName: string,
|
|
121
|
+
systemTopicName: string,
|
|
122
|
+
eventSubscriptionName: string,
|
|
123
|
+
options?: SystemTopicEventSubscriptionsDeleteOptionalParams
|
|
124
|
+
): Promise<void>;
|
|
125
|
+
/**
|
|
126
|
+
* Update event subscription of a system topic.
|
|
127
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
128
|
+
* @param systemTopicName Name of the system topic.
|
|
129
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
130
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
131
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
beginUpdate(
|
|
135
|
+
resourceGroupName: string,
|
|
136
|
+
systemTopicName: string,
|
|
137
|
+
eventSubscriptionName: string,
|
|
138
|
+
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
139
|
+
options?: SystemTopicEventSubscriptionsUpdateOptionalParams
|
|
140
|
+
): Promise<
|
|
141
|
+
PollerLike<
|
|
142
|
+
PollOperationState<SystemTopicEventSubscriptionsUpdateResponse>,
|
|
143
|
+
SystemTopicEventSubscriptionsUpdateResponse
|
|
144
|
+
>
|
|
145
|
+
>;
|
|
146
|
+
/**
|
|
147
|
+
* Update event subscription of a system topic.
|
|
148
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
149
|
+
* @param systemTopicName Name of the system topic.
|
|
150
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
151
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
152
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
beginUpdateAndWait(
|
|
156
|
+
resourceGroupName: string,
|
|
157
|
+
systemTopicName: string,
|
|
158
|
+
eventSubscriptionName: string,
|
|
159
|
+
eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,
|
|
160
|
+
options?: SystemTopicEventSubscriptionsUpdateOptionalParams
|
|
161
|
+
): Promise<SystemTopicEventSubscriptionsUpdateResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* Get the full endpoint URL for an event subscription of a system topic.
|
|
164
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
165
|
+
* @param systemTopicName Name of the system topic.
|
|
166
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
167
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
168
|
+
* @param options The options parameters.
|
|
169
|
+
*/
|
|
170
|
+
getFullUrl(
|
|
171
|
+
resourceGroupName: string,
|
|
172
|
+
systemTopicName: string,
|
|
173
|
+
eventSubscriptionName: string,
|
|
174
|
+
options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams
|
|
175
|
+
): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse>;
|
|
176
|
+
/**
|
|
177
|
+
* Get all delivery attributes for an event subscription.
|
|
178
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
179
|
+
* @param systemTopicName Name of the system topic.
|
|
180
|
+
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
|
|
181
|
+
* must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
182
|
+
* @param options The options parameters.
|
|
183
|
+
*/
|
|
184
|
+
getDeliveryAttributes(
|
|
185
|
+
resourceGroupName: string,
|
|
186
|
+
systemTopicName: string,
|
|
187
|
+
eventSubscriptionName: string,
|
|
188
|
+
options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
|
|
189
|
+
): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
190
|
+
}
|