@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.
Files changed (249) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +4800 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/cognitiveServicesManagementClient.d.ts +42 -0
  9. package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
  11. package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1310 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +128 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +68 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +964 -1092
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +26 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +199 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/accounts.d.ts +138 -0
  33. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  34. package/dist-esm/src/operations/accounts.js +628 -0
  35. package/dist-esm/src/operations/accounts.js.map +1 -0
  36. package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
  37. package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
  38. package/dist-esm/src/operations/commitmentPlans.js +293 -0
  39. package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
  40. package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
  41. package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
  42. package/dist-esm/src/operations/commitmentTiers.js +132 -0
  43. package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
  44. package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
  45. package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/deletedAccounts.js +232 -0
  47. package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
  48. package/dist-esm/src/operations/deployments.d.ts +81 -0
  49. package/dist-esm/src/operations/deployments.d.ts.map +1 -0
  50. package/dist-esm/src/operations/deployments.js +331 -0
  51. package/dist-esm/src/operations/deployments.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +120 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/privateEndpointConnections.d.ts +70 -0
  61. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
  63. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  64. package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
  65. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  67. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  68. package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
  69. package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
  70. package/dist-esm/src/operations/resourceSkus.js +124 -0
  71. package/dist-esm/src/operations/resourceSkus.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
  73. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  74. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
  75. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
  77. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  78. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
  79. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
  81. package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
  82. package/{src/models/commitmentTiersMappers.ts → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -10
  83. package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
  85. package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
  86. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -2
  87. package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
  89. package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  95. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  97. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  101. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
  105. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
  109. package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
  112. package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
  113. package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
  114. package/dist-esm/test/cognitiveservices_examples.js +127 -0
  115. package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
  116. package/package.json +65 -22
  117. package/review/arm-cognitiveservices.api.md +1150 -0
  118. package/rollup.config.js +181 -30
  119. package/src/cognitiveServicesManagementClient.ts +157 -153
  120. package/src/{models/resourceSkusMappers.ts → index.ts} +4 -9
  121. package/src/lroImpl.ts +34 -0
  122. package/src/models/index.ts +1063 -1831
  123. package/src/models/mappers.ts +1021 -1150
  124. package/src/models/parameters.ts +151 -54
  125. package/src/operations/accounts.ts +613 -497
  126. package/src/operations/commitmentPlans.ts +253 -203
  127. package/src/operations/commitmentTiers.ts +105 -80
  128. package/src/operations/deletedAccounts.ts +209 -161
  129. package/src/operations/deployments.ts +325 -193
  130. package/src/operations/index.ts +1 -2
  131. package/src/operations/operations.ts +85 -73
  132. package/src/operations/privateEndpointConnections.ts +257 -164
  133. package/src/operations/privateLinkResources.ts +37 -51
  134. package/src/operations/resourceSkus.ts +90 -76
  135. package/src/operationsInterfaces/accounts.ts +195 -0
  136. package/src/operationsInterfaces/commitmentPlans.ts +93 -0
  137. package/src/operationsInterfaces/commitmentTiers.ts +24 -0
  138. package/src/operationsInterfaces/deletedAccounts.ts +68 -0
  139. package/src/operationsInterfaces/deployments.ts +109 -0
  140. package/src/operationsInterfaces/index.ts +17 -0
  141. package/src/operationsInterfaces/operations.ts +22 -0
  142. package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
  143. package/src/operationsInterfaces/privateLinkResources.ts +27 -0
  144. package/src/operationsInterfaces/resourceSkus.ts +22 -0
  145. package/tsconfig.json +3 -3
  146. package/types/arm-cognitiveservices.d.ts +1860 -0
  147. package/types/tsdoc-metadata.json +11 -0
  148. package/dist/arm-cognitiveservices.js +0 -4713
  149. package/dist/arm-cognitiveservices.js.map +0 -1
  150. package/dist/arm-cognitiveservices.min.js +0 -1
  151. package/dist/arm-cognitiveservices.min.js.map +0 -1
  152. package/esm/cognitiveServicesManagementClient.d.ts +0 -80
  153. package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
  154. package/esm/cognitiveServicesManagementClient.js +0 -128
  155. package/esm/cognitiveServicesManagementClient.js.map +0 -1
  156. package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
  157. package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
  158. package/esm/cognitiveServicesManagementClientContext.js +0 -60
  159. package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
  160. package/esm/models/accountsMappers.d.ts +0 -2
  161. package/esm/models/accountsMappers.d.ts.map +0 -1
  162. package/esm/models/accountsMappers.js +0 -9
  163. package/esm/models/accountsMappers.js.map +0 -1
  164. package/esm/models/commitmentPlansMappers.d.ts +0 -2
  165. package/esm/models/commitmentPlansMappers.d.ts.map +0 -1
  166. package/esm/models/commitmentPlansMappers.js +0 -9
  167. package/esm/models/commitmentPlansMappers.js.map +0 -1
  168. package/esm/models/commitmentTiersMappers.d.ts +0 -2
  169. package/esm/models/commitmentTiersMappers.d.ts.map +0 -1
  170. package/esm/models/commitmentTiersMappers.js +0 -9
  171. package/esm/models/commitmentTiersMappers.js.map +0 -1
  172. package/esm/models/deletedAccountsMappers.d.ts +0 -2
  173. package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
  174. package/esm/models/deletedAccountsMappers.js +0 -9
  175. package/esm/models/deletedAccountsMappers.js.map +0 -1
  176. package/esm/models/deploymentsMappers.d.ts +0 -2
  177. package/esm/models/deploymentsMappers.d.ts.map +0 -1
  178. package/esm/models/deploymentsMappers.js +0 -9
  179. package/esm/models/deploymentsMappers.js.map +0 -1
  180. package/esm/models/index.d.ts +0 -2102
  181. package/esm/models/index.d.ts.map +0 -1
  182. package/esm/models/index.js.map +0 -1
  183. package/esm/models/mappers.d.ts +0 -71
  184. package/esm/models/mappers.d.ts.map +0 -1
  185. package/esm/models/mappers.js.map +0 -1
  186. package/esm/models/operationsMappers.d.ts +0 -2
  187. package/esm/models/operationsMappers.d.ts.map +0 -1
  188. package/esm/models/operationsMappers.js.map +0 -1
  189. package/esm/models/parameters.d.ts +0 -13
  190. package/esm/models/parameters.d.ts.map +0 -1
  191. package/esm/models/parameters.js +0 -137
  192. package/esm/models/parameters.js.map +0 -1
  193. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  194. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  195. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  196. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  197. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  198. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  199. package/esm/models/privateLinkResourcesMappers.js +0 -9
  200. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  201. package/esm/models/resourceSkusMappers.d.ts +0 -2
  202. package/esm/models/resourceSkusMappers.d.ts.map +0 -1
  203. package/esm/models/resourceSkusMappers.js +0 -9
  204. package/esm/models/resourceSkusMappers.js.map +0 -1
  205. package/esm/operations/accounts.d.ts +0 -245
  206. package/esm/operations/accounts.d.ts.map +0 -1
  207. package/esm/operations/accounts.js +0 -476
  208. package/esm/operations/accounts.js.map +0 -1
  209. package/esm/operations/commitmentPlans.d.ts +0 -130
  210. package/esm/operations/commitmentPlans.d.ts.map +0 -1
  211. package/esm/operations/commitmentPlans.js +0 -216
  212. package/esm/operations/commitmentPlans.js.map +0 -1
  213. package/esm/operations/commitmentTiers.d.ts +0 -49
  214. package/esm/operations/commitmentTiers.d.ts.map +0 -1
  215. package/esm/operations/commitmentTiers.js +0 -84
  216. package/esm/operations/commitmentTiers.js.map +0 -1
  217. package/esm/operations/deletedAccounts.d.ts +0 -89
  218. package/esm/operations/deletedAccounts.d.ts.map +0 -1
  219. package/esm/operations/deletedAccounts.js +0 -168
  220. package/esm/operations/deletedAccounts.js.map +0 -1
  221. package/esm/operations/deployments.d.ts +0 -115
  222. package/esm/operations/deployments.d.ts.map +0 -1
  223. package/esm/operations/deployments.js +0 -236
  224. package/esm/operations/deployments.js.map +0 -1
  225. package/esm/operations/index.d.ts.map +0 -1
  226. package/esm/operations/index.js.map +0 -1
  227. package/esm/operations/operations.d.ts +0 -46
  228. package/esm/operations/operations.d.ts.map +0 -1
  229. package/esm/operations/operations.js +0 -79
  230. package/esm/operations/operations.js.map +0 -1
  231. package/esm/operations/privateEndpointConnections.d.ts +0 -108
  232. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  233. package/esm/operations/privateEndpointConnections.js +0 -215
  234. package/esm/operations/privateEndpointConnections.js.map +0 -1
  235. package/esm/operations/privateLinkResources.d.ts +0 -34
  236. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  237. package/esm/operations/privateLinkResources.js +0 -57
  238. package/esm/operations/privateLinkResources.js.map +0 -1
  239. package/esm/operations/resourceSkus.d.ts +0 -46
  240. package/esm/operations/resourceSkus.d.ts.map +0 -1
  241. package/esm/operations/resourceSkus.js +0 -82
  242. package/esm/operations/resourceSkus.js.map +0 -1
  243. package/src/cognitiveServicesManagementClientContext.ts +0 -67
  244. package/src/models/accountsMappers.ts +0 -59
  245. package/src/models/commitmentPlansMappers.ts +0 -52
  246. package/src/models/deletedAccountsMappers.ts +0 -52
  247. package/src/models/deploymentsMappers.ts +0 -52
  248. package/src/models/privateEndpointConnectionsMappers.ts +0 -52
  249. package/src/models/privateLinkResourcesMappers.ts +0 -52
@@ -0,0 +1,1310 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The resource model definition representing SKU */
3
+ export interface Sku {
4
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
5
+ name: string;
6
+ /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
7
+ tier?: SkuTier;
8
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
9
+ size?: string;
10
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
11
+ family?: string;
12
+ /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
13
+ capacity?: number;
14
+ }
15
+ /** Identity for the resource. */
16
+ export interface Identity {
17
+ /** The identity type. */
18
+ type?: ResourceIdentityType;
19
+ /**
20
+ * The tenant ID of resource.
21
+ * NOTE: This property will not be serialized. It can only be populated by the server.
22
+ */
23
+ readonly tenantId?: string;
24
+ /**
25
+ * The principal ID of resource identity.
26
+ * NOTE: This property will not be serialized. It can only be populated by the server.
27
+ */
28
+ readonly principalId?: string;
29
+ /** The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} */
30
+ userAssignedIdentities?: {
31
+ [propertyName: string]: UserAssignedIdentity;
32
+ };
33
+ }
34
+ /** User-assigned managed identity. */
35
+ export interface UserAssignedIdentity {
36
+ /**
37
+ * Azure Active Directory principal ID associated with this Identity.
38
+ * NOTE: This property will not be serialized. It can only be populated by the server.
39
+ */
40
+ readonly principalId?: string;
41
+ /**
42
+ * Client App Id associated with this identity.
43
+ * NOTE: This property will not be serialized. It can only be populated by the server.
44
+ */
45
+ readonly clientId?: string;
46
+ }
47
+ /** Metadata pertaining to creation and last modification of the resource. */
48
+ export interface SystemData {
49
+ /** The identity that created the resource. */
50
+ createdBy?: string;
51
+ /** The type of identity that created the resource. */
52
+ createdByType?: CreatedByType;
53
+ /** The timestamp of resource creation (UTC). */
54
+ createdAt?: Date;
55
+ /** The identity that last modified the resource. */
56
+ lastModifiedBy?: string;
57
+ /** The type of identity that last modified the resource. */
58
+ lastModifiedByType?: CreatedByType;
59
+ /** The timestamp of resource last modification (UTC) */
60
+ lastModifiedAt?: Date;
61
+ }
62
+ /** Properties of Cognitive Services account. */
63
+ export interface AccountProperties {
64
+ /**
65
+ * Gets the status of the cognitive services account at the time the operation was called.
66
+ * NOTE: This property will not be serialized. It can only be populated by the server.
67
+ */
68
+ readonly provisioningState?: ProvisioningState;
69
+ /**
70
+ * Endpoint of the created account.
71
+ * NOTE: This property will not be serialized. It can only be populated by the server.
72
+ */
73
+ readonly endpoint?: string;
74
+ /**
75
+ * The internal identifier (deprecated, do not use this property).
76
+ * NOTE: This property will not be serialized. It can only be populated by the server.
77
+ */
78
+ readonly internalId?: string;
79
+ /**
80
+ * Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only.
81
+ * NOTE: This property will not be serialized. It can only be populated by the server.
82
+ */
83
+ readonly capabilities?: SkuCapability[];
84
+ /**
85
+ * If the resource is migrated from an existing key.
86
+ * NOTE: This property will not be serialized. It can only be populated by the server.
87
+ */
88
+ readonly isMigrated?: boolean;
89
+ /** Resource migration token. */
90
+ migrationToken?: string;
91
+ /**
92
+ * Sku change info of account.
93
+ * NOTE: This property will not be serialized. It can only be populated by the server.
94
+ */
95
+ readonly skuChangeInfo?: SkuChangeInfo;
96
+ /** Optional subdomain name used for token-based authentication. */
97
+ customSubDomainName?: string;
98
+ /** A collection of rules governing the accessibility from specific network locations. */
99
+ networkAcls?: NetworkRuleSet;
100
+ /** The encryption properties for this resource. */
101
+ encryption?: Encryption;
102
+ /** The storage accounts for this resource. */
103
+ userOwnedStorage?: UserOwnedStorage[];
104
+ /**
105
+ * The private endpoint connection associated with the Cognitive Services account.
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
109
+ /** Whether or not public endpoint access is allowed for this account. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
110
+ publicNetworkAccess?: PublicNetworkAccess;
111
+ /** The api properties for special APIs. */
112
+ apiProperties?: ApiProperties;
113
+ /**
114
+ * Gets the date of cognitive services account creation.
115
+ * NOTE: This property will not be serialized. It can only be populated by the server.
116
+ */
117
+ readonly dateCreated?: string;
118
+ /**
119
+ * The call rate limit Cognitive Services account.
120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
121
+ */
122
+ readonly callRateLimit?: CallRateLimit;
123
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
124
+ readonly quotaLimit?: QuotaLimit;
125
+ restrictOutboundNetworkAccess?: boolean;
126
+ allowedFqdnList?: string[];
127
+ disableLocalAuth?: boolean;
128
+ /**
129
+ * Dictionary of <string>
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly endpoints?: {
133
+ [propertyName: string]: string;
134
+ };
135
+ restore?: boolean;
136
+ }
137
+ /** SkuCapability indicates the capability of a certain feature. */
138
+ export interface SkuCapability {
139
+ /** The name of the SkuCapability. */
140
+ name?: string;
141
+ /** The value of the SkuCapability. */
142
+ value?: string;
143
+ }
144
+ /** Sku change info of account. */
145
+ export interface SkuChangeInfo {
146
+ /** Gets the count of downgrades. */
147
+ countOfDowngrades?: number;
148
+ /** Gets the count of upgrades after downgrades. */
149
+ countOfUpgradesAfterDowngrades?: number;
150
+ /** Gets the last change date. */
151
+ lastChangeDate?: string;
152
+ }
153
+ /** A set of rules governing the network accessibility. */
154
+ export interface NetworkRuleSet {
155
+ /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
156
+ defaultAction?: NetworkRuleAction;
157
+ /** The list of IP address rules. */
158
+ ipRules?: IpRule[];
159
+ /** The list of virtual network rules. */
160
+ virtualNetworkRules?: VirtualNetworkRule[];
161
+ }
162
+ /** A rule governing the accessibility from a specific ip address or ip range. */
163
+ export interface IpRule {
164
+ /** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */
165
+ value: string;
166
+ }
167
+ /** A rule governing the accessibility from a specific virtual network. */
168
+ export interface VirtualNetworkRule {
169
+ /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
170
+ id: string;
171
+ /** Gets the state of virtual network rule. */
172
+ state?: string;
173
+ /** Ignore missing vnet service endpoint or not. */
174
+ ignoreMissingVnetServiceEndpoint?: boolean;
175
+ }
176
+ /** Properties to configure Encryption */
177
+ export interface Encryption {
178
+ /** Properties of KeyVault */
179
+ keyVaultProperties?: KeyVaultProperties;
180
+ /** Enumerates the possible value of keySource for Encryption */
181
+ keySource?: KeySource;
182
+ }
183
+ /** Properties to configure keyVault Properties */
184
+ export interface KeyVaultProperties {
185
+ /** Name of the Key from KeyVault */
186
+ keyName?: string;
187
+ /** Version of the Key from KeyVault */
188
+ keyVersion?: string;
189
+ /** Uri of KeyVault */
190
+ keyVaultUri?: string;
191
+ identityClientId?: string;
192
+ }
193
+ /** The user owned storage for Cognitive Services account. */
194
+ export interface UserOwnedStorage {
195
+ /** Full resource id of a Microsoft.Storage resource. */
196
+ resourceId?: string;
197
+ identityClientId?: string;
198
+ }
199
+ /** Properties of the PrivateEndpointConnectProperties. */
200
+ export interface PrivateEndpointConnectionProperties {
201
+ /** The resource of private end point. */
202
+ privateEndpoint?: PrivateEndpoint;
203
+ /** A collection of information about the state of the connection between service consumer and provider. */
204
+ privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
205
+ /**
206
+ * The provisioning state of the private endpoint connection resource.
207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
208
+ */
209
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
210
+ /** The private link resource group ids. */
211
+ groupIds?: string[];
212
+ }
213
+ /** The Private Endpoint resource. */
214
+ export interface PrivateEndpoint {
215
+ /**
216
+ * The ARM identifier for Private Endpoint
217
+ * NOTE: This property will not be serialized. It can only be populated by the server.
218
+ */
219
+ readonly id?: string;
220
+ }
221
+ /** A collection of information about the state of the connection between service consumer and provider. */
222
+ export interface PrivateLinkServiceConnectionState {
223
+ /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
224
+ status?: PrivateEndpointServiceConnectionStatus;
225
+ /** The reason for approval/rejection of the connection. */
226
+ description?: string;
227
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
228
+ actionsRequired?: string;
229
+ }
230
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
231
+ export interface Resource {
232
+ /**
233
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
234
+ * NOTE: This property will not be serialized. It can only be populated by the server.
235
+ */
236
+ readonly id?: string;
237
+ /**
238
+ * The name of the resource
239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
240
+ */
241
+ readonly name?: string;
242
+ /**
243
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
244
+ * NOTE: This property will not be serialized. It can only be populated by the server.
245
+ */
246
+ readonly type?: string;
247
+ }
248
+ /** The api properties for special APIs. */
249
+ export interface ApiProperties {
250
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
251
+ [property: string]: any;
252
+ /** (QnAMaker Only) The runtime endpoint of QnAMaker. */
253
+ qnaRuntimeEndpoint?: string;
254
+ /** (QnAMaker Only) The Azure Search endpoint key of QnAMaker. */
255
+ qnaAzureSearchEndpointKey?: string;
256
+ /** (QnAMaker Only) The Azure Search endpoint id of QnAMaker. */
257
+ qnaAzureSearchEndpointId?: string;
258
+ /** (Bing Search Only) The flag to enable statistics of Bing Search. */
259
+ statisticsEnabled?: boolean;
260
+ /** (Personalization Only) The flag to enable statistics of Bing Search. */
261
+ eventHubConnectionString?: string;
262
+ /** (Personalization Only) The storage account connection string. */
263
+ storageAccountConnectionString?: string;
264
+ /** (Metrics Advisor Only) The Azure AD Client Id (Application Id). */
265
+ aadClientId?: string;
266
+ /** (Metrics Advisor Only) The Azure AD Tenant Id. */
267
+ aadTenantId?: string;
268
+ /** (Metrics Advisor Only) The super user of Metrics Advisor. */
269
+ superUser?: string;
270
+ /** (Metrics Advisor Only) The website name of Metrics Advisor. */
271
+ websiteName?: string;
272
+ }
273
+ /** The call rate limit Cognitive Services account. */
274
+ export interface CallRateLimit {
275
+ /** The count value of Call Rate Limit. */
276
+ count?: number;
277
+ /** The renewal period in seconds of Call Rate Limit. */
278
+ renewalPeriod?: number;
279
+ rules?: ThrottlingRule[];
280
+ }
281
+ export interface ThrottlingRule {
282
+ key?: string;
283
+ renewalPeriod?: number;
284
+ count?: number;
285
+ minCount?: number;
286
+ dynamicThrottlingEnabled?: boolean;
287
+ matchPatterns?: RequestMatchPattern[];
288
+ }
289
+ export interface RequestMatchPattern {
290
+ path?: string;
291
+ method?: string;
292
+ }
293
+ export interface QuotaLimit {
294
+ count?: number;
295
+ renewalPeriod?: number;
296
+ rules?: ThrottlingRule[];
297
+ }
298
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
299
+ export interface ErrorResponse {
300
+ /** The error object. */
301
+ error?: ErrorDetail;
302
+ }
303
+ /** The error detail. */
304
+ export interface ErrorDetail {
305
+ /**
306
+ * The error code.
307
+ * NOTE: This property will not be serialized. It can only be populated by the server.
308
+ */
309
+ readonly code?: string;
310
+ /**
311
+ * The error message.
312
+ * NOTE: This property will not be serialized. It can only be populated by the server.
313
+ */
314
+ readonly message?: string;
315
+ /**
316
+ * The error target.
317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
318
+ */
319
+ readonly target?: string;
320
+ /**
321
+ * The error details.
322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
323
+ */
324
+ readonly details?: ErrorDetail[];
325
+ /**
326
+ * The error additional info.
327
+ * NOTE: This property will not be serialized. It can only be populated by the server.
328
+ */
329
+ readonly additionalInfo?: ErrorAdditionalInfo[];
330
+ }
331
+ /** The resource management error additional info. */
332
+ export interface ErrorAdditionalInfo {
333
+ /**
334
+ * The additional info type.
335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
336
+ */
337
+ readonly type?: string;
338
+ /**
339
+ * The additional info.
340
+ * NOTE: This property will not be serialized. It can only be populated by the server.
341
+ */
342
+ readonly info?: Record<string, unknown>;
343
+ }
344
+ /** The list of cognitive services accounts operation response. */
345
+ export interface AccountListResult {
346
+ /** The link used to get the next page of accounts. */
347
+ nextLink?: string;
348
+ /**
349
+ * Gets the list of Cognitive Services accounts and their properties.
350
+ * NOTE: This property will not be serialized. It can only be populated by the server.
351
+ */
352
+ readonly value?: Account[];
353
+ }
354
+ /** The access keys for the cognitive services account. */
355
+ export interface ApiKeys {
356
+ /** Gets the value of key 1. */
357
+ key1?: string;
358
+ /** Gets the value of key 2. */
359
+ key2?: string;
360
+ }
361
+ /** Regenerate key parameters. */
362
+ export interface RegenerateKeyParameters {
363
+ /** key name to generate (Key1|Key2) */
364
+ keyName: KeyName;
365
+ }
366
+ /** The Get Skus operation response. */
367
+ export interface ResourceSkuListResult {
368
+ /** The list of skus available for the subscription. */
369
+ value: ResourceSku[];
370
+ /** The uri to fetch the next page of Skus. */
371
+ nextLink?: string;
372
+ }
373
+ /** Describes an available Cognitive Services SKU. */
374
+ export interface ResourceSku {
375
+ /** The type of resource the SKU applies to. */
376
+ resourceType?: string;
377
+ /** The name of SKU. */
378
+ name?: string;
379
+ /** Specifies the tier of Cognitive Services account. */
380
+ tier?: string;
381
+ /** The Kind of resources that are supported in this SKU. */
382
+ kind?: string;
383
+ /** The set of locations that the SKU is available. */
384
+ locations?: string[];
385
+ /** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
386
+ restrictions?: ResourceSkuRestrictions[];
387
+ }
388
+ /** Describes restrictions of a SKU. */
389
+ export interface ResourceSkuRestrictions {
390
+ /** The type of restrictions. */
391
+ type?: ResourceSkuRestrictionsType;
392
+ /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
393
+ values?: string[];
394
+ /** The information about the restriction where the SKU cannot be used. */
395
+ restrictionInfo?: ResourceSkuRestrictionInfo;
396
+ /** The reason for restriction. */
397
+ reasonCode?: ResourceSkuRestrictionsReasonCode;
398
+ }
399
+ export interface ResourceSkuRestrictionInfo {
400
+ /** Locations where the SKU is restricted */
401
+ locations?: string[];
402
+ /** List of availability zones where the SKU is restricted. */
403
+ zones?: string[];
404
+ }
405
+ /** The list of cognitive services accounts operation response. */
406
+ export interface AccountSkuListResult {
407
+ /** Gets the list of Cognitive Services accounts and their properties. */
408
+ value?: AccountSku[];
409
+ }
410
+ /** Cognitive Services resource type and SKU. */
411
+ export interface AccountSku {
412
+ /** Resource Namespace and Type */
413
+ resourceType?: string;
414
+ /** The SKU of Cognitive Services account. */
415
+ sku?: Sku;
416
+ }
417
+ /** The response to a list usage request. */
418
+ export interface UsageListResult {
419
+ /** The list of usages for Cognitive Service account. */
420
+ value?: Usage[];
421
+ }
422
+ /** The usage data for a usage request. */
423
+ export interface Usage {
424
+ /** The unit of the metric. */
425
+ unit?: UnitType;
426
+ /** The name information for the metric. */
427
+ name?: MetricName;
428
+ /** The quota period used to summarize the usage values. */
429
+ quotaPeriod?: string;
430
+ /** Maximum value for this metric. */
431
+ limit?: number;
432
+ /** Current value for this metric. */
433
+ currentValue?: number;
434
+ /** Next reset time for current quota. */
435
+ nextResetTime?: string;
436
+ /** Cognitive Services account quota usage status. */
437
+ status?: QuotaUsageStatus;
438
+ }
439
+ /** A metric name. */
440
+ export interface MetricName {
441
+ /** The name of the metric. */
442
+ value?: string;
443
+ /** The friendly name of the metric. */
444
+ localizedValue?: string;
445
+ }
446
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
447
+ export interface OperationListResult {
448
+ /**
449
+ * List of operations supported by the resource provider
450
+ * NOTE: This property will not be serialized. It can only be populated by the server.
451
+ */
452
+ readonly value?: Operation[];
453
+ /**
454
+ * URL to get the next set of operation list results (if there are any).
455
+ * NOTE: This property will not be serialized. It can only be populated by the server.
456
+ */
457
+ readonly nextLink?: string;
458
+ }
459
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
460
+ export interface Operation {
461
+ /**
462
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
463
+ * NOTE: This property will not be serialized. It can only be populated by the server.
464
+ */
465
+ readonly name?: string;
466
+ /**
467
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
469
+ */
470
+ readonly isDataAction?: boolean;
471
+ /** Localized display information for this particular operation. */
472
+ display?: OperationDisplay;
473
+ /**
474
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
475
+ * NOTE: This property will not be serialized. It can only be populated by the server.
476
+ */
477
+ readonly origin?: Origin;
478
+ /**
479
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
480
+ * NOTE: This property will not be serialized. It can only be populated by the server.
481
+ */
482
+ readonly actionType?: ActionType;
483
+ }
484
+ /** Localized display information for this particular operation. */
485
+ export interface OperationDisplay {
486
+ /**
487
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
488
+ * NOTE: This property will not be serialized. It can only be populated by the server.
489
+ */
490
+ readonly provider?: string;
491
+ /**
492
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
493
+ * NOTE: This property will not be serialized. It can only be populated by the server.
494
+ */
495
+ readonly resource?: string;
496
+ /**
497
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
498
+ * NOTE: This property will not be serialized. It can only be populated by the server.
499
+ */
500
+ readonly operation?: string;
501
+ /**
502
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
503
+ * NOTE: This property will not be serialized. It can only be populated by the server.
504
+ */
505
+ readonly description?: string;
506
+ }
507
+ /** Check SKU availability parameter. */
508
+ export interface CheckSkuAvailabilityParameter {
509
+ /** The SKU of the resource. */
510
+ skus: string[];
511
+ /** The Kind of the resource. */
512
+ kind: string;
513
+ /** The Type of the resource. */
514
+ type: string;
515
+ }
516
+ /** Check SKU availability result list. */
517
+ export interface SkuAvailabilityListResult {
518
+ /** Check SKU availability result list. */
519
+ value?: SkuAvailability[];
520
+ }
521
+ /** SKU availability. */
522
+ export interface SkuAvailability {
523
+ /** The Kind of the resource. */
524
+ kind?: string;
525
+ /** The Type of the resource. */
526
+ type?: string;
527
+ /** The SKU of Cognitive Services account. */
528
+ skuName?: string;
529
+ /** Indicates the given SKU is available or not. */
530
+ skuAvailable?: boolean;
531
+ /** Reason why the SKU is not available. */
532
+ reason?: string;
533
+ /** Additional error message. */
534
+ message?: string;
535
+ }
536
+ /** The list of cognitive services accounts operation response. */
537
+ export interface CommitmentTierListResult {
538
+ /** The link used to get the next page of CommitmentTier. */
539
+ nextLink?: string;
540
+ /**
541
+ * Gets the list of Cognitive Services accounts CommitmentTier and their properties.
542
+ * NOTE: This property will not be serialized. It can only be populated by the server.
543
+ */
544
+ readonly value?: CommitmentTier[];
545
+ }
546
+ /** Cognitive Services account commitment tier. */
547
+ export interface CommitmentTier {
548
+ /** The Kind of the resource. */
549
+ kind?: string;
550
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
551
+ skuName?: string;
552
+ /** Account hosting model. */
553
+ hostingModel?: HostingModel;
554
+ /** Commitment plan type. */
555
+ planType?: string;
556
+ /** Commitment period commitment tier. */
557
+ tier?: string;
558
+ /** Commitment period commitment max count. */
559
+ maxCount?: number;
560
+ /** Cognitive Services account commitment quota. */
561
+ quota?: CommitmentQuota;
562
+ /** Cognitive Services account commitment cost. */
563
+ cost?: CommitmentCost;
564
+ }
565
+ /** Cognitive Services account commitment quota. */
566
+ export interface CommitmentQuota {
567
+ /** Commitment quota quantity. */
568
+ quantity?: number;
569
+ /** Commitment quota unit. */
570
+ unit?: string;
571
+ }
572
+ /** Cognitive Services account commitment cost. */
573
+ export interface CommitmentCost {
574
+ /** Commitment meter Id. */
575
+ commitmentMeterId?: string;
576
+ /** Overage meter Id. */
577
+ overageMeterId?: string;
578
+ }
579
+ /** Check Domain availability parameter. */
580
+ export interface CheckDomainAvailabilityParameter {
581
+ /** The subdomain name to use. */
582
+ subdomainName: string;
583
+ /** The Type of the resource. */
584
+ type: string;
585
+ /** The Kind of the resource. */
586
+ kind?: string;
587
+ }
588
+ /** Domain availability. */
589
+ export interface DomainAvailability {
590
+ /** Indicates the given SKU is available or not. */
591
+ isSubdomainAvailable?: boolean;
592
+ /** Reason why the SKU is not available. */
593
+ reason?: string;
594
+ /** The subdomain name to use. */
595
+ subdomainName?: string;
596
+ /** The Type of the resource. */
597
+ type?: string;
598
+ /** The Kind of the resource. */
599
+ kind?: string;
600
+ }
601
+ /** A list of private endpoint connections */
602
+ export interface PrivateEndpointConnectionListResult {
603
+ /** Array of private endpoint connections */
604
+ value?: PrivateEndpointConnection[];
605
+ }
606
+ /** A list of private link resources */
607
+ export interface PrivateLinkResourceListResult {
608
+ /** Array of private link resources */
609
+ value?: PrivateLinkResource[];
610
+ }
611
+ /** Properties of a private link resource. */
612
+ export interface PrivateLinkResourceProperties {
613
+ /**
614
+ * The private link resource group id.
615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
616
+ */
617
+ readonly groupId?: string;
618
+ /**
619
+ * The private link resource required member names.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly requiredMembers?: string[];
623
+ /** The private link resource Private link DNS zone name. */
624
+ requiredZoneNames?: string[];
625
+ /**
626
+ * The private link resource display name.
627
+ * NOTE: This property will not be serialized. It can only be populated by the server.
628
+ */
629
+ readonly displayName?: string;
630
+ }
631
+ /** The list of cognitive services accounts operation response. */
632
+ export interface DeploymentListResult {
633
+ /** The link used to get the next page of Deployment. */
634
+ nextLink?: string;
635
+ /**
636
+ * Gets the list of Cognitive Services accounts Deployment and their properties.
637
+ * NOTE: This property will not be serialized. It can only be populated by the server.
638
+ */
639
+ readonly value?: Deployment[];
640
+ }
641
+ /** Properties of Cognitive Services account deployment. */
642
+ export interface DeploymentProperties {
643
+ /**
644
+ * Gets the status of the resource at the time the operation was called.
645
+ * NOTE: This property will not be serialized. It can only be populated by the server.
646
+ */
647
+ readonly provisioningState?: DeploymentProvisioningState;
648
+ /** Properties of Cognitive Services account deployment model. */
649
+ model?: DeploymentModel;
650
+ /** Properties of Cognitive Services account deployment model. */
651
+ scaleSettings?: DeploymentScaleSettings;
652
+ }
653
+ /** Properties of Cognitive Services account deployment model. */
654
+ export interface DeploymentModel {
655
+ /** Deployment model format. */
656
+ format?: string;
657
+ /** Deployment model name. */
658
+ name?: string;
659
+ /** Deployment model version. */
660
+ version?: string;
661
+ }
662
+ /** Properties of Cognitive Services account deployment model. */
663
+ export interface DeploymentScaleSettings {
664
+ /** Deployment scale type. */
665
+ scaleType?: DeploymentScaleType;
666
+ /** Deployment capacity. */
667
+ capacity?: number;
668
+ }
669
+ /** The list of cognitive services accounts operation response. */
670
+ export interface CommitmentPlanListResult {
671
+ /** The link used to get the next page of CommitmentPlan. */
672
+ nextLink?: string;
673
+ /**
674
+ * Gets the list of Cognitive Services accounts CommitmentPlan and their properties.
675
+ * NOTE: This property will not be serialized. It can only be populated by the server.
676
+ */
677
+ readonly value?: CommitmentPlan[];
678
+ }
679
+ /** Properties of Cognitive Services account commitment plan. */
680
+ export interface CommitmentPlanProperties {
681
+ /** Account hosting model. */
682
+ hostingModel?: HostingModel;
683
+ /** Commitment plan type. */
684
+ planType?: string;
685
+ /** Cognitive Services account commitment period. */
686
+ current?: CommitmentPeriod;
687
+ /** AutoRenew commitment plan. */
688
+ autoRenew?: boolean;
689
+ /** Cognitive Services account commitment period. */
690
+ next?: CommitmentPeriod;
691
+ /**
692
+ * Cognitive Services account commitment period.
693
+ * NOTE: This property will not be serialized. It can only be populated by the server.
694
+ */
695
+ readonly last?: CommitmentPeriod;
696
+ }
697
+ /** Cognitive Services account commitment period. */
698
+ export interface CommitmentPeriod {
699
+ /** Commitment period commitment tier. */
700
+ tier?: string;
701
+ /** Commitment period commitment count. */
702
+ count?: number;
703
+ /**
704
+ * Cognitive Services account commitment quota.
705
+ * NOTE: This property will not be serialized. It can only be populated by the server.
706
+ */
707
+ readonly quota?: CommitmentQuota;
708
+ /**
709
+ * Commitment period start date.
710
+ * NOTE: This property will not be serialized. It can only be populated by the server.
711
+ */
712
+ readonly startDate?: string;
713
+ /**
714
+ * Commitment period end date.
715
+ * NOTE: This property will not be serialized. It can only be populated by the server.
716
+ */
717
+ readonly endDate?: string;
718
+ }
719
+ /** The resource model definition for an Azure Resource Manager resource with an etag. */
720
+ export declare type AzureEntityResource = Resource & {
721
+ /**
722
+ * Resource Etag.
723
+ * NOTE: This property will not be serialized. It can only be populated by the server.
724
+ */
725
+ readonly etag?: string;
726
+ };
727
+ /** A private link resource */
728
+ export declare type PrivateLinkResource = Resource & {
729
+ /** Resource properties. */
730
+ properties?: PrivateLinkResourceProperties;
731
+ };
732
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
733
+ export declare type ProxyResource = Resource & {};
734
+ /** The Private Endpoint Connection resource. */
735
+ export declare type PrivateEndpointConnection = AzureEntityResource & {
736
+ /** Resource properties. */
737
+ properties?: PrivateEndpointConnectionProperties;
738
+ /**
739
+ * Metadata pertaining to creation and last modification of the resource.
740
+ * NOTE: This property will not be serialized. It can only be populated by the server.
741
+ */
742
+ readonly systemData?: SystemData;
743
+ /** The location of the private endpoint connection */
744
+ location?: string;
745
+ };
746
+ /** Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU. */
747
+ export declare type Account = AzureEntityResource & {
748
+ /** The Kind of the resource. */
749
+ kind?: string;
750
+ /** The resource model definition representing SKU */
751
+ sku?: Sku;
752
+ /** Identity for the resource. */
753
+ identity?: Identity;
754
+ /**
755
+ * Metadata pertaining to creation and last modification of the resource.
756
+ * NOTE: This property will not be serialized. It can only be populated by the server.
757
+ */
758
+ readonly systemData?: SystemData;
759
+ /** Resource tags. */
760
+ tags?: {
761
+ [propertyName: string]: string;
762
+ };
763
+ /** The geo-location where the resource lives */
764
+ location?: string;
765
+ /** Properties of Cognitive Services account. */
766
+ properties?: AccountProperties;
767
+ };
768
+ /** Cognitive Services account deployment. */
769
+ export declare type Deployment = ProxyResource & {
770
+ /**
771
+ * Metadata pertaining to creation and last modification of the resource.
772
+ * NOTE: This property will not be serialized. It can only be populated by the server.
773
+ */
774
+ readonly systemData?: SystemData;
775
+ /**
776
+ * Resource Etag.
777
+ * NOTE: This property will not be serialized. It can only be populated by the server.
778
+ */
779
+ readonly etag?: string;
780
+ /** Properties of Cognitive Services account deployment. */
781
+ properties?: DeploymentProperties;
782
+ };
783
+ /** Cognitive Services account commitment plan. */
784
+ export declare type CommitmentPlan = ProxyResource & {
785
+ /**
786
+ * Metadata pertaining to creation and last modification of the resource.
787
+ * NOTE: This property will not be serialized. It can only be populated by the server.
788
+ */
789
+ readonly systemData?: SystemData;
790
+ /**
791
+ * Resource Etag.
792
+ * NOTE: This property will not be serialized. It can only be populated by the server.
793
+ */
794
+ readonly etag?: string;
795
+ /** Properties of Cognitive Services account commitment plan. */
796
+ properties?: CommitmentPlanProperties;
797
+ };
798
+ /** Known values of {@link SkuTier} that the service accepts. */
799
+ export declare enum KnownSkuTier {
800
+ Free = "Free",
801
+ Basic = "Basic",
802
+ Standard = "Standard",
803
+ Premium = "Premium",
804
+ Enterprise = "Enterprise"
805
+ }
806
+ /**
807
+ * Defines values for SkuTier. \
808
+ * {@link KnownSkuTier} can be used interchangeably with SkuTier,
809
+ * this enum contains the known values that the service supports.
810
+ * ### Known values supported by the service
811
+ * **Free** \
812
+ * **Basic** \
813
+ * **Standard** \
814
+ * **Premium** \
815
+ * **Enterprise**
816
+ */
817
+ export declare type SkuTier = string;
818
+ /** Known values of {@link CreatedByType} that the service accepts. */
819
+ export declare enum KnownCreatedByType {
820
+ User = "User",
821
+ Application = "Application",
822
+ ManagedIdentity = "ManagedIdentity",
823
+ Key = "Key"
824
+ }
825
+ /**
826
+ * Defines values for CreatedByType. \
827
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
828
+ * this enum contains the known values that the service supports.
829
+ * ### Known values supported by the service
830
+ * **User** \
831
+ * **Application** \
832
+ * **ManagedIdentity** \
833
+ * **Key**
834
+ */
835
+ export declare type CreatedByType = string;
836
+ /** Known values of {@link ProvisioningState} that the service accepts. */
837
+ export declare enum KnownProvisioningState {
838
+ Accepted = "Accepted",
839
+ Creating = "Creating",
840
+ Deleting = "Deleting",
841
+ Moving = "Moving",
842
+ Failed = "Failed",
843
+ Succeeded = "Succeeded",
844
+ ResolvingDNS = "ResolvingDNS"
845
+ }
846
+ /**
847
+ * Defines values for ProvisioningState. \
848
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
849
+ * this enum contains the known values that the service supports.
850
+ * ### Known values supported by the service
851
+ * **Accepted** \
852
+ * **Creating** \
853
+ * **Deleting** \
854
+ * **Moving** \
855
+ * **Failed** \
856
+ * **Succeeded** \
857
+ * **ResolvingDNS**
858
+ */
859
+ export declare type ProvisioningState = string;
860
+ /** Known values of {@link NetworkRuleAction} that the service accepts. */
861
+ export declare enum KnownNetworkRuleAction {
862
+ Allow = "Allow",
863
+ Deny = "Deny"
864
+ }
865
+ /**
866
+ * Defines values for NetworkRuleAction. \
867
+ * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,
868
+ * this enum contains the known values that the service supports.
869
+ * ### Known values supported by the service
870
+ * **Allow** \
871
+ * **Deny**
872
+ */
873
+ export declare type NetworkRuleAction = string;
874
+ /** Known values of {@link KeySource} that the service accepts. */
875
+ export declare enum KnownKeySource {
876
+ MicrosoftCognitiveServices = "Microsoft.CognitiveServices",
877
+ MicrosoftKeyVault = "Microsoft.KeyVault"
878
+ }
879
+ /**
880
+ * Defines values for KeySource. \
881
+ * {@link KnownKeySource} can be used interchangeably with KeySource,
882
+ * this enum contains the known values that the service supports.
883
+ * ### Known values supported by the service
884
+ * **Microsoft.CognitiveServices** \
885
+ * **Microsoft.KeyVault**
886
+ */
887
+ export declare type KeySource = string;
888
+ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
889
+ export declare enum KnownPrivateEndpointServiceConnectionStatus {
890
+ Pending = "Pending",
891
+ Approved = "Approved",
892
+ Rejected = "Rejected"
893
+ }
894
+ /**
895
+ * Defines values for PrivateEndpointServiceConnectionStatus. \
896
+ * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
897
+ * this enum contains the known values that the service supports.
898
+ * ### Known values supported by the service
899
+ * **Pending** \
900
+ * **Approved** \
901
+ * **Rejected**
902
+ */
903
+ export declare type PrivateEndpointServiceConnectionStatus = string;
904
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
905
+ export declare enum KnownPrivateEndpointConnectionProvisioningState {
906
+ Succeeded = "Succeeded",
907
+ Creating = "Creating",
908
+ Deleting = "Deleting",
909
+ Failed = "Failed"
910
+ }
911
+ /**
912
+ * Defines values for PrivateEndpointConnectionProvisioningState. \
913
+ * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
914
+ * this enum contains the known values that the service supports.
915
+ * ### Known values supported by the service
916
+ * **Succeeded** \
917
+ * **Creating** \
918
+ * **Deleting** \
919
+ * **Failed**
920
+ */
921
+ export declare type PrivateEndpointConnectionProvisioningState = string;
922
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
923
+ export declare enum KnownPublicNetworkAccess {
924
+ Enabled = "Enabled",
925
+ Disabled = "Disabled"
926
+ }
927
+ /**
928
+ * Defines values for PublicNetworkAccess. \
929
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
930
+ * this enum contains the known values that the service supports.
931
+ * ### Known values supported by the service
932
+ * **Enabled** \
933
+ * **Disabled**
934
+ */
935
+ export declare type PublicNetworkAccess = string;
936
+ /** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
937
+ export declare enum KnownResourceSkuRestrictionsReasonCode {
938
+ QuotaId = "QuotaId",
939
+ NotAvailableForSubscription = "NotAvailableForSubscription"
940
+ }
941
+ /**
942
+ * Defines values for ResourceSkuRestrictionsReasonCode. \
943
+ * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
944
+ * this enum contains the known values that the service supports.
945
+ * ### Known values supported by the service
946
+ * **QuotaId** \
947
+ * **NotAvailableForSubscription**
948
+ */
949
+ export declare type ResourceSkuRestrictionsReasonCode = string;
950
+ /** Known values of {@link UnitType} that the service accepts. */
951
+ export declare enum KnownUnitType {
952
+ Count = "Count",
953
+ Bytes = "Bytes",
954
+ Seconds = "Seconds",
955
+ Percent = "Percent",
956
+ CountPerSecond = "CountPerSecond",
957
+ BytesPerSecond = "BytesPerSecond",
958
+ Milliseconds = "Milliseconds"
959
+ }
960
+ /**
961
+ * Defines values for UnitType. \
962
+ * {@link KnownUnitType} can be used interchangeably with UnitType,
963
+ * this enum contains the known values that the service supports.
964
+ * ### Known values supported by the service
965
+ * **Count** \
966
+ * **Bytes** \
967
+ * **Seconds** \
968
+ * **Percent** \
969
+ * **CountPerSecond** \
970
+ * **BytesPerSecond** \
971
+ * **Milliseconds**
972
+ */
973
+ export declare type UnitType = string;
974
+ /** Known values of {@link QuotaUsageStatus} that the service accepts. */
975
+ export declare enum KnownQuotaUsageStatus {
976
+ Included = "Included",
977
+ Blocked = "Blocked",
978
+ InOverage = "InOverage",
979
+ Unknown = "Unknown"
980
+ }
981
+ /**
982
+ * Defines values for QuotaUsageStatus. \
983
+ * {@link KnownQuotaUsageStatus} can be used interchangeably with QuotaUsageStatus,
984
+ * this enum contains the known values that the service supports.
985
+ * ### Known values supported by the service
986
+ * **Included** \
987
+ * **Blocked** \
988
+ * **InOverage** \
989
+ * **Unknown**
990
+ */
991
+ export declare type QuotaUsageStatus = string;
992
+ /** Known values of {@link Origin} that the service accepts. */
993
+ export declare enum KnownOrigin {
994
+ User = "user",
995
+ System = "system",
996
+ UserSystem = "user,system"
997
+ }
998
+ /**
999
+ * Defines values for Origin. \
1000
+ * {@link KnownOrigin} can be used interchangeably with Origin,
1001
+ * this enum contains the known values that the service supports.
1002
+ * ### Known values supported by the service
1003
+ * **user** \
1004
+ * **system** \
1005
+ * **user,system**
1006
+ */
1007
+ export declare type Origin = string;
1008
+ /** Known values of {@link ActionType} that the service accepts. */
1009
+ export declare enum KnownActionType {
1010
+ Internal = "Internal"
1011
+ }
1012
+ /**
1013
+ * Defines values for ActionType. \
1014
+ * {@link KnownActionType} can be used interchangeably with ActionType,
1015
+ * this enum contains the known values that the service supports.
1016
+ * ### Known values supported by the service
1017
+ * **Internal**
1018
+ */
1019
+ export declare type ActionType = string;
1020
+ /** Known values of {@link HostingModel} that the service accepts. */
1021
+ export declare enum KnownHostingModel {
1022
+ Web = "Web",
1023
+ ConnectedContainer = "ConnectedContainer",
1024
+ DisconnectedContainer = "DisconnectedContainer"
1025
+ }
1026
+ /**
1027
+ * Defines values for HostingModel. \
1028
+ * {@link KnownHostingModel} can be used interchangeably with HostingModel,
1029
+ * this enum contains the known values that the service supports.
1030
+ * ### Known values supported by the service
1031
+ * **Web** \
1032
+ * **ConnectedContainer** \
1033
+ * **DisconnectedContainer**
1034
+ */
1035
+ export declare type HostingModel = string;
1036
+ /** Known values of {@link DeploymentProvisioningState} that the service accepts. */
1037
+ export declare enum KnownDeploymentProvisioningState {
1038
+ Accepted = "Accepted",
1039
+ Creating = "Creating",
1040
+ Deleting = "Deleting",
1041
+ Moving = "Moving",
1042
+ Failed = "Failed",
1043
+ Succeeded = "Succeeded"
1044
+ }
1045
+ /**
1046
+ * Defines values for DeploymentProvisioningState. \
1047
+ * {@link KnownDeploymentProvisioningState} can be used interchangeably with DeploymentProvisioningState,
1048
+ * this enum contains the known values that the service supports.
1049
+ * ### Known values supported by the service
1050
+ * **Accepted** \
1051
+ * **Creating** \
1052
+ * **Deleting** \
1053
+ * **Moving** \
1054
+ * **Failed** \
1055
+ * **Succeeded**
1056
+ */
1057
+ export declare type DeploymentProvisioningState = string;
1058
+ /** Known values of {@link DeploymentScaleType} that the service accepts. */
1059
+ export declare enum KnownDeploymentScaleType {
1060
+ Manual = "Manual"
1061
+ }
1062
+ /**
1063
+ * Defines values for DeploymentScaleType. \
1064
+ * {@link KnownDeploymentScaleType} can be used interchangeably with DeploymentScaleType,
1065
+ * this enum contains the known values that the service supports.
1066
+ * ### Known values supported by the service
1067
+ * **Manual**
1068
+ */
1069
+ export declare type DeploymentScaleType = string;
1070
+ /** Defines values for ResourceIdentityType. */
1071
+ export declare type ResourceIdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
1072
+ /** Defines values for KeyName. */
1073
+ export declare type KeyName = "Key1" | "Key2";
1074
+ /** Defines values for ResourceSkuRestrictionsType. */
1075
+ export declare type ResourceSkuRestrictionsType = "Location" | "Zone";
1076
+ /** Optional parameters. */
1077
+ export interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
1078
+ /** Delay to wait until next poll, in milliseconds. */
1079
+ updateIntervalInMs?: number;
1080
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1081
+ resumeFrom?: string;
1082
+ }
1083
+ /** Contains response data for the create operation. */
1084
+ export declare type AccountsCreateResponse = Account;
1085
+ /** Optional parameters. */
1086
+ export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
1087
+ /** Delay to wait until next poll, in milliseconds. */
1088
+ updateIntervalInMs?: number;
1089
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1090
+ resumeFrom?: string;
1091
+ }
1092
+ /** Contains response data for the update operation. */
1093
+ export declare type AccountsUpdateResponse = Account;
1094
+ /** Optional parameters. */
1095
+ export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
1096
+ /** Delay to wait until next poll, in milliseconds. */
1097
+ updateIntervalInMs?: number;
1098
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1099
+ resumeFrom?: string;
1100
+ }
1101
+ /** Optional parameters. */
1102
+ export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
1103
+ }
1104
+ /** Contains response data for the get operation. */
1105
+ export declare type AccountsGetResponse = Account;
1106
+ /** Optional parameters. */
1107
+ export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1108
+ }
1109
+ /** Contains response data for the listByResourceGroup operation. */
1110
+ export declare type AccountsListByResourceGroupResponse = AccountListResult;
1111
+ /** Optional parameters. */
1112
+ export interface AccountsListOptionalParams extends coreClient.OperationOptions {
1113
+ }
1114
+ /** Contains response data for the list operation. */
1115
+ export declare type AccountsListResponse = AccountListResult;
1116
+ /** Optional parameters. */
1117
+ export interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
1118
+ }
1119
+ /** Contains response data for the listKeys operation. */
1120
+ export declare type AccountsListKeysResponse = ApiKeys;
1121
+ /** Optional parameters. */
1122
+ export interface AccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
1123
+ }
1124
+ /** Contains response data for the regenerateKey operation. */
1125
+ export declare type AccountsRegenerateKeyResponse = ApiKeys;
1126
+ /** Optional parameters. */
1127
+ export interface AccountsListSkusOptionalParams extends coreClient.OperationOptions {
1128
+ }
1129
+ /** Contains response data for the listSkus operation. */
1130
+ export declare type AccountsListSkusResponse = AccountSkuListResult;
1131
+ /** Optional parameters. */
1132
+ export interface AccountsListUsagesOptionalParams extends coreClient.OperationOptions {
1133
+ /** An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names). */
1134
+ filter?: string;
1135
+ }
1136
+ /** Contains response data for the listUsages operation. */
1137
+ export declare type AccountsListUsagesResponse = UsageListResult;
1138
+ /** Optional parameters. */
1139
+ export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1140
+ }
1141
+ /** Contains response data for the listByResourceGroupNext operation. */
1142
+ export declare type AccountsListByResourceGroupNextResponse = AccountListResult;
1143
+ /** Optional parameters. */
1144
+ export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
1145
+ }
1146
+ /** Contains response data for the listNext operation. */
1147
+ export declare type AccountsListNextResponse = AccountListResult;
1148
+ /** Optional parameters. */
1149
+ export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
1150
+ }
1151
+ /** Contains response data for the get operation. */
1152
+ export declare type DeletedAccountsGetResponse = Account;
1153
+ /** Optional parameters. */
1154
+ export interface DeletedAccountsPurgeOptionalParams extends coreClient.OperationOptions {
1155
+ /** Delay to wait until next poll, in milliseconds. */
1156
+ updateIntervalInMs?: number;
1157
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1158
+ resumeFrom?: string;
1159
+ }
1160
+ /** Optional parameters. */
1161
+ export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
1162
+ }
1163
+ /** Contains response data for the list operation. */
1164
+ export declare type DeletedAccountsListResponse = AccountListResult;
1165
+ /** Optional parameters. */
1166
+ export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
1167
+ }
1168
+ /** Contains response data for the listNext operation. */
1169
+ export declare type DeletedAccountsListNextResponse = AccountListResult;
1170
+ /** Optional parameters. */
1171
+ export interface ResourceSkusListOptionalParams extends coreClient.OperationOptions {
1172
+ }
1173
+ /** Contains response data for the list operation. */
1174
+ export declare type ResourceSkusListResponse = ResourceSkuListResult;
1175
+ /** Optional parameters. */
1176
+ export interface ResourceSkusListNextOptionalParams extends coreClient.OperationOptions {
1177
+ }
1178
+ /** Contains response data for the listNext operation. */
1179
+ export declare type ResourceSkusListNextResponse = ResourceSkuListResult;
1180
+ /** Optional parameters. */
1181
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1182
+ }
1183
+ /** Contains response data for the list operation. */
1184
+ export declare type OperationsListResponse = OperationListResult;
1185
+ /** Optional parameters. */
1186
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1187
+ }
1188
+ /** Contains response data for the listNext operation. */
1189
+ export declare type OperationsListNextResponse = OperationListResult;
1190
+ /** Optional parameters. */
1191
+ export interface CheckSkuAvailabilityOptionalParams extends coreClient.OperationOptions {
1192
+ }
1193
+ /** Contains response data for the checkSkuAvailability operation. */
1194
+ export declare type CheckSkuAvailabilityResponse = SkuAvailabilityListResult;
1195
+ /** Optional parameters. */
1196
+ export interface CheckDomainAvailabilityOptionalParams extends coreClient.OperationOptions {
1197
+ /** The Kind of the resource. */
1198
+ kind?: string;
1199
+ }
1200
+ /** Contains response data for the checkDomainAvailability operation. */
1201
+ export declare type CheckDomainAvailabilityResponse = DomainAvailability;
1202
+ /** Optional parameters. */
1203
+ export interface CommitmentTiersListOptionalParams extends coreClient.OperationOptions {
1204
+ }
1205
+ /** Contains response data for the list operation. */
1206
+ export declare type CommitmentTiersListResponse = CommitmentTierListResult;
1207
+ /** Optional parameters. */
1208
+ export interface CommitmentTiersListNextOptionalParams extends coreClient.OperationOptions {
1209
+ }
1210
+ /** Contains response data for the listNext operation. */
1211
+ export declare type CommitmentTiersListNextResponse = CommitmentTierListResult;
1212
+ /** Optional parameters. */
1213
+ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1214
+ }
1215
+ /** Contains response data for the list operation. */
1216
+ export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1217
+ /** Optional parameters. */
1218
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1219
+ }
1220
+ /** Contains response data for the get operation. */
1221
+ export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1222
+ /** Optional parameters. */
1223
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1224
+ /** Delay to wait until next poll, in milliseconds. */
1225
+ updateIntervalInMs?: number;
1226
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1227
+ resumeFrom?: string;
1228
+ }
1229
+ /** Contains response data for the createOrUpdate operation. */
1230
+ export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1231
+ /** Optional parameters. */
1232
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1233
+ /** Delay to wait until next poll, in milliseconds. */
1234
+ updateIntervalInMs?: number;
1235
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1236
+ resumeFrom?: string;
1237
+ }
1238
+ /** Optional parameters. */
1239
+ export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
1240
+ }
1241
+ /** Contains response data for the list operation. */
1242
+ export declare type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
1243
+ /** Optional parameters. */
1244
+ export interface DeploymentsListOptionalParams extends coreClient.OperationOptions {
1245
+ }
1246
+ /** Contains response data for the list operation. */
1247
+ export declare type DeploymentsListResponse = DeploymentListResult;
1248
+ /** Optional parameters. */
1249
+ export interface DeploymentsGetOptionalParams extends coreClient.OperationOptions {
1250
+ }
1251
+ /** Contains response data for the get operation. */
1252
+ export declare type DeploymentsGetResponse = Deployment;
1253
+ /** Optional parameters. */
1254
+ export interface DeploymentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1255
+ /** Delay to wait until next poll, in milliseconds. */
1256
+ updateIntervalInMs?: number;
1257
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1258
+ resumeFrom?: string;
1259
+ }
1260
+ /** Contains response data for the createOrUpdate operation. */
1261
+ export declare type DeploymentsCreateOrUpdateResponse = Deployment;
1262
+ /** Optional parameters. */
1263
+ export interface DeploymentsDeleteOptionalParams extends coreClient.OperationOptions {
1264
+ /** Delay to wait until next poll, in milliseconds. */
1265
+ updateIntervalInMs?: number;
1266
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1267
+ resumeFrom?: string;
1268
+ }
1269
+ /** Optional parameters. */
1270
+ export interface DeploymentsListNextOptionalParams extends coreClient.OperationOptions {
1271
+ }
1272
+ /** Contains response data for the listNext operation. */
1273
+ export declare type DeploymentsListNextResponse = DeploymentListResult;
1274
+ /** Optional parameters. */
1275
+ export interface CommitmentPlansListOptionalParams extends coreClient.OperationOptions {
1276
+ }
1277
+ /** Contains response data for the list operation. */
1278
+ export declare type CommitmentPlansListResponse = CommitmentPlanListResult;
1279
+ /** Optional parameters. */
1280
+ export interface CommitmentPlansGetOptionalParams extends coreClient.OperationOptions {
1281
+ }
1282
+ /** Contains response data for the get operation. */
1283
+ export declare type CommitmentPlansGetResponse = CommitmentPlan;
1284
+ /** Optional parameters. */
1285
+ export interface CommitmentPlansCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1286
+ }
1287
+ /** Contains response data for the createOrUpdate operation. */
1288
+ export declare type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
1289
+ /** Optional parameters. */
1290
+ export interface CommitmentPlansDeleteOptionalParams extends coreClient.OperationOptions {
1291
+ /** Delay to wait until next poll, in milliseconds. */
1292
+ updateIntervalInMs?: number;
1293
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1294
+ resumeFrom?: string;
1295
+ }
1296
+ /** Optional parameters. */
1297
+ export interface CommitmentPlansListNextOptionalParams extends coreClient.OperationOptions {
1298
+ }
1299
+ /** Contains response data for the listNext operation. */
1300
+ export declare type CommitmentPlansListNextResponse = CommitmentPlanListResult;
1301
+ /** Optional parameters. */
1302
+ export interface CognitiveServicesManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1303
+ /** server parameter */
1304
+ $host?: string;
1305
+ /** Api Version */
1306
+ apiVersion?: string;
1307
+ /** Overrides client endpoint. */
1308
+ endpoint?: string;
1309
+ }
1310
+ //# sourceMappingURL=index.d.ts.map