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