@azure/arm-cognitiveservices 6.0.0 → 7.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 -95
- package/dist/index.js +4800 -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/cognitiveServicesManagementClient.d.ts +42 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
- package/dist-esm/src/cognitiveServicesManagementClient.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 +1310 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +128 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +68 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1017 -713
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +199 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +138 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +628 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.js +293 -0
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.js +132 -0
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +232 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/deployments.d.ts +81 -0
- package/dist-esm/src/operations/deployments.d.ts.map +1 -0
- package/dist-esm/src/operations/deployments.js +331 -0
- package/dist-esm/src/operations/deployments.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +17 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +124 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -2
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/{src/models/resourceSkusMappers.ts → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -10
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
- package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -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 +12 -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/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.js +127 -0
- package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-cognitiveservices.api.md +1150 -0
- package/rollup.config.js +181 -24
- package/src/cognitiveServicesManagementClient.ts +148 -172
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1122 -1415
- package/src/models/mappers.ts +1161 -835
- package/src/models/parameters.ts +159 -40
- package/src/operations/accounts.ts +587 -574
- package/src/operations/commitmentPlans.ts +394 -0
- package/src/operations/commitmentTiers.ts +158 -0
- package/src/operations/deletedAccounts.ts +197 -185
- package/src/operations/deployments.ts +464 -0
- package/src/operations/index.ts +4 -2
- package/src/operations/operations.ts +85 -85
- package/src/operations/privateEndpointConnections.ts +232 -202
- package/src/operations/privateLinkResources.ts +34 -62
- package/src/operations/resourceSkus.ts +90 -86
- package/src/operationsInterfaces/accounts.ts +195 -0
- package/src/operationsInterfaces/commitmentPlans.ts +93 -0
- package/src/operationsInterfaces/commitmentTiers.ts +24 -0
- package/src/operationsInterfaces/deletedAccounts.ts +68 -0
- package/src/operationsInterfaces/deployments.ts +109 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +5 -3
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/tsconfig.json +3 -3
- package/types/arm-cognitiveservices.d.ts +1860 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-cognitiveservices.js +0 -3385
- package/dist/arm-cognitiveservices.js.map +0 -1
- package/dist/arm-cognitiveservices.min.js +0 -1
- package/dist/arm-cognitiveservices.min.js.map +0 -1
- package/esm/cognitiveServicesManagementClient.d.ts +0 -77
- package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClient.js +0 -108
- package/esm/cognitiveServicesManagementClient.js.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
- package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.js +0 -61
- package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1645
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -58
- 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 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -115
- 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 +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -245
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -389
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -89
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -149
- package/esm/operations/deletedAccounts.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 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -69
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -108
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -193
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -49
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -70
- package/esm/operations/resourceSkus.js.map +0 -1
- package/src/cognitiveServicesManagementClientContext.ts +0 -74
- package/src/models/accountsMappers.ts +0 -51
- package/src/models/deletedAccountsMappers.ts +0 -44
- package/src/models/privateEndpointConnectionsMappers.ts +0 -44
- package/src/models/privateLinkResourcesMappers.ts +0 -44
package/src/models/mappers.ts
CHANGED
|
@@ -6,21 +6,16 @@
|
|
|
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 Sku: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "Sku",
|
|
11
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
14
|
className: "Sku",
|
|
20
15
|
modelProperties: {
|
|
21
16
|
name: {
|
|
22
|
-
required: true,
|
|
23
17
|
serializedName: "name",
|
|
18
|
+
required: true,
|
|
24
19
|
type: {
|
|
25
20
|
name: "String"
|
|
26
21
|
}
|
|
@@ -53,32 +48,7 @@ export const Sku: msRest.CompositeMapper = {
|
|
|
53
48
|
}
|
|
54
49
|
};
|
|
55
50
|
|
|
56
|
-
export const
|
|
57
|
-
serializedName: "UserAssignedIdentity",
|
|
58
|
-
type: {
|
|
59
|
-
name: "Composite",
|
|
60
|
-
className: "UserAssignedIdentity",
|
|
61
|
-
modelProperties: {
|
|
62
|
-
principalId: {
|
|
63
|
-
readOnly: true,
|
|
64
|
-
serializedName: "principalId",
|
|
65
|
-
type: {
|
|
66
|
-
name: "String"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
clientId: {
|
|
70
|
-
readOnly: true,
|
|
71
|
-
serializedName: "clientId",
|
|
72
|
-
type: {
|
|
73
|
-
name: "String"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
export const Identity: msRest.CompositeMapper = {
|
|
81
|
-
serializedName: "Identity",
|
|
51
|
+
export const Identity: coreClient.CompositeMapper = {
|
|
82
52
|
type: {
|
|
83
53
|
name: "Composite",
|
|
84
54
|
className: "Identity",
|
|
@@ -87,19 +57,24 @@ export const Identity: msRest.CompositeMapper = {
|
|
|
87
57
|
serializedName: "type",
|
|
88
58
|
type: {
|
|
89
59
|
name: "Enum",
|
|
90
|
-
allowedValues: [
|
|
60
|
+
allowedValues: [
|
|
61
|
+
"None",
|
|
62
|
+
"SystemAssigned",
|
|
63
|
+
"UserAssigned",
|
|
64
|
+
"SystemAssigned, UserAssigned"
|
|
65
|
+
]
|
|
91
66
|
}
|
|
92
67
|
},
|
|
93
68
|
tenantId: {
|
|
94
|
-
readOnly: true,
|
|
95
69
|
serializedName: "tenantId",
|
|
70
|
+
readOnly: true,
|
|
96
71
|
type: {
|
|
97
72
|
name: "String"
|
|
98
73
|
}
|
|
99
74
|
},
|
|
100
75
|
principalId: {
|
|
101
|
-
readOnly: true,
|
|
102
76
|
serializedName: "principalId",
|
|
77
|
+
readOnly: true,
|
|
103
78
|
type: {
|
|
104
79
|
name: "String"
|
|
105
80
|
}
|
|
@@ -109,10 +84,7 @@ export const Identity: msRest.CompositeMapper = {
|
|
|
109
84
|
type: {
|
|
110
85
|
name: "Dictionary",
|
|
111
86
|
value: {
|
|
112
|
-
type: {
|
|
113
|
-
name: "Composite",
|
|
114
|
-
className: "UserAssignedIdentity"
|
|
115
|
-
}
|
|
87
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
116
88
|
}
|
|
117
89
|
}
|
|
118
90
|
}
|
|
@@ -120,8 +92,30 @@ export const Identity: msRest.CompositeMapper = {
|
|
|
120
92
|
}
|
|
121
93
|
};
|
|
122
94
|
|
|
123
|
-
export const
|
|
124
|
-
|
|
95
|
+
export const UserAssignedIdentity: coreClient.CompositeMapper = {
|
|
96
|
+
type: {
|
|
97
|
+
name: "Composite",
|
|
98
|
+
className: "UserAssignedIdentity",
|
|
99
|
+
modelProperties: {
|
|
100
|
+
principalId: {
|
|
101
|
+
serializedName: "principalId",
|
|
102
|
+
readOnly: true,
|
|
103
|
+
type: {
|
|
104
|
+
name: "String"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
clientId: {
|
|
108
|
+
serializedName: "clientId",
|
|
109
|
+
readOnly: true,
|
|
110
|
+
type: {
|
|
111
|
+
name: "String"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
125
119
|
type: {
|
|
126
120
|
name: "Composite",
|
|
127
121
|
className: "SystemData",
|
|
@@ -166,215 +160,199 @@ export const SystemData: msRest.CompositeMapper = {
|
|
|
166
160
|
}
|
|
167
161
|
};
|
|
168
162
|
|
|
169
|
-
export const
|
|
170
|
-
serializedName: "SkuCapability",
|
|
163
|
+
export const AccountProperties: coreClient.CompositeMapper = {
|
|
171
164
|
type: {
|
|
172
165
|
name: "Composite",
|
|
173
|
-
className: "
|
|
166
|
+
className: "AccountProperties",
|
|
174
167
|
modelProperties: {
|
|
175
|
-
|
|
176
|
-
serializedName: "
|
|
168
|
+
provisioningState: {
|
|
169
|
+
serializedName: "provisioningState",
|
|
170
|
+
readOnly: true,
|
|
177
171
|
type: {
|
|
178
172
|
name: "String"
|
|
179
173
|
}
|
|
180
174
|
},
|
|
181
|
-
|
|
182
|
-
serializedName: "
|
|
175
|
+
endpoint: {
|
|
176
|
+
serializedName: "endpoint",
|
|
177
|
+
readOnly: true,
|
|
183
178
|
type: {
|
|
184
179
|
name: "String"
|
|
185
180
|
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
export const SkuChangeInfo: msRest.CompositeMapper = {
|
|
192
|
-
serializedName: "SkuChangeInfo",
|
|
193
|
-
type: {
|
|
194
|
-
name: "Composite",
|
|
195
|
-
className: "SkuChangeInfo",
|
|
196
|
-
modelProperties: {
|
|
197
|
-
countOfDowngrades: {
|
|
198
|
-
serializedName: "countOfDowngrades",
|
|
181
|
+
},
|
|
182
|
+
internalId: {
|
|
183
|
+
serializedName: "internalId",
|
|
184
|
+
readOnly: true,
|
|
199
185
|
type: {
|
|
200
|
-
name: "
|
|
186
|
+
name: "String"
|
|
201
187
|
}
|
|
202
188
|
},
|
|
203
|
-
|
|
204
|
-
serializedName: "
|
|
189
|
+
capabilities: {
|
|
190
|
+
serializedName: "capabilities",
|
|
191
|
+
readOnly: true,
|
|
205
192
|
type: {
|
|
206
|
-
name: "
|
|
193
|
+
name: "Sequence",
|
|
194
|
+
element: {
|
|
195
|
+
type: {
|
|
196
|
+
name: "Composite",
|
|
197
|
+
className: "SkuCapability"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
207
200
|
}
|
|
208
201
|
},
|
|
209
|
-
|
|
210
|
-
serializedName: "
|
|
202
|
+
isMigrated: {
|
|
203
|
+
serializedName: "isMigrated",
|
|
204
|
+
readOnly: true,
|
|
211
205
|
type: {
|
|
212
|
-
name: "
|
|
206
|
+
name: "Boolean"
|
|
213
207
|
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
};
|
|
218
|
-
|
|
219
|
-
export const IpRule: msRest.CompositeMapper = {
|
|
220
|
-
serializedName: "IpRule",
|
|
221
|
-
type: {
|
|
222
|
-
name: "Composite",
|
|
223
|
-
className: "IpRule",
|
|
224
|
-
modelProperties: {
|
|
225
|
-
value: {
|
|
226
|
-
required: true,
|
|
227
|
-
serializedName: "value",
|
|
208
|
+
},
|
|
209
|
+
migrationToken: {
|
|
210
|
+
serializedName: "migrationToken",
|
|
228
211
|
type: {
|
|
229
212
|
name: "String"
|
|
230
213
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
};
|
|
235
|
-
|
|
236
|
-
export const VirtualNetworkRule: msRest.CompositeMapper = {
|
|
237
|
-
serializedName: "VirtualNetworkRule",
|
|
238
|
-
type: {
|
|
239
|
-
name: "Composite",
|
|
240
|
-
className: "VirtualNetworkRule",
|
|
241
|
-
modelProperties: {
|
|
242
|
-
id: {
|
|
243
|
-
required: true,
|
|
244
|
-
serializedName: "id",
|
|
214
|
+
},
|
|
215
|
+
skuChangeInfo: {
|
|
216
|
+
serializedName: "skuChangeInfo",
|
|
245
217
|
type: {
|
|
246
|
-
name: "
|
|
218
|
+
name: "Composite",
|
|
219
|
+
className: "SkuChangeInfo"
|
|
247
220
|
}
|
|
248
221
|
},
|
|
249
|
-
|
|
250
|
-
serializedName: "
|
|
222
|
+
customSubDomainName: {
|
|
223
|
+
serializedName: "customSubDomainName",
|
|
251
224
|
type: {
|
|
252
225
|
name: "String"
|
|
253
226
|
}
|
|
254
227
|
},
|
|
255
|
-
|
|
256
|
-
serializedName: "
|
|
228
|
+
networkAcls: {
|
|
229
|
+
serializedName: "networkAcls",
|
|
257
230
|
type: {
|
|
258
|
-
name: "
|
|
231
|
+
name: "Composite",
|
|
232
|
+
className: "NetworkRuleSet"
|
|
259
233
|
}
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
};
|
|
264
|
-
|
|
265
|
-
export const NetworkRuleSet: msRest.CompositeMapper = {
|
|
266
|
-
serializedName: "NetworkRuleSet",
|
|
267
|
-
type: {
|
|
268
|
-
name: "Composite",
|
|
269
|
-
className: "NetworkRuleSet",
|
|
270
|
-
modelProperties: {
|
|
271
|
-
defaultAction: {
|
|
272
|
-
serializedName: "defaultAction",
|
|
234
|
+
},
|
|
235
|
+
encryption: {
|
|
236
|
+
serializedName: "encryption",
|
|
273
237
|
type: {
|
|
274
|
-
name: "
|
|
238
|
+
name: "Composite",
|
|
239
|
+
className: "Encryption"
|
|
275
240
|
}
|
|
276
241
|
},
|
|
277
|
-
|
|
278
|
-
serializedName: "
|
|
242
|
+
userOwnedStorage: {
|
|
243
|
+
serializedName: "userOwnedStorage",
|
|
279
244
|
type: {
|
|
280
245
|
name: "Sequence",
|
|
281
246
|
element: {
|
|
282
247
|
type: {
|
|
283
248
|
name: "Composite",
|
|
284
|
-
className: "
|
|
249
|
+
className: "UserOwnedStorage"
|
|
285
250
|
}
|
|
286
251
|
}
|
|
287
252
|
}
|
|
288
253
|
},
|
|
289
|
-
|
|
290
|
-
serializedName: "
|
|
254
|
+
privateEndpointConnections: {
|
|
255
|
+
serializedName: "privateEndpointConnections",
|
|
256
|
+
readOnly: true,
|
|
291
257
|
type: {
|
|
292
258
|
name: "Sequence",
|
|
293
259
|
element: {
|
|
294
260
|
type: {
|
|
295
261
|
name: "Composite",
|
|
296
|
-
className: "
|
|
262
|
+
className: "PrivateEndpointConnection"
|
|
297
263
|
}
|
|
298
264
|
}
|
|
299
265
|
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
};
|
|
304
|
-
|
|
305
|
-
export const KeyVaultProperties: msRest.CompositeMapper = {
|
|
306
|
-
serializedName: "KeyVaultProperties",
|
|
307
|
-
type: {
|
|
308
|
-
name: "Composite",
|
|
309
|
-
className: "KeyVaultProperties",
|
|
310
|
-
modelProperties: {
|
|
311
|
-
keyName: {
|
|
312
|
-
serializedName: "keyName",
|
|
266
|
+
},
|
|
267
|
+
publicNetworkAccess: {
|
|
268
|
+
serializedName: "publicNetworkAccess",
|
|
313
269
|
type: {
|
|
314
270
|
name: "String"
|
|
315
271
|
}
|
|
316
272
|
},
|
|
317
|
-
|
|
318
|
-
serializedName: "
|
|
273
|
+
apiProperties: {
|
|
274
|
+
serializedName: "apiProperties",
|
|
319
275
|
type: {
|
|
320
|
-
name: "
|
|
276
|
+
name: "Composite",
|
|
277
|
+
className: "ApiProperties"
|
|
321
278
|
}
|
|
322
279
|
},
|
|
323
|
-
|
|
324
|
-
serializedName: "
|
|
280
|
+
dateCreated: {
|
|
281
|
+
serializedName: "dateCreated",
|
|
282
|
+
readOnly: true,
|
|
325
283
|
type: {
|
|
326
284
|
name: "String"
|
|
327
285
|
}
|
|
328
286
|
},
|
|
329
|
-
|
|
330
|
-
serializedName: "
|
|
287
|
+
callRateLimit: {
|
|
288
|
+
serializedName: "callRateLimit",
|
|
331
289
|
type: {
|
|
332
|
-
name: "
|
|
290
|
+
name: "Composite",
|
|
291
|
+
className: "CallRateLimit"
|
|
333
292
|
}
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
};
|
|
338
|
-
|
|
339
|
-
export const Encryption: msRest.CompositeMapper = {
|
|
340
|
-
serializedName: "Encryption",
|
|
341
|
-
type: {
|
|
342
|
-
name: "Composite",
|
|
343
|
-
className: "Encryption",
|
|
344
|
-
modelProperties: {
|
|
345
|
-
keyVaultProperties: {
|
|
346
|
-
serializedName: "keyVaultProperties",
|
|
293
|
+
},
|
|
294
|
+
quotaLimit: {
|
|
295
|
+
serializedName: "quotaLimit",
|
|
347
296
|
type: {
|
|
348
297
|
name: "Composite",
|
|
349
|
-
className: "
|
|
298
|
+
className: "QuotaLimit"
|
|
350
299
|
}
|
|
351
300
|
},
|
|
352
|
-
|
|
353
|
-
serializedName: "
|
|
354
|
-
defaultValue: "Microsoft.KeyVault",
|
|
301
|
+
restrictOutboundNetworkAccess: {
|
|
302
|
+
serializedName: "restrictOutboundNetworkAccess",
|
|
355
303
|
type: {
|
|
356
|
-
name: "
|
|
304
|
+
name: "Boolean"
|
|
357
305
|
}
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
};
|
|
362
|
-
|
|
363
|
-
export const UserOwnedStorage: msRest.CompositeMapper = {
|
|
364
|
-
serializedName: "UserOwnedStorage",
|
|
365
|
-
type: {
|
|
366
|
-
name: "Composite",
|
|
367
|
-
className: "UserOwnedStorage",
|
|
368
|
-
modelProperties: {
|
|
369
|
-
resourceId: {
|
|
370
|
-
serializedName: "resourceId",
|
|
306
|
+
},
|
|
307
|
+
allowedFqdnList: {
|
|
308
|
+
serializedName: "allowedFqdnList",
|
|
371
309
|
type: {
|
|
372
|
-
name: "
|
|
310
|
+
name: "Sequence",
|
|
311
|
+
element: {
|
|
312
|
+
type: {
|
|
313
|
+
name: "String"
|
|
314
|
+
}
|
|
315
|
+
}
|
|
373
316
|
}
|
|
374
317
|
},
|
|
375
|
-
|
|
376
|
-
serializedName: "
|
|
377
|
-
type: {
|
|
318
|
+
disableLocalAuth: {
|
|
319
|
+
serializedName: "disableLocalAuth",
|
|
320
|
+
type: {
|
|
321
|
+
name: "Boolean"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
endpoints: {
|
|
325
|
+
serializedName: "endpoints",
|
|
326
|
+
readOnly: true,
|
|
327
|
+
type: {
|
|
328
|
+
name: "Dictionary",
|
|
329
|
+
value: { type: { name: "String" } }
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
restore: {
|
|
333
|
+
serializedName: "restore",
|
|
334
|
+
type: {
|
|
335
|
+
name: "Boolean"
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
};
|
|
341
|
+
|
|
342
|
+
export const SkuCapability: coreClient.CompositeMapper = {
|
|
343
|
+
type: {
|
|
344
|
+
name: "Composite",
|
|
345
|
+
className: "SkuCapability",
|
|
346
|
+
modelProperties: {
|
|
347
|
+
name: {
|
|
348
|
+
serializedName: "name",
|
|
349
|
+
type: {
|
|
350
|
+
name: "String"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
value: {
|
|
354
|
+
serializedName: "value",
|
|
355
|
+
type: {
|
|
378
356
|
name: "String"
|
|
379
357
|
}
|
|
380
358
|
}
|
|
@@ -382,15 +360,131 @@ export const UserOwnedStorage: msRest.CompositeMapper = {
|
|
|
382
360
|
}
|
|
383
361
|
};
|
|
384
362
|
|
|
385
|
-
export const
|
|
386
|
-
serializedName: "PrivateEndpoint",
|
|
363
|
+
export const SkuChangeInfo: coreClient.CompositeMapper = {
|
|
387
364
|
type: {
|
|
388
365
|
name: "Composite",
|
|
389
|
-
className: "
|
|
366
|
+
className: "SkuChangeInfo",
|
|
367
|
+
modelProperties: {
|
|
368
|
+
countOfDowngrades: {
|
|
369
|
+
serializedName: "countOfDowngrades",
|
|
370
|
+
type: {
|
|
371
|
+
name: "Number"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
countOfUpgradesAfterDowngrades: {
|
|
375
|
+
serializedName: "countOfUpgradesAfterDowngrades",
|
|
376
|
+
type: {
|
|
377
|
+
name: "Number"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
lastChangeDate: {
|
|
381
|
+
serializedName: "lastChangeDate",
|
|
382
|
+
type: {
|
|
383
|
+
name: "String"
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
export const NetworkRuleSet: coreClient.CompositeMapper = {
|
|
391
|
+
type: {
|
|
392
|
+
name: "Composite",
|
|
393
|
+
className: "NetworkRuleSet",
|
|
394
|
+
modelProperties: {
|
|
395
|
+
defaultAction: {
|
|
396
|
+
serializedName: "defaultAction",
|
|
397
|
+
type: {
|
|
398
|
+
name: "String"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
ipRules: {
|
|
402
|
+
serializedName: "ipRules",
|
|
403
|
+
type: {
|
|
404
|
+
name: "Sequence",
|
|
405
|
+
element: {
|
|
406
|
+
type: {
|
|
407
|
+
name: "Composite",
|
|
408
|
+
className: "IpRule"
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
virtualNetworkRules: {
|
|
414
|
+
serializedName: "virtualNetworkRules",
|
|
415
|
+
type: {
|
|
416
|
+
name: "Sequence",
|
|
417
|
+
element: {
|
|
418
|
+
type: {
|
|
419
|
+
name: "Composite",
|
|
420
|
+
className: "VirtualNetworkRule"
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
};
|
|
428
|
+
|
|
429
|
+
export const IpRule: coreClient.CompositeMapper = {
|
|
430
|
+
type: {
|
|
431
|
+
name: "Composite",
|
|
432
|
+
className: "IpRule",
|
|
433
|
+
modelProperties: {
|
|
434
|
+
value: {
|
|
435
|
+
serializedName: "value",
|
|
436
|
+
required: true,
|
|
437
|
+
type: {
|
|
438
|
+
name: "String"
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
export const VirtualNetworkRule: coreClient.CompositeMapper = {
|
|
446
|
+
type: {
|
|
447
|
+
name: "Composite",
|
|
448
|
+
className: "VirtualNetworkRule",
|
|
390
449
|
modelProperties: {
|
|
391
450
|
id: {
|
|
392
|
-
readOnly: true,
|
|
393
451
|
serializedName: "id",
|
|
452
|
+
required: true,
|
|
453
|
+
type: {
|
|
454
|
+
name: "String"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
state: {
|
|
458
|
+
serializedName: "state",
|
|
459
|
+
type: {
|
|
460
|
+
name: "String"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
ignoreMissingVnetServiceEndpoint: {
|
|
464
|
+
serializedName: "ignoreMissingVnetServiceEndpoint",
|
|
465
|
+
type: {
|
|
466
|
+
name: "Boolean"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
export const Encryption: coreClient.CompositeMapper = {
|
|
474
|
+
type: {
|
|
475
|
+
name: "Composite",
|
|
476
|
+
className: "Encryption",
|
|
477
|
+
modelProperties: {
|
|
478
|
+
keyVaultProperties: {
|
|
479
|
+
serializedName: "keyVaultProperties",
|
|
480
|
+
type: {
|
|
481
|
+
name: "Composite",
|
|
482
|
+
className: "KeyVaultProperties"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
keySource: {
|
|
486
|
+
defaultValue: "Microsoft.KeyVault",
|
|
487
|
+
serializedName: "keySource",
|
|
394
488
|
type: {
|
|
395
489
|
name: "String"
|
|
396
490
|
}
|
|
@@ -399,26 +493,52 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
|
399
493
|
}
|
|
400
494
|
};
|
|
401
495
|
|
|
402
|
-
export const
|
|
403
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
|
496
|
+
export const KeyVaultProperties: coreClient.CompositeMapper = {
|
|
404
497
|
type: {
|
|
405
498
|
name: "Composite",
|
|
406
|
-
className: "
|
|
499
|
+
className: "KeyVaultProperties",
|
|
407
500
|
modelProperties: {
|
|
408
|
-
|
|
409
|
-
serializedName: "
|
|
501
|
+
keyName: {
|
|
502
|
+
serializedName: "keyName",
|
|
410
503
|
type: {
|
|
411
504
|
name: "String"
|
|
412
505
|
}
|
|
413
506
|
},
|
|
414
|
-
|
|
415
|
-
serializedName: "
|
|
507
|
+
keyVersion: {
|
|
508
|
+
serializedName: "keyVersion",
|
|
416
509
|
type: {
|
|
417
510
|
name: "String"
|
|
418
511
|
}
|
|
419
512
|
},
|
|
420
|
-
|
|
421
|
-
serializedName: "
|
|
513
|
+
keyVaultUri: {
|
|
514
|
+
serializedName: "keyVaultUri",
|
|
515
|
+
type: {
|
|
516
|
+
name: "String"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
identityClientId: {
|
|
520
|
+
serializedName: "identityClientId",
|
|
521
|
+
type: {
|
|
522
|
+
name: "String"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
export const UserOwnedStorage: coreClient.CompositeMapper = {
|
|
530
|
+
type: {
|
|
531
|
+
name: "Composite",
|
|
532
|
+
className: "UserOwnedStorage",
|
|
533
|
+
modelProperties: {
|
|
534
|
+
resourceId: {
|
|
535
|
+
serializedName: "resourceId",
|
|
536
|
+
type: {
|
|
537
|
+
name: "String"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
identityClientId: {
|
|
541
|
+
serializedName: "identityClientId",
|
|
422
542
|
type: {
|
|
423
543
|
name: "String"
|
|
424
544
|
}
|
|
@@ -427,8 +547,7 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
|
427
547
|
}
|
|
428
548
|
};
|
|
429
549
|
|
|
430
|
-
export const PrivateEndpointConnectionProperties:
|
|
431
|
-
serializedName: "PrivateEndpointConnectionProperties",
|
|
550
|
+
export const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
|
|
432
551
|
type: {
|
|
433
552
|
name: "Composite",
|
|
434
553
|
className: "PrivateEndpointConnectionProperties",
|
|
@@ -441,7 +560,6 @@ export const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {
|
|
|
441
560
|
}
|
|
442
561
|
},
|
|
443
562
|
privateLinkServiceConnectionState: {
|
|
444
|
-
required: true,
|
|
445
563
|
serializedName: "privateLinkServiceConnectionState",
|
|
446
564
|
type: {
|
|
447
565
|
name: "Composite",
|
|
@@ -450,6 +568,7 @@ export const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {
|
|
|
450
568
|
},
|
|
451
569
|
provisioningState: {
|
|
452
570
|
serializedName: "provisioningState",
|
|
571
|
+
readOnly: true,
|
|
453
572
|
type: {
|
|
454
573
|
name: "String"
|
|
455
574
|
}
|
|
@@ -469,29 +588,14 @@ export const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {
|
|
|
469
588
|
}
|
|
470
589
|
};
|
|
471
590
|
|
|
472
|
-
export const
|
|
473
|
-
serializedName: "Resource",
|
|
591
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
474
592
|
type: {
|
|
475
593
|
name: "Composite",
|
|
476
|
-
className: "
|
|
594
|
+
className: "PrivateEndpoint",
|
|
477
595
|
modelProperties: {
|
|
478
596
|
id: {
|
|
479
|
-
readOnly: true,
|
|
480
597
|
serializedName: "id",
|
|
481
|
-
type: {
|
|
482
|
-
name: "String"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
name: {
|
|
486
|
-
readOnly: true,
|
|
487
|
-
serializedName: "name",
|
|
488
|
-
type: {
|
|
489
|
-
name: "String"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
type: {
|
|
493
598
|
readOnly: true,
|
|
494
|
-
serializedName: "type",
|
|
495
599
|
type: {
|
|
496
600
|
name: "String"
|
|
497
601
|
}
|
|
@@ -500,16 +604,25 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
500
604
|
}
|
|
501
605
|
};
|
|
502
606
|
|
|
503
|
-
export const
|
|
504
|
-
serializedName: "AzureEntityResource",
|
|
607
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
505
608
|
type: {
|
|
506
609
|
name: "Composite",
|
|
507
|
-
className: "
|
|
610
|
+
className: "PrivateLinkServiceConnectionState",
|
|
508
611
|
modelProperties: {
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
612
|
+
status: {
|
|
613
|
+
serializedName: "status",
|
|
614
|
+
type: {
|
|
615
|
+
name: "String"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
description: {
|
|
619
|
+
serializedName: "description",
|
|
620
|
+
type: {
|
|
621
|
+
name: "String"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
actionsRequired: {
|
|
625
|
+
serializedName: "actionsRequired",
|
|
513
626
|
type: {
|
|
514
627
|
name: "String"
|
|
515
628
|
}
|
|
@@ -518,30 +631,28 @@ export const AzureEntityResource: msRest.CompositeMapper = {
|
|
|
518
631
|
}
|
|
519
632
|
};
|
|
520
633
|
|
|
521
|
-
export const
|
|
522
|
-
serializedName: "PrivateEndpointConnection",
|
|
634
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
523
635
|
type: {
|
|
524
636
|
name: "Composite",
|
|
525
|
-
className: "
|
|
637
|
+
className: "Resource",
|
|
526
638
|
modelProperties: {
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
639
|
+
id: {
|
|
640
|
+
serializedName: "id",
|
|
641
|
+
readOnly: true,
|
|
530
642
|
type: {
|
|
531
|
-
name: "
|
|
532
|
-
className: "PrivateEndpointConnectionProperties"
|
|
643
|
+
name: "String"
|
|
533
644
|
}
|
|
534
645
|
},
|
|
535
|
-
|
|
646
|
+
name: {
|
|
647
|
+
serializedName: "name",
|
|
536
648
|
readOnly: true,
|
|
537
|
-
serializedName: "systemData",
|
|
538
649
|
type: {
|
|
539
|
-
name: "
|
|
540
|
-
className: "SystemData"
|
|
650
|
+
name: "String"
|
|
541
651
|
}
|
|
542
652
|
},
|
|
543
|
-
|
|
544
|
-
serializedName: "
|
|
653
|
+
type: {
|
|
654
|
+
serializedName: "type",
|
|
655
|
+
readOnly: true,
|
|
545
656
|
type: {
|
|
546
657
|
name: "String"
|
|
547
658
|
}
|
|
@@ -550,11 +661,11 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
|
550
661
|
}
|
|
551
662
|
};
|
|
552
663
|
|
|
553
|
-
export const ApiProperties:
|
|
554
|
-
serializedName: "ApiProperties",
|
|
664
|
+
export const ApiProperties: coreClient.CompositeMapper = {
|
|
555
665
|
type: {
|
|
556
666
|
name: "Composite",
|
|
557
667
|
className: "ApiProperties",
|
|
668
|
+
additionalProperties: { type: { name: "Object" } },
|
|
558
669
|
modelProperties: {
|
|
559
670
|
qnaRuntimeEndpoint: {
|
|
560
671
|
serializedName: "qnaRuntimeEndpoint",
|
|
@@ -581,94 +692,103 @@ export const ApiProperties: msRest.CompositeMapper = {
|
|
|
581
692
|
}
|
|
582
693
|
},
|
|
583
694
|
eventHubConnectionString: {
|
|
584
|
-
serializedName: "eventHubConnectionString",
|
|
585
695
|
constraints: {
|
|
586
|
-
|
|
587
|
-
|
|
696
|
+
Pattern: new RegExp(
|
|
697
|
+
"^( *)Endpoint=sb:\\/\\/(.*);( *)SharedAccessKeyName=(.*);( *)SharedAccessKey=(.*)$"
|
|
698
|
+
),
|
|
699
|
+
MaxLength: 1000
|
|
588
700
|
},
|
|
701
|
+
serializedName: "eventHubConnectionString",
|
|
589
702
|
type: {
|
|
590
703
|
name: "String"
|
|
591
704
|
}
|
|
592
705
|
},
|
|
593
706
|
storageAccountConnectionString: {
|
|
594
|
-
serializedName: "storageAccountConnectionString",
|
|
595
707
|
constraints: {
|
|
596
|
-
|
|
597
|
-
|
|
708
|
+
Pattern: new RegExp(
|
|
709
|
+
"^(( *)DefaultEndpointsProtocol=(http|https)( *);( *))?AccountName=(.*)AccountKey=(.*)EndpointSuffix=(.*)$"
|
|
710
|
+
),
|
|
711
|
+
MaxLength: 1000
|
|
598
712
|
},
|
|
713
|
+
serializedName: "storageAccountConnectionString",
|
|
599
714
|
type: {
|
|
600
715
|
name: "String"
|
|
601
716
|
}
|
|
602
717
|
},
|
|
603
718
|
aadClientId: {
|
|
604
|
-
serializedName: "aadClientId",
|
|
605
719
|
constraints: {
|
|
606
720
|
MaxLength: 500
|
|
607
721
|
},
|
|
722
|
+
serializedName: "aadClientId",
|
|
608
723
|
type: {
|
|
609
724
|
name: "String"
|
|
610
725
|
}
|
|
611
726
|
},
|
|
612
727
|
aadTenantId: {
|
|
613
|
-
serializedName: "aadTenantId",
|
|
614
728
|
constraints: {
|
|
615
729
|
MaxLength: 500
|
|
616
730
|
},
|
|
731
|
+
serializedName: "aadTenantId",
|
|
617
732
|
type: {
|
|
618
733
|
name: "String"
|
|
619
734
|
}
|
|
620
735
|
},
|
|
621
736
|
superUser: {
|
|
622
|
-
serializedName: "superUser",
|
|
623
737
|
constraints: {
|
|
624
738
|
MaxLength: 500
|
|
625
739
|
},
|
|
740
|
+
serializedName: "superUser",
|
|
626
741
|
type: {
|
|
627
742
|
name: "String"
|
|
628
743
|
}
|
|
629
744
|
},
|
|
630
745
|
websiteName: {
|
|
631
|
-
serializedName: "websiteName",
|
|
632
746
|
constraints: {
|
|
633
747
|
MaxLength: 500
|
|
634
748
|
},
|
|
749
|
+
serializedName: "websiteName",
|
|
635
750
|
type: {
|
|
636
751
|
name: "String"
|
|
637
752
|
}
|
|
638
753
|
}
|
|
639
|
-
},
|
|
640
|
-
additionalProperties: {
|
|
641
|
-
type: {
|
|
642
|
-
name: "Object"
|
|
643
|
-
}
|
|
644
754
|
}
|
|
645
755
|
}
|
|
646
756
|
};
|
|
647
757
|
|
|
648
|
-
export const
|
|
649
|
-
serializedName: "RequestMatchPattern",
|
|
758
|
+
export const CallRateLimit: coreClient.CompositeMapper = {
|
|
650
759
|
type: {
|
|
651
760
|
name: "Composite",
|
|
652
|
-
className: "
|
|
761
|
+
className: "CallRateLimit",
|
|
653
762
|
modelProperties: {
|
|
654
|
-
|
|
655
|
-
serializedName: "
|
|
763
|
+
count: {
|
|
764
|
+
serializedName: "count",
|
|
656
765
|
type: {
|
|
657
|
-
name: "
|
|
766
|
+
name: "Number"
|
|
658
767
|
}
|
|
659
768
|
},
|
|
660
|
-
|
|
661
|
-
serializedName: "
|
|
769
|
+
renewalPeriod: {
|
|
770
|
+
serializedName: "renewalPeriod",
|
|
662
771
|
type: {
|
|
663
|
-
name: "
|
|
772
|
+
name: "Number"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
rules: {
|
|
776
|
+
serializedName: "rules",
|
|
777
|
+
type: {
|
|
778
|
+
name: "Sequence",
|
|
779
|
+
element: {
|
|
780
|
+
type: {
|
|
781
|
+
name: "Composite",
|
|
782
|
+
className: "ThrottlingRule"
|
|
783
|
+
}
|
|
784
|
+
}
|
|
664
785
|
}
|
|
665
786
|
}
|
|
666
787
|
}
|
|
667
788
|
}
|
|
668
789
|
};
|
|
669
790
|
|
|
670
|
-
export const ThrottlingRule:
|
|
671
|
-
serializedName: "ThrottlingRule",
|
|
791
|
+
export const ThrottlingRule: coreClient.CompositeMapper = {
|
|
672
792
|
type: {
|
|
673
793
|
name: "Composite",
|
|
674
794
|
className: "ThrottlingRule",
|
|
@@ -719,42 +839,28 @@ export const ThrottlingRule: msRest.CompositeMapper = {
|
|
|
719
839
|
}
|
|
720
840
|
};
|
|
721
841
|
|
|
722
|
-
export const
|
|
723
|
-
serializedName: "CallRateLimit",
|
|
842
|
+
export const RequestMatchPattern: coreClient.CompositeMapper = {
|
|
724
843
|
type: {
|
|
725
844
|
name: "Composite",
|
|
726
|
-
className: "
|
|
845
|
+
className: "RequestMatchPattern",
|
|
727
846
|
modelProperties: {
|
|
728
|
-
|
|
729
|
-
serializedName: "
|
|
730
|
-
type: {
|
|
731
|
-
name: "Number"
|
|
732
|
-
}
|
|
733
|
-
},
|
|
734
|
-
renewalPeriod: {
|
|
735
|
-
serializedName: "renewalPeriod",
|
|
847
|
+
path: {
|
|
848
|
+
serializedName: "path",
|
|
736
849
|
type: {
|
|
737
|
-
name: "
|
|
850
|
+
name: "String"
|
|
738
851
|
}
|
|
739
852
|
},
|
|
740
|
-
|
|
741
|
-
serializedName: "
|
|
853
|
+
method: {
|
|
854
|
+
serializedName: "method",
|
|
742
855
|
type: {
|
|
743
|
-
name: "
|
|
744
|
-
element: {
|
|
745
|
-
type: {
|
|
746
|
-
name: "Composite",
|
|
747
|
-
className: "ThrottlingRule"
|
|
748
|
-
}
|
|
749
|
-
}
|
|
856
|
+
name: "String"
|
|
750
857
|
}
|
|
751
858
|
}
|
|
752
859
|
}
|
|
753
860
|
}
|
|
754
861
|
};
|
|
755
862
|
|
|
756
|
-
export const QuotaLimit:
|
|
757
|
-
serializedName: "QuotaLimit",
|
|
863
|
+
export const QuotaLimit: coreClient.CompositeMapper = {
|
|
758
864
|
type: {
|
|
759
865
|
name: "Composite",
|
|
760
866
|
className: "QuotaLimit",
|
|
@@ -787,161 +893,227 @@ export const QuotaLimit: msRest.CompositeMapper = {
|
|
|
787
893
|
}
|
|
788
894
|
};
|
|
789
895
|
|
|
790
|
-
export const
|
|
791
|
-
serializedName: "AccountProperties",
|
|
896
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
792
897
|
type: {
|
|
793
898
|
name: "Composite",
|
|
794
|
-
className: "
|
|
899
|
+
className: "ErrorResponse",
|
|
795
900
|
modelProperties: {
|
|
796
|
-
|
|
901
|
+
error: {
|
|
902
|
+
serializedName: "error",
|
|
903
|
+
type: {
|
|
904
|
+
name: "Composite",
|
|
905
|
+
className: "ErrorDetail"
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
};
|
|
911
|
+
|
|
912
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
913
|
+
type: {
|
|
914
|
+
name: "Composite",
|
|
915
|
+
className: "ErrorDetail",
|
|
916
|
+
modelProperties: {
|
|
917
|
+
code: {
|
|
918
|
+
serializedName: "code",
|
|
797
919
|
readOnly: true,
|
|
798
|
-
serializedName: "provisioningState",
|
|
799
920
|
type: {
|
|
800
921
|
name: "String"
|
|
801
922
|
}
|
|
802
923
|
},
|
|
803
|
-
|
|
924
|
+
message: {
|
|
925
|
+
serializedName: "message",
|
|
804
926
|
readOnly: true,
|
|
805
|
-
serializedName: "endpoint",
|
|
806
927
|
type: {
|
|
807
928
|
name: "String"
|
|
808
929
|
}
|
|
809
930
|
},
|
|
810
|
-
|
|
931
|
+
target: {
|
|
932
|
+
serializedName: "target",
|
|
811
933
|
readOnly: true,
|
|
812
|
-
serializedName: "internalId",
|
|
813
934
|
type: {
|
|
814
935
|
name: "String"
|
|
815
936
|
}
|
|
816
937
|
},
|
|
817
|
-
|
|
938
|
+
details: {
|
|
939
|
+
serializedName: "details",
|
|
818
940
|
readOnly: true,
|
|
819
|
-
serializedName: "capabilities",
|
|
820
941
|
type: {
|
|
821
942
|
name: "Sequence",
|
|
822
943
|
element: {
|
|
823
944
|
type: {
|
|
824
945
|
name: "Composite",
|
|
825
|
-
className: "
|
|
946
|
+
className: "ErrorDetail"
|
|
826
947
|
}
|
|
827
948
|
}
|
|
828
949
|
}
|
|
829
950
|
},
|
|
830
|
-
|
|
951
|
+
additionalInfo: {
|
|
952
|
+
serializedName: "additionalInfo",
|
|
831
953
|
readOnly: true,
|
|
832
|
-
serializedName: "isMigrated",
|
|
833
954
|
type: {
|
|
834
|
-
name: "
|
|
955
|
+
name: "Sequence",
|
|
956
|
+
element: {
|
|
957
|
+
type: {
|
|
958
|
+
name: "Composite",
|
|
959
|
+
className: "ErrorAdditionalInfo"
|
|
960
|
+
}
|
|
961
|
+
}
|
|
835
962
|
}
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
969
|
+
type: {
|
|
970
|
+
name: "Composite",
|
|
971
|
+
className: "ErrorAdditionalInfo",
|
|
972
|
+
modelProperties: {
|
|
973
|
+
type: {
|
|
974
|
+
serializedName: "type",
|
|
975
|
+
readOnly: true,
|
|
839
976
|
type: {
|
|
840
977
|
name: "String"
|
|
841
978
|
}
|
|
842
979
|
},
|
|
843
|
-
|
|
980
|
+
info: {
|
|
981
|
+
serializedName: "info",
|
|
844
982
|
readOnly: true,
|
|
845
|
-
serializedName: "skuChangeInfo",
|
|
846
983
|
type: {
|
|
847
|
-
name: "
|
|
848
|
-
|
|
984
|
+
name: "Dictionary",
|
|
985
|
+
value: { type: { name: "any" } }
|
|
849
986
|
}
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
};
|
|
991
|
+
|
|
992
|
+
export const AccountListResult: coreClient.CompositeMapper = {
|
|
993
|
+
type: {
|
|
994
|
+
name: "Composite",
|
|
995
|
+
className: "AccountListResult",
|
|
996
|
+
modelProperties: {
|
|
997
|
+
nextLink: {
|
|
998
|
+
serializedName: "nextLink",
|
|
853
999
|
type: {
|
|
854
1000
|
name: "String"
|
|
855
1001
|
}
|
|
856
1002
|
},
|
|
857
|
-
|
|
858
|
-
serializedName: "
|
|
859
|
-
|
|
860
|
-
name: "Composite",
|
|
861
|
-
className: "NetworkRuleSet"
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
|
-
encryption: {
|
|
865
|
-
serializedName: "encryption",
|
|
866
|
-
type: {
|
|
867
|
-
name: "Composite",
|
|
868
|
-
className: "Encryption"
|
|
869
|
-
}
|
|
870
|
-
},
|
|
871
|
-
userOwnedStorage: {
|
|
872
|
-
serializedName: "userOwnedStorage",
|
|
1003
|
+
value: {
|
|
1004
|
+
serializedName: "value",
|
|
1005
|
+
readOnly: true,
|
|
873
1006
|
type: {
|
|
874
1007
|
name: "Sequence",
|
|
875
1008
|
element: {
|
|
876
1009
|
type: {
|
|
877
1010
|
name: "Composite",
|
|
878
|
-
className: "
|
|
1011
|
+
className: "Account"
|
|
879
1012
|
}
|
|
880
1013
|
}
|
|
881
1014
|
}
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
};
|
|
1019
|
+
|
|
1020
|
+
export const ApiKeys: coreClient.CompositeMapper = {
|
|
1021
|
+
type: {
|
|
1022
|
+
name: "Composite",
|
|
1023
|
+
className: "ApiKeys",
|
|
1024
|
+
modelProperties: {
|
|
1025
|
+
key1: {
|
|
1026
|
+
serializedName: "key1",
|
|
1027
|
+
type: {
|
|
1028
|
+
name: "String"
|
|
1029
|
+
}
|
|
882
1030
|
},
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
1031
|
+
key2: {
|
|
1032
|
+
serializedName: "key2",
|
|
1033
|
+
type: {
|
|
1034
|
+
name: "String"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
};
|
|
1040
|
+
|
|
1041
|
+
export const RegenerateKeyParameters: coreClient.CompositeMapper = {
|
|
1042
|
+
type: {
|
|
1043
|
+
name: "Composite",
|
|
1044
|
+
className: "RegenerateKeyParameters",
|
|
1045
|
+
modelProperties: {
|
|
1046
|
+
keyName: {
|
|
1047
|
+
serializedName: "keyName",
|
|
1048
|
+
required: true,
|
|
1049
|
+
type: {
|
|
1050
|
+
name: "Enum",
|
|
1051
|
+
allowedValues: ["Key1", "Key2"]
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
};
|
|
1057
|
+
|
|
1058
|
+
export const ResourceSkuListResult: coreClient.CompositeMapper = {
|
|
1059
|
+
type: {
|
|
1060
|
+
name: "Composite",
|
|
1061
|
+
className: "ResourceSkuListResult",
|
|
1062
|
+
modelProperties: {
|
|
1063
|
+
value: {
|
|
1064
|
+
serializedName: "value",
|
|
1065
|
+
required: true,
|
|
886
1066
|
type: {
|
|
887
1067
|
name: "Sequence",
|
|
888
1068
|
element: {
|
|
889
1069
|
type: {
|
|
890
1070
|
name: "Composite",
|
|
891
|
-
className: "
|
|
1071
|
+
className: "ResourceSku"
|
|
892
1072
|
}
|
|
893
1073
|
}
|
|
894
1074
|
}
|
|
895
1075
|
},
|
|
896
|
-
|
|
897
|
-
serializedName: "
|
|
1076
|
+
nextLink: {
|
|
1077
|
+
serializedName: "nextLink",
|
|
898
1078
|
type: {
|
|
899
1079
|
name: "String"
|
|
900
1080
|
}
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
};
|
|
1085
|
+
|
|
1086
|
+
export const ResourceSku: coreClient.CompositeMapper = {
|
|
1087
|
+
type: {
|
|
1088
|
+
name: "Composite",
|
|
1089
|
+
className: "ResourceSku",
|
|
1090
|
+
modelProperties: {
|
|
1091
|
+
resourceType: {
|
|
1092
|
+
serializedName: "resourceType",
|
|
904
1093
|
type: {
|
|
905
|
-
name: "
|
|
906
|
-
className: "ApiProperties",
|
|
907
|
-
additionalProperties: {
|
|
908
|
-
type: {
|
|
909
|
-
name: "Object"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
1094
|
+
name: "String"
|
|
912
1095
|
}
|
|
913
1096
|
},
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
serializedName: "dateCreated",
|
|
1097
|
+
name: {
|
|
1098
|
+
serializedName: "name",
|
|
917
1099
|
type: {
|
|
918
1100
|
name: "String"
|
|
919
1101
|
}
|
|
920
1102
|
},
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
serializedName: "callRateLimit",
|
|
1103
|
+
tier: {
|
|
1104
|
+
serializedName: "tier",
|
|
924
1105
|
type: {
|
|
925
|
-
name: "
|
|
926
|
-
className: "CallRateLimit"
|
|
1106
|
+
name: "String"
|
|
927
1107
|
}
|
|
928
1108
|
},
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
serializedName: "quotaLimit",
|
|
932
|
-
type: {
|
|
933
|
-
name: "Composite",
|
|
934
|
-
className: "QuotaLimit"
|
|
935
|
-
}
|
|
936
|
-
},
|
|
937
|
-
restrictOutboundNetworkAccess: {
|
|
938
|
-
serializedName: "restrictOutboundNetworkAccess",
|
|
1109
|
+
kind: {
|
|
1110
|
+
serializedName: "kind",
|
|
939
1111
|
type: {
|
|
940
|
-
name: "
|
|
1112
|
+
name: "String"
|
|
941
1113
|
}
|
|
942
1114
|
},
|
|
943
|
-
|
|
944
|
-
serializedName: "
|
|
1115
|
+
locations: {
|
|
1116
|
+
serializedName: "locations",
|
|
945
1117
|
type: {
|
|
946
1118
|
name: "Sequence",
|
|
947
1119
|
element: {
|
|
@@ -951,139 +1123,115 @@ export const AccountProperties: msRest.CompositeMapper = {
|
|
|
951
1123
|
}
|
|
952
1124
|
}
|
|
953
1125
|
},
|
|
954
|
-
|
|
955
|
-
serializedName: "
|
|
956
|
-
type: {
|
|
957
|
-
name: "Boolean"
|
|
958
|
-
}
|
|
959
|
-
},
|
|
960
|
-
endpoints: {
|
|
961
|
-
readOnly: true,
|
|
962
|
-
serializedName: "endpoints",
|
|
1126
|
+
restrictions: {
|
|
1127
|
+
serializedName: "restrictions",
|
|
963
1128
|
type: {
|
|
964
|
-
name: "
|
|
965
|
-
|
|
1129
|
+
name: "Sequence",
|
|
1130
|
+
element: {
|
|
966
1131
|
type: {
|
|
967
|
-
name: "
|
|
1132
|
+
name: "Composite",
|
|
1133
|
+
className: "ResourceSkuRestrictions"
|
|
968
1134
|
}
|
|
969
1135
|
}
|
|
970
1136
|
}
|
|
971
|
-
},
|
|
972
|
-
restore: {
|
|
973
|
-
serializedName: "restore",
|
|
974
|
-
type: {
|
|
975
|
-
name: "Boolean"
|
|
976
|
-
}
|
|
977
1137
|
}
|
|
978
1138
|
}
|
|
979
1139
|
}
|
|
980
1140
|
};
|
|
981
1141
|
|
|
982
|
-
export const
|
|
983
|
-
serializedName: "Account",
|
|
1142
|
+
export const ResourceSkuRestrictions: coreClient.CompositeMapper = {
|
|
984
1143
|
type: {
|
|
985
1144
|
name: "Composite",
|
|
986
|
-
className: "
|
|
1145
|
+
className: "ResourceSkuRestrictions",
|
|
987
1146
|
modelProperties: {
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
serializedName: "kind",
|
|
991
|
-
type: {
|
|
992
|
-
name: "String"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
sku: {
|
|
996
|
-
serializedName: "sku",
|
|
997
|
-
type: {
|
|
998
|
-
name: "Composite",
|
|
999
|
-
className: "Sku"
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
identity: {
|
|
1003
|
-
serializedName: "identity",
|
|
1004
|
-
type: {
|
|
1005
|
-
name: "Composite",
|
|
1006
|
-
className: "Identity"
|
|
1007
|
-
}
|
|
1008
|
-
},
|
|
1009
|
-
systemData: {
|
|
1010
|
-
readOnly: true,
|
|
1011
|
-
serializedName: "systemData",
|
|
1147
|
+
type: {
|
|
1148
|
+
serializedName: "type",
|
|
1012
1149
|
type: {
|
|
1013
|
-
name: "
|
|
1014
|
-
|
|
1150
|
+
name: "Enum",
|
|
1151
|
+
allowedValues: ["Location", "Zone"]
|
|
1015
1152
|
}
|
|
1016
1153
|
},
|
|
1017
|
-
|
|
1018
|
-
serializedName: "
|
|
1154
|
+
values: {
|
|
1155
|
+
serializedName: "values",
|
|
1019
1156
|
type: {
|
|
1020
|
-
name: "
|
|
1021
|
-
|
|
1157
|
+
name: "Sequence",
|
|
1158
|
+
element: {
|
|
1022
1159
|
type: {
|
|
1023
1160
|
name: "String"
|
|
1024
1161
|
}
|
|
1025
1162
|
}
|
|
1026
1163
|
}
|
|
1027
1164
|
},
|
|
1028
|
-
|
|
1029
|
-
serializedName: "
|
|
1165
|
+
restrictionInfo: {
|
|
1166
|
+
serializedName: "restrictionInfo",
|
|
1030
1167
|
type: {
|
|
1031
|
-
name: "
|
|
1168
|
+
name: "Composite",
|
|
1169
|
+
className: "ResourceSkuRestrictionInfo"
|
|
1032
1170
|
}
|
|
1033
1171
|
},
|
|
1034
|
-
|
|
1035
|
-
serializedName: "
|
|
1172
|
+
reasonCode: {
|
|
1173
|
+
serializedName: "reasonCode",
|
|
1036
1174
|
type: {
|
|
1037
|
-
name: "
|
|
1038
|
-
className: "AccountProperties"
|
|
1175
|
+
name: "String"
|
|
1039
1176
|
}
|
|
1040
1177
|
}
|
|
1041
1178
|
}
|
|
1042
1179
|
}
|
|
1043
1180
|
};
|
|
1044
1181
|
|
|
1045
|
-
export const
|
|
1046
|
-
serializedName: "ApiKeys",
|
|
1182
|
+
export const ResourceSkuRestrictionInfo: coreClient.CompositeMapper = {
|
|
1047
1183
|
type: {
|
|
1048
1184
|
name: "Composite",
|
|
1049
|
-
className: "
|
|
1185
|
+
className: "ResourceSkuRestrictionInfo",
|
|
1050
1186
|
modelProperties: {
|
|
1051
|
-
|
|
1052
|
-
serializedName: "
|
|
1187
|
+
locations: {
|
|
1188
|
+
serializedName: "locations",
|
|
1053
1189
|
type: {
|
|
1054
|
-
name: "
|
|
1190
|
+
name: "Sequence",
|
|
1191
|
+
element: {
|
|
1192
|
+
type: {
|
|
1193
|
+
name: "String"
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1055
1196
|
}
|
|
1056
1197
|
},
|
|
1057
|
-
|
|
1058
|
-
serializedName: "
|
|
1198
|
+
zones: {
|
|
1199
|
+
serializedName: "zones",
|
|
1059
1200
|
type: {
|
|
1060
|
-
name: "
|
|
1201
|
+
name: "Sequence",
|
|
1202
|
+
element: {
|
|
1203
|
+
type: {
|
|
1204
|
+
name: "String"
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1061
1207
|
}
|
|
1062
1208
|
}
|
|
1063
1209
|
}
|
|
1064
1210
|
}
|
|
1065
1211
|
};
|
|
1066
1212
|
|
|
1067
|
-
export const
|
|
1068
|
-
serializedName: "RegenerateKeyParameters",
|
|
1213
|
+
export const AccountSkuListResult: coreClient.CompositeMapper = {
|
|
1069
1214
|
type: {
|
|
1070
1215
|
name: "Composite",
|
|
1071
|
-
className: "
|
|
1216
|
+
className: "AccountSkuListResult",
|
|
1072
1217
|
modelProperties: {
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
serializedName: "keyName",
|
|
1218
|
+
value: {
|
|
1219
|
+
serializedName: "value",
|
|
1076
1220
|
type: {
|
|
1077
|
-
name: "
|
|
1078
|
-
|
|
1221
|
+
name: "Sequence",
|
|
1222
|
+
element: {
|
|
1223
|
+
type: {
|
|
1224
|
+
name: "Composite",
|
|
1225
|
+
className: "AccountSku"
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1079
1228
|
}
|
|
1080
1229
|
}
|
|
1081
1230
|
}
|
|
1082
1231
|
}
|
|
1083
1232
|
};
|
|
1084
1233
|
|
|
1085
|
-
export const AccountSku:
|
|
1086
|
-
serializedName: "AccountSku",
|
|
1234
|
+
export const AccountSku: coreClient.CompositeMapper = {
|
|
1087
1235
|
type: {
|
|
1088
1236
|
name: "Composite",
|
|
1089
1237
|
className: "AccountSku",
|
|
@@ -1105,11 +1253,10 @@ export const AccountSku: msRest.CompositeMapper = {
|
|
|
1105
1253
|
}
|
|
1106
1254
|
};
|
|
1107
1255
|
|
|
1108
|
-
export const
|
|
1109
|
-
serializedName: "AccountSkuListResult",
|
|
1256
|
+
export const UsageListResult: coreClient.CompositeMapper = {
|
|
1110
1257
|
type: {
|
|
1111
1258
|
name: "Composite",
|
|
1112
|
-
className: "
|
|
1259
|
+
className: "UsageListResult",
|
|
1113
1260
|
modelProperties: {
|
|
1114
1261
|
value: {
|
|
1115
1262
|
serializedName: "value",
|
|
@@ -1118,7 +1265,7 @@ export const AccountSkuListResult: msRest.CompositeMapper = {
|
|
|
1118
1265
|
element: {
|
|
1119
1266
|
type: {
|
|
1120
1267
|
name: "Composite",
|
|
1121
|
-
className: "
|
|
1268
|
+
className: "Usage"
|
|
1122
1269
|
}
|
|
1123
1270
|
}
|
|
1124
1271
|
}
|
|
@@ -1127,30 +1274,7 @@ export const AccountSkuListResult: msRest.CompositeMapper = {
|
|
|
1127
1274
|
}
|
|
1128
1275
|
};
|
|
1129
1276
|
|
|
1130
|
-
export const
|
|
1131
|
-
serializedName: "MetricName",
|
|
1132
|
-
type: {
|
|
1133
|
-
name: "Composite",
|
|
1134
|
-
className: "MetricName",
|
|
1135
|
-
modelProperties: {
|
|
1136
|
-
value: {
|
|
1137
|
-
serializedName: "value",
|
|
1138
|
-
type: {
|
|
1139
|
-
name: "String"
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
localizedValue: {
|
|
1143
|
-
serializedName: "localizedValue",
|
|
1144
|
-
type: {
|
|
1145
|
-
name: "String"
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
};
|
|
1151
|
-
|
|
1152
|
-
export const Usage: msRest.CompositeMapper = {
|
|
1153
|
-
serializedName: "Usage",
|
|
1277
|
+
export const Usage: coreClient.CompositeMapper = {
|
|
1154
1278
|
type: {
|
|
1155
1279
|
name: "Composite",
|
|
1156
1280
|
className: "Usage",
|
|
@@ -1202,56 +1326,48 @@ export const Usage: msRest.CompositeMapper = {
|
|
|
1202
1326
|
}
|
|
1203
1327
|
};
|
|
1204
1328
|
|
|
1205
|
-
export const
|
|
1206
|
-
serializedName: "UsageListResult",
|
|
1329
|
+
export const MetricName: coreClient.CompositeMapper = {
|
|
1207
1330
|
type: {
|
|
1208
1331
|
name: "Composite",
|
|
1209
|
-
className: "
|
|
1332
|
+
className: "MetricName",
|
|
1210
1333
|
modelProperties: {
|
|
1211
1334
|
value: {
|
|
1212
1335
|
serializedName: "value",
|
|
1213
1336
|
type: {
|
|
1214
|
-
name: "
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1337
|
+
name: "String"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
localizedValue: {
|
|
1341
|
+
serializedName: "localizedValue",
|
|
1342
|
+
type: {
|
|
1343
|
+
name: "String"
|
|
1221
1344
|
}
|
|
1222
1345
|
}
|
|
1223
1346
|
}
|
|
1224
1347
|
}
|
|
1225
1348
|
};
|
|
1226
1349
|
|
|
1227
|
-
export const
|
|
1228
|
-
serializedName: "CheckSkuAvailabilityParameter",
|
|
1350
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
1229
1351
|
type: {
|
|
1230
1352
|
name: "Composite",
|
|
1231
|
-
className: "
|
|
1353
|
+
className: "OperationListResult",
|
|
1232
1354
|
modelProperties: {
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1355
|
+
value: {
|
|
1356
|
+
serializedName: "value",
|
|
1357
|
+
readOnly: true,
|
|
1236
1358
|
type: {
|
|
1237
1359
|
name: "Sequence",
|
|
1238
1360
|
element: {
|
|
1239
1361
|
type: {
|
|
1240
|
-
name: "
|
|
1362
|
+
name: "Composite",
|
|
1363
|
+
className: "Operation"
|
|
1241
1364
|
}
|
|
1242
1365
|
}
|
|
1243
1366
|
}
|
|
1244
1367
|
},
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
type: {
|
|
1249
|
-
name: "String"
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
type: {
|
|
1253
|
-
required: true,
|
|
1254
|
-
serializedName: "type",
|
|
1368
|
+
nextLink: {
|
|
1369
|
+
serializedName: "nextLink",
|
|
1370
|
+
readOnly: true,
|
|
1255
1371
|
type: {
|
|
1256
1372
|
name: "String"
|
|
1257
1373
|
}
|
|
@@ -1260,44 +1376,42 @@ export const CheckSkuAvailabilityParameter: msRest.CompositeMapper = {
|
|
|
1260
1376
|
}
|
|
1261
1377
|
};
|
|
1262
1378
|
|
|
1263
|
-
export const
|
|
1264
|
-
serializedName: "SkuAvailability",
|
|
1379
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
1265
1380
|
type: {
|
|
1266
1381
|
name: "Composite",
|
|
1267
|
-
className: "
|
|
1382
|
+
className: "Operation",
|
|
1268
1383
|
modelProperties: {
|
|
1269
|
-
|
|
1270
|
-
serializedName: "
|
|
1271
|
-
|
|
1272
|
-
name: "String"
|
|
1273
|
-
}
|
|
1274
|
-
},
|
|
1275
|
-
type: {
|
|
1276
|
-
serializedName: "type",
|
|
1384
|
+
name: {
|
|
1385
|
+
serializedName: "name",
|
|
1386
|
+
readOnly: true,
|
|
1277
1387
|
type: {
|
|
1278
1388
|
name: "String"
|
|
1279
1389
|
}
|
|
1280
1390
|
},
|
|
1281
|
-
|
|
1282
|
-
serializedName: "
|
|
1391
|
+
isDataAction: {
|
|
1392
|
+
serializedName: "isDataAction",
|
|
1393
|
+
readOnly: true,
|
|
1283
1394
|
type: {
|
|
1284
|
-
name: "
|
|
1395
|
+
name: "Boolean"
|
|
1285
1396
|
}
|
|
1286
1397
|
},
|
|
1287
|
-
|
|
1288
|
-
serializedName: "
|
|
1398
|
+
display: {
|
|
1399
|
+
serializedName: "display",
|
|
1289
1400
|
type: {
|
|
1290
|
-
name: "
|
|
1401
|
+
name: "Composite",
|
|
1402
|
+
className: "OperationDisplay"
|
|
1291
1403
|
}
|
|
1292
1404
|
},
|
|
1293
|
-
|
|
1294
|
-
serializedName: "
|
|
1405
|
+
origin: {
|
|
1406
|
+
serializedName: "origin",
|
|
1407
|
+
readOnly: true,
|
|
1295
1408
|
type: {
|
|
1296
1409
|
name: "String"
|
|
1297
1410
|
}
|
|
1298
1411
|
},
|
|
1299
|
-
|
|
1300
|
-
serializedName: "
|
|
1412
|
+
actionType: {
|
|
1413
|
+
serializedName: "actionType",
|
|
1414
|
+
readOnly: true,
|
|
1301
1415
|
type: {
|
|
1302
1416
|
name: "String"
|
|
1303
1417
|
}
|
|
@@ -1306,78 +1420,35 @@ export const SkuAvailability: msRest.CompositeMapper = {
|
|
|
1306
1420
|
}
|
|
1307
1421
|
};
|
|
1308
1422
|
|
|
1309
|
-
export const
|
|
1310
|
-
serializedName: "SkuAvailabilityListResult",
|
|
1423
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
1311
1424
|
type: {
|
|
1312
1425
|
name: "Composite",
|
|
1313
|
-
className: "
|
|
1426
|
+
className: "OperationDisplay",
|
|
1314
1427
|
modelProperties: {
|
|
1315
|
-
|
|
1316
|
-
serializedName: "
|
|
1428
|
+
provider: {
|
|
1429
|
+
serializedName: "provider",
|
|
1430
|
+
readOnly: true,
|
|
1317
1431
|
type: {
|
|
1318
|
-
name: "
|
|
1319
|
-
element: {
|
|
1320
|
-
type: {
|
|
1321
|
-
name: "Composite",
|
|
1322
|
-
className: "SkuAvailability"
|
|
1323
|
-
}
|
|
1324
|
-
}
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1329
|
-
};
|
|
1330
|
-
|
|
1331
|
-
export const CheckDomainAvailabilityParameter: msRest.CompositeMapper = {
|
|
1332
|
-
serializedName: "CheckDomainAvailabilityParameter",
|
|
1333
|
-
type: {
|
|
1334
|
-
name: "Composite",
|
|
1335
|
-
className: "CheckDomainAvailabilityParameter",
|
|
1336
|
-
modelProperties: {
|
|
1337
|
-
subdomainName: {
|
|
1338
|
-
required: true,
|
|
1339
|
-
serializedName: "subdomainName",
|
|
1340
|
-
type: {
|
|
1341
|
-
name: "String"
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
type: {
|
|
1345
|
-
required: true,
|
|
1346
|
-
serializedName: "type",
|
|
1347
|
-
type: {
|
|
1348
|
-
name: "String"
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
1352
|
-
}
|
|
1353
|
-
};
|
|
1354
|
-
|
|
1355
|
-
export const DomainAvailability: msRest.CompositeMapper = {
|
|
1356
|
-
serializedName: "DomainAvailability",
|
|
1357
|
-
type: {
|
|
1358
|
-
name: "Composite",
|
|
1359
|
-
className: "DomainAvailability",
|
|
1360
|
-
modelProperties: {
|
|
1361
|
-
isSubdomainAvailable: {
|
|
1362
|
-
serializedName: "isSubdomainAvailable",
|
|
1363
|
-
type: {
|
|
1364
|
-
name: "Boolean"
|
|
1432
|
+
name: "String"
|
|
1365
1433
|
}
|
|
1366
1434
|
},
|
|
1367
|
-
|
|
1368
|
-
serializedName: "
|
|
1435
|
+
resource: {
|
|
1436
|
+
serializedName: "resource",
|
|
1437
|
+
readOnly: true,
|
|
1369
1438
|
type: {
|
|
1370
1439
|
name: "String"
|
|
1371
1440
|
}
|
|
1372
1441
|
},
|
|
1373
|
-
|
|
1374
|
-
serializedName: "
|
|
1442
|
+
operation: {
|
|
1443
|
+
serializedName: "operation",
|
|
1444
|
+
readOnly: true,
|
|
1375
1445
|
type: {
|
|
1376
1446
|
name: "String"
|
|
1377
1447
|
}
|
|
1378
1448
|
},
|
|
1379
|
-
|
|
1380
|
-
serializedName: "
|
|
1449
|
+
description: {
|
|
1450
|
+
serializedName: "description",
|
|
1451
|
+
readOnly: true,
|
|
1381
1452
|
type: {
|
|
1382
1453
|
name: "String"
|
|
1383
1454
|
}
|
|
@@ -1386,14 +1457,14 @@ export const DomainAvailability: msRest.CompositeMapper = {
|
|
|
1386
1457
|
}
|
|
1387
1458
|
};
|
|
1388
1459
|
|
|
1389
|
-
export const
|
|
1390
|
-
serializedName: "ResourceSkuRestrictionInfo",
|
|
1460
|
+
export const CheckSkuAvailabilityParameter: coreClient.CompositeMapper = {
|
|
1391
1461
|
type: {
|
|
1392
1462
|
name: "Composite",
|
|
1393
|
-
className: "
|
|
1463
|
+
className: "CheckSkuAvailabilityParameter",
|
|
1394
1464
|
modelProperties: {
|
|
1395
|
-
|
|
1396
|
-
serializedName: "
|
|
1465
|
+
skus: {
|
|
1466
|
+
serializedName: "skus",
|
|
1467
|
+
required: true,
|
|
1397
1468
|
type: {
|
|
1398
1469
|
name: "Sequence",
|
|
1399
1470
|
element: {
|
|
@@ -1403,133 +1474,110 @@ export const ResourceSkuRestrictionInfo: msRest.CompositeMapper = {
|
|
|
1403
1474
|
}
|
|
1404
1475
|
}
|
|
1405
1476
|
},
|
|
1406
|
-
|
|
1407
|
-
serializedName: "
|
|
1477
|
+
kind: {
|
|
1478
|
+
serializedName: "kind",
|
|
1479
|
+
required: true,
|
|
1408
1480
|
type: {
|
|
1409
|
-
name: "
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1481
|
+
name: "String"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
type: {
|
|
1485
|
+
serializedName: "type",
|
|
1486
|
+
required: true,
|
|
1487
|
+
type: {
|
|
1488
|
+
name: "String"
|
|
1415
1489
|
}
|
|
1416
1490
|
}
|
|
1417
1491
|
}
|
|
1418
1492
|
}
|
|
1419
1493
|
};
|
|
1420
1494
|
|
|
1421
|
-
export const
|
|
1422
|
-
serializedName: "ResourceSkuRestrictions",
|
|
1495
|
+
export const SkuAvailabilityListResult: coreClient.CompositeMapper = {
|
|
1423
1496
|
type: {
|
|
1424
1497
|
name: "Composite",
|
|
1425
|
-
className: "
|
|
1498
|
+
className: "SkuAvailabilityListResult",
|
|
1426
1499
|
modelProperties: {
|
|
1427
|
-
|
|
1428
|
-
serializedName: "
|
|
1429
|
-
type: {
|
|
1430
|
-
name: "Enum",
|
|
1431
|
-
allowedValues: ["Location", "Zone"]
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
values: {
|
|
1435
|
-
serializedName: "values",
|
|
1500
|
+
value: {
|
|
1501
|
+
serializedName: "value",
|
|
1436
1502
|
type: {
|
|
1437
1503
|
name: "Sequence",
|
|
1438
1504
|
element: {
|
|
1439
1505
|
type: {
|
|
1440
|
-
name: "
|
|
1506
|
+
name: "Composite",
|
|
1507
|
+
className: "SkuAvailability"
|
|
1441
1508
|
}
|
|
1442
1509
|
}
|
|
1443
1510
|
}
|
|
1444
|
-
},
|
|
1445
|
-
restrictionInfo: {
|
|
1446
|
-
serializedName: "restrictionInfo",
|
|
1447
|
-
type: {
|
|
1448
|
-
name: "Composite",
|
|
1449
|
-
className: "ResourceSkuRestrictionInfo"
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
reasonCode: {
|
|
1453
|
-
serializedName: "reasonCode",
|
|
1454
|
-
type: {
|
|
1455
|
-
name: "String"
|
|
1456
|
-
}
|
|
1457
1511
|
}
|
|
1458
1512
|
}
|
|
1459
1513
|
}
|
|
1460
1514
|
};
|
|
1461
1515
|
|
|
1462
|
-
export const
|
|
1463
|
-
serializedName: "ResourceSku",
|
|
1516
|
+
export const SkuAvailability: coreClient.CompositeMapper = {
|
|
1464
1517
|
type: {
|
|
1465
1518
|
name: "Composite",
|
|
1466
|
-
className: "
|
|
1519
|
+
className: "SkuAvailability",
|
|
1467
1520
|
modelProperties: {
|
|
1468
|
-
|
|
1469
|
-
serializedName: "
|
|
1521
|
+
kind: {
|
|
1522
|
+
serializedName: "kind",
|
|
1470
1523
|
type: {
|
|
1471
1524
|
name: "String"
|
|
1472
1525
|
}
|
|
1473
1526
|
},
|
|
1474
|
-
|
|
1475
|
-
serializedName: "
|
|
1527
|
+
type: {
|
|
1528
|
+
serializedName: "type",
|
|
1476
1529
|
type: {
|
|
1477
1530
|
name: "String"
|
|
1478
1531
|
}
|
|
1479
1532
|
},
|
|
1480
|
-
|
|
1481
|
-
serializedName: "
|
|
1533
|
+
skuName: {
|
|
1534
|
+
serializedName: "skuName",
|
|
1482
1535
|
type: {
|
|
1483
1536
|
name: "String"
|
|
1484
1537
|
}
|
|
1485
1538
|
},
|
|
1486
|
-
|
|
1487
|
-
serializedName: "
|
|
1539
|
+
skuAvailable: {
|
|
1540
|
+
serializedName: "skuAvailable",
|
|
1488
1541
|
type: {
|
|
1489
|
-
name: "
|
|
1542
|
+
name: "Boolean"
|
|
1490
1543
|
}
|
|
1491
1544
|
},
|
|
1492
|
-
|
|
1493
|
-
serializedName: "
|
|
1545
|
+
reason: {
|
|
1546
|
+
serializedName: "reason",
|
|
1494
1547
|
type: {
|
|
1495
|
-
name: "
|
|
1496
|
-
element: {
|
|
1497
|
-
type: {
|
|
1498
|
-
name: "String"
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1548
|
+
name: "String"
|
|
1501
1549
|
}
|
|
1502
1550
|
},
|
|
1503
|
-
|
|
1504
|
-
serializedName: "
|
|
1551
|
+
message: {
|
|
1552
|
+
serializedName: "message",
|
|
1505
1553
|
type: {
|
|
1506
|
-
name: "
|
|
1507
|
-
element: {
|
|
1508
|
-
type: {
|
|
1509
|
-
name: "Composite",
|
|
1510
|
-
className: "ResourceSkuRestrictions"
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1554
|
+
name: "String"
|
|
1513
1555
|
}
|
|
1514
1556
|
}
|
|
1515
1557
|
}
|
|
1516
1558
|
}
|
|
1517
1559
|
};
|
|
1518
1560
|
|
|
1519
|
-
export const
|
|
1520
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
|
1561
|
+
export const CommitmentTierListResult: coreClient.CompositeMapper = {
|
|
1521
1562
|
type: {
|
|
1522
1563
|
name: "Composite",
|
|
1523
|
-
className: "
|
|
1564
|
+
className: "CommitmentTierListResult",
|
|
1524
1565
|
modelProperties: {
|
|
1566
|
+
nextLink: {
|
|
1567
|
+
serializedName: "nextLink",
|
|
1568
|
+
type: {
|
|
1569
|
+
name: "String"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1525
1572
|
value: {
|
|
1526
1573
|
serializedName: "value",
|
|
1574
|
+
readOnly: true,
|
|
1527
1575
|
type: {
|
|
1528
1576
|
name: "Sequence",
|
|
1529
1577
|
element: {
|
|
1530
1578
|
type: {
|
|
1531
1579
|
name: "Composite",
|
|
1532
|
-
className: "
|
|
1580
|
+
className: "CommitmentTier"
|
|
1533
1581
|
}
|
|
1534
1582
|
}
|
|
1535
1583
|
}
|
|
@@ -1538,125 +1586,99 @@ export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
|
|
|
1538
1586
|
}
|
|
1539
1587
|
};
|
|
1540
1588
|
|
|
1541
|
-
export const
|
|
1542
|
-
serializedName: "PrivateLinkResourceProperties",
|
|
1589
|
+
export const CommitmentTier: coreClient.CompositeMapper = {
|
|
1543
1590
|
type: {
|
|
1544
1591
|
name: "Composite",
|
|
1545
|
-
className: "
|
|
1592
|
+
className: "CommitmentTier",
|
|
1546
1593
|
modelProperties: {
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
serializedName: "groupId",
|
|
1594
|
+
kind: {
|
|
1595
|
+
serializedName: "kind",
|
|
1550
1596
|
type: {
|
|
1551
1597
|
name: "String"
|
|
1552
1598
|
}
|
|
1553
1599
|
},
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
serializedName: "requiredMembers",
|
|
1600
|
+
skuName: {
|
|
1601
|
+
serializedName: "skuName",
|
|
1557
1602
|
type: {
|
|
1558
|
-
name: "
|
|
1559
|
-
element: {
|
|
1560
|
-
type: {
|
|
1561
|
-
name: "String"
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1603
|
+
name: "String"
|
|
1564
1604
|
}
|
|
1565
1605
|
},
|
|
1566
|
-
|
|
1567
|
-
serializedName: "
|
|
1606
|
+
hostingModel: {
|
|
1607
|
+
serializedName: "hostingModel",
|
|
1568
1608
|
type: {
|
|
1569
|
-
name: "
|
|
1570
|
-
element: {
|
|
1571
|
-
type: {
|
|
1572
|
-
name: "String"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1609
|
+
name: "String"
|
|
1575
1610
|
}
|
|
1576
1611
|
},
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
serializedName: "displayName",
|
|
1612
|
+
planType: {
|
|
1613
|
+
serializedName: "planType",
|
|
1580
1614
|
type: {
|
|
1581
1615
|
name: "String"
|
|
1582
1616
|
}
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1617
|
+
},
|
|
1618
|
+
tier: {
|
|
1619
|
+
serializedName: "tier",
|
|
1620
|
+
type: {
|
|
1621
|
+
name: "String"
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
maxCount: {
|
|
1625
|
+
serializedName: "maxCount",
|
|
1626
|
+
type: {
|
|
1627
|
+
name: "Number"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
quota: {
|
|
1631
|
+
serializedName: "quota",
|
|
1597
1632
|
type: {
|
|
1598
1633
|
name: "Composite",
|
|
1599
|
-
className: "
|
|
1634
|
+
className: "CommitmentQuota"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
cost: {
|
|
1638
|
+
serializedName: "cost",
|
|
1639
|
+
type: {
|
|
1640
|
+
name: "Composite",
|
|
1641
|
+
className: "CommitmentCost"
|
|
1600
1642
|
}
|
|
1601
1643
|
}
|
|
1602
1644
|
}
|
|
1603
1645
|
}
|
|
1604
1646
|
};
|
|
1605
1647
|
|
|
1606
|
-
export const
|
|
1607
|
-
serializedName: "PrivateLinkResourceListResult",
|
|
1648
|
+
export const CommitmentQuota: coreClient.CompositeMapper = {
|
|
1608
1649
|
type: {
|
|
1609
1650
|
name: "Composite",
|
|
1610
|
-
className: "
|
|
1651
|
+
className: "CommitmentQuota",
|
|
1611
1652
|
modelProperties: {
|
|
1612
|
-
|
|
1613
|
-
serializedName: "
|
|
1653
|
+
quantity: {
|
|
1654
|
+
serializedName: "quantity",
|
|
1614
1655
|
type: {
|
|
1615
|
-
name: "
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1656
|
+
name: "Number"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
unit: {
|
|
1660
|
+
serializedName: "unit",
|
|
1661
|
+
type: {
|
|
1662
|
+
name: "String"
|
|
1622
1663
|
}
|
|
1623
1664
|
}
|
|
1624
1665
|
}
|
|
1625
1666
|
}
|
|
1626
1667
|
};
|
|
1627
1668
|
|
|
1628
|
-
export const
|
|
1629
|
-
serializedName: "ProxyResource",
|
|
1630
|
-
type: {
|
|
1631
|
-
name: "Composite",
|
|
1632
|
-
className: "ProxyResource",
|
|
1633
|
-
modelProperties: {
|
|
1634
|
-
...Resource.type.modelProperties
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
};
|
|
1638
|
-
|
|
1639
|
-
export const TrackedResource: msRest.CompositeMapper = {
|
|
1640
|
-
serializedName: "TrackedResource",
|
|
1669
|
+
export const CommitmentCost: coreClient.CompositeMapper = {
|
|
1641
1670
|
type: {
|
|
1642
1671
|
name: "Composite",
|
|
1643
|
-
className: "
|
|
1672
|
+
className: "CommitmentCost",
|
|
1644
1673
|
modelProperties: {
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
serializedName: "tags",
|
|
1674
|
+
commitmentMeterId: {
|
|
1675
|
+
serializedName: "commitmentMeterId",
|
|
1648
1676
|
type: {
|
|
1649
|
-
name: "
|
|
1650
|
-
value: {
|
|
1651
|
-
type: {
|
|
1652
|
-
name: "String"
|
|
1653
|
-
}
|
|
1654
|
-
}
|
|
1677
|
+
name: "String"
|
|
1655
1678
|
}
|
|
1656
1679
|
},
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
serializedName: "location",
|
|
1680
|
+
overageMeterId: {
|
|
1681
|
+
serializedName: "overageMeterId",
|
|
1660
1682
|
type: {
|
|
1661
1683
|
name: "String"
|
|
1662
1684
|
}
|
|
@@ -1665,79 +1687,87 @@ export const TrackedResource: msRest.CompositeMapper = {
|
|
|
1665
1687
|
}
|
|
1666
1688
|
};
|
|
1667
1689
|
|
|
1668
|
-
export const
|
|
1669
|
-
serializedName: "ErrorAdditionalInfo",
|
|
1690
|
+
export const CheckDomainAvailabilityParameter: coreClient.CompositeMapper = {
|
|
1670
1691
|
type: {
|
|
1671
1692
|
name: "Composite",
|
|
1672
|
-
className: "
|
|
1693
|
+
className: "CheckDomainAvailabilityParameter",
|
|
1673
1694
|
modelProperties: {
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1695
|
+
subdomainName: {
|
|
1696
|
+
serializedName: "subdomainName",
|
|
1697
|
+
required: true,
|
|
1677
1698
|
type: {
|
|
1678
1699
|
name: "String"
|
|
1679
1700
|
}
|
|
1680
1701
|
},
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1702
|
+
type: {
|
|
1703
|
+
serializedName: "type",
|
|
1704
|
+
required: true,
|
|
1684
1705
|
type: {
|
|
1685
|
-
name: "
|
|
1706
|
+
name: "String"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
kind: {
|
|
1710
|
+
serializedName: "kind",
|
|
1711
|
+
type: {
|
|
1712
|
+
name: "String"
|
|
1686
1713
|
}
|
|
1687
1714
|
}
|
|
1688
1715
|
}
|
|
1689
1716
|
}
|
|
1690
1717
|
};
|
|
1691
1718
|
|
|
1692
|
-
export const
|
|
1693
|
-
serializedName: "ErrorDetail",
|
|
1719
|
+
export const DomainAvailability: coreClient.CompositeMapper = {
|
|
1694
1720
|
type: {
|
|
1695
1721
|
name: "Composite",
|
|
1696
|
-
className: "
|
|
1722
|
+
className: "DomainAvailability",
|
|
1697
1723
|
modelProperties: {
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
serializedName: "code",
|
|
1724
|
+
isSubdomainAvailable: {
|
|
1725
|
+
serializedName: "isSubdomainAvailable",
|
|
1701
1726
|
type: {
|
|
1702
|
-
name: "
|
|
1727
|
+
name: "Boolean"
|
|
1703
1728
|
}
|
|
1704
1729
|
},
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
serializedName: "message",
|
|
1730
|
+
reason: {
|
|
1731
|
+
serializedName: "reason",
|
|
1708
1732
|
type: {
|
|
1709
1733
|
name: "String"
|
|
1710
1734
|
}
|
|
1711
1735
|
},
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
serializedName: "target",
|
|
1736
|
+
subdomainName: {
|
|
1737
|
+
serializedName: "subdomainName",
|
|
1715
1738
|
type: {
|
|
1716
1739
|
name: "String"
|
|
1717
1740
|
}
|
|
1718
1741
|
},
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
serializedName: "details",
|
|
1742
|
+
type: {
|
|
1743
|
+
serializedName: "type",
|
|
1722
1744
|
type: {
|
|
1723
|
-
name: "
|
|
1724
|
-
element: {
|
|
1725
|
-
type: {
|
|
1726
|
-
name: "Composite",
|
|
1727
|
-
className: "ErrorDetail"
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1745
|
+
name: "String"
|
|
1730
1746
|
}
|
|
1731
1747
|
},
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1748
|
+
kind: {
|
|
1749
|
+
serializedName: "kind",
|
|
1750
|
+
type: {
|
|
1751
|
+
name: "String"
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
};
|
|
1757
|
+
|
|
1758
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
1759
|
+
type: {
|
|
1760
|
+
name: "Composite",
|
|
1761
|
+
className: "PrivateEndpointConnectionListResult",
|
|
1762
|
+
modelProperties: {
|
|
1763
|
+
value: {
|
|
1764
|
+
serializedName: "value",
|
|
1735
1765
|
type: {
|
|
1736
1766
|
name: "Sequence",
|
|
1737
1767
|
element: {
|
|
1738
1768
|
type: {
|
|
1739
1769
|
name: "Composite",
|
|
1740
|
-
className: "
|
|
1770
|
+
className: "PrivateEndpointConnection"
|
|
1741
1771
|
}
|
|
1742
1772
|
}
|
|
1743
1773
|
}
|
|
@@ -1746,98 +1776,150 @@ export const ErrorDetail: msRest.CompositeMapper = {
|
|
|
1746
1776
|
}
|
|
1747
1777
|
};
|
|
1748
1778
|
|
|
1749
|
-
export const
|
|
1750
|
-
serializedName: "ErrorResponse",
|
|
1779
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
1751
1780
|
type: {
|
|
1752
1781
|
name: "Composite",
|
|
1753
|
-
className: "
|
|
1782
|
+
className: "PrivateLinkResourceListResult",
|
|
1754
1783
|
modelProperties: {
|
|
1755
|
-
|
|
1756
|
-
serializedName: "
|
|
1784
|
+
value: {
|
|
1785
|
+
serializedName: "value",
|
|
1757
1786
|
type: {
|
|
1758
|
-
name: "
|
|
1759
|
-
|
|
1787
|
+
name: "Sequence",
|
|
1788
|
+
element: {
|
|
1789
|
+
type: {
|
|
1790
|
+
name: "Composite",
|
|
1791
|
+
className: "PrivateLinkResource"
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1760
1794
|
}
|
|
1761
1795
|
}
|
|
1762
1796
|
}
|
|
1763
1797
|
}
|
|
1764
1798
|
};
|
|
1765
1799
|
|
|
1766
|
-
export const
|
|
1767
|
-
serializedName: "Operation_display",
|
|
1800
|
+
export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
1768
1801
|
type: {
|
|
1769
1802
|
name: "Composite",
|
|
1770
|
-
className: "
|
|
1803
|
+
className: "PrivateLinkResourceProperties",
|
|
1771
1804
|
modelProperties: {
|
|
1772
|
-
|
|
1805
|
+
groupId: {
|
|
1806
|
+
serializedName: "groupId",
|
|
1773
1807
|
readOnly: true,
|
|
1774
|
-
serializedName: "provider",
|
|
1775
1808
|
type: {
|
|
1776
1809
|
name: "String"
|
|
1777
1810
|
}
|
|
1778
1811
|
},
|
|
1779
|
-
|
|
1812
|
+
requiredMembers: {
|
|
1813
|
+
serializedName: "requiredMembers",
|
|
1780
1814
|
readOnly: true,
|
|
1781
|
-
serializedName: "resource",
|
|
1782
1815
|
type: {
|
|
1783
|
-
name: "
|
|
1816
|
+
name: "Sequence",
|
|
1817
|
+
element: {
|
|
1818
|
+
type: {
|
|
1819
|
+
name: "String"
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1784
1822
|
}
|
|
1785
1823
|
},
|
|
1786
|
-
|
|
1824
|
+
requiredZoneNames: {
|
|
1825
|
+
serializedName: "requiredZoneNames",
|
|
1826
|
+
type: {
|
|
1827
|
+
name: "Sequence",
|
|
1828
|
+
element: {
|
|
1829
|
+
type: {
|
|
1830
|
+
name: "String"
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
displayName: {
|
|
1836
|
+
serializedName: "displayName",
|
|
1787
1837
|
readOnly: true,
|
|
1788
|
-
|
|
1838
|
+
type: {
|
|
1839
|
+
name: "String"
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
};
|
|
1845
|
+
|
|
1846
|
+
export const DeploymentListResult: coreClient.CompositeMapper = {
|
|
1847
|
+
type: {
|
|
1848
|
+
name: "Composite",
|
|
1849
|
+
className: "DeploymentListResult",
|
|
1850
|
+
modelProperties: {
|
|
1851
|
+
nextLink: {
|
|
1852
|
+
serializedName: "nextLink",
|
|
1789
1853
|
type: {
|
|
1790
1854
|
name: "String"
|
|
1791
1855
|
}
|
|
1792
1856
|
},
|
|
1793
|
-
|
|
1857
|
+
value: {
|
|
1858
|
+
serializedName: "value",
|
|
1794
1859
|
readOnly: true,
|
|
1795
|
-
serializedName: "description",
|
|
1796
1860
|
type: {
|
|
1797
|
-
name: "
|
|
1861
|
+
name: "Sequence",
|
|
1862
|
+
element: {
|
|
1863
|
+
type: {
|
|
1864
|
+
name: "Composite",
|
|
1865
|
+
className: "Deployment"
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1798
1868
|
}
|
|
1799
1869
|
}
|
|
1800
1870
|
}
|
|
1801
1871
|
}
|
|
1802
1872
|
};
|
|
1803
1873
|
|
|
1804
|
-
export const
|
|
1805
|
-
serializedName: "Operation",
|
|
1874
|
+
export const DeploymentProperties: coreClient.CompositeMapper = {
|
|
1806
1875
|
type: {
|
|
1807
1876
|
name: "Composite",
|
|
1808
|
-
className: "
|
|
1877
|
+
className: "DeploymentProperties",
|
|
1809
1878
|
modelProperties: {
|
|
1810
|
-
|
|
1879
|
+
provisioningState: {
|
|
1880
|
+
serializedName: "provisioningState",
|
|
1811
1881
|
readOnly: true,
|
|
1812
|
-
serializedName: "name",
|
|
1813
1882
|
type: {
|
|
1814
1883
|
name: "String"
|
|
1815
1884
|
}
|
|
1816
1885
|
},
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
serializedName: "isDataAction",
|
|
1886
|
+
model: {
|
|
1887
|
+
serializedName: "model",
|
|
1820
1888
|
type: {
|
|
1821
|
-
name: "
|
|
1889
|
+
name: "Composite",
|
|
1890
|
+
className: "DeploymentModel"
|
|
1822
1891
|
}
|
|
1823
1892
|
},
|
|
1824
|
-
|
|
1825
|
-
serializedName: "
|
|
1893
|
+
scaleSettings: {
|
|
1894
|
+
serializedName: "scaleSettings",
|
|
1826
1895
|
type: {
|
|
1827
1896
|
name: "Composite",
|
|
1828
|
-
className: "
|
|
1897
|
+
className: "DeploymentScaleSettings"
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
};
|
|
1903
|
+
|
|
1904
|
+
export const DeploymentModel: coreClient.CompositeMapper = {
|
|
1905
|
+
type: {
|
|
1906
|
+
name: "Composite",
|
|
1907
|
+
className: "DeploymentModel",
|
|
1908
|
+
modelProperties: {
|
|
1909
|
+
format: {
|
|
1910
|
+
serializedName: "format",
|
|
1911
|
+
type: {
|
|
1912
|
+
name: "String"
|
|
1829
1913
|
}
|
|
1830
1914
|
},
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
serializedName: "origin",
|
|
1915
|
+
name: {
|
|
1916
|
+
serializedName: "name",
|
|
1834
1917
|
type: {
|
|
1835
1918
|
name: "String"
|
|
1836
1919
|
}
|
|
1837
1920
|
},
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
serializedName: "actionType",
|
|
1921
|
+
version: {
|
|
1922
|
+
serializedName: "version",
|
|
1841
1923
|
type: {
|
|
1842
1924
|
name: "String"
|
|
1843
1925
|
}
|
|
@@ -1846,11 +1928,31 @@ export const Operation: msRest.CompositeMapper = {
|
|
|
1846
1928
|
}
|
|
1847
1929
|
};
|
|
1848
1930
|
|
|
1849
|
-
export const
|
|
1850
|
-
serializedName: "AccountListResult",
|
|
1931
|
+
export const DeploymentScaleSettings: coreClient.CompositeMapper = {
|
|
1851
1932
|
type: {
|
|
1852
1933
|
name: "Composite",
|
|
1853
|
-
className: "
|
|
1934
|
+
className: "DeploymentScaleSettings",
|
|
1935
|
+
modelProperties: {
|
|
1936
|
+
scaleType: {
|
|
1937
|
+
serializedName: "scaleType",
|
|
1938
|
+
type: {
|
|
1939
|
+
name: "String"
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1942
|
+
capacity: {
|
|
1943
|
+
serializedName: "capacity",
|
|
1944
|
+
type: {
|
|
1945
|
+
name: "Number"
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
};
|
|
1951
|
+
|
|
1952
|
+
export const CommitmentPlanListResult: coreClient.CompositeMapper = {
|
|
1953
|
+
type: {
|
|
1954
|
+
name: "Composite",
|
|
1955
|
+
className: "CommitmentPlanListResult",
|
|
1854
1956
|
modelProperties: {
|
|
1855
1957
|
nextLink: {
|
|
1856
1958
|
serializedName: "nextLink",
|
|
@@ -1859,14 +1961,14 @@ export const AccountListResult: msRest.CompositeMapper = {
|
|
|
1859
1961
|
}
|
|
1860
1962
|
},
|
|
1861
1963
|
value: {
|
|
1964
|
+
serializedName: "value",
|
|
1862
1965
|
readOnly: true,
|
|
1863
|
-
serializedName: "",
|
|
1864
1966
|
type: {
|
|
1865
1967
|
name: "Sequence",
|
|
1866
1968
|
element: {
|
|
1867
1969
|
type: {
|
|
1868
1970
|
name: "Composite",
|
|
1869
|
-
className: "
|
|
1971
|
+
className: "CommitmentPlan"
|
|
1870
1972
|
}
|
|
1871
1973
|
}
|
|
1872
1974
|
}
|
|
@@ -1875,27 +1977,88 @@ export const AccountListResult: msRest.CompositeMapper = {
|
|
|
1875
1977
|
}
|
|
1876
1978
|
};
|
|
1877
1979
|
|
|
1878
|
-
export const
|
|
1879
|
-
serializedName: "ResourceSkuListResult",
|
|
1980
|
+
export const CommitmentPlanProperties: coreClient.CompositeMapper = {
|
|
1880
1981
|
type: {
|
|
1881
1982
|
name: "Composite",
|
|
1882
|
-
className: "
|
|
1983
|
+
className: "CommitmentPlanProperties",
|
|
1883
1984
|
modelProperties: {
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
serializedName: "",
|
|
1985
|
+
hostingModel: {
|
|
1986
|
+
serializedName: "hostingModel",
|
|
1887
1987
|
type: {
|
|
1888
|
-
name: "
|
|
1889
|
-
element: {
|
|
1890
|
-
type: {
|
|
1891
|
-
name: "Composite",
|
|
1892
|
-
className: "ResourceSku"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1988
|
+
name: "String"
|
|
1895
1989
|
}
|
|
1896
1990
|
},
|
|
1897
|
-
|
|
1898
|
-
serializedName: "
|
|
1991
|
+
planType: {
|
|
1992
|
+
serializedName: "planType",
|
|
1993
|
+
type: {
|
|
1994
|
+
name: "String"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
current: {
|
|
1998
|
+
serializedName: "current",
|
|
1999
|
+
type: {
|
|
2000
|
+
name: "Composite",
|
|
2001
|
+
className: "CommitmentPeriod"
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
autoRenew: {
|
|
2005
|
+
serializedName: "autoRenew",
|
|
2006
|
+
type: {
|
|
2007
|
+
name: "Boolean"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
next: {
|
|
2011
|
+
serializedName: "next",
|
|
2012
|
+
type: {
|
|
2013
|
+
name: "Composite",
|
|
2014
|
+
className: "CommitmentPeriod"
|
|
2015
|
+
}
|
|
2016
|
+
},
|
|
2017
|
+
last: {
|
|
2018
|
+
serializedName: "last",
|
|
2019
|
+
type: {
|
|
2020
|
+
name: "Composite",
|
|
2021
|
+
className: "CommitmentPeriod"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
};
|
|
2027
|
+
|
|
2028
|
+
export const CommitmentPeriod: coreClient.CompositeMapper = {
|
|
2029
|
+
type: {
|
|
2030
|
+
name: "Composite",
|
|
2031
|
+
className: "CommitmentPeriod",
|
|
2032
|
+
modelProperties: {
|
|
2033
|
+
tier: {
|
|
2034
|
+
serializedName: "tier",
|
|
2035
|
+
type: {
|
|
2036
|
+
name: "String"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
count: {
|
|
2040
|
+
serializedName: "count",
|
|
2041
|
+
type: {
|
|
2042
|
+
name: "Number"
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
quota: {
|
|
2046
|
+
serializedName: "quota",
|
|
2047
|
+
type: {
|
|
2048
|
+
name: "Composite",
|
|
2049
|
+
className: "CommitmentQuota"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
startDate: {
|
|
2053
|
+
serializedName: "startDate",
|
|
2054
|
+
readOnly: true,
|
|
2055
|
+
type: {
|
|
2056
|
+
name: "String"
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
endDate: {
|
|
2060
|
+
serializedName: "endDate",
|
|
2061
|
+
readOnly: true,
|
|
1899
2062
|
type: {
|
|
1900
2063
|
name: "String"
|
|
1901
2064
|
}
|
|
@@ -1904,31 +2067,194 @@ export const ResourceSkuListResult: msRest.CompositeMapper = {
|
|
|
1904
2067
|
}
|
|
1905
2068
|
};
|
|
1906
2069
|
|
|
1907
|
-
export const
|
|
1908
|
-
serializedName: "OperationListResult",
|
|
2070
|
+
export const AzureEntityResource: coreClient.CompositeMapper = {
|
|
1909
2071
|
type: {
|
|
1910
2072
|
name: "Composite",
|
|
1911
|
-
className: "
|
|
2073
|
+
className: "AzureEntityResource",
|
|
1912
2074
|
modelProperties: {
|
|
1913
|
-
|
|
2075
|
+
...Resource.type.modelProperties,
|
|
2076
|
+
etag: {
|
|
2077
|
+
serializedName: "etag",
|
|
1914
2078
|
readOnly: true,
|
|
1915
|
-
serializedName: "",
|
|
1916
2079
|
type: {
|
|
1917
|
-
name: "
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
2080
|
+
name: "String"
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
};
|
|
2086
|
+
|
|
2087
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
2088
|
+
type: {
|
|
2089
|
+
name: "Composite",
|
|
2090
|
+
className: "PrivateLinkResource",
|
|
2091
|
+
modelProperties: {
|
|
2092
|
+
...Resource.type.modelProperties,
|
|
2093
|
+
properties: {
|
|
2094
|
+
serializedName: "properties",
|
|
2095
|
+
type: {
|
|
2096
|
+
name: "Composite",
|
|
2097
|
+
className: "PrivateLinkResourceProperties"
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
};
|
|
2103
|
+
|
|
2104
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
2105
|
+
type: {
|
|
2106
|
+
name: "Composite",
|
|
2107
|
+
className: "ProxyResource",
|
|
2108
|
+
modelProperties: {
|
|
2109
|
+
...Resource.type.modelProperties
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
};
|
|
2113
|
+
|
|
2114
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
2115
|
+
type: {
|
|
2116
|
+
name: "Composite",
|
|
2117
|
+
className: "PrivateEndpointConnection",
|
|
2118
|
+
modelProperties: {
|
|
2119
|
+
...AzureEntityResource.type.modelProperties,
|
|
2120
|
+
properties: {
|
|
2121
|
+
serializedName: "properties",
|
|
2122
|
+
type: {
|
|
2123
|
+
name: "Composite",
|
|
2124
|
+
className: "PrivateEndpointConnectionProperties"
|
|
1924
2125
|
}
|
|
1925
2126
|
},
|
|
1926
|
-
|
|
2127
|
+
systemData: {
|
|
2128
|
+
serializedName: "systemData",
|
|
2129
|
+
type: {
|
|
2130
|
+
name: "Composite",
|
|
2131
|
+
className: "SystemData"
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
location: {
|
|
2135
|
+
serializedName: "location",
|
|
2136
|
+
type: {
|
|
2137
|
+
name: "String"
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
};
|
|
2143
|
+
|
|
2144
|
+
export const Account: coreClient.CompositeMapper = {
|
|
2145
|
+
type: {
|
|
2146
|
+
name: "Composite",
|
|
2147
|
+
className: "Account",
|
|
2148
|
+
modelProperties: {
|
|
2149
|
+
...AzureEntityResource.type.modelProperties,
|
|
2150
|
+
kind: {
|
|
2151
|
+
serializedName: "kind",
|
|
2152
|
+
type: {
|
|
2153
|
+
name: "String"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
sku: {
|
|
2157
|
+
serializedName: "sku",
|
|
2158
|
+
type: {
|
|
2159
|
+
name: "Composite",
|
|
2160
|
+
className: "Sku"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
identity: {
|
|
2164
|
+
serializedName: "identity",
|
|
2165
|
+
type: {
|
|
2166
|
+
name: "Composite",
|
|
2167
|
+
className: "Identity"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
systemData: {
|
|
2171
|
+
serializedName: "systemData",
|
|
2172
|
+
type: {
|
|
2173
|
+
name: "Composite",
|
|
2174
|
+
className: "SystemData"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
tags: {
|
|
2178
|
+
serializedName: "tags",
|
|
2179
|
+
type: {
|
|
2180
|
+
name: "Dictionary",
|
|
2181
|
+
value: { type: { name: "String" } }
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
location: {
|
|
2185
|
+
serializedName: "location",
|
|
2186
|
+
type: {
|
|
2187
|
+
name: "String"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
properties: {
|
|
2191
|
+
serializedName: "properties",
|
|
2192
|
+
type: {
|
|
2193
|
+
name: "Composite",
|
|
2194
|
+
className: "AccountProperties"
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2198
|
+
}
|
|
2199
|
+
};
|
|
2200
|
+
|
|
2201
|
+
export const Deployment: coreClient.CompositeMapper = {
|
|
2202
|
+
type: {
|
|
2203
|
+
name: "Composite",
|
|
2204
|
+
className: "Deployment",
|
|
2205
|
+
modelProperties: {
|
|
2206
|
+
...ProxyResource.type.modelProperties,
|
|
2207
|
+
systemData: {
|
|
2208
|
+
serializedName: "systemData",
|
|
2209
|
+
type: {
|
|
2210
|
+
name: "Composite",
|
|
2211
|
+
className: "SystemData"
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
etag: {
|
|
2215
|
+
serializedName: "etag",
|
|
1927
2216
|
readOnly: true,
|
|
1928
|
-
serializedName: "nextLink",
|
|
1929
2217
|
type: {
|
|
1930
2218
|
name: "String"
|
|
1931
2219
|
}
|
|
2220
|
+
},
|
|
2221
|
+
properties: {
|
|
2222
|
+
serializedName: "properties",
|
|
2223
|
+
type: {
|
|
2224
|
+
name: "Composite",
|
|
2225
|
+
className: "DeploymentProperties"
|
|
2226
|
+
}
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2230
|
+
};
|
|
2231
|
+
|
|
2232
|
+
export const CommitmentPlan: coreClient.CompositeMapper = {
|
|
2233
|
+
type: {
|
|
2234
|
+
name: "Composite",
|
|
2235
|
+
className: "CommitmentPlan",
|
|
2236
|
+
modelProperties: {
|
|
2237
|
+
...ProxyResource.type.modelProperties,
|
|
2238
|
+
systemData: {
|
|
2239
|
+
serializedName: "systemData",
|
|
2240
|
+
type: {
|
|
2241
|
+
name: "Composite",
|
|
2242
|
+
className: "SystemData"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
etag: {
|
|
2246
|
+
serializedName: "etag",
|
|
2247
|
+
readOnly: true,
|
|
2248
|
+
type: {
|
|
2249
|
+
name: "String"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
properties: {
|
|
2253
|
+
serializedName: "properties",
|
|
2254
|
+
type: {
|
|
2255
|
+
name: "Composite",
|
|
2256
|
+
className: "CommitmentPlanProperties"
|
|
2257
|
+
}
|
|
1932
2258
|
}
|
|
1933
2259
|
}
|
|
1934
2260
|
}
|