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