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