@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
package/src/models/mappers.ts
CHANGED
|
@@ -6,14 +6,9 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "PrivateEndpoint",
|
|
11
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
14
|
className: "PrivateEndpoint",
|
|
@@ -28,8 +23,7 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
|
28
23
|
}
|
|
29
24
|
};
|
|
30
25
|
|
|
31
|
-
export const ConnectionState:
|
|
32
|
-
serializedName: "ConnectionState",
|
|
26
|
+
export const ConnectionState: coreClient.CompositeMapper = {
|
|
33
27
|
type: {
|
|
34
28
|
name: "Composite",
|
|
35
29
|
className: "ConnectionState",
|
|
@@ -56,29 +50,28 @@ export const ConnectionState: msRest.CompositeMapper = {
|
|
|
56
50
|
}
|
|
57
51
|
};
|
|
58
52
|
|
|
59
|
-
export const Resource:
|
|
60
|
-
serializedName: "Resource",
|
|
53
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
61
54
|
type: {
|
|
62
55
|
name: "Composite",
|
|
63
56
|
className: "Resource",
|
|
64
57
|
modelProperties: {
|
|
65
58
|
id: {
|
|
66
|
-
readOnly: true,
|
|
67
59
|
serializedName: "id",
|
|
60
|
+
readOnly: true,
|
|
68
61
|
type: {
|
|
69
62
|
name: "String"
|
|
70
63
|
}
|
|
71
64
|
},
|
|
72
65
|
name: {
|
|
73
|
-
readOnly: true,
|
|
74
66
|
serializedName: "name",
|
|
67
|
+
readOnly: true,
|
|
75
68
|
type: {
|
|
76
69
|
name: "String"
|
|
77
70
|
}
|
|
78
71
|
},
|
|
79
72
|
type: {
|
|
80
|
-
readOnly: true,
|
|
81
73
|
serializedName: "type",
|
|
74
|
+
readOnly: true,
|
|
82
75
|
type: {
|
|
83
76
|
name: "String"
|
|
84
77
|
}
|
|
@@ -87,62 +80,19 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
87
80
|
}
|
|
88
81
|
};
|
|
89
82
|
|
|
90
|
-
export const
|
|
91
|
-
serializedName: "PrivateEndpointConnection",
|
|
92
|
-
type: {
|
|
93
|
-
name: "Composite",
|
|
94
|
-
className: "PrivateEndpointConnection",
|
|
95
|
-
modelProperties: {
|
|
96
|
-
...Resource.type.modelProperties,
|
|
97
|
-
privateEndpoint: {
|
|
98
|
-
serializedName: "properties.privateEndpoint",
|
|
99
|
-
type: {
|
|
100
|
-
name: "Composite",
|
|
101
|
-
className: "PrivateEndpoint"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
groupIds: {
|
|
105
|
-
serializedName: "properties.groupIds",
|
|
106
|
-
type: {
|
|
107
|
-
name: "Sequence",
|
|
108
|
-
element: {
|
|
109
|
-
type: {
|
|
110
|
-
name: "String"
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
privateLinkServiceConnectionState: {
|
|
116
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
117
|
-
type: {
|
|
118
|
-
name: "Composite",
|
|
119
|
-
className: "ConnectionState"
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
provisioningState: {
|
|
123
|
-
serializedName: "properties.provisioningState",
|
|
124
|
-
type: {
|
|
125
|
-
name: "String"
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
export const InputSchemaMapping: msRest.CompositeMapper = {
|
|
133
|
-
serializedName: "InputSchemaMapping",
|
|
83
|
+
export const InputSchemaMapping: coreClient.CompositeMapper = {
|
|
134
84
|
type: {
|
|
135
85
|
name: "Composite",
|
|
86
|
+
className: "InputSchemaMapping",
|
|
87
|
+
uberParent: "InputSchemaMapping",
|
|
136
88
|
polymorphicDiscriminator: {
|
|
137
89
|
serializedName: "inputSchemaMappingType",
|
|
138
90
|
clientName: "inputSchemaMappingType"
|
|
139
91
|
},
|
|
140
|
-
uberParent: "InputSchemaMapping",
|
|
141
|
-
className: "InputSchemaMapping",
|
|
142
92
|
modelProperties: {
|
|
143
93
|
inputSchemaMappingType: {
|
|
144
|
-
required: true,
|
|
145
94
|
serializedName: "inputSchemaMappingType",
|
|
95
|
+
required: true,
|
|
146
96
|
type: {
|
|
147
97
|
name: "String"
|
|
148
98
|
}
|
|
@@ -151,8 +101,7 @@ export const InputSchemaMapping: msRest.CompositeMapper = {
|
|
|
151
101
|
}
|
|
152
102
|
};
|
|
153
103
|
|
|
154
|
-
export const InboundIpRule:
|
|
155
|
-
serializedName: "InboundIpRule",
|
|
104
|
+
export const InboundIpRule: coreClient.CompositeMapper = {
|
|
156
105
|
type: {
|
|
157
106
|
name: "Composite",
|
|
158
107
|
className: "InboundIpRule",
|
|
@@ -173,30 +122,52 @@ export const InboundIpRule: msRest.CompositeMapper = {
|
|
|
173
122
|
}
|
|
174
123
|
};
|
|
175
124
|
|
|
176
|
-
export const
|
|
177
|
-
serializedName: "UserIdentityProperties",
|
|
125
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
178
126
|
type: {
|
|
179
127
|
name: "Composite",
|
|
180
|
-
className: "
|
|
128
|
+
className: "SystemData",
|
|
181
129
|
modelProperties: {
|
|
182
|
-
|
|
183
|
-
serializedName: "
|
|
130
|
+
createdBy: {
|
|
131
|
+
serializedName: "createdBy",
|
|
184
132
|
type: {
|
|
185
133
|
name: "String"
|
|
186
134
|
}
|
|
187
135
|
},
|
|
188
|
-
|
|
189
|
-
serializedName: "
|
|
136
|
+
createdByType: {
|
|
137
|
+
serializedName: "createdByType",
|
|
138
|
+
type: {
|
|
139
|
+
name: "String"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
createdAt: {
|
|
143
|
+
serializedName: "createdAt",
|
|
144
|
+
type: {
|
|
145
|
+
name: "DateTime"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
lastModifiedBy: {
|
|
149
|
+
serializedName: "lastModifiedBy",
|
|
150
|
+
type: {
|
|
151
|
+
name: "String"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
lastModifiedByType: {
|
|
155
|
+
serializedName: "lastModifiedByType",
|
|
190
156
|
type: {
|
|
191
157
|
name: "String"
|
|
192
158
|
}
|
|
159
|
+
},
|
|
160
|
+
lastModifiedAt: {
|
|
161
|
+
serializedName: "lastModifiedAt",
|
|
162
|
+
type: {
|
|
163
|
+
name: "DateTime"
|
|
164
|
+
}
|
|
193
165
|
}
|
|
194
166
|
}
|
|
195
167
|
}
|
|
196
168
|
};
|
|
197
169
|
|
|
198
|
-
export const IdentityInfo:
|
|
199
|
-
serializedName: "IdentityInfo",
|
|
170
|
+
export const IdentityInfo: coreClient.CompositeMapper = {
|
|
200
171
|
type: {
|
|
201
172
|
name: "Composite",
|
|
202
173
|
className: "IdentityInfo",
|
|
@@ -224,10 +195,7 @@ export const IdentityInfo: msRest.CompositeMapper = {
|
|
|
224
195
|
type: {
|
|
225
196
|
name: "Dictionary",
|
|
226
197
|
value: {
|
|
227
|
-
type: {
|
|
228
|
-
name: "Composite",
|
|
229
|
-
className: "UserIdentityProperties"
|
|
230
|
-
}
|
|
198
|
+
type: { name: "Composite", className: "UserIdentityProperties" }
|
|
231
199
|
}
|
|
232
200
|
}
|
|
233
201
|
}
|
|
@@ -235,36 +203,19 @@ export const IdentityInfo: msRest.CompositeMapper = {
|
|
|
235
203
|
}
|
|
236
204
|
};
|
|
237
205
|
|
|
238
|
-
export const
|
|
239
|
-
serializedName: "JsonField",
|
|
240
|
-
type: {
|
|
241
|
-
name: "Composite",
|
|
242
|
-
className: "JsonField",
|
|
243
|
-
modelProperties: {
|
|
244
|
-
sourceField: {
|
|
245
|
-
serializedName: "sourceField",
|
|
246
|
-
type: {
|
|
247
|
-
name: "String"
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
};
|
|
253
|
-
|
|
254
|
-
export const JsonFieldWithDefault: msRest.CompositeMapper = {
|
|
255
|
-
serializedName: "JsonFieldWithDefault",
|
|
206
|
+
export const UserIdentityProperties: coreClient.CompositeMapper = {
|
|
256
207
|
type: {
|
|
257
208
|
name: "Composite",
|
|
258
|
-
className: "
|
|
209
|
+
className: "UserIdentityProperties",
|
|
259
210
|
modelProperties: {
|
|
260
|
-
|
|
261
|
-
serializedName: "
|
|
211
|
+
principalId: {
|
|
212
|
+
serializedName: "principalId",
|
|
262
213
|
type: {
|
|
263
214
|
name: "String"
|
|
264
215
|
}
|
|
265
216
|
},
|
|
266
|
-
|
|
267
|
-
serializedName: "
|
|
217
|
+
clientId: {
|
|
218
|
+
serializedName: "clientId",
|
|
268
219
|
type: {
|
|
269
220
|
name: "String"
|
|
270
221
|
}
|
|
@@ -273,346 +224,297 @@ export const JsonFieldWithDefault: msRest.CompositeMapper = {
|
|
|
273
224
|
}
|
|
274
225
|
};
|
|
275
226
|
|
|
276
|
-
export const
|
|
277
|
-
serializedName: "Json",
|
|
227
|
+
export const DomainUpdateParameters: coreClient.CompositeMapper = {
|
|
278
228
|
type: {
|
|
279
229
|
name: "Composite",
|
|
280
|
-
|
|
281
|
-
uberParent: "InputSchemaMapping",
|
|
282
|
-
className: "JsonInputSchemaMapping",
|
|
230
|
+
className: "DomainUpdateParameters",
|
|
283
231
|
modelProperties: {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
serializedName: "properties.id",
|
|
232
|
+
tags: {
|
|
233
|
+
serializedName: "tags",
|
|
287
234
|
type: {
|
|
288
|
-
name: "
|
|
289
|
-
|
|
235
|
+
name: "Dictionary",
|
|
236
|
+
value: { type: { name: "String" } }
|
|
290
237
|
}
|
|
291
238
|
},
|
|
292
|
-
|
|
293
|
-
serializedName: "
|
|
239
|
+
identity: {
|
|
240
|
+
serializedName: "identity",
|
|
294
241
|
type: {
|
|
295
242
|
name: "Composite",
|
|
296
|
-
className: "
|
|
243
|
+
className: "IdentityInfo"
|
|
297
244
|
}
|
|
298
245
|
},
|
|
299
|
-
|
|
300
|
-
serializedName: "properties.
|
|
246
|
+
publicNetworkAccess: {
|
|
247
|
+
serializedName: "properties.publicNetworkAccess",
|
|
301
248
|
type: {
|
|
302
|
-
name: "
|
|
303
|
-
className: "JsonField"
|
|
249
|
+
name: "String"
|
|
304
250
|
}
|
|
305
251
|
},
|
|
306
|
-
|
|
307
|
-
serializedName: "properties.
|
|
252
|
+
inboundIpRules: {
|
|
253
|
+
serializedName: "properties.inboundIpRules",
|
|
308
254
|
type: {
|
|
309
|
-
name: "
|
|
310
|
-
|
|
255
|
+
name: "Sequence",
|
|
256
|
+
element: {
|
|
257
|
+
type: {
|
|
258
|
+
name: "Composite",
|
|
259
|
+
className: "InboundIpRule"
|
|
260
|
+
}
|
|
261
|
+
}
|
|
311
262
|
}
|
|
312
263
|
},
|
|
313
|
-
|
|
314
|
-
serializedName: "properties.
|
|
264
|
+
disableLocalAuth: {
|
|
265
|
+
serializedName: "properties.disableLocalAuth",
|
|
315
266
|
type: {
|
|
316
|
-
name: "
|
|
317
|
-
className: "JsonFieldWithDefault"
|
|
267
|
+
name: "Boolean"
|
|
318
268
|
}
|
|
319
269
|
},
|
|
320
|
-
|
|
321
|
-
serializedName: "properties.
|
|
270
|
+
autoCreateTopicWithFirstSubscription: {
|
|
271
|
+
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
322
272
|
type: {
|
|
323
|
-
name: "
|
|
324
|
-
|
|
273
|
+
name: "Boolean"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
autoDeleteTopicWithLastSubscription: {
|
|
277
|
+
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
278
|
+
type: {
|
|
279
|
+
name: "Boolean"
|
|
325
280
|
}
|
|
326
281
|
}
|
|
327
282
|
}
|
|
328
283
|
}
|
|
329
284
|
};
|
|
330
285
|
|
|
331
|
-
export const
|
|
332
|
-
serializedName: "TrackedResource",
|
|
286
|
+
export const DomainsListResult: coreClient.CompositeMapper = {
|
|
333
287
|
type: {
|
|
334
288
|
name: "Composite",
|
|
335
|
-
className: "
|
|
289
|
+
className: "DomainsListResult",
|
|
336
290
|
modelProperties: {
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
required: true,
|
|
340
|
-
serializedName: "location",
|
|
341
|
-
type: {
|
|
342
|
-
name: "String"
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
tags: {
|
|
346
|
-
serializedName: "tags",
|
|
291
|
+
value: {
|
|
292
|
+
serializedName: "value",
|
|
347
293
|
type: {
|
|
348
|
-
name: "
|
|
349
|
-
|
|
294
|
+
name: "Sequence",
|
|
295
|
+
element: {
|
|
350
296
|
type: {
|
|
351
|
-
name: "
|
|
297
|
+
name: "Composite",
|
|
298
|
+
className: "Domain"
|
|
352
299
|
}
|
|
353
300
|
}
|
|
354
301
|
}
|
|
302
|
+
},
|
|
303
|
+
nextLink: {
|
|
304
|
+
serializedName: "nextLink",
|
|
305
|
+
type: {
|
|
306
|
+
name: "String"
|
|
307
|
+
}
|
|
355
308
|
}
|
|
356
309
|
}
|
|
357
310
|
}
|
|
358
311
|
};
|
|
359
312
|
|
|
360
|
-
export const
|
|
361
|
-
serializedName: "systemData",
|
|
313
|
+
export const DomainSharedAccessKeys: coreClient.CompositeMapper = {
|
|
362
314
|
type: {
|
|
363
315
|
name: "Composite",
|
|
364
|
-
className: "
|
|
316
|
+
className: "DomainSharedAccessKeys",
|
|
365
317
|
modelProperties: {
|
|
366
|
-
|
|
367
|
-
serializedName: "
|
|
368
|
-
type: {
|
|
369
|
-
name: "String"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
createdByType: {
|
|
373
|
-
serializedName: "createdByType",
|
|
318
|
+
key1: {
|
|
319
|
+
serializedName: "key1",
|
|
374
320
|
type: {
|
|
375
321
|
name: "String"
|
|
376
322
|
}
|
|
377
323
|
},
|
|
378
|
-
|
|
379
|
-
serializedName: "
|
|
380
|
-
type: {
|
|
381
|
-
name: "DateTime"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
lastModifiedBy: {
|
|
385
|
-
serializedName: "lastModifiedBy",
|
|
324
|
+
key2: {
|
|
325
|
+
serializedName: "key2",
|
|
386
326
|
type: {
|
|
387
327
|
name: "String"
|
|
388
328
|
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
export const DomainRegenerateKeyRequest: coreClient.CompositeMapper = {
|
|
335
|
+
type: {
|
|
336
|
+
name: "Composite",
|
|
337
|
+
className: "DomainRegenerateKeyRequest",
|
|
338
|
+
modelProperties: {
|
|
339
|
+
keyName: {
|
|
340
|
+
serializedName: "keyName",
|
|
341
|
+
required: true,
|
|
392
342
|
type: {
|
|
393
343
|
name: "String"
|
|
394
344
|
}
|
|
395
|
-
},
|
|
396
|
-
lastModifiedAt: {
|
|
397
|
-
serializedName: "lastModifiedAt",
|
|
398
|
-
type: {
|
|
399
|
-
name: "DateTime"
|
|
400
|
-
}
|
|
401
345
|
}
|
|
402
346
|
}
|
|
403
347
|
}
|
|
404
348
|
};
|
|
405
349
|
|
|
406
|
-
export const
|
|
407
|
-
serializedName: "Domain",
|
|
350
|
+
export const DomainTopicsListResult: coreClient.CompositeMapper = {
|
|
408
351
|
type: {
|
|
409
352
|
name: "Composite",
|
|
410
|
-
className: "
|
|
353
|
+
className: "DomainTopicsListResult",
|
|
411
354
|
modelProperties: {
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
readOnly: true,
|
|
415
|
-
serializedName: "properties.privateEndpointConnections",
|
|
355
|
+
value: {
|
|
356
|
+
serializedName: "value",
|
|
416
357
|
type: {
|
|
417
358
|
name: "Sequence",
|
|
418
359
|
element: {
|
|
419
360
|
type: {
|
|
420
361
|
name: "Composite",
|
|
421
|
-
className: "
|
|
362
|
+
className: "DomainTopic"
|
|
422
363
|
}
|
|
423
364
|
}
|
|
424
365
|
}
|
|
425
366
|
},
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
serializedName: "properties.provisioningState",
|
|
367
|
+
nextLink: {
|
|
368
|
+
serializedName: "nextLink",
|
|
429
369
|
type: {
|
|
430
370
|
name: "String"
|
|
431
371
|
}
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
};
|
|
376
|
+
|
|
377
|
+
export const EventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
378
|
+
type: {
|
|
379
|
+
name: "Composite",
|
|
380
|
+
className: "EventSubscriptionDestination",
|
|
381
|
+
uberParent: "EventSubscriptionDestination",
|
|
382
|
+
polymorphicDiscriminator: {
|
|
383
|
+
serializedName: "endpointType",
|
|
384
|
+
clientName: "endpointType"
|
|
385
|
+
},
|
|
386
|
+
modelProperties: {
|
|
387
|
+
endpointType: {
|
|
388
|
+
serializedName: "endpointType",
|
|
389
|
+
required: true,
|
|
436
390
|
type: {
|
|
437
391
|
name: "String"
|
|
438
392
|
}
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
};
|
|
397
|
+
|
|
398
|
+
export const DeliveryWithResourceIdentity: coreClient.CompositeMapper = {
|
|
399
|
+
type: {
|
|
400
|
+
name: "Composite",
|
|
401
|
+
className: "DeliveryWithResourceIdentity",
|
|
402
|
+
modelProperties: {
|
|
403
|
+
identity: {
|
|
404
|
+
serializedName: "identity",
|
|
443
405
|
type: {
|
|
444
|
-
name: "
|
|
406
|
+
name: "Composite",
|
|
407
|
+
className: "EventSubscriptionIdentity"
|
|
445
408
|
}
|
|
446
409
|
},
|
|
447
|
-
|
|
448
|
-
serializedName: "
|
|
410
|
+
destination: {
|
|
411
|
+
serializedName: "destination",
|
|
449
412
|
type: {
|
|
450
413
|
name: "Composite",
|
|
451
|
-
className: "
|
|
414
|
+
className: "EventSubscriptionDestination"
|
|
452
415
|
}
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
export const EventSubscriptionIdentity: coreClient.CompositeMapper = {
|
|
422
|
+
type: {
|
|
423
|
+
name: "Composite",
|
|
424
|
+
className: "EventSubscriptionIdentity",
|
|
425
|
+
modelProperties: {
|
|
426
|
+
type: {
|
|
427
|
+
serializedName: "type",
|
|
457
428
|
type: {
|
|
458
429
|
name: "String"
|
|
459
430
|
}
|
|
460
431
|
},
|
|
461
|
-
|
|
462
|
-
serializedName: "
|
|
463
|
-
defaultValue: 'Enabled',
|
|
432
|
+
userAssignedIdentity: {
|
|
433
|
+
serializedName: "userAssignedIdentity",
|
|
464
434
|
type: {
|
|
465
435
|
name: "String"
|
|
466
436
|
}
|
|
467
|
-
},
|
|
468
|
-
inboundIpRules: {
|
|
469
|
-
serializedName: "properties.inboundIpRules",
|
|
470
|
-
type: {
|
|
471
|
-
name: "Sequence",
|
|
472
|
-
element: {
|
|
473
|
-
type: {
|
|
474
|
-
name: "Composite",
|
|
475
|
-
className: "InboundIpRule"
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
disableLocalAuth: {
|
|
481
|
-
serializedName: "properties.disableLocalAuth",
|
|
482
|
-
defaultValue: false,
|
|
483
|
-
type: {
|
|
484
|
-
name: "Boolean"
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
autoCreateTopicWithFirstSubscription: {
|
|
488
|
-
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
489
|
-
defaultValue: true,
|
|
490
|
-
type: {
|
|
491
|
-
name: "Boolean"
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
autoDeleteTopicWithLastSubscription: {
|
|
495
|
-
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
496
|
-
defaultValue: true,
|
|
497
|
-
type: {
|
|
498
|
-
name: "Boolean"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
systemData: {
|
|
502
|
-
readOnly: true,
|
|
503
|
-
serializedName: "systemData",
|
|
504
|
-
type: {
|
|
505
|
-
name: "Composite",
|
|
506
|
-
className: "SystemData"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
identity: {
|
|
510
|
-
serializedName: "identity",
|
|
511
|
-
type: {
|
|
512
|
-
name: "Composite",
|
|
513
|
-
className: "IdentityInfo"
|
|
514
|
-
}
|
|
515
437
|
}
|
|
516
438
|
}
|
|
517
439
|
}
|
|
518
440
|
};
|
|
519
441
|
|
|
520
|
-
export const
|
|
521
|
-
serializedName: "DomainUpdateParameters",
|
|
442
|
+
export const EventSubscriptionFilter: coreClient.CompositeMapper = {
|
|
522
443
|
type: {
|
|
523
444
|
name: "Composite",
|
|
524
|
-
className: "
|
|
445
|
+
className: "EventSubscriptionFilter",
|
|
525
446
|
modelProperties: {
|
|
526
|
-
|
|
527
|
-
serializedName: "
|
|
447
|
+
subjectBeginsWith: {
|
|
448
|
+
serializedName: "subjectBeginsWith",
|
|
528
449
|
type: {
|
|
529
|
-
name: "
|
|
530
|
-
value: {
|
|
531
|
-
type: {
|
|
532
|
-
name: "String"
|
|
533
|
-
}
|
|
534
|
-
}
|
|
450
|
+
name: "String"
|
|
535
451
|
}
|
|
536
452
|
},
|
|
537
|
-
|
|
538
|
-
serializedName: "
|
|
539
|
-
defaultValue: 'Enabled',
|
|
453
|
+
subjectEndsWith: {
|
|
454
|
+
serializedName: "subjectEndsWith",
|
|
540
455
|
type: {
|
|
541
456
|
name: "String"
|
|
542
457
|
}
|
|
543
458
|
},
|
|
544
|
-
|
|
545
|
-
serializedName: "
|
|
459
|
+
includedEventTypes: {
|
|
460
|
+
serializedName: "includedEventTypes",
|
|
546
461
|
type: {
|
|
547
462
|
name: "Sequence",
|
|
548
463
|
element: {
|
|
549
464
|
type: {
|
|
550
|
-
name: "
|
|
551
|
-
className: "InboundIpRule"
|
|
465
|
+
name: "String"
|
|
552
466
|
}
|
|
553
467
|
}
|
|
554
468
|
}
|
|
555
469
|
},
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
name: "Boolean"
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
autoCreateTopicWithFirstSubscription: {
|
|
563
|
-
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
470
|
+
isSubjectCaseSensitive: {
|
|
471
|
+
defaultValue: false,
|
|
472
|
+
serializedName: "isSubjectCaseSensitive",
|
|
564
473
|
type: {
|
|
565
474
|
name: "Boolean"
|
|
566
475
|
}
|
|
567
476
|
},
|
|
568
|
-
|
|
569
|
-
serializedName: "
|
|
477
|
+
enableAdvancedFilteringOnArrays: {
|
|
478
|
+
serializedName: "enableAdvancedFilteringOnArrays",
|
|
570
479
|
type: {
|
|
571
480
|
name: "Boolean"
|
|
572
481
|
}
|
|
573
482
|
},
|
|
574
|
-
|
|
575
|
-
serializedName: "
|
|
483
|
+
advancedFilters: {
|
|
484
|
+
serializedName: "advancedFilters",
|
|
576
485
|
type: {
|
|
577
|
-
name: "
|
|
578
|
-
|
|
486
|
+
name: "Sequence",
|
|
487
|
+
element: {
|
|
488
|
+
type: {
|
|
489
|
+
name: "Composite",
|
|
490
|
+
className: "AdvancedFilter"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
579
493
|
}
|
|
580
494
|
}
|
|
581
495
|
}
|
|
582
496
|
}
|
|
583
497
|
};
|
|
584
498
|
|
|
585
|
-
export const
|
|
586
|
-
serializedName: "DomainSharedAccessKeys",
|
|
499
|
+
export const AdvancedFilter: coreClient.CompositeMapper = {
|
|
587
500
|
type: {
|
|
588
501
|
name: "Composite",
|
|
589
|
-
className: "
|
|
502
|
+
className: "AdvancedFilter",
|
|
503
|
+
uberParent: "AdvancedFilter",
|
|
504
|
+
polymorphicDiscriminator: {
|
|
505
|
+
serializedName: "operatorType",
|
|
506
|
+
clientName: "operatorType"
|
|
507
|
+
},
|
|
590
508
|
modelProperties: {
|
|
591
|
-
|
|
592
|
-
serializedName: "
|
|
509
|
+
operatorType: {
|
|
510
|
+
serializedName: "operatorType",
|
|
511
|
+
required: true,
|
|
593
512
|
type: {
|
|
594
513
|
name: "String"
|
|
595
514
|
}
|
|
596
515
|
},
|
|
597
|
-
|
|
598
|
-
serializedName: "
|
|
599
|
-
type: {
|
|
600
|
-
name: "String"
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
};
|
|
606
|
-
|
|
607
|
-
export const DomainRegenerateKeyRequest: msRest.CompositeMapper = {
|
|
608
|
-
serializedName: "DomainRegenerateKeyRequest",
|
|
609
|
-
type: {
|
|
610
|
-
name: "Composite",
|
|
611
|
-
className: "DomainRegenerateKeyRequest",
|
|
612
|
-
modelProperties: {
|
|
613
|
-
keyName: {
|
|
614
|
-
required: true,
|
|
615
|
-
serializedName: "keyName",
|
|
516
|
+
key: {
|
|
517
|
+
serializedName: "key",
|
|
616
518
|
type: {
|
|
617
519
|
name: "String"
|
|
618
520
|
}
|
|
@@ -621,46 +523,42 @@ export const DomainRegenerateKeyRequest: msRest.CompositeMapper = {
|
|
|
621
523
|
}
|
|
622
524
|
};
|
|
623
525
|
|
|
624
|
-
export const
|
|
625
|
-
serializedName: "DomainTopic",
|
|
526
|
+
export const RetryPolicy: coreClient.CompositeMapper = {
|
|
626
527
|
type: {
|
|
627
528
|
name: "Composite",
|
|
628
|
-
className: "
|
|
529
|
+
className: "RetryPolicy",
|
|
629
530
|
modelProperties: {
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
serializedName: "properties.provisioningState",
|
|
531
|
+
maxDeliveryAttempts: {
|
|
532
|
+
defaultValue: 30,
|
|
533
|
+
serializedName: "maxDeliveryAttempts",
|
|
634
534
|
type: {
|
|
635
|
-
name: "
|
|
535
|
+
name: "Number"
|
|
636
536
|
}
|
|
637
537
|
},
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
serializedName: "
|
|
538
|
+
eventTimeToLiveInMinutes: {
|
|
539
|
+
defaultValue: 1440,
|
|
540
|
+
serializedName: "eventTimeToLiveInMinutes",
|
|
641
541
|
type: {
|
|
642
|
-
name: "
|
|
643
|
-
className: "SystemData"
|
|
542
|
+
name: "Number"
|
|
644
543
|
}
|
|
645
544
|
}
|
|
646
545
|
}
|
|
647
546
|
}
|
|
648
547
|
};
|
|
649
548
|
|
|
650
|
-
export const
|
|
651
|
-
serializedName: "EventSubscriptionDestination",
|
|
549
|
+
export const DeadLetterDestination: coreClient.CompositeMapper = {
|
|
652
550
|
type: {
|
|
653
551
|
name: "Composite",
|
|
552
|
+
className: "DeadLetterDestination",
|
|
553
|
+
uberParent: "DeadLetterDestination",
|
|
654
554
|
polymorphicDiscriminator: {
|
|
655
555
|
serializedName: "endpointType",
|
|
656
556
|
clientName: "endpointType"
|
|
657
557
|
},
|
|
658
|
-
uberParent: "EventSubscriptionDestination",
|
|
659
|
-
className: "EventSubscriptionDestination",
|
|
660
558
|
modelProperties: {
|
|
661
559
|
endpointType: {
|
|
662
|
-
required: true,
|
|
663
560
|
serializedName: "endpointType",
|
|
561
|
+
required: true,
|
|
664
562
|
type: {
|
|
665
563
|
name: "String"
|
|
666
564
|
}
|
|
@@ -669,100 +567,57 @@ export const EventSubscriptionDestination: msRest.CompositeMapper = {
|
|
|
669
567
|
}
|
|
670
568
|
};
|
|
671
569
|
|
|
672
|
-
export const
|
|
673
|
-
serializedName: "EventSubscriptionIdentity",
|
|
570
|
+
export const DeadLetterWithResourceIdentity: coreClient.CompositeMapper = {
|
|
674
571
|
type: {
|
|
675
572
|
name: "Composite",
|
|
676
|
-
className: "
|
|
573
|
+
className: "DeadLetterWithResourceIdentity",
|
|
677
574
|
modelProperties: {
|
|
678
|
-
|
|
679
|
-
serializedName: "
|
|
575
|
+
identity: {
|
|
576
|
+
serializedName: "identity",
|
|
680
577
|
type: {
|
|
681
|
-
name: "
|
|
578
|
+
name: "Composite",
|
|
579
|
+
className: "EventSubscriptionIdentity"
|
|
682
580
|
}
|
|
683
581
|
},
|
|
684
|
-
|
|
685
|
-
serializedName: "
|
|
582
|
+
deadLetterDestination: {
|
|
583
|
+
serializedName: "deadLetterDestination",
|
|
686
584
|
type: {
|
|
687
|
-
name: "
|
|
585
|
+
name: "Composite",
|
|
586
|
+
className: "DeadLetterDestination"
|
|
688
587
|
}
|
|
689
588
|
}
|
|
690
589
|
}
|
|
691
590
|
}
|
|
692
591
|
};
|
|
693
592
|
|
|
694
|
-
export const
|
|
695
|
-
serializedName: "DeliveryWithResourceIdentity",
|
|
593
|
+
export const EventSubscriptionUpdateParameters: coreClient.CompositeMapper = {
|
|
696
594
|
type: {
|
|
697
595
|
name: "Composite",
|
|
698
|
-
className: "
|
|
596
|
+
className: "EventSubscriptionUpdateParameters",
|
|
699
597
|
modelProperties: {
|
|
700
|
-
|
|
701
|
-
serializedName: "
|
|
598
|
+
destination: {
|
|
599
|
+
serializedName: "destination",
|
|
702
600
|
type: {
|
|
703
601
|
name: "Composite",
|
|
704
|
-
className: "
|
|
602
|
+
className: "EventSubscriptionDestination"
|
|
705
603
|
}
|
|
706
604
|
},
|
|
707
|
-
|
|
708
|
-
serializedName: "
|
|
605
|
+
deliveryWithResourceIdentity: {
|
|
606
|
+
serializedName: "deliveryWithResourceIdentity",
|
|
709
607
|
type: {
|
|
710
608
|
name: "Composite",
|
|
711
|
-
className: "
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
};
|
|
717
|
-
|
|
718
|
-
export const AdvancedFilter: msRest.CompositeMapper = {
|
|
719
|
-
serializedName: "AdvancedFilter",
|
|
720
|
-
type: {
|
|
721
|
-
name: "Composite",
|
|
722
|
-
polymorphicDiscriminator: {
|
|
723
|
-
serializedName: "operatorType",
|
|
724
|
-
clientName: "operatorType"
|
|
725
|
-
},
|
|
726
|
-
uberParent: "AdvancedFilter",
|
|
727
|
-
className: "AdvancedFilter",
|
|
728
|
-
modelProperties: {
|
|
729
|
-
key: {
|
|
730
|
-
serializedName: "key",
|
|
731
|
-
type: {
|
|
732
|
-
name: "String"
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
operatorType: {
|
|
736
|
-
required: true,
|
|
737
|
-
serializedName: "operatorType",
|
|
738
|
-
type: {
|
|
739
|
-
name: "String"
|
|
740
|
-
}
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
};
|
|
745
|
-
|
|
746
|
-
export const EventSubscriptionFilter: msRest.CompositeMapper = {
|
|
747
|
-
serializedName: "EventSubscriptionFilter",
|
|
748
|
-
type: {
|
|
749
|
-
name: "Composite",
|
|
750
|
-
className: "EventSubscriptionFilter",
|
|
751
|
-
modelProperties: {
|
|
752
|
-
subjectBeginsWith: {
|
|
753
|
-
serializedName: "subjectBeginsWith",
|
|
754
|
-
type: {
|
|
755
|
-
name: "String"
|
|
609
|
+
className: "DeliveryWithResourceIdentity"
|
|
756
610
|
}
|
|
757
611
|
},
|
|
758
|
-
|
|
759
|
-
serializedName: "
|
|
612
|
+
filter: {
|
|
613
|
+
serializedName: "filter",
|
|
760
614
|
type: {
|
|
761
|
-
name: "
|
|
615
|
+
name: "Composite",
|
|
616
|
+
className: "EventSubscriptionFilter"
|
|
762
617
|
}
|
|
763
618
|
},
|
|
764
|
-
|
|
765
|
-
serializedName: "
|
|
619
|
+
labels: {
|
|
620
|
+
serializedName: "labels",
|
|
766
621
|
type: {
|
|
767
622
|
name: "Sequence",
|
|
768
623
|
element: {
|
|
@@ -772,73 +627,77 @@ export const EventSubscriptionFilter: msRest.CompositeMapper = {
|
|
|
772
627
|
}
|
|
773
628
|
}
|
|
774
629
|
},
|
|
775
|
-
|
|
776
|
-
serializedName: "
|
|
777
|
-
defaultValue: false,
|
|
630
|
+
expirationTimeUtc: {
|
|
631
|
+
serializedName: "expirationTimeUtc",
|
|
778
632
|
type: {
|
|
779
|
-
name: "
|
|
633
|
+
name: "DateTime"
|
|
780
634
|
}
|
|
781
635
|
},
|
|
782
|
-
|
|
783
|
-
serializedName: "
|
|
636
|
+
eventDeliverySchema: {
|
|
637
|
+
serializedName: "eventDeliverySchema",
|
|
784
638
|
type: {
|
|
785
|
-
name: "
|
|
639
|
+
name: "String"
|
|
786
640
|
}
|
|
787
641
|
},
|
|
788
|
-
|
|
789
|
-
serializedName: "
|
|
642
|
+
retryPolicy: {
|
|
643
|
+
serializedName: "retryPolicy",
|
|
790
644
|
type: {
|
|
791
|
-
name: "
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
645
|
+
name: "Composite",
|
|
646
|
+
className: "RetryPolicy"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
deadLetterDestination: {
|
|
650
|
+
serializedName: "deadLetterDestination",
|
|
651
|
+
type: {
|
|
652
|
+
name: "Composite",
|
|
653
|
+
className: "DeadLetterDestination"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
deadLetterWithResourceIdentity: {
|
|
657
|
+
serializedName: "deadLetterWithResourceIdentity",
|
|
658
|
+
type: {
|
|
659
|
+
name: "Composite",
|
|
660
|
+
className: "DeadLetterWithResourceIdentity"
|
|
798
661
|
}
|
|
799
662
|
}
|
|
800
663
|
}
|
|
801
664
|
}
|
|
802
665
|
};
|
|
803
666
|
|
|
804
|
-
export const
|
|
805
|
-
serializedName: "RetryPolicy",
|
|
667
|
+
export const EventSubscriptionFullUrl: coreClient.CompositeMapper = {
|
|
806
668
|
type: {
|
|
807
669
|
name: "Composite",
|
|
808
|
-
className: "
|
|
670
|
+
className: "EventSubscriptionFullUrl",
|
|
809
671
|
modelProperties: {
|
|
810
|
-
|
|
811
|
-
serializedName: "
|
|
812
|
-
defaultValue: 30,
|
|
813
|
-
type: {
|
|
814
|
-
name: "Number"
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
eventTimeToLiveInMinutes: {
|
|
818
|
-
serializedName: "eventTimeToLiveInMinutes",
|
|
819
|
-
defaultValue: 1440,
|
|
672
|
+
endpointUrl: {
|
|
673
|
+
serializedName: "endpointUrl",
|
|
820
674
|
type: {
|
|
821
|
-
name: "
|
|
675
|
+
name: "String"
|
|
822
676
|
}
|
|
823
677
|
}
|
|
824
678
|
}
|
|
825
679
|
}
|
|
826
680
|
};
|
|
827
681
|
|
|
828
|
-
export const
|
|
829
|
-
serializedName: "DeadLetterDestination",
|
|
682
|
+
export const EventSubscriptionsListResult: coreClient.CompositeMapper = {
|
|
830
683
|
type: {
|
|
831
684
|
name: "Composite",
|
|
832
|
-
|
|
833
|
-
serializedName: "endpointType",
|
|
834
|
-
clientName: "endpointType"
|
|
835
|
-
},
|
|
836
|
-
uberParent: "DeadLetterDestination",
|
|
837
|
-
className: "DeadLetterDestination",
|
|
685
|
+
className: "EventSubscriptionsListResult",
|
|
838
686
|
modelProperties: {
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
687
|
+
value: {
|
|
688
|
+
serializedName: "value",
|
|
689
|
+
type: {
|
|
690
|
+
name: "Sequence",
|
|
691
|
+
element: {
|
|
692
|
+
type: {
|
|
693
|
+
name: "Composite",
|
|
694
|
+
className: "EventSubscription"
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
nextLink: {
|
|
700
|
+
serializedName: "nextLink",
|
|
842
701
|
type: {
|
|
843
702
|
name: "String"
|
|
844
703
|
}
|
|
@@ -847,40 +706,36 @@ export const DeadLetterDestination: msRest.CompositeMapper = {
|
|
|
847
706
|
}
|
|
848
707
|
};
|
|
849
708
|
|
|
850
|
-
export const
|
|
851
|
-
serializedName: "DeadLetterWithResourceIdentity",
|
|
709
|
+
export const DeliveryAttributeListResult: coreClient.CompositeMapper = {
|
|
852
710
|
type: {
|
|
853
711
|
name: "Composite",
|
|
854
|
-
className: "
|
|
712
|
+
className: "DeliveryAttributeListResult",
|
|
855
713
|
modelProperties: {
|
|
856
|
-
|
|
857
|
-
serializedName: "
|
|
858
|
-
type: {
|
|
859
|
-
name: "Composite",
|
|
860
|
-
className: "EventSubscriptionIdentity"
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
deadLetterDestination: {
|
|
864
|
-
serializedName: "deadLetterDestination",
|
|
714
|
+
value: {
|
|
715
|
+
serializedName: "value",
|
|
865
716
|
type: {
|
|
866
|
-
name: "
|
|
867
|
-
|
|
717
|
+
name: "Sequence",
|
|
718
|
+
element: {
|
|
719
|
+
type: {
|
|
720
|
+
name: "Composite",
|
|
721
|
+
className: "DeliveryAttributeMapping"
|
|
722
|
+
}
|
|
723
|
+
}
|
|
868
724
|
}
|
|
869
725
|
}
|
|
870
726
|
}
|
|
871
727
|
}
|
|
872
728
|
};
|
|
873
729
|
|
|
874
|
-
export const DeliveryAttributeMapping:
|
|
875
|
-
serializedName: "DeliveryAttributeMapping",
|
|
730
|
+
export const DeliveryAttributeMapping: coreClient.CompositeMapper = {
|
|
876
731
|
type: {
|
|
877
732
|
name: "Composite",
|
|
733
|
+
className: "DeliveryAttributeMapping",
|
|
734
|
+
uberParent: "DeliveryAttributeMapping",
|
|
878
735
|
polymorphicDiscriminator: {
|
|
879
736
|
serializedName: "type",
|
|
880
737
|
clientName: "type"
|
|
881
738
|
},
|
|
882
|
-
uberParent: "DeliveryAttributeMapping",
|
|
883
|
-
className: "DeliveryAttributeMapping",
|
|
884
739
|
modelProperties: {
|
|
885
740
|
name: {
|
|
886
741
|
serializedName: "name",
|
|
@@ -889,8 +744,8 @@ export const DeliveryAttributeMapping: msRest.CompositeMapper = {
|
|
|
889
744
|
}
|
|
890
745
|
},
|
|
891
746
|
type: {
|
|
892
|
-
required: true,
|
|
893
747
|
serializedName: "type",
|
|
748
|
+
required: true,
|
|
894
749
|
type: {
|
|
895
750
|
name: "String"
|
|
896
751
|
}
|
|
@@ -899,92 +754,87 @@ export const DeliveryAttributeMapping: msRest.CompositeMapper = {
|
|
|
899
754
|
}
|
|
900
755
|
};
|
|
901
756
|
|
|
902
|
-
export const
|
|
903
|
-
serializedName: "Static",
|
|
757
|
+
export const OperationsListResult: coreClient.CompositeMapper = {
|
|
904
758
|
type: {
|
|
905
759
|
name: "Composite",
|
|
906
|
-
|
|
907
|
-
uberParent: "DeliveryAttributeMapping",
|
|
908
|
-
className: "StaticDeliveryAttributeMapping",
|
|
760
|
+
className: "OperationsListResult",
|
|
909
761
|
modelProperties: {
|
|
910
|
-
...DeliveryAttributeMapping.type.modelProperties,
|
|
911
762
|
value: {
|
|
912
|
-
serializedName: "
|
|
913
|
-
type: {
|
|
914
|
-
name: "String"
|
|
915
|
-
}
|
|
916
|
-
},
|
|
917
|
-
isSecret: {
|
|
918
|
-
serializedName: "properties.isSecret",
|
|
919
|
-
defaultValue: false,
|
|
763
|
+
serializedName: "value",
|
|
920
764
|
type: {
|
|
921
|
-
name: "
|
|
765
|
+
name: "Sequence",
|
|
766
|
+
element: {
|
|
767
|
+
type: {
|
|
768
|
+
name: "Composite",
|
|
769
|
+
className: "Operation"
|
|
770
|
+
}
|
|
771
|
+
}
|
|
922
772
|
}
|
|
923
773
|
}
|
|
924
774
|
}
|
|
925
775
|
}
|
|
926
776
|
};
|
|
927
777
|
|
|
928
|
-
export const
|
|
929
|
-
serializedName: "Dynamic",
|
|
778
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
930
779
|
type: {
|
|
931
780
|
name: "Composite",
|
|
932
|
-
|
|
933
|
-
uberParent: "DeliveryAttributeMapping",
|
|
934
|
-
className: "DynamicDeliveryAttributeMapping",
|
|
781
|
+
className: "Operation",
|
|
935
782
|
modelProperties: {
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
serializedName: "properties.sourceField",
|
|
783
|
+
name: {
|
|
784
|
+
serializedName: "name",
|
|
939
785
|
type: {
|
|
940
786
|
name: "String"
|
|
941
787
|
}
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
};
|
|
946
|
-
|
|
947
|
-
export const NumberInAdvancedFilter: msRest.CompositeMapper = {
|
|
948
|
-
serializedName: "NumberIn",
|
|
949
|
-
type: {
|
|
950
|
-
name: "Composite",
|
|
951
|
-
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
952
|
-
uberParent: "AdvancedFilter",
|
|
953
|
-
className: "NumberInAdvancedFilter",
|
|
954
|
-
modelProperties: {
|
|
955
|
-
...AdvancedFilter.type.modelProperties,
|
|
956
|
-
values: {
|
|
957
|
-
serializedName: "values",
|
|
788
|
+
},
|
|
789
|
+
display: {
|
|
790
|
+
serializedName: "display",
|
|
958
791
|
type: {
|
|
959
|
-
name: "
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
792
|
+
name: "Composite",
|
|
793
|
+
className: "OperationInfo"
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
origin: {
|
|
797
|
+
serializedName: "origin",
|
|
798
|
+
type: {
|
|
799
|
+
name: "String"
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
properties: {
|
|
803
|
+
serializedName: "properties",
|
|
804
|
+
type: {
|
|
805
|
+
name: "Dictionary",
|
|
806
|
+
value: { type: { name: "any" } }
|
|
965
807
|
}
|
|
966
808
|
}
|
|
967
809
|
}
|
|
968
810
|
}
|
|
969
811
|
};
|
|
970
812
|
|
|
971
|
-
export const
|
|
972
|
-
serializedName: "StorageBlob",
|
|
813
|
+
export const OperationInfo: coreClient.CompositeMapper = {
|
|
973
814
|
type: {
|
|
974
815
|
name: "Composite",
|
|
975
|
-
|
|
976
|
-
uberParent: "DeadLetterDestination",
|
|
977
|
-
className: "StorageBlobDeadLetterDestination",
|
|
816
|
+
className: "OperationInfo",
|
|
978
817
|
modelProperties: {
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
serializedName: "properties.resourceId",
|
|
818
|
+
provider: {
|
|
819
|
+
serializedName: "provider",
|
|
982
820
|
type: {
|
|
983
821
|
name: "String"
|
|
984
822
|
}
|
|
985
823
|
},
|
|
986
|
-
|
|
987
|
-
serializedName: "
|
|
824
|
+
resource: {
|
|
825
|
+
serializedName: "resource",
|
|
826
|
+
type: {
|
|
827
|
+
name: "String"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
operation: {
|
|
831
|
+
serializedName: "operation",
|
|
832
|
+
type: {
|
|
833
|
+
name: "String"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
description: {
|
|
837
|
+
serializedName: "description",
|
|
988
838
|
type: {
|
|
989
839
|
name: "String"
|
|
990
840
|
}
|
|
@@ -993,213 +843,295 @@ export const StorageBlobDeadLetterDestination: msRest.CompositeMapper = {
|
|
|
993
843
|
}
|
|
994
844
|
};
|
|
995
845
|
|
|
996
|
-
export const
|
|
997
|
-
serializedName: "NumberNotIn",
|
|
846
|
+
export const TopicUpdateParameters: coreClient.CompositeMapper = {
|
|
998
847
|
type: {
|
|
999
848
|
name: "Composite",
|
|
1000
|
-
|
|
1001
|
-
uberParent: "AdvancedFilter",
|
|
1002
|
-
className: "NumberNotInAdvancedFilter",
|
|
849
|
+
className: "TopicUpdateParameters",
|
|
1003
850
|
modelProperties: {
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
851
|
+
tags: {
|
|
852
|
+
serializedName: "tags",
|
|
853
|
+
type: {
|
|
854
|
+
name: "Dictionary",
|
|
855
|
+
value: { type: { name: "String" } }
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
identity: {
|
|
859
|
+
serializedName: "identity",
|
|
860
|
+
type: {
|
|
861
|
+
name: "Composite",
|
|
862
|
+
className: "IdentityInfo"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
publicNetworkAccess: {
|
|
866
|
+
serializedName: "properties.publicNetworkAccess",
|
|
867
|
+
type: {
|
|
868
|
+
name: "String"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
inboundIpRules: {
|
|
872
|
+
serializedName: "properties.inboundIpRules",
|
|
1007
873
|
type: {
|
|
1008
874
|
name: "Sequence",
|
|
1009
875
|
element: {
|
|
1010
876
|
type: {
|
|
1011
|
-
name: "
|
|
877
|
+
name: "Composite",
|
|
878
|
+
className: "InboundIpRule"
|
|
1012
879
|
}
|
|
1013
880
|
}
|
|
1014
881
|
}
|
|
882
|
+
},
|
|
883
|
+
disableLocalAuth: {
|
|
884
|
+
serializedName: "properties.disableLocalAuth",
|
|
885
|
+
type: {
|
|
886
|
+
name: "Boolean"
|
|
887
|
+
}
|
|
1015
888
|
}
|
|
1016
889
|
}
|
|
1017
890
|
}
|
|
1018
891
|
};
|
|
1019
892
|
|
|
1020
|
-
export const
|
|
1021
|
-
serializedName: "NumberLessThan",
|
|
893
|
+
export const TopicsListResult: coreClient.CompositeMapper = {
|
|
1022
894
|
type: {
|
|
1023
895
|
name: "Composite",
|
|
1024
|
-
|
|
1025
|
-
uberParent: "AdvancedFilter",
|
|
1026
|
-
className: "NumberLessThanAdvancedFilter",
|
|
896
|
+
className: "TopicsListResult",
|
|
1027
897
|
modelProperties: {
|
|
1028
|
-
...AdvancedFilter.type.modelProperties,
|
|
1029
898
|
value: {
|
|
1030
899
|
serializedName: "value",
|
|
1031
900
|
type: {
|
|
1032
|
-
name: "
|
|
901
|
+
name: "Sequence",
|
|
902
|
+
element: {
|
|
903
|
+
type: {
|
|
904
|
+
name: "Composite",
|
|
905
|
+
className: "Topic"
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
nextLink: {
|
|
911
|
+
serializedName: "nextLink",
|
|
912
|
+
type: {
|
|
913
|
+
name: "String"
|
|
1033
914
|
}
|
|
1034
915
|
}
|
|
1035
916
|
}
|
|
1036
917
|
}
|
|
1037
918
|
};
|
|
1038
919
|
|
|
1039
|
-
export const
|
|
1040
|
-
serializedName: "NumberGreaterThan",
|
|
920
|
+
export const TopicSharedAccessKeys: coreClient.CompositeMapper = {
|
|
1041
921
|
type: {
|
|
1042
922
|
name: "Composite",
|
|
1043
|
-
|
|
1044
|
-
uberParent: "AdvancedFilter",
|
|
1045
|
-
className: "NumberGreaterThanAdvancedFilter",
|
|
923
|
+
className: "TopicSharedAccessKeys",
|
|
1046
924
|
modelProperties: {
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
serializedName: "value",
|
|
925
|
+
key1: {
|
|
926
|
+
serializedName: "key1",
|
|
1050
927
|
type: {
|
|
1051
|
-
name: "
|
|
928
|
+
name: "String"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
key2: {
|
|
932
|
+
serializedName: "key2",
|
|
933
|
+
type: {
|
|
934
|
+
name: "String"
|
|
1052
935
|
}
|
|
1053
936
|
}
|
|
1054
937
|
}
|
|
1055
938
|
}
|
|
1056
939
|
};
|
|
1057
940
|
|
|
1058
|
-
export const
|
|
1059
|
-
serializedName: "NumberLessThanOrEquals",
|
|
941
|
+
export const TopicRegenerateKeyRequest: coreClient.CompositeMapper = {
|
|
1060
942
|
type: {
|
|
1061
943
|
name: "Composite",
|
|
1062
|
-
|
|
1063
|
-
uberParent: "AdvancedFilter",
|
|
1064
|
-
className: "NumberLessThanOrEqualsAdvancedFilter",
|
|
944
|
+
className: "TopicRegenerateKeyRequest",
|
|
1065
945
|
modelProperties: {
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
946
|
+
keyName: {
|
|
947
|
+
serializedName: "keyName",
|
|
948
|
+
required: true,
|
|
1069
949
|
type: {
|
|
1070
|
-
name: "
|
|
950
|
+
name: "String"
|
|
1071
951
|
}
|
|
1072
952
|
}
|
|
1073
953
|
}
|
|
1074
954
|
}
|
|
1075
955
|
};
|
|
1076
956
|
|
|
1077
|
-
export const
|
|
1078
|
-
serializedName: "NumberGreaterThanOrEquals",
|
|
957
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
1079
958
|
type: {
|
|
1080
959
|
name: "Composite",
|
|
1081
|
-
|
|
1082
|
-
uberParent: "AdvancedFilter",
|
|
1083
|
-
className: "NumberGreaterThanOrEqualsAdvancedFilter",
|
|
960
|
+
className: "PrivateEndpointConnectionListResult",
|
|
1084
961
|
modelProperties: {
|
|
1085
|
-
...AdvancedFilter.type.modelProperties,
|
|
1086
962
|
value: {
|
|
1087
963
|
serializedName: "value",
|
|
1088
964
|
type: {
|
|
1089
|
-
name: "
|
|
965
|
+
name: "Sequence",
|
|
966
|
+
element: {
|
|
967
|
+
type: {
|
|
968
|
+
name: "Composite",
|
|
969
|
+
className: "PrivateEndpointConnection"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
nextLink: {
|
|
975
|
+
serializedName: "nextLink",
|
|
976
|
+
type: {
|
|
977
|
+
name: "String"
|
|
1090
978
|
}
|
|
1091
979
|
}
|
|
1092
980
|
}
|
|
1093
981
|
}
|
|
1094
982
|
};
|
|
1095
983
|
|
|
1096
|
-
export const
|
|
1097
|
-
serializedName: "BoolEquals",
|
|
984
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
1098
985
|
type: {
|
|
1099
986
|
name: "Composite",
|
|
1100
|
-
|
|
1101
|
-
uberParent: "AdvancedFilter",
|
|
1102
|
-
className: "BoolEqualsAdvancedFilter",
|
|
987
|
+
className: "PrivateLinkResource",
|
|
1103
988
|
modelProperties: {
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
serializedName: "value",
|
|
989
|
+
id: {
|
|
990
|
+
serializedName: "id",
|
|
1107
991
|
type: {
|
|
1108
|
-
name: "
|
|
992
|
+
name: "String"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
name: {
|
|
996
|
+
serializedName: "name",
|
|
997
|
+
type: {
|
|
998
|
+
name: "String"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
type: {
|
|
1002
|
+
serializedName: "type",
|
|
1003
|
+
type: {
|
|
1004
|
+
name: "String"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
groupId: {
|
|
1008
|
+
serializedName: "properties.groupId",
|
|
1009
|
+
type: {
|
|
1010
|
+
name: "String"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
displayName: {
|
|
1014
|
+
serializedName: "properties.displayName",
|
|
1015
|
+
type: {
|
|
1016
|
+
name: "String"
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
requiredMembers: {
|
|
1020
|
+
serializedName: "properties.requiredMembers",
|
|
1021
|
+
type: {
|
|
1022
|
+
name: "Sequence",
|
|
1023
|
+
element: {
|
|
1024
|
+
type: {
|
|
1025
|
+
name: "String"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
requiredZoneNames: {
|
|
1031
|
+
serializedName: "properties.requiredZoneNames",
|
|
1032
|
+
type: {
|
|
1033
|
+
name: "Sequence",
|
|
1034
|
+
element: {
|
|
1035
|
+
type: {
|
|
1036
|
+
name: "String"
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1109
1039
|
}
|
|
1110
1040
|
}
|
|
1111
1041
|
}
|
|
1112
1042
|
}
|
|
1113
1043
|
};
|
|
1114
1044
|
|
|
1115
|
-
export const
|
|
1116
|
-
serializedName: "StringIn",
|
|
1045
|
+
export const PrivateLinkResourcesListResult: coreClient.CompositeMapper = {
|
|
1117
1046
|
type: {
|
|
1118
1047
|
name: "Composite",
|
|
1119
|
-
|
|
1120
|
-
uberParent: "AdvancedFilter",
|
|
1121
|
-
className: "StringInAdvancedFilter",
|
|
1048
|
+
className: "PrivateLinkResourcesListResult",
|
|
1122
1049
|
modelProperties: {
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
serializedName: "values",
|
|
1050
|
+
value: {
|
|
1051
|
+
serializedName: "value",
|
|
1126
1052
|
type: {
|
|
1127
1053
|
name: "Sequence",
|
|
1128
1054
|
element: {
|
|
1129
1055
|
type: {
|
|
1130
|
-
name: "
|
|
1056
|
+
name: "Composite",
|
|
1057
|
+
className: "PrivateLinkResource"
|
|
1131
1058
|
}
|
|
1132
1059
|
}
|
|
1133
1060
|
}
|
|
1061
|
+
},
|
|
1062
|
+
nextLink: {
|
|
1063
|
+
serializedName: "nextLink",
|
|
1064
|
+
type: {
|
|
1065
|
+
name: "String"
|
|
1066
|
+
}
|
|
1134
1067
|
}
|
|
1135
1068
|
}
|
|
1136
1069
|
}
|
|
1137
1070
|
};
|
|
1138
1071
|
|
|
1139
|
-
export const
|
|
1140
|
-
serializedName: "StringNotIn",
|
|
1072
|
+
export const SystemTopicUpdateParameters: coreClient.CompositeMapper = {
|
|
1141
1073
|
type: {
|
|
1142
1074
|
name: "Composite",
|
|
1143
|
-
|
|
1144
|
-
uberParent: "AdvancedFilter",
|
|
1145
|
-
className: "StringNotInAdvancedFilter",
|
|
1075
|
+
className: "SystemTopicUpdateParameters",
|
|
1146
1076
|
modelProperties: {
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
serializedName: "values",
|
|
1077
|
+
tags: {
|
|
1078
|
+
serializedName: "tags",
|
|
1150
1079
|
type: {
|
|
1151
|
-
name: "
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1080
|
+
name: "Dictionary",
|
|
1081
|
+
value: { type: { name: "String" } }
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
identity: {
|
|
1085
|
+
serializedName: "identity",
|
|
1086
|
+
type: {
|
|
1087
|
+
name: "Composite",
|
|
1088
|
+
className: "IdentityInfo"
|
|
1157
1089
|
}
|
|
1158
1090
|
}
|
|
1159
1091
|
}
|
|
1160
1092
|
}
|
|
1161
1093
|
};
|
|
1162
1094
|
|
|
1163
|
-
export const
|
|
1164
|
-
serializedName: "StringBeginsWith",
|
|
1095
|
+
export const SystemTopicsListResult: coreClient.CompositeMapper = {
|
|
1165
1096
|
type: {
|
|
1166
1097
|
name: "Composite",
|
|
1167
|
-
|
|
1168
|
-
uberParent: "AdvancedFilter",
|
|
1169
|
-
className: "StringBeginsWithAdvancedFilter",
|
|
1098
|
+
className: "SystemTopicsListResult",
|
|
1170
1099
|
modelProperties: {
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
serializedName: "values",
|
|
1100
|
+
value: {
|
|
1101
|
+
serializedName: "value",
|
|
1174
1102
|
type: {
|
|
1175
1103
|
name: "Sequence",
|
|
1176
1104
|
element: {
|
|
1177
1105
|
type: {
|
|
1178
|
-
name: "
|
|
1106
|
+
name: "Composite",
|
|
1107
|
+
className: "SystemTopic"
|
|
1179
1108
|
}
|
|
1180
1109
|
}
|
|
1181
1110
|
}
|
|
1111
|
+
},
|
|
1112
|
+
nextLink: {
|
|
1113
|
+
serializedName: "nextLink",
|
|
1114
|
+
type: {
|
|
1115
|
+
name: "String"
|
|
1116
|
+
}
|
|
1182
1117
|
}
|
|
1183
1118
|
}
|
|
1184
1119
|
}
|
|
1185
1120
|
};
|
|
1186
1121
|
|
|
1187
|
-
export const
|
|
1188
|
-
serializedName: "StringEndsWith",
|
|
1122
|
+
export const EventTypesListResult: coreClient.CompositeMapper = {
|
|
1189
1123
|
type: {
|
|
1190
1124
|
name: "Composite",
|
|
1191
|
-
|
|
1192
|
-
uberParent: "AdvancedFilter",
|
|
1193
|
-
className: "StringEndsWithAdvancedFilter",
|
|
1125
|
+
className: "EventTypesListResult",
|
|
1194
1126
|
modelProperties: {
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
serializedName: "values",
|
|
1127
|
+
value: {
|
|
1128
|
+
serializedName: "value",
|
|
1198
1129
|
type: {
|
|
1199
1130
|
name: "Sequence",
|
|
1200
1131
|
element: {
|
|
1201
1132
|
type: {
|
|
1202
|
-
name: "
|
|
1133
|
+
name: "Composite",
|
|
1134
|
+
className: "EventType"
|
|
1203
1135
|
}
|
|
1204
1136
|
}
|
|
1205
1137
|
}
|
|
@@ -1208,22 +1140,19 @@ export const StringEndsWithAdvancedFilter: msRest.CompositeMapper = {
|
|
|
1208
1140
|
}
|
|
1209
1141
|
};
|
|
1210
1142
|
|
|
1211
|
-
export const
|
|
1212
|
-
serializedName: "StringContains",
|
|
1143
|
+
export const TopicTypesListResult: coreClient.CompositeMapper = {
|
|
1213
1144
|
type: {
|
|
1214
1145
|
name: "Composite",
|
|
1215
|
-
|
|
1216
|
-
uberParent: "AdvancedFilter",
|
|
1217
|
-
className: "StringContainsAdvancedFilter",
|
|
1146
|
+
className: "TopicTypesListResult",
|
|
1218
1147
|
modelProperties: {
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
serializedName: "values",
|
|
1148
|
+
value: {
|
|
1149
|
+
serializedName: "value",
|
|
1222
1150
|
type: {
|
|
1223
1151
|
name: "Sequence",
|
|
1224
1152
|
element: {
|
|
1225
1153
|
type: {
|
|
1226
|
-
name: "
|
|
1154
|
+
name: "Composite",
|
|
1155
|
+
className: "TopicTypeInfo"
|
|
1227
1156
|
}
|
|
1228
1157
|
}
|
|
1229
1158
|
}
|
|
@@ -1232,287 +1161,154 @@ export const StringContainsAdvancedFilter: msRest.CompositeMapper = {
|
|
|
1232
1161
|
}
|
|
1233
1162
|
};
|
|
1234
1163
|
|
|
1235
|
-
export const
|
|
1236
|
-
serializedName: "WebHook",
|
|
1164
|
+
export const JsonField: coreClient.CompositeMapper = {
|
|
1237
1165
|
type: {
|
|
1238
1166
|
name: "Composite",
|
|
1239
|
-
|
|
1240
|
-
uberParent: "EventSubscriptionDestination",
|
|
1241
|
-
className: "WebHookEventSubscriptionDestination",
|
|
1167
|
+
className: "JsonField",
|
|
1242
1168
|
modelProperties: {
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
serializedName: "properties.endpointUrl",
|
|
1246
|
-
type: {
|
|
1247
|
-
name: "String"
|
|
1248
|
-
}
|
|
1249
|
-
},
|
|
1250
|
-
endpointBaseUrl: {
|
|
1251
|
-
readOnly: true,
|
|
1252
|
-
serializedName: "properties.endpointBaseUrl",
|
|
1253
|
-
type: {
|
|
1254
|
-
name: "String"
|
|
1255
|
-
}
|
|
1256
|
-
},
|
|
1257
|
-
maxEventsPerBatch: {
|
|
1258
|
-
serializedName: "properties.maxEventsPerBatch",
|
|
1259
|
-
defaultValue: 1,
|
|
1260
|
-
type: {
|
|
1261
|
-
name: "Number"
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
preferredBatchSizeInKilobytes: {
|
|
1265
|
-
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
1266
|
-
defaultValue: 64,
|
|
1267
|
-
type: {
|
|
1268
|
-
name: "Number"
|
|
1269
|
-
}
|
|
1270
|
-
},
|
|
1271
|
-
azureActiveDirectoryTenantId: {
|
|
1272
|
-
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
1273
|
-
type: {
|
|
1274
|
-
name: "String"
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
azureActiveDirectoryApplicationIdOrUri: {
|
|
1278
|
-
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
1279
|
-
type: {
|
|
1280
|
-
name: "String"
|
|
1281
|
-
}
|
|
1282
|
-
},
|
|
1283
|
-
deliveryAttributeMappings: {
|
|
1284
|
-
serializedName: "properties.deliveryAttributeMappings",
|
|
1285
|
-
type: {
|
|
1286
|
-
name: "Sequence",
|
|
1287
|
-
element: {
|
|
1288
|
-
type: {
|
|
1289
|
-
name: "Composite",
|
|
1290
|
-
className: "DeliveryAttributeMapping"
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
};
|
|
1298
|
-
|
|
1299
|
-
export const EventHubEventSubscriptionDestination: msRest.CompositeMapper = {
|
|
1300
|
-
serializedName: "EventHub",
|
|
1301
|
-
type: {
|
|
1302
|
-
name: "Composite",
|
|
1303
|
-
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1304
|
-
uberParent: "EventSubscriptionDestination",
|
|
1305
|
-
className: "EventHubEventSubscriptionDestination",
|
|
1306
|
-
modelProperties: {
|
|
1307
|
-
...EventSubscriptionDestination.type.modelProperties,
|
|
1308
|
-
resourceId: {
|
|
1309
|
-
serializedName: "properties.resourceId",
|
|
1169
|
+
sourceField: {
|
|
1170
|
+
serializedName: "sourceField",
|
|
1310
1171
|
type: {
|
|
1311
1172
|
name: "String"
|
|
1312
1173
|
}
|
|
1313
|
-
},
|
|
1314
|
-
deliveryAttributeMappings: {
|
|
1315
|
-
serializedName: "properties.deliveryAttributeMappings",
|
|
1316
|
-
type: {
|
|
1317
|
-
name: "Sequence",
|
|
1318
|
-
element: {
|
|
1319
|
-
type: {
|
|
1320
|
-
name: "Composite",
|
|
1321
|
-
className: "DeliveryAttributeMapping"
|
|
1322
|
-
}
|
|
1323
|
-
}
|
|
1324
|
-
}
|
|
1325
1174
|
}
|
|
1326
1175
|
}
|
|
1327
1176
|
}
|
|
1328
1177
|
};
|
|
1329
1178
|
|
|
1330
|
-
export const
|
|
1331
|
-
serializedName: "StorageQueue",
|
|
1179
|
+
export const JsonFieldWithDefault: coreClient.CompositeMapper = {
|
|
1332
1180
|
type: {
|
|
1333
1181
|
name: "Composite",
|
|
1334
|
-
|
|
1335
|
-
uberParent: "EventSubscriptionDestination",
|
|
1336
|
-
className: "StorageQueueEventSubscriptionDestination",
|
|
1182
|
+
className: "JsonFieldWithDefault",
|
|
1337
1183
|
modelProperties: {
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
serializedName: "properties.resourceId",
|
|
1184
|
+
sourceField: {
|
|
1185
|
+
serializedName: "sourceField",
|
|
1341
1186
|
type: {
|
|
1342
1187
|
name: "String"
|
|
1343
1188
|
}
|
|
1344
1189
|
},
|
|
1345
|
-
|
|
1346
|
-
serializedName: "
|
|
1190
|
+
defaultValue: {
|
|
1191
|
+
serializedName: "defaultValue",
|
|
1347
1192
|
type: {
|
|
1348
1193
|
name: "String"
|
|
1349
1194
|
}
|
|
1350
|
-
},
|
|
1351
|
-
queueMessageTimeToLiveInSeconds: {
|
|
1352
|
-
serializedName: "properties.queueMessageTimeToLiveInSeconds",
|
|
1353
|
-
type: {
|
|
1354
|
-
name: "Number"
|
|
1355
|
-
}
|
|
1356
1195
|
}
|
|
1357
1196
|
}
|
|
1358
1197
|
}
|
|
1359
1198
|
};
|
|
1360
1199
|
|
|
1361
|
-
export const
|
|
1362
|
-
serializedName: "HybridConnection",
|
|
1200
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
1363
1201
|
type: {
|
|
1364
1202
|
name: "Composite",
|
|
1365
|
-
|
|
1366
|
-
uberParent: "EventSubscriptionDestination",
|
|
1367
|
-
className: "HybridConnectionEventSubscriptionDestination",
|
|
1203
|
+
className: "PrivateEndpointConnection",
|
|
1368
1204
|
modelProperties: {
|
|
1369
|
-
...
|
|
1370
|
-
|
|
1371
|
-
serializedName: "properties.
|
|
1205
|
+
...Resource.type.modelProperties,
|
|
1206
|
+
privateEndpoint: {
|
|
1207
|
+
serializedName: "properties.privateEndpoint",
|
|
1372
1208
|
type: {
|
|
1373
|
-
name: "
|
|
1209
|
+
name: "Composite",
|
|
1210
|
+
className: "PrivateEndpoint"
|
|
1374
1211
|
}
|
|
1375
1212
|
},
|
|
1376
|
-
|
|
1377
|
-
serializedName: "properties.
|
|
1213
|
+
groupIds: {
|
|
1214
|
+
serializedName: "properties.groupIds",
|
|
1378
1215
|
type: {
|
|
1379
1216
|
name: "Sequence",
|
|
1380
1217
|
element: {
|
|
1381
1218
|
type: {
|
|
1382
|
-
name: "
|
|
1383
|
-
className: "DeliveryAttributeMapping"
|
|
1219
|
+
name: "String"
|
|
1384
1220
|
}
|
|
1385
1221
|
}
|
|
1386
1222
|
}
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
};
|
|
1391
|
-
|
|
1392
|
-
export const ServiceBusQueueEventSubscriptionDestination: msRest.CompositeMapper = {
|
|
1393
|
-
serializedName: "ServiceBusQueue",
|
|
1394
|
-
type: {
|
|
1395
|
-
name: "Composite",
|
|
1396
|
-
polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1397
|
-
uberParent: "EventSubscriptionDestination",
|
|
1398
|
-
className: "ServiceBusQueueEventSubscriptionDestination",
|
|
1399
|
-
modelProperties: {
|
|
1400
|
-
...EventSubscriptionDestination.type.modelProperties,
|
|
1401
|
-
resourceId: {
|
|
1402
|
-
serializedName: "properties.resourceId",
|
|
1223
|
+
},
|
|
1224
|
+
privateLinkServiceConnectionState: {
|
|
1225
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1403
1226
|
type: {
|
|
1404
|
-
name: "
|
|
1227
|
+
name: "Composite",
|
|
1228
|
+
className: "ConnectionState"
|
|
1405
1229
|
}
|
|
1406
1230
|
},
|
|
1407
|
-
|
|
1408
|
-
serializedName: "properties.
|
|
1231
|
+
provisioningState: {
|
|
1232
|
+
serializedName: "properties.provisioningState",
|
|
1409
1233
|
type: {
|
|
1410
|
-
name: "
|
|
1411
|
-
element: {
|
|
1412
|
-
type: {
|
|
1413
|
-
name: "Composite",
|
|
1414
|
-
className: "DeliveryAttributeMapping"
|
|
1415
|
-
}
|
|
1416
|
-
}
|
|
1234
|
+
name: "String"
|
|
1417
1235
|
}
|
|
1418
1236
|
}
|
|
1419
1237
|
}
|
|
1420
1238
|
}
|
|
1421
1239
|
};
|
|
1422
1240
|
|
|
1423
|
-
export const
|
|
1424
|
-
serializedName: "ServiceBusTopic",
|
|
1241
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
1425
1242
|
type: {
|
|
1426
1243
|
name: "Composite",
|
|
1427
|
-
|
|
1428
|
-
uberParent: "EventSubscriptionDestination",
|
|
1429
|
-
className: "ServiceBusTopicEventSubscriptionDestination",
|
|
1244
|
+
className: "TrackedResource",
|
|
1430
1245
|
modelProperties: {
|
|
1431
|
-
...
|
|
1432
|
-
|
|
1433
|
-
serializedName: "
|
|
1246
|
+
...Resource.type.modelProperties,
|
|
1247
|
+
location: {
|
|
1248
|
+
serializedName: "location",
|
|
1249
|
+
required: true,
|
|
1434
1250
|
type: {
|
|
1435
1251
|
name: "String"
|
|
1436
1252
|
}
|
|
1437
1253
|
},
|
|
1438
|
-
|
|
1439
|
-
serializedName: "
|
|
1254
|
+
tags: {
|
|
1255
|
+
serializedName: "tags",
|
|
1440
1256
|
type: {
|
|
1441
|
-
name: "
|
|
1442
|
-
|
|
1443
|
-
type: {
|
|
1444
|
-
name: "Composite",
|
|
1445
|
-
className: "DeliveryAttributeMapping"
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1257
|
+
name: "Dictionary",
|
|
1258
|
+
value: { type: { name: "String" } }
|
|
1448
1259
|
}
|
|
1449
1260
|
}
|
|
1450
1261
|
}
|
|
1451
1262
|
}
|
|
1452
1263
|
};
|
|
1453
1264
|
|
|
1454
|
-
export const
|
|
1455
|
-
serializedName: "AzureFunction",
|
|
1265
|
+
export const DomainTopic: coreClient.CompositeMapper = {
|
|
1456
1266
|
type: {
|
|
1457
1267
|
name: "Composite",
|
|
1458
|
-
|
|
1459
|
-
uberParent: "EventSubscriptionDestination",
|
|
1460
|
-
className: "AzureFunctionEventSubscriptionDestination",
|
|
1268
|
+
className: "DomainTopic",
|
|
1461
1269
|
modelProperties: {
|
|
1462
|
-
...
|
|
1463
|
-
|
|
1464
|
-
serializedName: "
|
|
1465
|
-
type: {
|
|
1466
|
-
name: "String"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
maxEventsPerBatch: {
|
|
1470
|
-
serializedName: "properties.maxEventsPerBatch",
|
|
1471
|
-
defaultValue: 1,
|
|
1472
|
-
type: {
|
|
1473
|
-
name: "Number"
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
preferredBatchSizeInKilobytes: {
|
|
1477
|
-
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
1478
|
-
defaultValue: 64,
|
|
1270
|
+
...Resource.type.modelProperties,
|
|
1271
|
+
systemData: {
|
|
1272
|
+
serializedName: "systemData",
|
|
1479
1273
|
type: {
|
|
1480
|
-
name: "
|
|
1274
|
+
name: "Composite",
|
|
1275
|
+
className: "SystemData"
|
|
1481
1276
|
}
|
|
1482
1277
|
},
|
|
1483
|
-
|
|
1484
|
-
serializedName: "properties.
|
|
1278
|
+
provisioningState: {
|
|
1279
|
+
serializedName: "properties.provisioningState",
|
|
1280
|
+
readOnly: true,
|
|
1485
1281
|
type: {
|
|
1486
|
-
name: "
|
|
1487
|
-
element: {
|
|
1488
|
-
type: {
|
|
1489
|
-
name: "Composite",
|
|
1490
|
-
className: "DeliveryAttributeMapping"
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1282
|
+
name: "String"
|
|
1493
1283
|
}
|
|
1494
1284
|
}
|
|
1495
1285
|
}
|
|
1496
1286
|
}
|
|
1497
1287
|
};
|
|
1498
1288
|
|
|
1499
|
-
export const EventSubscription:
|
|
1500
|
-
serializedName: "EventSubscription",
|
|
1289
|
+
export const EventSubscription: coreClient.CompositeMapper = {
|
|
1501
1290
|
type: {
|
|
1502
1291
|
name: "Composite",
|
|
1503
1292
|
className: "EventSubscription",
|
|
1504
1293
|
modelProperties: {
|
|
1505
1294
|
...Resource.type.modelProperties,
|
|
1295
|
+
systemData: {
|
|
1296
|
+
serializedName: "systemData",
|
|
1297
|
+
type: {
|
|
1298
|
+
name: "Composite",
|
|
1299
|
+
className: "SystemData"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1506
1302
|
topic: {
|
|
1507
|
-
readOnly: true,
|
|
1508
1303
|
serializedName: "properties.topic",
|
|
1304
|
+
readOnly: true,
|
|
1509
1305
|
type: {
|
|
1510
1306
|
name: "String"
|
|
1511
1307
|
}
|
|
1512
1308
|
},
|
|
1513
1309
|
provisioningState: {
|
|
1514
|
-
readOnly: true,
|
|
1515
1310
|
serializedName: "properties.provisioningState",
|
|
1311
|
+
readOnly: true,
|
|
1516
1312
|
type: {
|
|
1517
1313
|
name: "String"
|
|
1518
1314
|
}
|
|
@@ -1557,7 +1353,6 @@ export const EventSubscription: msRest.CompositeMapper = {
|
|
|
1557
1353
|
},
|
|
1558
1354
|
eventDeliverySchema: {
|
|
1559
1355
|
serializedName: "properties.eventDeliverySchema",
|
|
1560
|
-
defaultValue: 'EventGridSchema',
|
|
1561
1356
|
type: {
|
|
1562
1357
|
name: "String"
|
|
1563
1358
|
}
|
|
@@ -1582,593 +1377,603 @@ export const EventSubscription: msRest.CompositeMapper = {
|
|
|
1582
1377
|
name: "Composite",
|
|
1583
1378
|
className: "DeadLetterWithResourceIdentity"
|
|
1584
1379
|
}
|
|
1585
|
-
},
|
|
1586
|
-
systemData: {
|
|
1587
|
-
readOnly: true,
|
|
1588
|
-
serializedName: "systemData",
|
|
1589
|
-
type: {
|
|
1590
|
-
name: "Composite",
|
|
1591
|
-
className: "SystemData"
|
|
1592
|
-
}
|
|
1593
1380
|
}
|
|
1594
1381
|
}
|
|
1595
1382
|
}
|
|
1596
1383
|
};
|
|
1597
1384
|
|
|
1598
|
-
export const
|
|
1599
|
-
serializedName: "EventSubscriptionUpdateParameters",
|
|
1385
|
+
export const EventType: coreClient.CompositeMapper = {
|
|
1600
1386
|
type: {
|
|
1601
1387
|
name: "Composite",
|
|
1602
|
-
className: "
|
|
1388
|
+
className: "EventType",
|
|
1603
1389
|
modelProperties: {
|
|
1604
|
-
|
|
1605
|
-
|
|
1390
|
+
...Resource.type.modelProperties,
|
|
1391
|
+
displayName: {
|
|
1392
|
+
serializedName: "properties.displayName",
|
|
1606
1393
|
type: {
|
|
1607
|
-
name: "
|
|
1608
|
-
className: "EventSubscriptionDestination"
|
|
1394
|
+
name: "String"
|
|
1609
1395
|
}
|
|
1610
1396
|
},
|
|
1611
|
-
|
|
1612
|
-
serializedName: "
|
|
1397
|
+
description: {
|
|
1398
|
+
serializedName: "properties.description",
|
|
1613
1399
|
type: {
|
|
1614
|
-
name: "
|
|
1615
|
-
className: "DeliveryWithResourceIdentity"
|
|
1400
|
+
name: "String"
|
|
1616
1401
|
}
|
|
1617
1402
|
},
|
|
1618
|
-
|
|
1619
|
-
serializedName: "
|
|
1403
|
+
schemaUrl: {
|
|
1404
|
+
serializedName: "properties.schemaUrl",
|
|
1620
1405
|
type: {
|
|
1621
|
-
name: "
|
|
1622
|
-
className: "EventSubscriptionFilter"
|
|
1406
|
+
name: "String"
|
|
1623
1407
|
}
|
|
1624
1408
|
},
|
|
1625
|
-
|
|
1626
|
-
serializedName: "
|
|
1409
|
+
isInDefaultSet: {
|
|
1410
|
+
serializedName: "properties.isInDefaultSet",
|
|
1627
1411
|
type: {
|
|
1628
|
-
name: "
|
|
1629
|
-
element: {
|
|
1630
|
-
type: {
|
|
1631
|
-
name: "String"
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
expirationTimeUtc: {
|
|
1637
|
-
serializedName: "expirationTimeUtc",
|
|
1638
|
-
type: {
|
|
1639
|
-
name: "DateTime"
|
|
1640
|
-
}
|
|
1641
|
-
},
|
|
1642
|
-
eventDeliverySchema: {
|
|
1643
|
-
serializedName: "eventDeliverySchema",
|
|
1644
|
-
type: {
|
|
1645
|
-
name: "String"
|
|
1646
|
-
}
|
|
1647
|
-
},
|
|
1648
|
-
retryPolicy: {
|
|
1649
|
-
serializedName: "retryPolicy",
|
|
1650
|
-
type: {
|
|
1651
|
-
name: "Composite",
|
|
1652
|
-
className: "RetryPolicy"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
deadLetterDestination: {
|
|
1656
|
-
serializedName: "deadLetterDestination",
|
|
1657
|
-
type: {
|
|
1658
|
-
name: "Composite",
|
|
1659
|
-
className: "DeadLetterDestination"
|
|
1660
|
-
}
|
|
1661
|
-
},
|
|
1662
|
-
deadLetterWithResourceIdentity: {
|
|
1663
|
-
serializedName: "deadLetterWithResourceIdentity",
|
|
1664
|
-
type: {
|
|
1665
|
-
name: "Composite",
|
|
1666
|
-
className: "DeadLetterWithResourceIdentity"
|
|
1412
|
+
name: "Boolean"
|
|
1667
1413
|
}
|
|
1668
1414
|
}
|
|
1669
1415
|
}
|
|
1670
1416
|
}
|
|
1671
1417
|
};
|
|
1672
1418
|
|
|
1673
|
-
export const
|
|
1674
|
-
serializedName: "EventSubscriptionFullUrl",
|
|
1419
|
+
export const ExtensionTopic: coreClient.CompositeMapper = {
|
|
1675
1420
|
type: {
|
|
1676
1421
|
name: "Composite",
|
|
1677
|
-
className: "
|
|
1422
|
+
className: "ExtensionTopic",
|
|
1678
1423
|
modelProperties: {
|
|
1679
|
-
|
|
1680
|
-
|
|
1424
|
+
...Resource.type.modelProperties,
|
|
1425
|
+
systemData: {
|
|
1426
|
+
serializedName: "systemData",
|
|
1427
|
+
type: {
|
|
1428
|
+
name: "Composite",
|
|
1429
|
+
className: "SystemData"
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
description: {
|
|
1433
|
+
serializedName: "properties.description",
|
|
1681
1434
|
type: {
|
|
1682
1435
|
name: "String"
|
|
1683
1436
|
}
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
};
|
|
1688
|
-
|
|
1689
|
-
export const DeliveryAttributeListResult: msRest.CompositeMapper = {
|
|
1690
|
-
serializedName: "DeliveryAttributeListResult",
|
|
1691
|
-
type: {
|
|
1692
|
-
name: "Composite",
|
|
1693
|
-
className: "DeliveryAttributeListResult",
|
|
1694
|
-
modelProperties: {
|
|
1695
|
-
value: {
|
|
1696
|
-
serializedName: "value",
|
|
1437
|
+
},
|
|
1438
|
+
systemTopic: {
|
|
1439
|
+
serializedName: "properties.systemTopic",
|
|
1697
1440
|
type: {
|
|
1698
|
-
name: "
|
|
1699
|
-
element: {
|
|
1700
|
-
type: {
|
|
1701
|
-
name: "Composite",
|
|
1702
|
-
className: "DeliveryAttributeMapping"
|
|
1703
|
-
}
|
|
1704
|
-
}
|
|
1441
|
+
name: "String"
|
|
1705
1442
|
}
|
|
1706
1443
|
}
|
|
1707
1444
|
}
|
|
1708
1445
|
}
|
|
1709
1446
|
};
|
|
1710
1447
|
|
|
1711
|
-
export const
|
|
1712
|
-
serializedName: "OperationInfo",
|
|
1448
|
+
export const TopicTypeInfo: coreClient.CompositeMapper = {
|
|
1713
1449
|
type: {
|
|
1714
1450
|
name: "Composite",
|
|
1715
|
-
className: "
|
|
1451
|
+
className: "TopicTypeInfo",
|
|
1716
1452
|
modelProperties: {
|
|
1453
|
+
...Resource.type.modelProperties,
|
|
1717
1454
|
provider: {
|
|
1718
|
-
serializedName: "provider",
|
|
1455
|
+
serializedName: "properties.provider",
|
|
1719
1456
|
type: {
|
|
1720
1457
|
name: "String"
|
|
1721
1458
|
}
|
|
1722
1459
|
},
|
|
1723
|
-
|
|
1724
|
-
serializedName: "
|
|
1460
|
+
displayName: {
|
|
1461
|
+
serializedName: "properties.displayName",
|
|
1725
1462
|
type: {
|
|
1726
1463
|
name: "String"
|
|
1727
1464
|
}
|
|
1728
1465
|
},
|
|
1729
|
-
|
|
1730
|
-
serializedName: "
|
|
1466
|
+
description: {
|
|
1467
|
+
serializedName: "properties.description",
|
|
1731
1468
|
type: {
|
|
1732
1469
|
name: "String"
|
|
1733
1470
|
}
|
|
1734
1471
|
},
|
|
1735
|
-
|
|
1736
|
-
serializedName: "
|
|
1472
|
+
resourceRegionType: {
|
|
1473
|
+
serializedName: "properties.resourceRegionType",
|
|
1737
1474
|
type: {
|
|
1738
1475
|
name: "String"
|
|
1739
1476
|
}
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
};
|
|
1744
|
-
|
|
1745
|
-
export const Operation: msRest.CompositeMapper = {
|
|
1746
|
-
serializedName: "Operation",
|
|
1747
|
-
type: {
|
|
1748
|
-
name: "Composite",
|
|
1749
|
-
className: "Operation",
|
|
1750
|
-
modelProperties: {
|
|
1751
|
-
name: {
|
|
1752
|
-
serializedName: "name",
|
|
1477
|
+
},
|
|
1478
|
+
provisioningState: {
|
|
1479
|
+
serializedName: "properties.provisioningState",
|
|
1753
1480
|
type: {
|
|
1754
1481
|
name: "String"
|
|
1755
1482
|
}
|
|
1756
1483
|
},
|
|
1757
|
-
|
|
1758
|
-
serializedName: "
|
|
1484
|
+
supportedLocations: {
|
|
1485
|
+
serializedName: "properties.supportedLocations",
|
|
1759
1486
|
type: {
|
|
1760
|
-
name: "
|
|
1761
|
-
|
|
1487
|
+
name: "Sequence",
|
|
1488
|
+
element: {
|
|
1489
|
+
type: {
|
|
1490
|
+
name: "String"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1762
1493
|
}
|
|
1763
1494
|
},
|
|
1764
|
-
|
|
1765
|
-
serializedName: "
|
|
1495
|
+
sourceResourceFormat: {
|
|
1496
|
+
serializedName: "properties.sourceResourceFormat",
|
|
1766
1497
|
type: {
|
|
1767
1498
|
name: "String"
|
|
1768
1499
|
}
|
|
1769
1500
|
},
|
|
1770
|
-
|
|
1771
|
-
serializedName: "properties",
|
|
1501
|
+
supportedScopesForSource: {
|
|
1502
|
+
serializedName: "properties.supportedScopesForSource",
|
|
1772
1503
|
type: {
|
|
1773
|
-
name: "
|
|
1504
|
+
name: "Sequence",
|
|
1505
|
+
element: {
|
|
1506
|
+
type: {
|
|
1507
|
+
name: "String"
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1774
1510
|
}
|
|
1775
1511
|
}
|
|
1776
1512
|
}
|
|
1777
1513
|
}
|
|
1778
1514
|
};
|
|
1779
1515
|
|
|
1780
|
-
export const
|
|
1781
|
-
serializedName: "
|
|
1516
|
+
export const JsonInputSchemaMapping: coreClient.CompositeMapper = {
|
|
1517
|
+
serializedName: "Json",
|
|
1782
1518
|
type: {
|
|
1783
1519
|
name: "Composite",
|
|
1784
|
-
className: "
|
|
1520
|
+
className: "JsonInputSchemaMapping",
|
|
1521
|
+
uberParent: "InputSchemaMapping",
|
|
1522
|
+
polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
|
|
1785
1523
|
modelProperties: {
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
name: "String"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
displayName: {
|
|
1793
|
-
serializedName: "properties.displayName",
|
|
1524
|
+
...InputSchemaMapping.type.modelProperties,
|
|
1525
|
+
id: {
|
|
1526
|
+
serializedName: "properties.id",
|
|
1794
1527
|
type: {
|
|
1795
|
-
name: "
|
|
1528
|
+
name: "Composite",
|
|
1529
|
+
className: "JsonField"
|
|
1796
1530
|
}
|
|
1797
1531
|
},
|
|
1798
|
-
|
|
1799
|
-
serializedName: "properties.
|
|
1532
|
+
topic: {
|
|
1533
|
+
serializedName: "properties.topic",
|
|
1800
1534
|
type: {
|
|
1801
|
-
name: "
|
|
1802
|
-
|
|
1803
|
-
type: {
|
|
1804
|
-
name: "String"
|
|
1805
|
-
}
|
|
1806
|
-
}
|
|
1535
|
+
name: "Composite",
|
|
1536
|
+
className: "JsonField"
|
|
1807
1537
|
}
|
|
1808
1538
|
},
|
|
1809
|
-
|
|
1810
|
-
serializedName: "properties.
|
|
1539
|
+
eventTime: {
|
|
1540
|
+
serializedName: "properties.eventTime",
|
|
1811
1541
|
type: {
|
|
1812
|
-
name: "
|
|
1813
|
-
|
|
1814
|
-
type: {
|
|
1815
|
-
name: "String"
|
|
1816
|
-
}
|
|
1817
|
-
}
|
|
1542
|
+
name: "Composite",
|
|
1543
|
+
className: "JsonField"
|
|
1818
1544
|
}
|
|
1819
1545
|
},
|
|
1820
|
-
|
|
1821
|
-
serializedName: "
|
|
1546
|
+
eventType: {
|
|
1547
|
+
serializedName: "properties.eventType",
|
|
1822
1548
|
type: {
|
|
1823
|
-
name: "
|
|
1549
|
+
name: "Composite",
|
|
1550
|
+
className: "JsonFieldWithDefault"
|
|
1824
1551
|
}
|
|
1825
1552
|
},
|
|
1826
|
-
|
|
1827
|
-
serializedName: "
|
|
1553
|
+
subject: {
|
|
1554
|
+
serializedName: "properties.subject",
|
|
1828
1555
|
type: {
|
|
1829
|
-
name: "
|
|
1556
|
+
name: "Composite",
|
|
1557
|
+
className: "JsonFieldWithDefault"
|
|
1830
1558
|
}
|
|
1831
1559
|
},
|
|
1832
|
-
|
|
1833
|
-
serializedName: "
|
|
1560
|
+
dataVersion: {
|
|
1561
|
+
serializedName: "properties.dataVersion",
|
|
1834
1562
|
type: {
|
|
1835
|
-
name: "
|
|
1563
|
+
name: "Composite",
|
|
1564
|
+
className: "JsonFieldWithDefault"
|
|
1836
1565
|
}
|
|
1837
1566
|
}
|
|
1838
1567
|
}
|
|
1839
1568
|
}
|
|
1840
1569
|
};
|
|
1841
1570
|
|
|
1842
|
-
export const
|
|
1843
|
-
serializedName: "
|
|
1571
|
+
export const WebHookEventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
1572
|
+
serializedName: "WebHook",
|
|
1844
1573
|
type: {
|
|
1845
1574
|
name: "Composite",
|
|
1846
|
-
className: "
|
|
1575
|
+
className: "WebHookEventSubscriptionDestination",
|
|
1576
|
+
uberParent: "EventSubscriptionDestination",
|
|
1577
|
+
polymorphicDiscriminator:
|
|
1578
|
+
EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1847
1579
|
modelProperties: {
|
|
1848
|
-
...
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
serializedName: "properties.provisioningState",
|
|
1580
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
1581
|
+
endpointUrl: {
|
|
1582
|
+
serializedName: "properties.endpointUrl",
|
|
1852
1583
|
type: {
|
|
1853
1584
|
name: "String"
|
|
1854
1585
|
}
|
|
1855
1586
|
},
|
|
1856
|
-
|
|
1857
|
-
serializedName: "properties.
|
|
1587
|
+
endpointBaseUrl: {
|
|
1588
|
+
serializedName: "properties.endpointBaseUrl",
|
|
1589
|
+
readOnly: true,
|
|
1858
1590
|
type: {
|
|
1859
1591
|
name: "String"
|
|
1860
1592
|
}
|
|
1861
1593
|
},
|
|
1862
|
-
|
|
1863
|
-
|
|
1594
|
+
maxEventsPerBatch: {
|
|
1595
|
+
defaultValue: 1,
|
|
1596
|
+
serializedName: "properties.maxEventsPerBatch",
|
|
1864
1597
|
type: {
|
|
1865
|
-
name: "
|
|
1598
|
+
name: "Number"
|
|
1866
1599
|
}
|
|
1867
1600
|
},
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
serializedName: "properties.
|
|
1601
|
+
preferredBatchSizeInKilobytes: {
|
|
1602
|
+
defaultValue: 64,
|
|
1603
|
+
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
1604
|
+
type: {
|
|
1605
|
+
name: "Number"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
azureActiveDirectoryTenantId: {
|
|
1609
|
+
serializedName: "properties.azureActiveDirectoryTenantId",
|
|
1871
1610
|
type: {
|
|
1872
1611
|
name: "String"
|
|
1873
1612
|
}
|
|
1874
1613
|
},
|
|
1875
|
-
|
|
1876
|
-
serializedName: "
|
|
1614
|
+
azureActiveDirectoryApplicationIdOrUri: {
|
|
1615
|
+
serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
|
|
1877
1616
|
type: {
|
|
1878
|
-
name: "
|
|
1879
|
-
className: "IdentityInfo"
|
|
1617
|
+
name: "String"
|
|
1880
1618
|
}
|
|
1881
1619
|
},
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
serializedName: "systemData",
|
|
1620
|
+
deliveryAttributeMappings: {
|
|
1621
|
+
serializedName: "properties.deliveryAttributeMappings",
|
|
1885
1622
|
type: {
|
|
1886
|
-
name: "
|
|
1887
|
-
|
|
1623
|
+
name: "Sequence",
|
|
1624
|
+
element: {
|
|
1625
|
+
type: {
|
|
1626
|
+
name: "Composite",
|
|
1627
|
+
className: "DeliveryAttributeMapping"
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1888
1630
|
}
|
|
1889
1631
|
}
|
|
1890
1632
|
}
|
|
1891
1633
|
}
|
|
1892
1634
|
};
|
|
1893
1635
|
|
|
1894
|
-
export const
|
|
1895
|
-
serializedName: "
|
|
1636
|
+
export const EventHubEventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
1637
|
+
serializedName: "EventHub",
|
|
1896
1638
|
type: {
|
|
1897
1639
|
name: "Composite",
|
|
1898
|
-
className: "
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1640
|
+
className: "EventHubEventSubscriptionDestination",
|
|
1641
|
+
uberParent: "EventSubscriptionDestination",
|
|
1642
|
+
polymorphicDiscriminator:
|
|
1643
|
+
EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1644
|
+
modelProperties: {
|
|
1645
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
1646
|
+
resourceId: {
|
|
1647
|
+
serializedName: "properties.resourceId",
|
|
1902
1648
|
type: {
|
|
1903
|
-
name: "
|
|
1904
|
-
value: {
|
|
1905
|
-
type: {
|
|
1906
|
-
name: "String"
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
1649
|
+
name: "String"
|
|
1909
1650
|
}
|
|
1910
1651
|
},
|
|
1911
|
-
|
|
1912
|
-
serializedName: "
|
|
1652
|
+
deliveryAttributeMappings: {
|
|
1653
|
+
serializedName: "properties.deliveryAttributeMappings",
|
|
1913
1654
|
type: {
|
|
1914
|
-
name: "
|
|
1915
|
-
|
|
1655
|
+
name: "Sequence",
|
|
1656
|
+
element: {
|
|
1657
|
+
type: {
|
|
1658
|
+
name: "Composite",
|
|
1659
|
+
className: "DeliveryAttributeMapping"
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1916
1662
|
}
|
|
1917
1663
|
}
|
|
1918
1664
|
}
|
|
1919
1665
|
}
|
|
1920
1666
|
};
|
|
1921
1667
|
|
|
1922
|
-
export const
|
|
1923
|
-
serializedName: "
|
|
1668
|
+
export const StorageQueueEventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
1669
|
+
serializedName: "StorageQueue",
|
|
1924
1670
|
type: {
|
|
1925
1671
|
name: "Composite",
|
|
1926
|
-
className: "
|
|
1672
|
+
className: "StorageQueueEventSubscriptionDestination",
|
|
1673
|
+
uberParent: "EventSubscriptionDestination",
|
|
1674
|
+
polymorphicDiscriminator:
|
|
1675
|
+
EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1927
1676
|
modelProperties: {
|
|
1928
|
-
...
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
serializedName: "properties.privateEndpointConnections",
|
|
1932
|
-
type: {
|
|
1933
|
-
name: "Sequence",
|
|
1934
|
-
element: {
|
|
1935
|
-
type: {
|
|
1936
|
-
name: "Composite",
|
|
1937
|
-
className: "PrivateEndpointConnection"
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
|
-
provisioningState: {
|
|
1943
|
-
readOnly: true,
|
|
1944
|
-
serializedName: "properties.provisioningState",
|
|
1677
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
1678
|
+
resourceId: {
|
|
1679
|
+
serializedName: "properties.resourceId",
|
|
1945
1680
|
type: {
|
|
1946
1681
|
name: "String"
|
|
1947
1682
|
}
|
|
1948
1683
|
},
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
serializedName: "properties.endpoint",
|
|
1684
|
+
queueName: {
|
|
1685
|
+
serializedName: "properties.queueName",
|
|
1952
1686
|
type: {
|
|
1953
1687
|
name: "String"
|
|
1954
1688
|
}
|
|
1955
1689
|
},
|
|
1956
|
-
|
|
1957
|
-
serializedName: "properties.
|
|
1958
|
-
defaultValue: 'EventGridSchema',
|
|
1690
|
+
queueMessageTimeToLiveInSeconds: {
|
|
1691
|
+
serializedName: "properties.queueMessageTimeToLiveInSeconds",
|
|
1959
1692
|
type: {
|
|
1960
|
-
name: "
|
|
1693
|
+
name: "Number"
|
|
1961
1694
|
}
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1964
|
-
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
};
|
|
1699
|
+
|
|
1700
|
+
export const HybridConnectionEventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
1701
|
+
serializedName: "HybridConnection",
|
|
1702
|
+
type: {
|
|
1703
|
+
name: "Composite",
|
|
1704
|
+
className: "HybridConnectionEventSubscriptionDestination",
|
|
1705
|
+
uberParent: "EventSubscriptionDestination",
|
|
1706
|
+
polymorphicDiscriminator:
|
|
1707
|
+
EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1708
|
+
modelProperties: {
|
|
1709
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
1710
|
+
resourceId: {
|
|
1711
|
+
serializedName: "properties.resourceId",
|
|
1965
1712
|
type: {
|
|
1966
|
-
name: "
|
|
1967
|
-
className: "InputSchemaMapping"
|
|
1713
|
+
name: "String"
|
|
1968
1714
|
}
|
|
1969
1715
|
},
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
serializedName: "properties.metricResourceId",
|
|
1716
|
+
deliveryAttributeMappings: {
|
|
1717
|
+
serializedName: "properties.deliveryAttributeMappings",
|
|
1973
1718
|
type: {
|
|
1974
|
-
name: "
|
|
1719
|
+
name: "Sequence",
|
|
1720
|
+
element: {
|
|
1721
|
+
type: {
|
|
1722
|
+
name: "Composite",
|
|
1723
|
+
className: "DeliveryAttributeMapping"
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1975
1726
|
}
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
};
|
|
1731
|
+
|
|
1732
|
+
export const ServiceBusQueueEventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
1733
|
+
serializedName: "ServiceBusQueue",
|
|
1734
|
+
type: {
|
|
1735
|
+
name: "Composite",
|
|
1736
|
+
className: "ServiceBusQueueEventSubscriptionDestination",
|
|
1737
|
+
uberParent: "EventSubscriptionDestination",
|
|
1738
|
+
polymorphicDiscriminator:
|
|
1739
|
+
EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1740
|
+
modelProperties: {
|
|
1741
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
1742
|
+
resourceId: {
|
|
1743
|
+
serializedName: "properties.resourceId",
|
|
1980
1744
|
type: {
|
|
1981
1745
|
name: "String"
|
|
1982
1746
|
}
|
|
1983
1747
|
},
|
|
1984
|
-
|
|
1985
|
-
serializedName: "properties.
|
|
1748
|
+
deliveryAttributeMappings: {
|
|
1749
|
+
serializedName: "properties.deliveryAttributeMappings",
|
|
1986
1750
|
type: {
|
|
1987
1751
|
name: "Sequence",
|
|
1988
1752
|
element: {
|
|
1989
1753
|
type: {
|
|
1990
1754
|
name: "Composite",
|
|
1991
|
-
className: "
|
|
1755
|
+
className: "DeliveryAttributeMapping"
|
|
1992
1756
|
}
|
|
1993
1757
|
}
|
|
1994
1758
|
}
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
};
|
|
1763
|
+
|
|
1764
|
+
export const ServiceBusTopicEventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
1765
|
+
serializedName: "ServiceBusTopic",
|
|
1766
|
+
type: {
|
|
1767
|
+
name: "Composite",
|
|
1768
|
+
className: "ServiceBusTopicEventSubscriptionDestination",
|
|
1769
|
+
uberParent: "EventSubscriptionDestination",
|
|
1770
|
+
polymorphicDiscriminator:
|
|
1771
|
+
EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
1772
|
+
modelProperties: {
|
|
1773
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
1774
|
+
resourceId: {
|
|
1775
|
+
serializedName: "properties.resourceId",
|
|
2005
1776
|
type: {
|
|
2006
|
-
name: "
|
|
2007
|
-
className: "IdentityInfo"
|
|
1777
|
+
name: "String"
|
|
2008
1778
|
}
|
|
2009
1779
|
},
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
serializedName: "systemData",
|
|
1780
|
+
deliveryAttributeMappings: {
|
|
1781
|
+
serializedName: "properties.deliveryAttributeMappings",
|
|
2013
1782
|
type: {
|
|
2014
|
-
name: "
|
|
2015
|
-
|
|
1783
|
+
name: "Sequence",
|
|
1784
|
+
element: {
|
|
1785
|
+
type: {
|
|
1786
|
+
name: "Composite",
|
|
1787
|
+
className: "DeliveryAttributeMapping"
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
2016
1790
|
}
|
|
2017
1791
|
}
|
|
2018
1792
|
}
|
|
2019
1793
|
}
|
|
2020
1794
|
};
|
|
2021
1795
|
|
|
2022
|
-
export const
|
|
2023
|
-
serializedName: "
|
|
1796
|
+
export const AzureFunctionEventSubscriptionDestination: coreClient.CompositeMapper = {
|
|
1797
|
+
serializedName: "AzureFunction",
|
|
2024
1798
|
type: {
|
|
2025
1799
|
name: "Composite",
|
|
2026
|
-
className: "
|
|
1800
|
+
className: "AzureFunctionEventSubscriptionDestination",
|
|
1801
|
+
uberParent: "EventSubscriptionDestination",
|
|
1802
|
+
polymorphicDiscriminator:
|
|
1803
|
+
EventSubscriptionDestination.type.polymorphicDiscriminator,
|
|
2027
1804
|
modelProperties: {
|
|
2028
|
-
|
|
2029
|
-
|
|
1805
|
+
...EventSubscriptionDestination.type.modelProperties,
|
|
1806
|
+
resourceId: {
|
|
1807
|
+
serializedName: "properties.resourceId",
|
|
2030
1808
|
type: {
|
|
2031
|
-
name: "
|
|
2032
|
-
value: {
|
|
2033
|
-
type: {
|
|
2034
|
-
name: "String"
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
1809
|
+
name: "String"
|
|
2037
1810
|
}
|
|
2038
1811
|
},
|
|
2039
|
-
|
|
2040
|
-
|
|
1812
|
+
maxEventsPerBatch: {
|
|
1813
|
+
defaultValue: 1,
|
|
1814
|
+
serializedName: "properties.maxEventsPerBatch",
|
|
2041
1815
|
type: {
|
|
2042
|
-
name: "
|
|
2043
|
-
className: "IdentityInfo"
|
|
1816
|
+
name: "Number"
|
|
2044
1817
|
}
|
|
2045
1818
|
},
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
1819
|
+
preferredBatchSizeInKilobytes: {
|
|
1820
|
+
defaultValue: 64,
|
|
1821
|
+
serializedName: "properties.preferredBatchSizeInKilobytes",
|
|
2049
1822
|
type: {
|
|
2050
|
-
name: "
|
|
1823
|
+
name: "Number"
|
|
2051
1824
|
}
|
|
2052
1825
|
},
|
|
2053
|
-
|
|
2054
|
-
serializedName: "properties.
|
|
1826
|
+
deliveryAttributeMappings: {
|
|
1827
|
+
serializedName: "properties.deliveryAttributeMappings",
|
|
2055
1828
|
type: {
|
|
2056
1829
|
name: "Sequence",
|
|
2057
1830
|
element: {
|
|
2058
1831
|
type: {
|
|
2059
1832
|
name: "Composite",
|
|
2060
|
-
className: "
|
|
1833
|
+
className: "DeliveryAttributeMapping"
|
|
2061
1834
|
}
|
|
2062
1835
|
}
|
|
2063
1836
|
}
|
|
2064
|
-
},
|
|
2065
|
-
disableLocalAuth: {
|
|
2066
|
-
serializedName: "properties.disableLocalAuth",
|
|
2067
|
-
type: {
|
|
2068
|
-
name: "Boolean"
|
|
2069
|
-
}
|
|
2070
1837
|
}
|
|
2071
1838
|
}
|
|
2072
1839
|
}
|
|
2073
1840
|
};
|
|
2074
1841
|
|
|
2075
|
-
export const
|
|
2076
|
-
serializedName: "
|
|
1842
|
+
export const NumberInAdvancedFilter: coreClient.CompositeMapper = {
|
|
1843
|
+
serializedName: "NumberIn",
|
|
2077
1844
|
type: {
|
|
2078
1845
|
name: "Composite",
|
|
2079
|
-
className: "
|
|
1846
|
+
className: "NumberInAdvancedFilter",
|
|
1847
|
+
uberParent: "AdvancedFilter",
|
|
1848
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2080
1849
|
modelProperties: {
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
name: "String"
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
key2: {
|
|
2088
|
-
serializedName: "key2",
|
|
1850
|
+
...AdvancedFilter.type.modelProperties,
|
|
1851
|
+
values: {
|
|
1852
|
+
serializedName: "values",
|
|
2089
1853
|
type: {
|
|
2090
|
-
name: "
|
|
1854
|
+
name: "Sequence",
|
|
1855
|
+
element: {
|
|
1856
|
+
type: {
|
|
1857
|
+
name: "Number"
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
2091
1860
|
}
|
|
2092
1861
|
}
|
|
2093
1862
|
}
|
|
2094
1863
|
}
|
|
2095
1864
|
};
|
|
2096
1865
|
|
|
2097
|
-
export const
|
|
2098
|
-
serializedName: "
|
|
1866
|
+
export const NumberNotInAdvancedFilter: coreClient.CompositeMapper = {
|
|
1867
|
+
serializedName: "NumberNotIn",
|
|
2099
1868
|
type: {
|
|
2100
1869
|
name: "Composite",
|
|
2101
|
-
className: "
|
|
1870
|
+
className: "NumberNotInAdvancedFilter",
|
|
1871
|
+
uberParent: "AdvancedFilter",
|
|
1872
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2102
1873
|
modelProperties: {
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
serializedName: "
|
|
1874
|
+
...AdvancedFilter.type.modelProperties,
|
|
1875
|
+
values: {
|
|
1876
|
+
serializedName: "values",
|
|
2106
1877
|
type: {
|
|
2107
|
-
name: "
|
|
1878
|
+
name: "Sequence",
|
|
1879
|
+
element: {
|
|
1880
|
+
type: {
|
|
1881
|
+
name: "Number"
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
2108
1884
|
}
|
|
2109
1885
|
}
|
|
2110
1886
|
}
|
|
2111
1887
|
}
|
|
2112
1888
|
};
|
|
2113
1889
|
|
|
2114
|
-
export const
|
|
2115
|
-
serializedName: "
|
|
1890
|
+
export const NumberLessThanAdvancedFilter: coreClient.CompositeMapper = {
|
|
1891
|
+
serializedName: "NumberLessThan",
|
|
2116
1892
|
type: {
|
|
2117
1893
|
name: "Composite",
|
|
2118
|
-
className: "
|
|
1894
|
+
className: "NumberLessThanAdvancedFilter",
|
|
1895
|
+
uberParent: "AdvancedFilter",
|
|
1896
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2119
1897
|
modelProperties: {
|
|
2120
|
-
...
|
|
2121
|
-
|
|
2122
|
-
serializedName: "
|
|
1898
|
+
...AdvancedFilter.type.modelProperties,
|
|
1899
|
+
value: {
|
|
1900
|
+
serializedName: "value",
|
|
2123
1901
|
type: {
|
|
2124
|
-
name: "
|
|
2125
|
-
}
|
|
2126
|
-
},
|
|
2127
|
-
systemTopic: {
|
|
2128
|
-
serializedName: "properties.systemTopic",
|
|
2129
|
-
type: {
|
|
2130
|
-
name: "String"
|
|
2131
|
-
}
|
|
2132
|
-
},
|
|
2133
|
-
systemData: {
|
|
2134
|
-
readOnly: true,
|
|
2135
|
-
serializedName: "systemData",
|
|
2136
|
-
type: {
|
|
2137
|
-
name: "Composite",
|
|
2138
|
-
className: "SystemData"
|
|
1902
|
+
name: "Number"
|
|
2139
1903
|
}
|
|
2140
1904
|
}
|
|
2141
1905
|
}
|
|
2142
1906
|
}
|
|
2143
1907
|
};
|
|
2144
1908
|
|
|
2145
|
-
export const
|
|
2146
|
-
serializedName: "
|
|
1909
|
+
export const NumberGreaterThanAdvancedFilter: coreClient.CompositeMapper = {
|
|
1910
|
+
serializedName: "NumberGreaterThan",
|
|
2147
1911
|
type: {
|
|
2148
1912
|
name: "Composite",
|
|
2149
|
-
className: "
|
|
1913
|
+
className: "NumberGreaterThanAdvancedFilter",
|
|
1914
|
+
uberParent: "AdvancedFilter",
|
|
1915
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2150
1916
|
modelProperties: {
|
|
2151
|
-
...
|
|
2152
|
-
|
|
2153
|
-
serializedName: "
|
|
1917
|
+
...AdvancedFilter.type.modelProperties,
|
|
1918
|
+
value: {
|
|
1919
|
+
serializedName: "value",
|
|
2154
1920
|
type: {
|
|
2155
|
-
name: "
|
|
1921
|
+
name: "Number"
|
|
2156
1922
|
}
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
|
-
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
};
|
|
1927
|
+
|
|
1928
|
+
export const NumberLessThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {
|
|
1929
|
+
serializedName: "NumberLessThanOrEquals",
|
|
1930
|
+
type: {
|
|
1931
|
+
name: "Composite",
|
|
1932
|
+
className: "NumberLessThanOrEqualsAdvancedFilter",
|
|
1933
|
+
uberParent: "AdvancedFilter",
|
|
1934
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
1935
|
+
modelProperties: {
|
|
1936
|
+
...AdvancedFilter.type.modelProperties,
|
|
1937
|
+
value: {
|
|
1938
|
+
serializedName: "value",
|
|
2160
1939
|
type: {
|
|
2161
|
-
name: "
|
|
1940
|
+
name: "Number"
|
|
2162
1941
|
}
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
export const NumberGreaterThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {
|
|
1948
|
+
serializedName: "NumberGreaterThanOrEquals",
|
|
1949
|
+
type: {
|
|
1950
|
+
name: "Composite",
|
|
1951
|
+
className: "NumberGreaterThanOrEqualsAdvancedFilter",
|
|
1952
|
+
uberParent: "AdvancedFilter",
|
|
1953
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
1954
|
+
modelProperties: {
|
|
1955
|
+
...AdvancedFilter.type.modelProperties,
|
|
1956
|
+
value: {
|
|
1957
|
+
serializedName: "value",
|
|
2166
1958
|
type: {
|
|
2167
|
-
name: "
|
|
1959
|
+
name: "Number"
|
|
2168
1960
|
}
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
};
|
|
1965
|
+
|
|
1966
|
+
export const BoolEqualsAdvancedFilter: coreClient.CompositeMapper = {
|
|
1967
|
+
serializedName: "BoolEquals",
|
|
1968
|
+
type: {
|
|
1969
|
+
name: "Composite",
|
|
1970
|
+
className: "BoolEqualsAdvancedFilter",
|
|
1971
|
+
uberParent: "AdvancedFilter",
|
|
1972
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
1973
|
+
modelProperties: {
|
|
1974
|
+
...AdvancedFilter.type.modelProperties,
|
|
1975
|
+
value: {
|
|
1976
|
+
serializedName: "value",
|
|
2172
1977
|
type: {
|
|
2173
1978
|
name: "Boolean"
|
|
2174
1979
|
}
|
|
@@ -2177,45 +1982,17 @@ export const EventType: msRest.CompositeMapper = {
|
|
|
2177
1982
|
}
|
|
2178
1983
|
};
|
|
2179
1984
|
|
|
2180
|
-
export const
|
|
2181
|
-
serializedName: "
|
|
1985
|
+
export const StringInAdvancedFilter: coreClient.CompositeMapper = {
|
|
1986
|
+
serializedName: "StringIn",
|
|
2182
1987
|
type: {
|
|
2183
1988
|
name: "Composite",
|
|
2184
|
-
className: "
|
|
1989
|
+
className: "StringInAdvancedFilter",
|
|
1990
|
+
uberParent: "AdvancedFilter",
|
|
1991
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2185
1992
|
modelProperties: {
|
|
2186
|
-
...
|
|
2187
|
-
|
|
2188
|
-
serializedName: "
|
|
2189
|
-
type: {
|
|
2190
|
-
name: "String"
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
displayName: {
|
|
2194
|
-
serializedName: "properties.displayName",
|
|
2195
|
-
type: {
|
|
2196
|
-
name: "String"
|
|
2197
|
-
}
|
|
2198
|
-
},
|
|
2199
|
-
description: {
|
|
2200
|
-
serializedName: "properties.description",
|
|
2201
|
-
type: {
|
|
2202
|
-
name: "String"
|
|
2203
|
-
}
|
|
2204
|
-
},
|
|
2205
|
-
resourceRegionType: {
|
|
2206
|
-
serializedName: "properties.resourceRegionType",
|
|
2207
|
-
type: {
|
|
2208
|
-
name: "String"
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
provisioningState: {
|
|
2212
|
-
serializedName: "properties.provisioningState",
|
|
2213
|
-
type: {
|
|
2214
|
-
name: "String"
|
|
2215
|
-
}
|
|
2216
|
-
},
|
|
2217
|
-
supportedLocations: {
|
|
2218
|
-
serializedName: "properties.supportedLocations",
|
|
1993
|
+
...AdvancedFilter.type.modelProperties,
|
|
1994
|
+
values: {
|
|
1995
|
+
serializedName: "values",
|
|
2219
1996
|
type: {
|
|
2220
1997
|
name: "Sequence",
|
|
2221
1998
|
element: {
|
|
@@ -2224,15 +2001,22 @@ export const TopicTypeInfo: msRest.CompositeMapper = {
|
|
|
2224
2001
|
}
|
|
2225
2002
|
}
|
|
2226
2003
|
}
|
|
2227
|
-
}
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
};
|
|
2008
|
+
|
|
2009
|
+
export const StringNotInAdvancedFilter: coreClient.CompositeMapper = {
|
|
2010
|
+
serializedName: "StringNotIn",
|
|
2011
|
+
type: {
|
|
2012
|
+
name: "Composite",
|
|
2013
|
+
className: "StringNotInAdvancedFilter",
|
|
2014
|
+
uberParent: "AdvancedFilter",
|
|
2015
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2016
|
+
modelProperties: {
|
|
2017
|
+
...AdvancedFilter.type.modelProperties,
|
|
2018
|
+
values: {
|
|
2019
|
+
serializedName: "values",
|
|
2236
2020
|
type: {
|
|
2237
2021
|
name: "Sequence",
|
|
2238
2022
|
element: {
|
|
@@ -2246,170 +2030,174 @@ export const TopicTypeInfo: msRest.CompositeMapper = {
|
|
|
2246
2030
|
}
|
|
2247
2031
|
};
|
|
2248
2032
|
|
|
2249
|
-
export const
|
|
2250
|
-
serializedName: "
|
|
2033
|
+
export const StringBeginsWithAdvancedFilter: coreClient.CompositeMapper = {
|
|
2034
|
+
serializedName: "StringBeginsWith",
|
|
2251
2035
|
type: {
|
|
2252
2036
|
name: "Composite",
|
|
2253
|
-
className: "
|
|
2037
|
+
className: "StringBeginsWithAdvancedFilter",
|
|
2038
|
+
uberParent: "AdvancedFilter",
|
|
2039
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2254
2040
|
modelProperties: {
|
|
2255
|
-
|
|
2256
|
-
|
|
2041
|
+
...AdvancedFilter.type.modelProperties,
|
|
2042
|
+
values: {
|
|
2043
|
+
serializedName: "values",
|
|
2257
2044
|
type: {
|
|
2258
2045
|
name: "Sequence",
|
|
2259
2046
|
element: {
|
|
2260
2047
|
type: {
|
|
2261
|
-
name: "
|
|
2262
|
-
className: "Domain"
|
|
2048
|
+
name: "String"
|
|
2263
2049
|
}
|
|
2264
2050
|
}
|
|
2265
2051
|
}
|
|
2266
|
-
},
|
|
2267
|
-
nextLink: {
|
|
2268
|
-
serializedName: "nextLink",
|
|
2269
|
-
type: {
|
|
2270
|
-
name: "String"
|
|
2271
|
-
}
|
|
2272
2052
|
}
|
|
2273
2053
|
}
|
|
2274
2054
|
}
|
|
2275
2055
|
};
|
|
2276
2056
|
|
|
2277
|
-
export const
|
|
2278
|
-
serializedName: "
|
|
2057
|
+
export const StringEndsWithAdvancedFilter: coreClient.CompositeMapper = {
|
|
2058
|
+
serializedName: "StringEndsWith",
|
|
2279
2059
|
type: {
|
|
2280
2060
|
name: "Composite",
|
|
2281
|
-
className: "
|
|
2061
|
+
className: "StringEndsWithAdvancedFilter",
|
|
2062
|
+
uberParent: "AdvancedFilter",
|
|
2063
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2282
2064
|
modelProperties: {
|
|
2283
|
-
|
|
2284
|
-
|
|
2065
|
+
...AdvancedFilter.type.modelProperties,
|
|
2066
|
+
values: {
|
|
2067
|
+
serializedName: "values",
|
|
2285
2068
|
type: {
|
|
2286
2069
|
name: "Sequence",
|
|
2287
2070
|
element: {
|
|
2288
2071
|
type: {
|
|
2289
|
-
name: "
|
|
2290
|
-
className: "DomainTopic"
|
|
2072
|
+
name: "String"
|
|
2291
2073
|
}
|
|
2292
2074
|
}
|
|
2293
2075
|
}
|
|
2294
|
-
},
|
|
2295
|
-
nextLink: {
|
|
2296
|
-
serializedName: "nextLink",
|
|
2297
|
-
type: {
|
|
2298
|
-
name: "String"
|
|
2299
|
-
}
|
|
2300
2076
|
}
|
|
2301
2077
|
}
|
|
2302
2078
|
}
|
|
2303
2079
|
};
|
|
2304
2080
|
|
|
2305
|
-
export const
|
|
2306
|
-
serializedName: "
|
|
2081
|
+
export const StringContainsAdvancedFilter: coreClient.CompositeMapper = {
|
|
2082
|
+
serializedName: "StringContains",
|
|
2307
2083
|
type: {
|
|
2308
2084
|
name: "Composite",
|
|
2309
|
-
className: "
|
|
2085
|
+
className: "StringContainsAdvancedFilter",
|
|
2086
|
+
uberParent: "AdvancedFilter",
|
|
2087
|
+
polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
|
|
2310
2088
|
modelProperties: {
|
|
2311
|
-
|
|
2312
|
-
|
|
2089
|
+
...AdvancedFilter.type.modelProperties,
|
|
2090
|
+
values: {
|
|
2091
|
+
serializedName: "values",
|
|
2313
2092
|
type: {
|
|
2314
2093
|
name: "Sequence",
|
|
2315
2094
|
element: {
|
|
2316
2095
|
type: {
|
|
2317
|
-
name: "
|
|
2318
|
-
className: "EventSubscription"
|
|
2096
|
+
name: "String"
|
|
2319
2097
|
}
|
|
2320
2098
|
}
|
|
2321
2099
|
}
|
|
2322
|
-
},
|
|
2323
|
-
nextLink: {
|
|
2324
|
-
serializedName: "nextLink",
|
|
2325
|
-
type: {
|
|
2326
|
-
name: "String"
|
|
2327
|
-
}
|
|
2328
2100
|
}
|
|
2329
2101
|
}
|
|
2330
2102
|
}
|
|
2331
2103
|
};
|
|
2332
2104
|
|
|
2333
|
-
export const
|
|
2334
|
-
serializedName: "
|
|
2105
|
+
export const StorageBlobDeadLetterDestination: coreClient.CompositeMapper = {
|
|
2106
|
+
serializedName: "StorageBlob",
|
|
2335
2107
|
type: {
|
|
2336
2108
|
name: "Composite",
|
|
2337
|
-
className: "
|
|
2109
|
+
className: "StorageBlobDeadLetterDestination",
|
|
2110
|
+
uberParent: "DeadLetterDestination",
|
|
2111
|
+
polymorphicDiscriminator:
|
|
2112
|
+
DeadLetterDestination.type.polymorphicDiscriminator,
|
|
2338
2113
|
modelProperties: {
|
|
2339
|
-
|
|
2340
|
-
|
|
2114
|
+
...DeadLetterDestination.type.modelProperties,
|
|
2115
|
+
resourceId: {
|
|
2116
|
+
serializedName: "properties.resourceId",
|
|
2341
2117
|
type: {
|
|
2342
|
-
name: "
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2118
|
+
name: "String"
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
blobContainerName: {
|
|
2122
|
+
serializedName: "properties.blobContainerName",
|
|
2123
|
+
type: {
|
|
2124
|
+
name: "String"
|
|
2349
2125
|
}
|
|
2350
2126
|
}
|
|
2351
2127
|
}
|
|
2352
2128
|
}
|
|
2353
2129
|
};
|
|
2354
2130
|
|
|
2355
|
-
export const
|
|
2356
|
-
serializedName: "
|
|
2131
|
+
export const StaticDeliveryAttributeMapping: coreClient.CompositeMapper = {
|
|
2132
|
+
serializedName: "Static",
|
|
2357
2133
|
type: {
|
|
2358
2134
|
name: "Composite",
|
|
2359
|
-
className: "
|
|
2135
|
+
className: "StaticDeliveryAttributeMapping",
|
|
2136
|
+
uberParent: "DeliveryAttributeMapping",
|
|
2137
|
+
polymorphicDiscriminator:
|
|
2138
|
+
DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
2360
2139
|
modelProperties: {
|
|
2140
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
2361
2141
|
value: {
|
|
2362
|
-
serializedName: "",
|
|
2142
|
+
serializedName: "properties.value",
|
|
2363
2143
|
type: {
|
|
2364
|
-
name: "
|
|
2365
|
-
element: {
|
|
2366
|
-
type: {
|
|
2367
|
-
name: "Composite",
|
|
2368
|
-
className: "Topic"
|
|
2369
|
-
}
|
|
2370
|
-
}
|
|
2144
|
+
name: "String"
|
|
2371
2145
|
}
|
|
2372
2146
|
},
|
|
2373
|
-
|
|
2374
|
-
|
|
2147
|
+
isSecret: {
|
|
2148
|
+
defaultValue: false,
|
|
2149
|
+
serializedName: "properties.isSecret",
|
|
2375
2150
|
type: {
|
|
2376
|
-
name: "
|
|
2151
|
+
name: "Boolean"
|
|
2377
2152
|
}
|
|
2378
2153
|
}
|
|
2379
2154
|
}
|
|
2380
2155
|
}
|
|
2381
2156
|
};
|
|
2382
2157
|
|
|
2383
|
-
export const
|
|
2384
|
-
serializedName: "
|
|
2158
|
+
export const DynamicDeliveryAttributeMapping: coreClient.CompositeMapper = {
|
|
2159
|
+
serializedName: "Dynamic",
|
|
2385
2160
|
type: {
|
|
2386
2161
|
name: "Composite",
|
|
2387
|
-
className: "
|
|
2162
|
+
className: "DynamicDeliveryAttributeMapping",
|
|
2163
|
+
uberParent: "DeliveryAttributeMapping",
|
|
2164
|
+
polymorphicDiscriminator:
|
|
2165
|
+
DeliveryAttributeMapping.type.polymorphicDiscriminator,
|
|
2388
2166
|
modelProperties: {
|
|
2389
|
-
|
|
2390
|
-
|
|
2167
|
+
...DeliveryAttributeMapping.type.modelProperties,
|
|
2168
|
+
sourceField: {
|
|
2169
|
+
serializedName: "properties.sourceField",
|
|
2391
2170
|
type: {
|
|
2392
|
-
name: "
|
|
2393
|
-
element: {
|
|
2394
|
-
type: {
|
|
2395
|
-
name: "Composite",
|
|
2396
|
-
className: "EventType"
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2171
|
+
name: "String"
|
|
2399
2172
|
}
|
|
2400
2173
|
}
|
|
2401
2174
|
}
|
|
2402
2175
|
}
|
|
2403
2176
|
};
|
|
2404
2177
|
|
|
2405
|
-
export const
|
|
2406
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
|
2178
|
+
export const Domain: coreClient.CompositeMapper = {
|
|
2407
2179
|
type: {
|
|
2408
2180
|
name: "Composite",
|
|
2409
|
-
className: "
|
|
2181
|
+
className: "Domain",
|
|
2410
2182
|
modelProperties: {
|
|
2411
|
-
|
|
2412
|
-
|
|
2183
|
+
...TrackedResource.type.modelProperties,
|
|
2184
|
+
systemData: {
|
|
2185
|
+
serializedName: "systemData",
|
|
2186
|
+
type: {
|
|
2187
|
+
name: "Composite",
|
|
2188
|
+
className: "SystemData"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
identity: {
|
|
2192
|
+
serializedName: "identity",
|
|
2193
|
+
type: {
|
|
2194
|
+
name: "Composite",
|
|
2195
|
+
className: "IdentityInfo"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
privateEndpointConnections: {
|
|
2199
|
+
serializedName: "properties.privateEndpointConnections",
|
|
2200
|
+
readOnly: true,
|
|
2413
2201
|
type: {
|
|
2414
2202
|
name: "Sequence",
|
|
2415
2203
|
element: {
|
|
@@ -2420,122 +2208,256 @@ export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
|
|
|
2420
2208
|
}
|
|
2421
2209
|
}
|
|
2422
2210
|
},
|
|
2423
|
-
|
|
2424
|
-
serializedName: "
|
|
2211
|
+
provisioningState: {
|
|
2212
|
+
serializedName: "properties.provisioningState",
|
|
2213
|
+
readOnly: true,
|
|
2425
2214
|
type: {
|
|
2426
2215
|
name: "String"
|
|
2427
2216
|
}
|
|
2428
|
-
}
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2217
|
+
},
|
|
2218
|
+
endpoint: {
|
|
2219
|
+
serializedName: "properties.endpoint",
|
|
2220
|
+
readOnly: true,
|
|
2221
|
+
type: {
|
|
2222
|
+
name: "String"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
inputSchema: {
|
|
2226
|
+
serializedName: "properties.inputSchema",
|
|
2227
|
+
type: {
|
|
2228
|
+
name: "String"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
inputSchemaMapping: {
|
|
2232
|
+
serializedName: "properties.inputSchemaMapping",
|
|
2233
|
+
type: {
|
|
2234
|
+
name: "Composite",
|
|
2235
|
+
className: "InputSchemaMapping"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
metricResourceId: {
|
|
2239
|
+
serializedName: "properties.metricResourceId",
|
|
2240
|
+
readOnly: true,
|
|
2241
|
+
type: {
|
|
2242
|
+
name: "String"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
publicNetworkAccess: {
|
|
2246
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2247
|
+
type: {
|
|
2248
|
+
name: "String"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
inboundIpRules: {
|
|
2252
|
+
serializedName: "properties.inboundIpRules",
|
|
2441
2253
|
type: {
|
|
2442
2254
|
name: "Sequence",
|
|
2443
2255
|
element: {
|
|
2444
2256
|
type: {
|
|
2445
2257
|
name: "Composite",
|
|
2446
|
-
className: "
|
|
2258
|
+
className: "InboundIpRule"
|
|
2447
2259
|
}
|
|
2448
2260
|
}
|
|
2449
2261
|
}
|
|
2450
2262
|
},
|
|
2451
|
-
|
|
2452
|
-
|
|
2263
|
+
disableLocalAuth: {
|
|
2264
|
+
defaultValue: false,
|
|
2265
|
+
serializedName: "properties.disableLocalAuth",
|
|
2453
2266
|
type: {
|
|
2454
|
-
name: "
|
|
2267
|
+
name: "Boolean"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
autoCreateTopicWithFirstSubscription: {
|
|
2271
|
+
defaultValue: true,
|
|
2272
|
+
serializedName: "properties.autoCreateTopicWithFirstSubscription",
|
|
2273
|
+
type: {
|
|
2274
|
+
name: "Boolean"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
autoDeleteTopicWithLastSubscription: {
|
|
2278
|
+
defaultValue: true,
|
|
2279
|
+
serializedName: "properties.autoDeleteTopicWithLastSubscription",
|
|
2280
|
+
type: {
|
|
2281
|
+
name: "Boolean"
|
|
2455
2282
|
}
|
|
2456
2283
|
}
|
|
2457
2284
|
}
|
|
2458
2285
|
}
|
|
2459
2286
|
};
|
|
2460
2287
|
|
|
2461
|
-
export const
|
|
2462
|
-
serializedName: "SystemTopicsListResult",
|
|
2288
|
+
export const Topic: coreClient.CompositeMapper = {
|
|
2463
2289
|
type: {
|
|
2464
2290
|
name: "Composite",
|
|
2465
|
-
className: "
|
|
2291
|
+
className: "Topic",
|
|
2466
2292
|
modelProperties: {
|
|
2467
|
-
|
|
2468
|
-
|
|
2293
|
+
...TrackedResource.type.modelProperties,
|
|
2294
|
+
identity: {
|
|
2295
|
+
serializedName: "identity",
|
|
2296
|
+
type: {
|
|
2297
|
+
name: "Composite",
|
|
2298
|
+
className: "IdentityInfo"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
systemData: {
|
|
2302
|
+
serializedName: "systemData",
|
|
2303
|
+
type: {
|
|
2304
|
+
name: "Composite",
|
|
2305
|
+
className: "SystemData"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
privateEndpointConnections: {
|
|
2309
|
+
serializedName: "properties.privateEndpointConnections",
|
|
2310
|
+
readOnly: true,
|
|
2469
2311
|
type: {
|
|
2470
2312
|
name: "Sequence",
|
|
2471
2313
|
element: {
|
|
2472
2314
|
type: {
|
|
2473
2315
|
name: "Composite",
|
|
2474
|
-
className: "
|
|
2316
|
+
className: "PrivateEndpointConnection"
|
|
2475
2317
|
}
|
|
2476
2318
|
}
|
|
2477
2319
|
}
|
|
2478
2320
|
},
|
|
2479
|
-
|
|
2480
|
-
serializedName: "
|
|
2321
|
+
provisioningState: {
|
|
2322
|
+
serializedName: "properties.provisioningState",
|
|
2323
|
+
readOnly: true,
|
|
2481
2324
|
type: {
|
|
2482
2325
|
name: "String"
|
|
2483
2326
|
}
|
|
2327
|
+
},
|
|
2328
|
+
endpoint: {
|
|
2329
|
+
serializedName: "properties.endpoint",
|
|
2330
|
+
readOnly: true,
|
|
2331
|
+
type: {
|
|
2332
|
+
name: "String"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
inputSchema: {
|
|
2336
|
+
serializedName: "properties.inputSchema",
|
|
2337
|
+
type: {
|
|
2338
|
+
name: "String"
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
inputSchemaMapping: {
|
|
2342
|
+
serializedName: "properties.inputSchemaMapping",
|
|
2343
|
+
type: {
|
|
2344
|
+
name: "Composite",
|
|
2345
|
+
className: "InputSchemaMapping"
|
|
2346
|
+
}
|
|
2347
|
+
},
|
|
2348
|
+
metricResourceId: {
|
|
2349
|
+
serializedName: "properties.metricResourceId",
|
|
2350
|
+
readOnly: true,
|
|
2351
|
+
type: {
|
|
2352
|
+
name: "String"
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
publicNetworkAccess: {
|
|
2356
|
+
serializedName: "properties.publicNetworkAccess",
|
|
2357
|
+
type: {
|
|
2358
|
+
name: "String"
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
inboundIpRules: {
|
|
2362
|
+
serializedName: "properties.inboundIpRules",
|
|
2363
|
+
type: {
|
|
2364
|
+
name: "Sequence",
|
|
2365
|
+
element: {
|
|
2366
|
+
type: {
|
|
2367
|
+
name: "Composite",
|
|
2368
|
+
className: "InboundIpRule"
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2373
|
+
disableLocalAuth: {
|
|
2374
|
+
defaultValue: false,
|
|
2375
|
+
serializedName: "properties.disableLocalAuth",
|
|
2376
|
+
type: {
|
|
2377
|
+
name: "Boolean"
|
|
2378
|
+
}
|
|
2484
2379
|
}
|
|
2485
2380
|
}
|
|
2486
2381
|
}
|
|
2487
2382
|
};
|
|
2488
2383
|
|
|
2489
|
-
export const
|
|
2490
|
-
serializedName: "TopicTypesListResult",
|
|
2384
|
+
export const SystemTopic: coreClient.CompositeMapper = {
|
|
2491
2385
|
type: {
|
|
2492
2386
|
name: "Composite",
|
|
2493
|
-
className: "
|
|
2387
|
+
className: "SystemTopic",
|
|
2494
2388
|
modelProperties: {
|
|
2495
|
-
|
|
2496
|
-
|
|
2389
|
+
...TrackedResource.type.modelProperties,
|
|
2390
|
+
identity: {
|
|
2391
|
+
serializedName: "identity",
|
|
2497
2392
|
type: {
|
|
2498
|
-
name: "
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2393
|
+
name: "Composite",
|
|
2394
|
+
className: "IdentityInfo"
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
systemData: {
|
|
2398
|
+
serializedName: "systemData",
|
|
2399
|
+
type: {
|
|
2400
|
+
name: "Composite",
|
|
2401
|
+
className: "SystemData"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
provisioningState: {
|
|
2405
|
+
serializedName: "properties.provisioningState",
|
|
2406
|
+
readOnly: true,
|
|
2407
|
+
type: {
|
|
2408
|
+
name: "String"
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
source: {
|
|
2412
|
+
serializedName: "properties.source",
|
|
2413
|
+
type: {
|
|
2414
|
+
name: "String"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
topicType: {
|
|
2418
|
+
serializedName: "properties.topicType",
|
|
2419
|
+
type: {
|
|
2420
|
+
name: "String"
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
metricResourceId: {
|
|
2424
|
+
serializedName: "properties.metricResourceId",
|
|
2425
|
+
readOnly: true,
|
|
2426
|
+
type: {
|
|
2427
|
+
name: "String"
|
|
2505
2428
|
}
|
|
2506
2429
|
}
|
|
2507
2430
|
}
|
|
2508
2431
|
}
|
|
2509
2432
|
};
|
|
2510
2433
|
|
|
2511
|
-
export
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2434
|
+
export let discriminators = {
|
|
2435
|
+
InputSchemaMapping: InputSchemaMapping,
|
|
2436
|
+
EventSubscriptionDestination: EventSubscriptionDestination,
|
|
2437
|
+
AdvancedFilter: AdvancedFilter,
|
|
2438
|
+
DeadLetterDestination: DeadLetterDestination,
|
|
2439
|
+
DeliveryAttributeMapping: DeliveryAttributeMapping,
|
|
2440
|
+
"InputSchemaMapping.Json": JsonInputSchemaMapping,
|
|
2441
|
+
"EventSubscriptionDestination.WebHook": WebHookEventSubscriptionDestination,
|
|
2442
|
+
"EventSubscriptionDestination.EventHub": EventHubEventSubscriptionDestination,
|
|
2443
|
+
"EventSubscriptionDestination.StorageQueue": StorageQueueEventSubscriptionDestination,
|
|
2444
|
+
"EventSubscriptionDestination.HybridConnection": HybridConnectionEventSubscriptionDestination,
|
|
2445
|
+
"EventSubscriptionDestination.ServiceBusQueue": ServiceBusQueueEventSubscriptionDestination,
|
|
2446
|
+
"EventSubscriptionDestination.ServiceBusTopic": ServiceBusTopicEventSubscriptionDestination,
|
|
2447
|
+
"EventSubscriptionDestination.AzureFunction": AzureFunctionEventSubscriptionDestination,
|
|
2448
|
+
"AdvancedFilter.NumberIn": NumberInAdvancedFilter,
|
|
2449
|
+
"AdvancedFilter.NumberNotIn": NumberNotInAdvancedFilter,
|
|
2450
|
+
"AdvancedFilter.NumberLessThan": NumberLessThanAdvancedFilter,
|
|
2451
|
+
"AdvancedFilter.NumberGreaterThan": NumberGreaterThanAdvancedFilter,
|
|
2452
|
+
"AdvancedFilter.NumberLessThanOrEquals": NumberLessThanOrEqualsAdvancedFilter,
|
|
2453
|
+
"AdvancedFilter.NumberGreaterThanOrEquals": NumberGreaterThanOrEqualsAdvancedFilter,
|
|
2454
|
+
"AdvancedFilter.BoolEquals": BoolEqualsAdvancedFilter,
|
|
2455
|
+
"AdvancedFilter.StringIn": StringInAdvancedFilter,
|
|
2456
|
+
"AdvancedFilter.StringNotIn": StringNotInAdvancedFilter,
|
|
2457
|
+
"AdvancedFilter.StringBeginsWith": StringBeginsWithAdvancedFilter,
|
|
2458
|
+
"AdvancedFilter.StringEndsWith": StringEndsWithAdvancedFilter,
|
|
2459
|
+
"AdvancedFilter.StringContains": StringContainsAdvancedFilter,
|
|
2460
|
+
"DeadLetterDestination.StorageBlob": StorageBlobDeadLetterDestination,
|
|
2461
|
+
"DeliveryAttributeMapping.Static": StaticDeliveryAttributeMapping,
|
|
2462
|
+
"DeliveryAttributeMapping.Dynamic": DynamicDeliveryAttributeMapping
|
|
2541
2463
|
};
|