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