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