@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eventSubscriptions.js","sourceRoot":"","sources":["../../src/operations/eventSubscriptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
|
|
4
|
-
/** Class representing a ExtensionTopics. */
|
|
5
|
-
export declare class ExtensionTopics {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a ExtensionTopics.
|
|
9
|
-
* @param {EventGridManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: EventGridManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Get the properties of an extension topic.
|
|
14
|
-
* @summary Get properties of an extension topic.
|
|
15
|
-
* @param scope The identifier of the resource to which extension topic is queried. The scope can
|
|
16
|
-
* be a subscription, or a resource group, or a top level resource belonging to a resource provider
|
|
17
|
-
* namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
18
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
19
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
20
|
-
* for Azure resource.
|
|
21
|
-
* @param [options] The optional parameters
|
|
22
|
-
* @returns Promise<Models.ExtensionTopicsGetResponse>
|
|
23
|
-
*/
|
|
24
|
-
get(scope: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionTopicsGetResponse>;
|
|
25
|
-
/**
|
|
26
|
-
* @param scope The identifier of the resource to which extension topic is queried. The scope can
|
|
27
|
-
* be a subscription, or a resource group, or a top level resource belonging to a resource provider
|
|
28
|
-
* namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
29
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
30
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
31
|
-
* for Azure resource.
|
|
32
|
-
* @param callback The callback
|
|
33
|
-
*/
|
|
34
|
-
get(scope: string, callback: msRest.ServiceCallback<Models.ExtensionTopic>): void;
|
|
35
|
-
/**
|
|
36
|
-
* @param scope The identifier of the resource to which extension topic is queried. The scope can
|
|
37
|
-
* be a subscription, or a resource group, or a top level resource belonging to a resource provider
|
|
38
|
-
* namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
39
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
40
|
-
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
41
|
-
* for Azure resource.
|
|
42
|
-
* @param options The optional parameters
|
|
43
|
-
* @param callback The callback
|
|
44
|
-
*/
|
|
45
|
-
get(scope: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ExtensionTopic>): void;
|
|
46
|
-
}
|
|
47
|
-
//# sourceMappingURL=extensionTopics.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensionTopics.d.ts","sourceRoot":"","sources":["../../src/operations/extensionTopics.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAEvF,4CAA4C;AAC5C,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;;;;;;;;OAWG;IACH,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IACnG;;;;;;;;OAQG;IACH,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IACjF;;;;;;;;;OASG;IACH,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;CAUtH"}
|
|
@@ -1,54 +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 * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/extensionTopicsMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a ExtensionTopics. */
|
|
13
|
-
var ExtensionTopics = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a ExtensionTopics.
|
|
16
|
-
* @param {EventGridManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function ExtensionTopics(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
ExtensionTopics.prototype.get = function (scope, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
scope: scope,
|
|
24
|
-
options: options
|
|
25
|
-
}, getOperationSpec, callback);
|
|
26
|
-
};
|
|
27
|
-
return ExtensionTopics;
|
|
28
|
-
}());
|
|
29
|
-
export { ExtensionTopics };
|
|
30
|
-
// Operation Specifications
|
|
31
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
32
|
-
var getOperationSpec = {
|
|
33
|
-
httpMethod: "GET",
|
|
34
|
-
path: "{scope}/providers/Microsoft.EventGrid/extensionTopics/default",
|
|
35
|
-
urlParameters: [
|
|
36
|
-
Parameters.scope1
|
|
37
|
-
],
|
|
38
|
-
queryParameters: [
|
|
39
|
-
Parameters.apiVersion
|
|
40
|
-
],
|
|
41
|
-
headerParameters: [
|
|
42
|
-
Parameters.acceptLanguage
|
|
43
|
-
],
|
|
44
|
-
responses: {
|
|
45
|
-
200: {
|
|
46
|
-
bodyMapper: Mappers.ExtensionTopic
|
|
47
|
-
},
|
|
48
|
-
default: {
|
|
49
|
-
bodyMapper: Mappers.CloudError
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
serializer: serializer
|
|
53
|
-
};
|
|
54
|
-
//# sourceMappingURL=extensionTopics.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensionTopics.js","sourceRoot":"","sources":["../../src/operations/extensionTopics.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,kCAAkC,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,4CAA4C;AAC5C;IAGE;;;OAGG;IACH,yBAAY,MAAwC;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAoCD,6BAAG,GAAH,UAAI,KAAa,EAAE,OAAmF,EAAE,QAAwD;QAC9J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,KAAK,OAAA;YACL,OAAO,SAAA;SACR,EACD,gBAAgB,EAChB,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IACH,sBAAC;AAAD,CAAC,AAtDD,IAsDC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,gBAAgB,GAAyB;IAC7C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,+DAA+D;IACrE,aAAa,EAAE;QACb,UAAU,CAAC,MAAM;KAClB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AASA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
|
|
4
|
-
/** Class representing a Operations. */
|
|
5
|
-
export declare class Operations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Operations.
|
|
9
|
-
* @param {EventGridManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: EventGridManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* List the available operations supported by the Microsoft.EventGrid resource provider.
|
|
14
|
-
* @summary List available operations.
|
|
15
|
-
* @param [options] The optional parameters
|
|
16
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
17
|
-
*/
|
|
18
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
|
|
19
|
-
/**
|
|
20
|
-
* @param callback The callback
|
|
21
|
-
*/
|
|
22
|
-
list(callback: msRest.ServiceCallback<Models.OperationsListResult>): void;
|
|
23
|
-
/**
|
|
24
|
-
* @param options The optional parameters
|
|
25
|
-
* @param callback The callback
|
|
26
|
-
*/
|
|
27
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationsListResult>): void;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAEvF,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;;OAKG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,oBAAoB,CAAC,GAAG,IAAI;IACzE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,oBAAoB,CAAC,GAAG,IAAI;CAS9G"}
|
|
@@ -1,50 +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 * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/operationsMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a Operations. */
|
|
13
|
-
var Operations = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a Operations.
|
|
16
|
-
* @param {EventGridManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function Operations(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
Operations.prototype.list = function (options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
options: options
|
|
24
|
-
}, listOperationSpec, callback);
|
|
25
|
-
};
|
|
26
|
-
return Operations;
|
|
27
|
-
}());
|
|
28
|
-
export { Operations };
|
|
29
|
-
// Operation Specifications
|
|
30
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
31
|
-
var listOperationSpec = {
|
|
32
|
-
httpMethod: "GET",
|
|
33
|
-
path: "providers/Microsoft.EventGrid/operations",
|
|
34
|
-
queryParameters: [
|
|
35
|
-
Parameters.apiVersion
|
|
36
|
-
],
|
|
37
|
-
headerParameters: [
|
|
38
|
-
Parameters.acceptLanguage
|
|
39
|
-
],
|
|
40
|
-
responses: {
|
|
41
|
-
200: {
|
|
42
|
-
bodyMapper: Mappers.OperationsListResult
|
|
43
|
-
},
|
|
44
|
-
default: {
|
|
45
|
-
bodyMapper: Mappers.CloudError
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
serializer: serializer
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAAwC;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAkBD,yBAAI,GAAJ,UAAK,OAAyF,EAAE,QAA8D;QAC5J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IACH,iBAAC;AAAD,CAAC,AAnCD,IAmCC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,0CAA0C;IAChD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,152 +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 PrivateEndpointConnections. */
|
|
6
|
-
export declare class PrivateEndpointConnections {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a PrivateEndpointConnections.
|
|
10
|
-
* @param {EventGridManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: EventGridManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Get a specific private endpoint connection under a topic or domain.
|
|
15
|
-
* @summary Get a specific private endpoint connection.
|
|
16
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
17
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
18
|
-
* Possible values include: 'topics', 'domains'
|
|
19
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
20
|
-
* name).
|
|
21
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
22
|
-
* @param [options] The optional parameters
|
|
23
|
-
* @returns Promise<Models.PrivateEndpointConnectionsGetResponse>
|
|
24
|
-
*/
|
|
25
|
-
get(resourceGroupName: string, parentType: Models.ParentType, parentName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;
|
|
26
|
-
/**
|
|
27
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
28
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
29
|
-
* Possible values include: 'topics', 'domains'
|
|
30
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
31
|
-
* name).
|
|
32
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
33
|
-
* @param callback The callback
|
|
34
|
-
*/
|
|
35
|
-
get(resourceGroupName: string, parentType: Models.ParentType, parentName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
36
|
-
/**
|
|
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\' or \'domains\'.
|
|
39
|
-
* Possible values include: 'topics', 'domains'
|
|
40
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
41
|
-
* name).
|
|
42
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
43
|
-
* @param options The optional parameters
|
|
44
|
-
* @param callback The callback
|
|
45
|
-
*/
|
|
46
|
-
get(resourceGroupName: string, parentType: Models.ParentType, parentName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
47
|
-
/**
|
|
48
|
-
* Update a specific private endpoint connection under a topic or domain.
|
|
49
|
-
* @summary Update a specific private endpoint connection.
|
|
50
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
51
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
52
|
-
* Possible values include: 'topics', 'domains'
|
|
53
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
54
|
-
* name).
|
|
55
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
56
|
-
* @param privateEndpointConnection The private endpoint connection object to update.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<Models.PrivateEndpointConnectionsUpdateResponse>
|
|
59
|
-
*/
|
|
60
|
-
update(resourceGroupName: string, parentType: Models.ParentType1, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsUpdateResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Delete a specific private endpoint connection under a topic or domain.
|
|
63
|
-
* @summary Delete a specific private endpoint connection.
|
|
64
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
65
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
66
|
-
* Possible values include: 'topics', 'domains'
|
|
67
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
68
|
-
* name).
|
|
69
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<msRest.RestResponse>
|
|
72
|
-
*/
|
|
73
|
-
deleteMethod(resourceGroupName: string, parentType: Models.ParentType2, parentName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* Get all private endpoint connections under a topic or domain.
|
|
76
|
-
* @summary Lists all private endpoint connections under a resource.
|
|
77
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
78
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
79
|
-
* Possible values include: 'topics', 'domains'
|
|
80
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
81
|
-
* name).
|
|
82
|
-
* @param [options] The optional parameters
|
|
83
|
-
* @returns Promise<Models.PrivateEndpointConnectionsListByResourceResponse>
|
|
84
|
-
*/
|
|
85
|
-
listByResource(resourceGroupName: string, parentType: Models.ParentType3, parentName: string, options?: Models.PrivateEndpointConnectionsListByResourceOptionalParams): Promise<Models.PrivateEndpointConnectionsListByResourceResponse>;
|
|
86
|
-
/**
|
|
87
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
88
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
89
|
-
* Possible values include: 'topics', 'domains'
|
|
90
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
91
|
-
* name).
|
|
92
|
-
* @param callback The callback
|
|
93
|
-
*/
|
|
94
|
-
listByResource(resourceGroupName: string, parentType: Models.ParentType3, parentName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
|
|
95
|
-
/**
|
|
96
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
97
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
98
|
-
* Possible values include: 'topics', 'domains'
|
|
99
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
100
|
-
* name).
|
|
101
|
-
* @param options The optional parameters
|
|
102
|
-
* @param callback The callback
|
|
103
|
-
*/
|
|
104
|
-
listByResource(resourceGroupName: string, parentType: Models.ParentType3, parentName: string, options: Models.PrivateEndpointConnectionsListByResourceOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
|
|
105
|
-
/**
|
|
106
|
-
* Update a specific private endpoint connection under a topic or domain.
|
|
107
|
-
* @summary Update a specific private endpoint connection.
|
|
108
|
-
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
109
|
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
|
|
110
|
-
* Possible values include: 'topics', 'domains'
|
|
111
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
112
|
-
* name).
|
|
113
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
114
|
-
* @param privateEndpointConnection The private endpoint connection object to update.
|
|
115
|
-
* @param [options] The optional parameters
|
|
116
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
117
|
-
*/
|
|
118
|
-
beginUpdate(resourceGroupName: string, parentType: Models.ParentType1, parentName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
119
|
-
/**
|
|
120
|
-
* Delete a specific private endpoint connection under a topic or domain.
|
|
121
|
-
* @summary Delete a specific private endpoint connection.
|
|
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\' or \'domains\'.
|
|
124
|
-
* Possible values include: 'topics', 'domains'
|
|
125
|
-
* @param parentName The name of the parent resource (namely, either, the topic name or domain
|
|
126
|
-
* name).
|
|
127
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
|
|
128
|
-
* @param [options] The optional parameters
|
|
129
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
130
|
-
*/
|
|
131
|
-
beginDeleteMethod(resourceGroupName: string, parentType: Models.ParentType2, parentName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
132
|
-
/**
|
|
133
|
-
* Get all private endpoint connections under a topic or domain.
|
|
134
|
-
* @summary Lists all private endpoint connections under a resource.
|
|
135
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
136
|
-
* @param [options] The optional parameters
|
|
137
|
-
* @returns Promise<Models.PrivateEndpointConnectionsListByResourceNextResponse>
|
|
138
|
-
*/
|
|
139
|
-
listByResourceNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionsListByResourceNextOptionalParams): Promise<Models.PrivateEndpointConnectionsListByResourceNextResponse>;
|
|
140
|
-
/**
|
|
141
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
142
|
-
* @param callback The callback
|
|
143
|
-
*/
|
|
144
|
-
listByResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
|
|
145
|
-
/**
|
|
146
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
147
|
-
* @param options The optional parameters
|
|
148
|
-
* @param callback The callback
|
|
149
|
-
*/
|
|
150
|
-
listByResourceNext(nextPageLink: string, options: Models.PrivateEndpointConnectionsListByResourceNextOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
|
|
151
|
-
}
|
|
152
|
-
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|