@azure/arm-eventgrid 12.0.0 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7613 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +62 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1943 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +204 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +107 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +347 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/domainTopics.d.ts +79 -0
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/domainTopics.js +310 -0
- package/dist-esm/src/operations/domainTopics.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +122 -0
- package/dist-esm/src/operations/domains.d.ts.map +1 -0
- package/dist-esm/src/operations/domains.js +522 -0
- package/dist-esm/src/operations/domains.js.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
- package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/extensionTopics.js +50 -0
- package/dist-esm/src/operations/extensionTopics.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +176 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/systemTopics.d.ts +107 -0
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopics.js +482 -0
- package/dist-esm/src/operations/systemTopics.js.map +1 -0
- package/dist-esm/src/operations/topicTypes.d.ts +46 -0
- package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/topicTypes.js +175 -0
- package/dist-esm/src/operations/topicTypes.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +150 -0
- package/dist-esm/src/operations/topics.d.ts.map +1 -0
- package/dist-esm/src/operations/topics.js +656 -0
- package/dist-esm/src/operations/topics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
- package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
- package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +4 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +166 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-eventgrid.api.md +1777 -0
- package/rollup.config.js +181 -30
- package/src/eventGridManagementClient.ts +107 -53
- package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1844 -3910
- package/src/models/mappers.ts +1261 -1339
- package/src/models/parameters.ts +239 -82
- package/src/operations/domainTopics.ts +346 -224
- package/src/operations/domains.ts +545 -454
- package/src/operations/eventSubscriptions.ts +1658 -1236
- package/src/operations/extensionTopics.ts +37 -66
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +65 -43
- package/src/operations/privateEndpointConnections.ts +386 -253
- package/src/operations/privateLinkResources.ts +178 -150
- package/src/operations/systemTopicEventSubscriptions.ts +537 -394
- package/src/operations/systemTopics.ts +505 -349
- package/src/operations/topicTypes.ts +138 -114
- package/src/operations/topics.ts +728 -494
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
- package/src/operationsInterfaces/privateLinkResources.ts +48 -0
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/systemTopics.ts +139 -0
- package/src/operationsInterfaces/topicTypes.ts +47 -0
- package/src/operationsInterfaces/topics.ts +197 -0
- package/tsconfig.json +3 -3
- package/types/arm-eventgrid.d.ts +2998 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-eventgrid.js +0 -6824
- package/dist/arm-eventgrid.js.map +0 -1
- package/dist/arm-eventgrid.min.js +0 -1
- package/dist/arm-eventgrid.min.js.map +0 -1
- package/esm/eventGridManagementClient.d.ts +0 -35
- package/esm/eventGridManagementClient.d.ts.map +0 -1
- package/esm/eventGridManagementClient.js +0 -48
- package/esm/eventGridManagementClient.js.map +0 -1
- package/esm/eventGridManagementClientContext.d.ts +0 -23
- package/esm/eventGridManagementClientContext.d.ts.map +0 -1
- package/esm/eventGridManagementClientContext.js +0 -61
- package/esm/eventGridManagementClientContext.js.map +0 -1
- package/esm/models/domainTopicsMappers.d.ts +0 -2
- package/esm/models/domainTopicsMappers.d.ts.map +0 -1
- package/esm/models/domainTopicsMappers.js +0 -9
- package/esm/models/domainTopicsMappers.js.map +0 -1
- package/esm/models/domainsMappers.d.ts +0 -2
- package/esm/models/domainsMappers.d.ts.map +0 -1
- package/esm/models/domainsMappers.js +0 -9
- package/esm/models/domainsMappers.js.map +0 -1
- package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/eventSubscriptionsMappers.js +0 -9
- package/esm/models/eventSubscriptionsMappers.js.map +0 -1
- package/esm/models/extensionTopicsMappers.d.ts +0 -2
- package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
- package/esm/models/extensionTopicsMappers.js +0 -9
- package/esm/models/extensionTopicsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4080
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -109
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -25
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -245
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
- package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
- package/esm/models/systemTopicsMappers.d.ts +0 -2
- package/esm/models/systemTopicsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicsMappers.js +0 -9
- package/esm/models/systemTopicsMappers.js.map +0 -1
- package/esm/models/topicTypesMappers.d.ts +0 -2
- package/esm/models/topicTypesMappers.d.ts.map +0 -1
- package/esm/models/topicTypesMappers.js +0 -9
- package/esm/models/topicTypesMappers.js.map +0 -1
- package/esm/models/topicsMappers.d.ts +0 -2
- package/esm/models/topicsMappers.d.ts.map +0 -1
- package/esm/models/topicsMappers.js +0 -9
- package/esm/models/topicsMappers.js.map +0 -1
- package/esm/operations/domainTopics.d.ts +0 -120
- package/esm/operations/domainTopics.d.ts.map +0 -1
- package/esm/operations/domainTopics.js +0 -233
- package/esm/operations/domainTopics.js.map +0 -1
- package/esm/operations/domains.d.ts +0 -214
- package/esm/operations/domains.d.ts.map +0 -1
- package/esm/operations/domains.js +0 -415
- package/esm/operations/domains.js.map +0 -1
- package/esm/operations/eventSubscriptions.d.ts +0 -666
- package/esm/operations/eventSubscriptions.d.ts.map +0 -1
- package/esm/operations/eventSubscriptions.js +0 -969
- package/esm/operations/eventSubscriptions.js.map +0 -1
- package/esm/operations/extensionTopics.d.ts +0 -47
- package/esm/operations/extensionTopics.d.ts.map +0 -1
- package/esm/operations/extensionTopics.js +0 -54
- package/esm/operations/extensionTopics.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -152
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -263
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -91
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -127
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
- package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.js +0 -379
- package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
- package/esm/operations/systemTopics.d.ts +0 -167
- package/esm/operations/systemTopics.d.ts.map +0 -1
- package/esm/operations/systemTopics.js +0 -353
- package/esm/operations/systemTopics.js.map +0 -1
- package/esm/operations/topicTypes.d.ts +0 -67
- package/esm/operations/topicTypes.d.ts.map +0 -1
- package/esm/operations/topicTypes.js +0 -106
- package/esm/operations/topicTypes.js.map +0 -1
- package/esm/operations/topics.d.ts +0 -237
- package/esm/operations/topics.d.ts.map +0 -1
- package/esm/operations/topics.js +0 -471
- package/esm/operations/topics.js.map +0 -1
- package/src/eventGridManagementClientContext.ts +0 -68
- package/src/models/domainTopicsMappers.ts +0 -66
- package/src/models/domainsMappers.ts +0 -69
- package/src/models/eventSubscriptionsMappers.ts +0 -69
- package/src/models/extensionTopicsMappers.ts +0 -65
- package/src/models/privateEndpointConnectionsMappers.ts +0 -66
- package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
- package/src/models/systemTopicsMappers.ts +0 -67
- package/src/models/topicTypesMappers.ts +0 -67
- package/src/models/topicsMappers.ts +0 -70
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
|
|
5
|
-
/** Class representing a SystemTopicEventSubscriptions. */
|
|
6
|
-
export declare class SystemTopicEventSubscriptions {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a SystemTopicEventSubscriptions.
|
|
10
|
-
* @param {EventGridManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: EventGridManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Get an event subscription.
|
|
15
|
-
* @summary Get an event subscription of a system topic.
|
|
16
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
17
|
-
* @param systemTopicName Name of the system topic.
|
|
18
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
19
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
20
|
-
* @param [options] The optional parameters
|
|
21
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsGetResponse>
|
|
22
|
-
*/
|
|
23
|
-
get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsGetResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
26
|
-
* @param systemTopicName Name of the system topic.
|
|
27
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
28
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscription>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
34
|
-
* @param systemTopicName Name of the system topic.
|
|
35
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
36
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
37
|
-
* @param options The optional parameters
|
|
38
|
-
* @param callback The callback
|
|
39
|
-
*/
|
|
40
|
-
get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscription>): void;
|
|
41
|
-
/**
|
|
42
|
-
* Asynchronously creates or updates an event subscription with the specified parameters. Existing
|
|
43
|
-
* event subscriptions will be updated with this API.
|
|
44
|
-
* @summary Create or update an event subscription for a system topic.
|
|
45
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
46
|
-
* @param systemTopicName Name of the system topic.
|
|
47
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
48
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
49
|
-
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
50
|
-
* information.
|
|
51
|
-
* @param [options] The optional parameters
|
|
52
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsCreateOrUpdateResponse>
|
|
53
|
-
*/
|
|
54
|
-
createOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsCreateOrUpdateResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* Delete an event subscription of a system topic.
|
|
57
|
-
* @summary Delete an event subscription of a system topic.
|
|
58
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
59
|
-
* @param systemTopicName Name of the system topic.
|
|
60
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
61
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
62
|
-
* @param [options] The optional parameters
|
|
63
|
-
* @returns Promise<msRest.RestResponse>
|
|
64
|
-
*/
|
|
65
|
-
deleteMethod(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
66
|
-
/**
|
|
67
|
-
* Update event subscription of a system topic.
|
|
68
|
-
* @summary Update event subscription of a system topic.
|
|
69
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
70
|
-
* @param systemTopicName Name of the system topic.
|
|
71
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
72
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
73
|
-
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
74
|
-
* @param [options] The optional parameters
|
|
75
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsUpdateResponse>
|
|
76
|
-
*/
|
|
77
|
-
update(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsUpdateResponse>;
|
|
78
|
-
/**
|
|
79
|
-
* Get the full endpoint URL for an event subscription of a system topic.
|
|
80
|
-
* @summary Get full URL of an event subscription of a system topic
|
|
81
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
82
|
-
* @param systemTopicName Name of the system topic.
|
|
83
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
84
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
85
|
-
* @param [options] The optional parameters
|
|
86
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsGetFullUrlResponse>
|
|
87
|
-
*/
|
|
88
|
-
getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsGetFullUrlResponse>;
|
|
89
|
-
/**
|
|
90
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
91
|
-
* @param systemTopicName Name of the system topic.
|
|
92
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
93
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
94
|
-
* @param callback The callback
|
|
95
|
-
*/
|
|
96
|
-
getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;
|
|
97
|
-
/**
|
|
98
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
99
|
-
* @param systemTopicName Name of the system topic.
|
|
100
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
101
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
102
|
-
* @param options The optional parameters
|
|
103
|
-
* @param callback The callback
|
|
104
|
-
*/
|
|
105
|
-
getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSubscriptionFullUrl>): void;
|
|
106
|
-
/**
|
|
107
|
-
* List event subscriptions that belong to a specific system topic.
|
|
108
|
-
* @summary List event subscriptions of a system topic.
|
|
109
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
110
|
-
* @param systemTopicName Name of the system topic.
|
|
111
|
-
* @param [options] The optional parameters
|
|
112
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicResponse>
|
|
113
|
-
*/
|
|
114
|
-
listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: Models.SystemTopicEventSubscriptionsListBySystemTopicOptionalParams): Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicResponse>;
|
|
115
|
-
/**
|
|
116
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
117
|
-
* @param systemTopicName Name of the system topic.
|
|
118
|
-
* @param callback The callback
|
|
119
|
-
*/
|
|
120
|
-
listBySystemTopic(resourceGroupName: string, systemTopicName: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
|
|
121
|
-
/**
|
|
122
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
123
|
-
* @param systemTopicName Name of the system topic.
|
|
124
|
-
* @param options The optional parameters
|
|
125
|
-
* @param callback The callback
|
|
126
|
-
*/
|
|
127
|
-
listBySystemTopic(resourceGroupName: string, systemTopicName: string, options: Models.SystemTopicEventSubscriptionsListBySystemTopicOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
|
|
128
|
-
/**
|
|
129
|
-
* Get all delivery attributes for an event subscription.
|
|
130
|
-
* @summary Get delivery attributes for an event subscription.
|
|
131
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
132
|
-
* @param systemTopicName Name of the system topic.
|
|
133
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
134
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
135
|
-
* @param [options] The optional parameters
|
|
136
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>
|
|
137
|
-
*/
|
|
138
|
-
getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<Models.SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
|
|
139
|
-
/**
|
|
140
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
141
|
-
* @param systemTopicName Name of the system topic.
|
|
142
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
143
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
144
|
-
* @param callback The callback
|
|
145
|
-
*/
|
|
146
|
-
getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;
|
|
147
|
-
/**
|
|
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
|
|
151
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
152
|
-
* @param options The optional parameters
|
|
153
|
-
* @param callback The callback
|
|
154
|
-
*/
|
|
155
|
-
getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DeliveryAttributeListResult>): void;
|
|
156
|
-
/**
|
|
157
|
-
* Asynchronously creates or updates an event subscription with the specified parameters. Existing
|
|
158
|
-
* event subscriptions will be updated with this API.
|
|
159
|
-
* @summary Create or update an event subscription for a system topic.
|
|
160
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
161
|
-
* @param systemTopicName Name of the system topic.
|
|
162
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
163
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
164
|
-
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
165
|
-
* information.
|
|
166
|
-
* @param [options] The optional parameters
|
|
167
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
168
|
-
*/
|
|
169
|
-
beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Models.EventSubscription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
170
|
-
/**
|
|
171
|
-
* Delete an event subscription of a system topic.
|
|
172
|
-
* @summary Delete an event subscription of a system topic.
|
|
173
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
174
|
-
* @param systemTopicName Name of the system topic.
|
|
175
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
176
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
177
|
-
* @param [options] The optional parameters
|
|
178
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
179
|
-
*/
|
|
180
|
-
beginDeleteMethod(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
181
|
-
/**
|
|
182
|
-
* Update event subscription of a system topic.
|
|
183
|
-
* @summary Update event subscription of a system topic.
|
|
184
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
185
|
-
* @param systemTopicName Name of the system topic.
|
|
186
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
187
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
188
|
-
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
189
|
-
* @param [options] The optional parameters
|
|
190
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
191
|
-
*/
|
|
192
|
-
beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: Models.EventSubscriptionUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
193
|
-
/**
|
|
194
|
-
* List event subscriptions that belong to a specific system topic.
|
|
195
|
-
* @summary List event subscriptions of a system topic.
|
|
196
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
197
|
-
* @param [options] The optional parameters
|
|
198
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicNextResponse>
|
|
199
|
-
*/
|
|
200
|
-
listBySystemTopicNext(nextPageLink: string, options?: Models.SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams): Promise<Models.SystemTopicEventSubscriptionsListBySystemTopicNextResponse>;
|
|
201
|
-
/**
|
|
202
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
203
|
-
* @param callback The callback
|
|
204
|
-
*/
|
|
205
|
-
listBySystemTopicNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
|
|
206
|
-
/**
|
|
207
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
208
|
-
* @param options The optional parameters
|
|
209
|
-
* @param callback The callback
|
|
210
|
-
*/
|
|
211
|
-
listBySystemTopicNext(nextPageLink: string, options: Models.SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams, callback: msRest.ServiceCallback<Models.EventSubscriptionsListResult>): void;
|
|
212
|
-
}
|
|
213
|
-
//# sourceMappingURL=systemTopicEventSubscriptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"systemTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../src/operations/systemTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,379 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/systemTopicEventSubscriptionsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a SystemTopicEventSubscriptions. */
|
|
14
|
-
var SystemTopicEventSubscriptions = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a SystemTopicEventSubscriptions.
|
|
17
|
-
* @param {EventGridManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function SystemTopicEventSubscriptions(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
SystemTopicEventSubscriptions.prototype.get = function (resourceGroupName, systemTopicName, eventSubscriptionName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
systemTopicName: systemTopicName,
|
|
26
|
-
eventSubscriptionName: eventSubscriptionName,
|
|
27
|
-
options: options
|
|
28
|
-
}, getOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Asynchronously creates or updates an event subscription with the specified parameters. Existing
|
|
32
|
-
* event subscriptions will be updated with this API.
|
|
33
|
-
* @summary Create or update an event subscription for a system topic.
|
|
34
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
35
|
-
* @param systemTopicName Name of the system topic.
|
|
36
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
37
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
38
|
-
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
39
|
-
* information.
|
|
40
|
-
* @param [options] The optional parameters
|
|
41
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsCreateOrUpdateResponse>
|
|
42
|
-
*/
|
|
43
|
-
SystemTopicEventSubscriptions.prototype.createOrUpdate = function (resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, options) {
|
|
44
|
-
return this.beginCreateOrUpdate(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, options)
|
|
45
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* Delete an event subscription of a system topic.
|
|
49
|
-
* @summary Delete an event subscription of a system topic.
|
|
50
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
51
|
-
* @param systemTopicName Name of the system topic.
|
|
52
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
53
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
54
|
-
* @param [options] The optional parameters
|
|
55
|
-
* @returns Promise<msRest.RestResponse>
|
|
56
|
-
*/
|
|
57
|
-
SystemTopicEventSubscriptions.prototype.deleteMethod = function (resourceGroupName, systemTopicName, eventSubscriptionName, options) {
|
|
58
|
-
return this.beginDeleteMethod(resourceGroupName, systemTopicName, eventSubscriptionName, options)
|
|
59
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* Update event subscription of a system topic.
|
|
63
|
-
* @summary Update event subscription of a system topic.
|
|
64
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
65
|
-
* @param systemTopicName Name of the system topic.
|
|
66
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
67
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
68
|
-
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
69
|
-
* @param [options] The optional parameters
|
|
70
|
-
* @returns Promise<Models.SystemTopicEventSubscriptionsUpdateResponse>
|
|
71
|
-
*/
|
|
72
|
-
SystemTopicEventSubscriptions.prototype.update = function (resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options) {
|
|
73
|
-
return this.beginUpdate(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options)
|
|
74
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
75
|
-
};
|
|
76
|
-
SystemTopicEventSubscriptions.prototype.getFullUrl = function (resourceGroupName, systemTopicName, eventSubscriptionName, options, callback) {
|
|
77
|
-
return this.client.sendOperationRequest({
|
|
78
|
-
resourceGroupName: resourceGroupName,
|
|
79
|
-
systemTopicName: systemTopicName,
|
|
80
|
-
eventSubscriptionName: eventSubscriptionName,
|
|
81
|
-
options: options
|
|
82
|
-
}, getFullUrlOperationSpec, callback);
|
|
83
|
-
};
|
|
84
|
-
SystemTopicEventSubscriptions.prototype.listBySystemTopic = function (resourceGroupName, systemTopicName, options, callback) {
|
|
85
|
-
return this.client.sendOperationRequest({
|
|
86
|
-
resourceGroupName: resourceGroupName,
|
|
87
|
-
systemTopicName: systemTopicName,
|
|
88
|
-
options: options
|
|
89
|
-
}, listBySystemTopicOperationSpec, callback);
|
|
90
|
-
};
|
|
91
|
-
SystemTopicEventSubscriptions.prototype.getDeliveryAttributes = function (resourceGroupName, systemTopicName, eventSubscriptionName, options, callback) {
|
|
92
|
-
return this.client.sendOperationRequest({
|
|
93
|
-
resourceGroupName: resourceGroupName,
|
|
94
|
-
systemTopicName: systemTopicName,
|
|
95
|
-
eventSubscriptionName: eventSubscriptionName,
|
|
96
|
-
options: options
|
|
97
|
-
}, getDeliveryAttributesOperationSpec, callback);
|
|
98
|
-
};
|
|
99
|
-
/**
|
|
100
|
-
* Asynchronously creates or updates an event subscription with the specified parameters. Existing
|
|
101
|
-
* event subscriptions will be updated with this API.
|
|
102
|
-
* @summary Create or update an event subscription for a system topic.
|
|
103
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
104
|
-
* @param systemTopicName Name of the system topic.
|
|
105
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
106
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
107
|
-
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
108
|
-
* information.
|
|
109
|
-
* @param [options] The optional parameters
|
|
110
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
111
|
-
*/
|
|
112
|
-
SystemTopicEventSubscriptions.prototype.beginCreateOrUpdate = function (resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, options) {
|
|
113
|
-
return this.client.sendLRORequest({
|
|
114
|
-
resourceGroupName: resourceGroupName,
|
|
115
|
-
systemTopicName: systemTopicName,
|
|
116
|
-
eventSubscriptionName: eventSubscriptionName,
|
|
117
|
-
eventSubscriptionInfo: eventSubscriptionInfo,
|
|
118
|
-
options: options
|
|
119
|
-
}, beginCreateOrUpdateOperationSpec, options);
|
|
120
|
-
};
|
|
121
|
-
/**
|
|
122
|
-
* Delete an event subscription of a system topic.
|
|
123
|
-
* @summary Delete an event subscription of a system topic.
|
|
124
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
125
|
-
* @param systemTopicName Name of the system topic.
|
|
126
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
127
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
128
|
-
* @param [options] The optional parameters
|
|
129
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
130
|
-
*/
|
|
131
|
-
SystemTopicEventSubscriptions.prototype.beginDeleteMethod = function (resourceGroupName, systemTopicName, eventSubscriptionName, options) {
|
|
132
|
-
return this.client.sendLRORequest({
|
|
133
|
-
resourceGroupName: resourceGroupName,
|
|
134
|
-
systemTopicName: systemTopicName,
|
|
135
|
-
eventSubscriptionName: eventSubscriptionName,
|
|
136
|
-
options: options
|
|
137
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
138
|
-
};
|
|
139
|
-
/**
|
|
140
|
-
* Update event subscription of a system topic.
|
|
141
|
-
* @summary Update event subscription of a system topic.
|
|
142
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
143
|
-
* @param systemTopicName Name of the system topic.
|
|
144
|
-
* @param eventSubscriptionName Name of the event subscription to be created. Event subscription
|
|
145
|
-
* names must be between 3 and 100 characters in length and use alphanumeric letters only.
|
|
146
|
-
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
147
|
-
* @param [options] The optional parameters
|
|
148
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
149
|
-
*/
|
|
150
|
-
SystemTopicEventSubscriptions.prototype.beginUpdate = function (resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options) {
|
|
151
|
-
return this.client.sendLRORequest({
|
|
152
|
-
resourceGroupName: resourceGroupName,
|
|
153
|
-
systemTopicName: systemTopicName,
|
|
154
|
-
eventSubscriptionName: eventSubscriptionName,
|
|
155
|
-
eventSubscriptionUpdateParameters: eventSubscriptionUpdateParameters,
|
|
156
|
-
options: options
|
|
157
|
-
}, beginUpdateOperationSpec, options);
|
|
158
|
-
};
|
|
159
|
-
SystemTopicEventSubscriptions.prototype.listBySystemTopicNext = function (nextPageLink, options, callback) {
|
|
160
|
-
return this.client.sendOperationRequest({
|
|
161
|
-
nextPageLink: nextPageLink,
|
|
162
|
-
options: options
|
|
163
|
-
}, listBySystemTopicNextOperationSpec, callback);
|
|
164
|
-
};
|
|
165
|
-
return SystemTopicEventSubscriptions;
|
|
166
|
-
}());
|
|
167
|
-
export { SystemTopicEventSubscriptions };
|
|
168
|
-
// Operation Specifications
|
|
169
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
170
|
-
var getOperationSpec = {
|
|
171
|
-
httpMethod: "GET",
|
|
172
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
|
|
173
|
-
urlParameters: [
|
|
174
|
-
Parameters.subscriptionId,
|
|
175
|
-
Parameters.resourceGroupName,
|
|
176
|
-
Parameters.systemTopicName,
|
|
177
|
-
Parameters.eventSubscriptionName
|
|
178
|
-
],
|
|
179
|
-
queryParameters: [
|
|
180
|
-
Parameters.apiVersion
|
|
181
|
-
],
|
|
182
|
-
headerParameters: [
|
|
183
|
-
Parameters.acceptLanguage
|
|
184
|
-
],
|
|
185
|
-
responses: {
|
|
186
|
-
200: {
|
|
187
|
-
bodyMapper: Mappers.EventSubscription
|
|
188
|
-
},
|
|
189
|
-
default: {
|
|
190
|
-
bodyMapper: Mappers.CloudError
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
serializer: serializer
|
|
194
|
-
};
|
|
195
|
-
var getFullUrlOperationSpec = {
|
|
196
|
-
httpMethod: "POST",
|
|
197
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl",
|
|
198
|
-
urlParameters: [
|
|
199
|
-
Parameters.subscriptionId,
|
|
200
|
-
Parameters.resourceGroupName,
|
|
201
|
-
Parameters.systemTopicName,
|
|
202
|
-
Parameters.eventSubscriptionName
|
|
203
|
-
],
|
|
204
|
-
queryParameters: [
|
|
205
|
-
Parameters.apiVersion
|
|
206
|
-
],
|
|
207
|
-
headerParameters: [
|
|
208
|
-
Parameters.acceptLanguage
|
|
209
|
-
],
|
|
210
|
-
responses: {
|
|
211
|
-
200: {
|
|
212
|
-
bodyMapper: Mappers.EventSubscriptionFullUrl
|
|
213
|
-
},
|
|
214
|
-
default: {
|
|
215
|
-
bodyMapper: Mappers.CloudError
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
serializer: serializer
|
|
219
|
-
};
|
|
220
|
-
var listBySystemTopicOperationSpec = {
|
|
221
|
-
httpMethod: "GET",
|
|
222
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions",
|
|
223
|
-
urlParameters: [
|
|
224
|
-
Parameters.subscriptionId,
|
|
225
|
-
Parameters.resourceGroupName,
|
|
226
|
-
Parameters.systemTopicName
|
|
227
|
-
],
|
|
228
|
-
queryParameters: [
|
|
229
|
-
Parameters.apiVersion,
|
|
230
|
-
Parameters.filter,
|
|
231
|
-
Parameters.top
|
|
232
|
-
],
|
|
233
|
-
headerParameters: [
|
|
234
|
-
Parameters.acceptLanguage
|
|
235
|
-
],
|
|
236
|
-
responses: {
|
|
237
|
-
200: {
|
|
238
|
-
bodyMapper: Mappers.EventSubscriptionsListResult
|
|
239
|
-
},
|
|
240
|
-
default: {
|
|
241
|
-
bodyMapper: Mappers.CloudError
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
serializer: serializer
|
|
245
|
-
};
|
|
246
|
-
var getDeliveryAttributesOperationSpec = {
|
|
247
|
-
httpMethod: "POST",
|
|
248
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
|
|
249
|
-
urlParameters: [
|
|
250
|
-
Parameters.subscriptionId,
|
|
251
|
-
Parameters.resourceGroupName,
|
|
252
|
-
Parameters.systemTopicName,
|
|
253
|
-
Parameters.eventSubscriptionName
|
|
254
|
-
],
|
|
255
|
-
queryParameters: [
|
|
256
|
-
Parameters.apiVersion
|
|
257
|
-
],
|
|
258
|
-
headerParameters: [
|
|
259
|
-
Parameters.acceptLanguage
|
|
260
|
-
],
|
|
261
|
-
responses: {
|
|
262
|
-
200: {
|
|
263
|
-
bodyMapper: Mappers.DeliveryAttributeListResult
|
|
264
|
-
},
|
|
265
|
-
default: {
|
|
266
|
-
bodyMapper: Mappers.CloudError
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
serializer: serializer
|
|
270
|
-
};
|
|
271
|
-
var beginCreateOrUpdateOperationSpec = {
|
|
272
|
-
httpMethod: "PUT",
|
|
273
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
|
|
274
|
-
urlParameters: [
|
|
275
|
-
Parameters.subscriptionId,
|
|
276
|
-
Parameters.resourceGroupName,
|
|
277
|
-
Parameters.systemTopicName,
|
|
278
|
-
Parameters.eventSubscriptionName
|
|
279
|
-
],
|
|
280
|
-
queryParameters: [
|
|
281
|
-
Parameters.apiVersion
|
|
282
|
-
],
|
|
283
|
-
headerParameters: [
|
|
284
|
-
Parameters.acceptLanguage
|
|
285
|
-
],
|
|
286
|
-
requestBody: {
|
|
287
|
-
parameterPath: "eventSubscriptionInfo",
|
|
288
|
-
mapper: __assign(__assign({}, Mappers.EventSubscription), { required: true })
|
|
289
|
-
},
|
|
290
|
-
responses: {
|
|
291
|
-
201: {
|
|
292
|
-
bodyMapper: Mappers.EventSubscription
|
|
293
|
-
},
|
|
294
|
-
default: {
|
|
295
|
-
bodyMapper: Mappers.CloudError
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
serializer: serializer
|
|
299
|
-
};
|
|
300
|
-
var beginDeleteMethodOperationSpec = {
|
|
301
|
-
httpMethod: "DELETE",
|
|
302
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
|
|
303
|
-
urlParameters: [
|
|
304
|
-
Parameters.subscriptionId,
|
|
305
|
-
Parameters.resourceGroupName,
|
|
306
|
-
Parameters.systemTopicName,
|
|
307
|
-
Parameters.eventSubscriptionName
|
|
308
|
-
],
|
|
309
|
-
queryParameters: [
|
|
310
|
-
Parameters.apiVersion
|
|
311
|
-
],
|
|
312
|
-
headerParameters: [
|
|
313
|
-
Parameters.acceptLanguage
|
|
314
|
-
],
|
|
315
|
-
responses: {
|
|
316
|
-
200: {},
|
|
317
|
-
202: {},
|
|
318
|
-
204: {},
|
|
319
|
-
default: {
|
|
320
|
-
bodyMapper: Mappers.CloudError
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
serializer: serializer
|
|
324
|
-
};
|
|
325
|
-
var beginUpdateOperationSpec = {
|
|
326
|
-
httpMethod: "PATCH",
|
|
327
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
|
|
328
|
-
urlParameters: [
|
|
329
|
-
Parameters.subscriptionId,
|
|
330
|
-
Parameters.resourceGroupName,
|
|
331
|
-
Parameters.systemTopicName,
|
|
332
|
-
Parameters.eventSubscriptionName
|
|
333
|
-
],
|
|
334
|
-
queryParameters: [
|
|
335
|
-
Parameters.apiVersion
|
|
336
|
-
],
|
|
337
|
-
headerParameters: [
|
|
338
|
-
Parameters.acceptLanguage
|
|
339
|
-
],
|
|
340
|
-
requestBody: {
|
|
341
|
-
parameterPath: "eventSubscriptionUpdateParameters",
|
|
342
|
-
mapper: __assign(__assign({}, Mappers.EventSubscriptionUpdateParameters), { required: true })
|
|
343
|
-
},
|
|
344
|
-
responses: {
|
|
345
|
-
201: {
|
|
346
|
-
bodyMapper: Mappers.EventSubscription
|
|
347
|
-
},
|
|
348
|
-
default: {
|
|
349
|
-
bodyMapper: Mappers.CloudError
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
serializer: serializer
|
|
353
|
-
};
|
|
354
|
-
var listBySystemTopicNextOperationSpec = {
|
|
355
|
-
httpMethod: "GET",
|
|
356
|
-
baseUrl: "https://management.azure.com",
|
|
357
|
-
path: "{nextLink}",
|
|
358
|
-
urlParameters: [
|
|
359
|
-
Parameters.nextPageLink
|
|
360
|
-
],
|
|
361
|
-
queryParameters: [
|
|
362
|
-
Parameters.apiVersion,
|
|
363
|
-
Parameters.filter,
|
|
364
|
-
Parameters.top
|
|
365
|
-
],
|
|
366
|
-
headerParameters: [
|
|
367
|
-
Parameters.acceptLanguage
|
|
368
|
-
],
|
|
369
|
-
responses: {
|
|
370
|
-
200: {
|
|
371
|
-
bodyMapper: Mappers.EventSubscriptionsListResult
|
|
372
|
-
},
|
|
373
|
-
default: {
|
|
374
|
-
bodyMapper: Mappers.CloudError
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
serializer: serializer
|
|
378
|
-
};
|
|
379
|
-
//# sourceMappingURL=systemTopicEventSubscriptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"systemTopicEventSubscriptions.js","sourceRoot":"","sources":["../../src/operations/systemTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}
|