@azure/arm-domainregistration 1.0.0-alpha.20251120.1

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 (248) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +115 -0
  3. package/dist/browser/domainRegistrationManagementClient.d.ts +24 -0
  4. package/dist/browser/domainRegistrationManagementClient.d.ts.map +1 -0
  5. package/dist/browser/domainRegistrationManagementClient.js +103 -0
  6. package/dist/browser/domainRegistrationManagementClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +10 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +20 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +3096 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +219 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +147 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +6638 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +19 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +150 -0
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/domainRegistrationProvider.d.ts +34 -0
  28. package/dist/browser/operations/domainRegistrationProvider.d.ts.map +1 -0
  29. package/dist/browser/operations/domainRegistrationProvider.js +113 -0
  30. package/dist/browser/operations/domainRegistrationProvider.js.map +1 -0
  31. package/dist/browser/operations/domains.d.ts +199 -0
  32. package/dist/browser/operations/domains.d.ts.map +1 -0
  33. package/dist/browser/operations/domains.js +859 -0
  34. package/dist/browser/operations/domains.js.map +1 -0
  35. package/dist/browser/operations/index.d.ts +4 -0
  36. package/dist/browser/operations/index.d.ts.map +1 -0
  37. package/dist/browser/operations/index.js +8 -0
  38. package/dist/browser/operations/index.js.map +1 -0
  39. package/dist/browser/operations/topLevelDomains.d.ts +62 -0
  40. package/dist/browser/operations/topLevelDomains.d.ts.map +1 -0
  41. package/dist/browser/operations/topLevelDomains.js +239 -0
  42. package/dist/browser/operations/topLevelDomains.js.map +1 -0
  43. package/dist/browser/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  44. package/dist/browser/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/domainRegistrationProvider.js +4 -0
  46. package/dist/browser/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/domains.d.ts +130 -0
  48. package/dist/browser/operationsInterfaces/domains.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/domains.js +4 -0
  50. package/dist/browser/operationsInterfaces/domains.js.map +1 -0
  51. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  52. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/index.js +8 -0
  54. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  55. package/dist/browser/operationsInterfaces/topLevelDomains.d.ts +24 -0
  56. package/dist/browser/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  57. package/dist/browser/operationsInterfaces/topLevelDomains.js +4 -0
  58. package/dist/browser/operationsInterfaces/topLevelDomains.js.map +1 -0
  59. package/dist/browser/package.json +3 -0
  60. package/dist/browser/pagingHelper.d.ts +13 -0
  61. package/dist/browser/pagingHelper.d.ts.map +1 -0
  62. package/dist/browser/pagingHelper.js +25 -0
  63. package/dist/browser/pagingHelper.js.map +1 -0
  64. package/dist/commonjs/domainRegistrationManagementClient.d.ts +24 -0
  65. package/dist/commonjs/domainRegistrationManagementClient.d.ts.map +1 -0
  66. package/dist/commonjs/domainRegistrationManagementClient.js +108 -0
  67. package/dist/commonjs/domainRegistrationManagementClient.js.map +1 -0
  68. package/dist/commonjs/index.d.ts +5 -0
  69. package/dist/commonjs/index.d.ts.map +1 -0
  70. package/dist/commonjs/index.js +16 -0
  71. package/dist/commonjs/index.js.map +1 -0
  72. package/dist/commonjs/lroImpl.d.ts +11 -0
  73. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  74. package/dist/commonjs/lroImpl.js +23 -0
  75. package/dist/commonjs/lroImpl.js.map +1 -0
  76. package/dist/commonjs/models/index.d.ts +3096 -0
  77. package/dist/commonjs/models/index.d.ts.map +1 -0
  78. package/dist/commonjs/models/index.js +222 -0
  79. package/dist/commonjs/models/index.js.map +1 -0
  80. package/dist/commonjs/models/mappers.d.ts +147 -0
  81. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  82. package/dist/commonjs/models/mappers.js +6643 -0
  83. package/dist/commonjs/models/mappers.js.map +1 -0
  84. package/dist/commonjs/models/parameters.d.ts +19 -0
  85. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  86. package/dist/commonjs/models/parameters.js +153 -0
  87. package/dist/commonjs/models/parameters.js.map +1 -0
  88. package/dist/commonjs/operations/domainRegistrationProvider.d.ts +34 -0
  89. package/dist/commonjs/operations/domainRegistrationProvider.d.ts.map +1 -0
  90. package/dist/commonjs/operations/domainRegistrationProvider.js +118 -0
  91. package/dist/commonjs/operations/domainRegistrationProvider.js.map +1 -0
  92. package/dist/commonjs/operations/domains.d.ts +199 -0
  93. package/dist/commonjs/operations/domains.d.ts.map +1 -0
  94. package/dist/commonjs/operations/domains.js +864 -0
  95. package/dist/commonjs/operations/domains.js.map +1 -0
  96. package/dist/commonjs/operations/index.d.ts +4 -0
  97. package/dist/commonjs/operations/index.d.ts.map +1 -0
  98. package/dist/commonjs/operations/index.js +11 -0
  99. package/dist/commonjs/operations/index.js.map +1 -0
  100. package/dist/commonjs/operations/topLevelDomains.d.ts +62 -0
  101. package/dist/commonjs/operations/topLevelDomains.d.ts.map +1 -0
  102. package/dist/commonjs/operations/topLevelDomains.js +244 -0
  103. package/dist/commonjs/operations/topLevelDomains.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  105. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.js +5 -0
  107. package/dist/commonjs/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/domains.d.ts +130 -0
  109. package/dist/commonjs/operationsInterfaces/domains.d.ts.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/domains.js +5 -0
  111. package/dist/commonjs/operationsInterfaces/domains.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  113. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/index.js +11 -0
  115. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/topLevelDomains.d.ts +24 -0
  117. package/dist/commonjs/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/topLevelDomains.js +5 -0
  119. package/dist/commonjs/operationsInterfaces/topLevelDomains.js.map +1 -0
  120. package/dist/commonjs/package.json +3 -0
  121. package/dist/commonjs/pagingHelper.d.ts +13 -0
  122. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  123. package/dist/commonjs/pagingHelper.js +29 -0
  124. package/dist/commonjs/pagingHelper.js.map +1 -0
  125. package/dist/commonjs/tsdoc-metadata.json +11 -0
  126. package/dist/esm/domainRegistrationManagementClient.d.ts +24 -0
  127. package/dist/esm/domainRegistrationManagementClient.d.ts.map +1 -0
  128. package/dist/esm/domainRegistrationManagementClient.js +103 -0
  129. package/dist/esm/domainRegistrationManagementClient.js.map +1 -0
  130. package/dist/esm/index.d.ts +5 -0
  131. package/dist/esm/index.d.ts.map +1 -0
  132. package/dist/esm/index.js +10 -0
  133. package/dist/esm/index.js.map +1 -0
  134. package/dist/esm/lroImpl.d.ts +11 -0
  135. package/dist/esm/lroImpl.d.ts.map +1 -0
  136. package/dist/esm/lroImpl.js +20 -0
  137. package/dist/esm/lroImpl.js.map +1 -0
  138. package/dist/esm/models/index.d.ts +3096 -0
  139. package/dist/esm/models/index.d.ts.map +1 -0
  140. package/dist/esm/models/index.js +219 -0
  141. package/dist/esm/models/index.js.map +1 -0
  142. package/dist/esm/models/mappers.d.ts +147 -0
  143. package/dist/esm/models/mappers.d.ts.map +1 -0
  144. package/dist/esm/models/mappers.js +6638 -0
  145. package/dist/esm/models/mappers.js.map +1 -0
  146. package/dist/esm/models/parameters.d.ts +19 -0
  147. package/dist/esm/models/parameters.d.ts.map +1 -0
  148. package/dist/esm/models/parameters.js +150 -0
  149. package/dist/esm/models/parameters.js.map +1 -0
  150. package/dist/esm/operations/domainRegistrationProvider.d.ts +34 -0
  151. package/dist/esm/operations/domainRegistrationProvider.d.ts.map +1 -0
  152. package/dist/esm/operations/domainRegistrationProvider.js +113 -0
  153. package/dist/esm/operations/domainRegistrationProvider.js.map +1 -0
  154. package/dist/esm/operations/domains.d.ts +199 -0
  155. package/dist/esm/operations/domains.d.ts.map +1 -0
  156. package/dist/esm/operations/domains.js +859 -0
  157. package/dist/esm/operations/domains.js.map +1 -0
  158. package/dist/esm/operations/index.d.ts +4 -0
  159. package/dist/esm/operations/index.d.ts.map +1 -0
  160. package/dist/esm/operations/index.js +8 -0
  161. package/dist/esm/operations/index.js.map +1 -0
  162. package/dist/esm/operations/topLevelDomains.d.ts +62 -0
  163. package/dist/esm/operations/topLevelDomains.d.ts.map +1 -0
  164. package/dist/esm/operations/topLevelDomains.js +239 -0
  165. package/dist/esm/operations/topLevelDomains.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  167. package/dist/esm/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/domainRegistrationProvider.js +4 -0
  169. package/dist/esm/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/domains.d.ts +130 -0
  171. package/dist/esm/operationsInterfaces/domains.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/domains.js +4 -0
  173. package/dist/esm/operationsInterfaces/domains.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  175. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/index.js +8 -0
  177. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/topLevelDomains.d.ts +24 -0
  179. package/dist/esm/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/topLevelDomains.js +4 -0
  181. package/dist/esm/operationsInterfaces/topLevelDomains.js.map +1 -0
  182. package/dist/esm/package.json +3 -0
  183. package/dist/esm/pagingHelper.d.ts +13 -0
  184. package/dist/esm/pagingHelper.d.ts.map +1 -0
  185. package/dist/esm/pagingHelper.js +25 -0
  186. package/dist/esm/pagingHelper.js.map +1 -0
  187. package/dist/react-native/domainRegistrationManagementClient.d.ts +24 -0
  188. package/dist/react-native/domainRegistrationManagementClient.d.ts.map +1 -0
  189. package/dist/react-native/domainRegistrationManagementClient.js +103 -0
  190. package/dist/react-native/domainRegistrationManagementClient.js.map +1 -0
  191. package/dist/react-native/index.d.ts +5 -0
  192. package/dist/react-native/index.d.ts.map +1 -0
  193. package/dist/react-native/index.js +10 -0
  194. package/dist/react-native/index.js.map +1 -0
  195. package/dist/react-native/lroImpl.d.ts +11 -0
  196. package/dist/react-native/lroImpl.d.ts.map +1 -0
  197. package/dist/react-native/lroImpl.js +20 -0
  198. package/dist/react-native/lroImpl.js.map +1 -0
  199. package/dist/react-native/models/index.d.ts +3096 -0
  200. package/dist/react-native/models/index.d.ts.map +1 -0
  201. package/dist/react-native/models/index.js +219 -0
  202. package/dist/react-native/models/index.js.map +1 -0
  203. package/dist/react-native/models/mappers.d.ts +147 -0
  204. package/dist/react-native/models/mappers.d.ts.map +1 -0
  205. package/dist/react-native/models/mappers.js +6638 -0
  206. package/dist/react-native/models/mappers.js.map +1 -0
  207. package/dist/react-native/models/parameters.d.ts +19 -0
  208. package/dist/react-native/models/parameters.d.ts.map +1 -0
  209. package/dist/react-native/models/parameters.js +150 -0
  210. package/dist/react-native/models/parameters.js.map +1 -0
  211. package/dist/react-native/operations/domainRegistrationProvider.d.ts +34 -0
  212. package/dist/react-native/operations/domainRegistrationProvider.d.ts.map +1 -0
  213. package/dist/react-native/operations/domainRegistrationProvider.js +113 -0
  214. package/dist/react-native/operations/domainRegistrationProvider.js.map +1 -0
  215. package/dist/react-native/operations/domains.d.ts +199 -0
  216. package/dist/react-native/operations/domains.d.ts.map +1 -0
  217. package/dist/react-native/operations/domains.js +859 -0
  218. package/dist/react-native/operations/domains.js.map +1 -0
  219. package/dist/react-native/operations/index.d.ts +4 -0
  220. package/dist/react-native/operations/index.d.ts.map +1 -0
  221. package/dist/react-native/operations/index.js +8 -0
  222. package/dist/react-native/operations/index.js.map +1 -0
  223. package/dist/react-native/operations/topLevelDomains.d.ts +62 -0
  224. package/dist/react-native/operations/topLevelDomains.d.ts.map +1 -0
  225. package/dist/react-native/operations/topLevelDomains.js +239 -0
  226. package/dist/react-native/operations/topLevelDomains.js.map +1 -0
  227. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.d.ts +12 -0
  228. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
  229. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.js +4 -0
  230. package/dist/react-native/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
  231. package/dist/react-native/operationsInterfaces/domains.d.ts +130 -0
  232. package/dist/react-native/operationsInterfaces/domains.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/domains.js +4 -0
  234. package/dist/react-native/operationsInterfaces/domains.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  236. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/index.js +8 -0
  238. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/topLevelDomains.d.ts +24 -0
  240. package/dist/react-native/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/topLevelDomains.js +4 -0
  242. package/dist/react-native/operationsInterfaces/topLevelDomains.js.map +1 -0
  243. package/dist/react-native/package.json +3 -0
  244. package/dist/react-native/pagingHelper.d.ts +13 -0
  245. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  246. package/dist/react-native/pagingHelper.js +25 -0
  247. package/dist/react-native/pagingHelper.js.map +1 -0
  248. package/package.json +135 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** Collection of Azure resource manager operation metadata. */\nexport interface CsmOperationCollection {\n /** Collection of resources. */\n value: CsmOperationDescription[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of an operation available for Microsoft.Web resource provider. */\nexport interface CsmOperationDescription {\n name?: string;\n isDataAction?: boolean;\n /** Meta data about operation used for display in portal. */\n display?: CsmOperationDisplay;\n origin?: string;\n /** Properties available for a Microsoft.Web resource provider operation. */\n properties?: CsmOperationDescriptionProperties;\n}\n\n/** Meta data about operation used for display in portal. */\nexport interface CsmOperationDisplay {\n provider?: string;\n resource?: string;\n operation?: string;\n description?: string;\n}\n\n/** Properties available for a Microsoft.Web resource provider operation. */\nexport interface CsmOperationDescriptionProperties {\n /** Resource metrics service provided by Microsoft.Insights resource provider. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** Resource metrics service provided by Microsoft.Insights resource provider. */\nexport interface ServiceSpecification {\n metricSpecifications?: MetricSpecification[];\n logSpecifications?: LogSpecification[];\n}\n\n/** Definition of a single resource metric. */\nexport interface MetricSpecification {\n name?: string;\n displayName?: string;\n displayDescription?: string;\n unit?: string;\n aggregationType?: string;\n supportsInstanceLevelAggregation?: boolean;\n enableRegionalMdmAccount?: boolean;\n sourceMdmAccount?: string;\n sourceMdmNamespace?: string;\n metricFilterPattern?: string;\n fillGapWithZero?: boolean;\n isInternal?: boolean;\n dimensions?: Dimension[];\n category?: string;\n availabilities?: MetricAvailability[];\n supportedTimeGrainTypes?: string[];\n supportedAggregationTypes?: string[];\n}\n\n/**\n * Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app,\n * where instance name is dimension of the metric HTTP request\n */\nexport interface Dimension {\n name?: string;\n displayName?: string;\n internalName?: string;\n toBeExportedForShoebox?: boolean;\n}\n\n/** Retention policy of a resource metric. */\nexport interface MetricAvailability {\n timeGrain?: string;\n blobDuration?: string;\n}\n\n/** Log Definition of a single resource metric. */\nexport interface LogSpecification {\n name?: string;\n displayName?: string;\n blobDuration?: string;\n logFilterPattern?: string;\n}\n\n/** App Service error response. */\nexport interface DefaultErrorResponse {\n /**\n * Error model.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: DefaultErrorResponseError;\n}\n\n/** Error model. */\nexport interface DefaultErrorResponseError {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n details?: DefaultErrorResponseErrorDetailsItem[];\n /**\n * More information to debug error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innererror?: string;\n}\n\n/** Detailed errors. */\nexport interface DefaultErrorResponseErrorDetailsItem {\n /**\n * Standardized string to programmatically identify the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Detailed error description and debugging information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n}\n\n/** Identifies an object. */\nexport interface NameIdentifier {\n /** Name of the object. */\n name?: string;\n}\n\n/** Domain availability check result. */\nexport interface DomainAvailabilityCheckResult {\n /** Name of the domain. */\n name?: string;\n /** <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>. */\n available?: boolean;\n /** Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. */\n domainType?: DomainType;\n}\n\n/** Collection of domains. */\nexport interface DomainCollection {\n /** Collection of resources. */\n value: Domain[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/**\n * Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois\n * directories as per ICANN requirements.\n */\nexport interface Contact {\n /** Mailing address. */\n addressMailing?: Address;\n /** Email address. */\n email: string;\n /** Fax number. */\n fax?: string;\n /** Job title. */\n jobTitle?: string;\n /** First name. */\n nameFirst: string;\n /** Last name. */\n nameLast: string;\n /** Middle name. */\n nameMiddle?: string;\n /** Organization contact belongs to. */\n organization?: string;\n /** Phone number. */\n phone: string;\n}\n\n/** Address information for domain registration. */\nexport interface Address {\n /** First line of an Address. */\n address1: string;\n /** The second line of the Address. Optional. */\n address2?: string;\n /** The city for the address. */\n city: string;\n /** The country for the address. */\n country: string;\n /** The postal code for the address. */\n postalCode: string;\n /** The state or province for the address. */\n state: string;\n}\n\n/** Details of a hostname derived from a domain. */\nexport interface HostName {\n /** Name of the hostname. */\n name?: string;\n /** List of apps the hostname is assigned to. This list will have more than one app only if the hostname is pointing to a Traffic Manager. */\n siteNames?: string[];\n /** Name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name. */\n azureResourceName?: string;\n /** Type of the Azure resource the hostname is assigned to. */\n azureResourceType?: AzureResourceType;\n /** Type of the DNS record. */\n customHostNameDnsRecordType?: CustomHostNameDnsRecordType;\n /** Type of the hostname. */\n hostNameType?: HostNameType;\n}\n\n/** Domain purchase consent object, representing acceptance of applicable legal agreements. */\nexport interface DomainPurchaseConsent {\n /** List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under <code>TopLevelDomain</code> resource. */\n agreementKeys?: string[];\n /** Client IP address. */\n agreedBy?: string;\n /** Timestamp when the agreements were accepted. */\n agreedAt?: Date;\n}\n\n/** Azure resource. This resource is tracked in Azure Resource Manager */\nexport interface Resource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. */\n kind?: string;\n /** Resource Location. */\n location: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Single sign-on request information for domain management. */\nexport interface DomainControlCenterSsoRequest {\n /**\n * URL where the single sign-on request is to be made.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly url?: string;\n /**\n * Post parameter key.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly postParameterKey?: string;\n /**\n * Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly postParameterValue?: string;\n}\n\n/** Domain recommendation search parameters. */\nexport interface DomainRecommendationSearchParameters {\n /** Keywords to be used for generating domain recommendations. */\n keywords?: string;\n /** Maximum number of recommendations. */\n maxDomainRecommendations?: number;\n}\n\n/** Collection of domain name identifiers. */\nexport interface NameIdentifierCollection {\n /** Collection of resources. */\n value: NameIdentifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Azure proxy only resource. This resource is not tracked by Azure Resource Manager. */\nexport interface ProxyOnlyResource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource Name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Kind of resource. */\n kind?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of domain ownership identifiers. */\nexport interface DomainOwnershipIdentifierCollection {\n /** Collection of resources. */\n value: DomainOwnershipIdentifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Collection of Top-level domains. */\nexport interface TopLevelDomainCollection {\n /** Collection of resources. */\n value: TopLevelDomain[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Options for retrieving the list of top level domain legal agreements. */\nexport interface TopLevelDomainAgreementOption {\n /** If <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>. */\n includePrivacy?: boolean;\n /** If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>. */\n forTransfer?: boolean;\n}\n\n/** Collection of top-level domain legal agreements. */\nexport interface TldLegalAgreementCollection {\n /** Collection of resources. */\n value: TldLegalAgreement[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Legal agreement for a top level domain. */\nexport interface TldLegalAgreement {\n /** Unique identifier for the agreement. */\n agreementKey: string;\n /** Agreement title. */\n title: string;\n /** Agreement details. */\n content: string;\n /** URL where a copy of the agreement details is hosted. */\n url?: string;\n}\n\n/** Information about the formal API definition for the app. */\nexport interface ApiDefinitionInfo {\n /** The URL of the API definition. */\n url?: string;\n}\n\n/** Azure API management (APIM) configuration linked to the app. */\nexport interface ApiManagementConfig {\n /** APIM-Api Identifier. */\n id?: string;\n}\n\n/** Description of an App Service Environment. */\nexport interface AppServiceEnvironment {\n /**\n * Provisioning state of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Current status of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: HostingEnvironmentStatus;\n /** Description of the Virtual Network. */\n virtualNetwork: VirtualNetworkProfile;\n /** Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. */\n internalLoadBalancingMode?: LoadBalancingMode;\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\n /**\n * Number of front-end instances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly multiRoleCount?: number;\n /** Number of IP SSL addresses reserved for the App Service Environment. */\n ipsslAddressCount?: number;\n /** DNS suffix of the App Service Environment. */\n dnsSuffix?: string;\n /**\n * Maximum number of VMs in the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfMachines?: number;\n /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /**\n * <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n * (most likely because NSG blocked the incoming traffic).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspended?: boolean;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: NameValuePair[];\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: string[];\n /**\n * Flag that displays whether an ASE has linux workers or not\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hasLinuxWorkers?: boolean;\n /** Upgrade Preference */\n upgradePreference?: UpgradePreference;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n /** Full view of the custom domain suffix configuration for ASEv3. */\n customDnsSuffixConfiguration?: CustomDnsSuffixConfiguration;\n /** Full view of networking configuration for an ASE. */\n networkingConfiguration?: AseV3NetworkingConfiguration;\n /**\n * Whether an upgrade is available for this App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly upgradeAvailability?: UpgradeAvailability;\n}\n\n/** Specification for using a Virtual Network. */\nexport interface VirtualNetworkProfile {\n /** Resource id of the Virtual Network. */\n id: string;\n /**\n * Name of the Virtual Network (read-only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the Virtual Network (read-only).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Subnet within the Virtual Network. */\n subnet?: string;\n}\n\n/** Name value pair. */\nexport interface NameValuePair {\n /** Pair name. */\n name?: string;\n /** Pair value. */\n value?: string;\n}\n\n/** Specification for an App Service Environment to use for this resource. */\nexport interface HostingEnvironmentProfile {\n /** Resource ID of the App Service Environment. */\n id?: string;\n /**\n * Name of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the App Service Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Specification for a Kubernetes Environment to use for this resource. */\nexport interface KubeEnvironmentProfile {\n /** Resource ID of the Kubernetes Environment. */\n id?: string;\n /**\n * Name of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type of the Kubernetes Environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Description of a SKU for a scalable resource. */\nexport interface SkuDescription {\n /** Name of the resource SKU. */\n name?: string;\n /** Service tier of the resource SKU. */\n tier?: string;\n /** Size specifier of the resource SKU. */\n size?: string;\n /** Family code of the resource SKU. */\n family?: string;\n /** Current number of instances assigned to the resource. */\n capacity?: number;\n /** Min, max, and default scale values of the SKU. */\n skuCapacity?: SkuCapacity;\n /** Locations of the SKU. */\n locations?: string[];\n /** Capabilities of the SKU, e.g., is traffic manager enabled? */\n capabilities?: Capability[];\n}\n\n/** Description of the App Service plan scale options. */\nexport interface SkuCapacity {\n /** Minimum number of workers for this App Service plan SKU. */\n minimum?: number;\n /** Maximum number of workers for this App Service plan SKU. */\n maximum?: number;\n /** Maximum number of Elastic workers for this App Service plan SKU. */\n elasticMaximum?: number;\n /** Default number of workers for this App Service plan SKU. */\n default?: number;\n /** Available scale configurations for an App Service plan. */\n scaleType?: string;\n}\n\n/** Describes the capabilities/features allowed for a specific SKU. */\nexport interface Capability {\n /** Name of the SKU capability. */\n name?: string;\n /** Value of the SKU capability. */\n value?: string;\n /** Reason of the SKU capability. */\n reason?: string;\n}\n\n/** Extended Location. */\nexport interface ExtendedLocation {\n /** Name of extended location. */\n name?: string;\n /**\n * Type of extended location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Collection of App Service plans. */\nexport interface AppServicePlanCollection {\n /** Collection of resources. */\n value: AppServicePlan[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A wrapper for an ARM resource id */\nexport interface ArmIdWrapper {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly id?: string;\n}\n\n/** Actions which to take by the auto-heal module when a rule is triggered. */\nexport interface AutoHealActions {\n /** Predefined action to be taken. */\n actionType?: AutoHealActionType;\n /** Custom action to be taken. */\n customAction?: AutoHealCustomAction;\n /**\n * Minimum time the process must execute\n * before taking the action\n */\n minProcessExecutionTime?: string;\n}\n\n/**\n * Custom action to be executed\n * when an auto heal rule is triggered.\n */\nexport interface AutoHealCustomAction {\n /** Executable to be run. */\n exe?: string;\n /** Parameters for the executable. */\n parameters?: string;\n}\n\n/** Rules that can be defined for auto-heal. */\nexport interface AutoHealRules {\n /** Conditions that describe when to execute the auto-heal actions. */\n triggers?: AutoHealTriggers;\n /** Actions to be executed when a rule is triggered. */\n actions?: AutoHealActions;\n}\n\n/** Triggers for auto-heal. */\nexport interface AutoHealTriggers {\n /** A rule based on total requests. */\n requests?: RequestsBasedTrigger;\n /** A rule based on private bytes. */\n privateBytesInKB?: number;\n /** A rule based on status codes. */\n statusCodes?: StatusCodesBasedTrigger[];\n /** A rule based on request execution time. */\n slowRequests?: SlowRequestsBasedTrigger;\n /** A rule based on multiple Slow Requests Rule with path */\n slowRequestsWithPath?: SlowRequestsBasedTrigger[];\n /** A rule based on status codes ranges. */\n statusCodesRange?: StatusCodesRangeBasedTrigger[];\n}\n\n/** Trigger based on total requests. */\nexport interface RequestsBasedTrigger {\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Trigger based on status code. */\nexport interface StatusCodesBasedTrigger {\n /** HTTP status code. */\n status?: number;\n /** Request Sub Status. */\n subStatus?: number;\n /** Win32 error code. */\n win32Status?: number;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n /** Request Path */\n path?: string;\n}\n\n/** Trigger based on request execution time. */\nexport interface SlowRequestsBasedTrigger {\n /** Time taken. */\n timeTaken?: string;\n /** Request Path. */\n path?: string;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Trigger based on range of status codes. */\nexport interface StatusCodesRangeBasedTrigger {\n /** HTTP status code. */\n statusCodes?: string;\n path?: string;\n /** Request Count. */\n count?: number;\n /** Time interval. */\n timeInterval?: string;\n}\n\n/** Azure Files or Blob Storage access information value for dictionary storage. */\nexport interface AzureStorageInfoValue {\n /** Type of storage. */\n type?: AzureStorageType;\n /** Name of the storage account. */\n accountName?: string;\n /** Name of the file share (container name, for Blob storage). */\n shareName?: string;\n /** Access key for the storage account. */\n accessKey?: string;\n /** Path to mount the storage within the site's runtime environment. */\n mountPath?: string;\n /**\n * State of the storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: AzureStorageState;\n /** Mounting protocol to use for the storage account. */\n protocol?: AzureStorageProtocol;\n}\n\n/** Collection of certificates. */\nexport interface CertificateCollection {\n /** Collection of resources. */\n value: Certificate[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes valid TLS cipher suites. */\nexport interface CipherSuites {\n /** List of TLS Cipher Suites that are supported by App Service. */\n suites?: string[];\n}\n\n/** Information needed for cloning operation. */\nexport interface CloningInfo {\n /**\n * Correlation ID of cloning operation. This ID ties multiple cloning operations\n * together to use the same snapshot.\n */\n correlationId?: string;\n /** <code>true</code> to overwrite destination app; otherwise, <code>false</code>. */\n overwrite?: boolean;\n /** <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>. */\n cloneCustomHostNames?: boolean;\n /** <code>true</code> to clone source control from source app; otherwise, <code>false</code>. */\n cloneSourceControl?: boolean;\n /**\n * ARM resource ID of the source app. App resource ID is of the form\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.\n */\n sourceWebAppId: string;\n /** Location of source app ex: West US or North Europe */\n sourceWebAppLocation?: string;\n /** App Service Environment. */\n hostingEnvironment?: string;\n /**\n * Application setting overrides for cloned app. If specified, these settings override the settings cloned\n * from source app. Otherwise, application settings from source app are retained.\n */\n appSettingsOverrides?: { [propertyName: string]: string };\n /** <code>true</code> to configure load balancing for source and destination app. */\n configureLoadBalancing?: boolean;\n /**\n * ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form\n * /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.\n */\n trafficManagerProfileId?: string;\n /** Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist. */\n trafficManagerProfileName?: string;\n}\n\n/** Database connection string information. */\nexport interface ConnStringInfo {\n /** Name of connection string. */\n name?: string;\n /** Connection string value. */\n connectionString?: string;\n /** Type of database. */\n type?: ConnectionStringType;\n}\n\n/** Container App container definition. */\nexport interface Container {\n /** Container image tag. */\n image?: string;\n /** Custom container name. */\n name?: string;\n /** Container start command. */\n command?: string[];\n /** Container start command arguments. */\n args?: string[];\n /** Container environment variables. */\n env?: EnvironmentVar[];\n /** Container resource requirements. */\n resources?: ContainerResources;\n}\n\n/** Container App container environment variable. */\nexport interface EnvironmentVar {\n /** Environment variable name. */\n name?: string;\n /** Non-secret environment variable value. */\n value?: string;\n /** Name of the Container App secret from which to pull the environment variable value. */\n secretRef?: string;\n}\n\n/** Container App container resource requirements. */\nexport interface ContainerResources {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"250Mb\" */\n memory?: string;\n}\n\n/** Cross-Origin Resource Sharing (CORS) settings for the app. */\nexport interface CorsSettings {\n /**\n * Gets or sets the list of origins that should be allowed to make cross-origin\n * calls (for example: http://example.com:12345). Use \"*\" to allow all.\n */\n allowedOrigins?: string[];\n /**\n * Gets or sets whether CORS requests with credentials are allowed. See\n * https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials\n * for more details.\n */\n supportCredentials?: boolean;\n}\n\n/** Usage of the quota resource. */\nexport interface CsmUsageQuota {\n /** Units of measurement for the quota resource. */\n unit?: string;\n /** Next reset time for the resource counter. */\n nextResetTime?: Date;\n /** The current value of the resource counter. */\n currentValue?: number;\n /** The resource limit. */\n limit?: number;\n /** Quota name. */\n name?: LocalizableString;\n}\n\n/** Localizable string object containing the name and a localized value. */\nexport interface LocalizableString {\n /** Non-localized name. */\n value?: string;\n /** Localized name. */\n localizedValue?: string;\n}\n\n/** Collection of CSM usage quotas. */\nexport interface CsmUsageQuotaCollection {\n /** Collection of resources. */\n value: CsmUsageQuota[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface CustomScaleRule {\n /**\n * Type of the custom scale rule\n * eg: azure-servicebus, redis etc.\n */\n type?: string;\n /** Metadata properties to describe custom scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Auth Secrets for Container App Scale Rule */\nexport interface ScaleRuleAuth {\n /** Name of the Container App secret from which to pull the auth params. */\n secretRef?: string;\n /** Trigger Parameter that uses the secret */\n triggerParameter?: string;\n}\n\n/** Container App Dapr configuration. */\nexport interface Dapr {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Port on which the Dapr side car */\n appPort?: number;\n /** Collection of Dapr components */\n components?: DaprComponent[];\n}\n\n/** Dapr component configuration */\nexport interface DaprComponent {\n /** Component name */\n name?: string;\n /** Component type */\n type?: string;\n /** Component version */\n version?: string;\n /** Component metadata */\n metadata?: DaprMetadata[];\n}\n\n/** Container App Dapr component metadata. */\nexport interface DaprMetadata {\n /** Metadata property name. */\n name?: string;\n /** Metadata property value. */\n value?: string;\n /** Name of the Container App secret from which to pull the metadata property value. */\n secretRef?: string;\n}\n\n/** Additional configuration for a data providers */\nexport interface DataProviderMetadata {\n providerName?: string;\n /**\n * Settings for the data provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly propertyBag?: KeyValuePairStringObject[];\n}\n\nexport interface KeyValuePairStringObject {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly key?: string;\n /**\n * Any object\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Record<string, unknown>;\n}\n\n/** Column definition */\nexport interface DataTableResponseColumn {\n /** Name of the column */\n columnName?: string;\n /** Data type which looks like 'String' or 'Int32'. */\n dataType?: string;\n /** Column Type */\n columnType?: string;\n}\n\n/** Data Table which defines columns and raw row values */\nexport interface DataTableResponseObject {\n /** Name of the table */\n tableName?: string;\n /** List of columns with data types */\n columns?: DataTableResponseColumn[];\n /** Raw row values */\n rows?: string[][];\n}\n\n/** Definition of Detector */\nexport interface DetectorInfo {\n /**\n * Id of detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of detector\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Short description of the detector and its purpose.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Author of the detector.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * Problem category. This serves for organizing group for detectors.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * List of Support Topics for which this detector is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportTopicList?: SupportTopic[];\n /**\n * Analysis Types for which this detector should apply to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly analysisType?: string[];\n /**\n * Whether this detector is an Analysis Detector or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: DetectorType;\n /**\n * Defines score of a detector to power ML based matching.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly score?: number;\n}\n\n/** Defines a unique Support Topic */\nexport interface SupportTopic {\n /**\n * Support Topic Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Unique resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pesId?: string;\n}\n\n/** Set of data with rendering instructions */\nexport interface DiagnosticData {\n /** Data in table form */\n table?: DataTableResponseObject;\n /** Properties that describe how the table should be rendered */\n renderingProperties?: Rendering;\n}\n\n/** Instructions for rendering the data */\nexport interface Rendering {\n /** Rendering Type */\n type?: RenderingType;\n /** Title of data */\n title?: string;\n /** Description of the data that will help it be interpreted */\n description?: string;\n}\n\n/** Identify the status of the most severe insight generated by the detector. */\nexport interface Status {\n /** Descriptive message. */\n message?: string;\n /** Level of the most severe insight generated by the detector. */\n statusId?: InsightStatus;\n}\n\n/** Suggested utterances where the detector can be applicable */\nexport interface QueryUtterancesResults {\n /** Search Query. */\n query?: string;\n /** Array of utterance results for search query. */\n results?: QueryUtterancesResult[];\n}\n\n/** Result for utterances query. */\nexport interface QueryUtterancesResult {\n /** A sample utterance. */\n sampleUtterance?: SampleUtterance;\n /** Score of a sample utterance. */\n score?: number;\n}\n\n/** Sample utterance. */\nexport interface SampleUtterance {\n /** Text attribute of sample utterance. */\n text?: string;\n /** Links attribute of sample utterance. */\n links?: string[];\n /** Question id of sample utterance (for stackoverflow questions titles). */\n qid?: string;\n}\n\n/** Collection of detector responses */\nexport interface DetectorResponseCollection {\n /** Collection of resources. */\n value: DetectorResponse[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Body of the error response returned from the API. */\nexport interface ErrorEntity {\n /** Type of error. */\n extendedCode?: string;\n /** Message template. */\n messageTemplate?: string;\n /** Parameters for the template. */\n parameters?: string[];\n /** Inner errors. */\n innerErrors?: ErrorEntity[];\n /** Error Details. */\n details?: ErrorEntity[];\n /** The error target. */\n target?: string;\n /** Basic error code. */\n code?: string;\n /** Any details of the error. */\n message?: string;\n}\n\n/** Routing rules in production experiments. */\nexport interface Experiments {\n /** List of ramp-up rules. */\n rampUpRules?: RampUpRule[];\n}\n\n/** Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance. */\nexport interface RampUpRule {\n /** Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net. */\n actionHostName?: string;\n /** Percentage of the traffic which will be redirected to <code>ActionHostName</code>. */\n reroutePercentage?: number;\n /**\n * In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches \\n<code>MinReroutePercentage</code> or\n * <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.\\nCustom decision algorithm\n * can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.\n */\n changeStep?: number;\n /** Specifies interval in minutes to reevaluate ReroutePercentage. */\n changeIntervalInMinutes?: number;\n /** Specifies lower boundary above which ReroutePercentage will stay. */\n minReroutePercentage?: number;\n /** Specifies upper boundary below which ReroutePercentage will stay. */\n maxReroutePercentage?: number;\n /** Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. */\n changeDecisionCallbackUrl?: string;\n /** Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. */\n name?: string;\n}\n\n/**\n * The IIS handler mappings used to define which handler processes HTTP requests with certain extension.\n * For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.\n */\nexport interface HandlerMapping {\n /** Requests with this extension will be handled using the specified FastCGI application. */\n extension?: string;\n /** The absolute path to the FastCGI application. */\n scriptProcessor?: string;\n /** Command-line arguments to be passed to the script processor. */\n arguments?: string;\n}\n\n/** Collection of hostname bindings. */\nexport interface HostNameBindingCollection {\n /** Collection of resources. */\n value: HostNameBinding[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SSL-enabled hostname. */\nexport interface HostNameSslState {\n /** Hostname. */\n name?: string;\n /** SSL type. */\n sslState?: SslState;\n /** Virtual IP address assigned to the hostname if IP based SSL is enabled. */\n virtualIP?: string;\n /** SSL certificate thumbprint. */\n thumbprint?: string;\n /** Set to <code>true</code> to update existing hostname. */\n toUpdate?: boolean;\n /** Indicates whether the hostname is a standard or repository hostname. */\n hostType?: HostType;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface HttpScaleRule {\n /** Metadata properties to describe http scale rule. */\n metadata?: { [propertyName: string]: string };\n /** Authentication secrets for the custom scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Collection of identifiers. */\nexport interface IdentifierCollection {\n /** Collection of resources. */\n value: Identifier[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** IP security restriction on an app. */\nexport interface IpSecurityRestriction {\n /**\n * IP address the security restriction is valid for.\n * It can be in form of pure ipv4 address (required SubnetMask property) or\n * CIDR notation such as ipv4/mask (leading bit match). For CIDR,\n * SubnetMask property must not be specified.\n */\n ipAddress?: string;\n /** Subnet mask for the range of IP addresses the restriction is valid for. */\n subnetMask?: string;\n /** Virtual network resource id */\n vnetSubnetResourceId?: string;\n /** (internal) Vnet traffic tag */\n vnetTrafficTag?: number;\n /** (internal) Subnet traffic tag */\n subnetTrafficTag?: number;\n /** Allow or Deny access for this IP range. */\n action?: string;\n /** Defines what this IP filter will be used for. This is to support IP filtering on proxies. */\n tag?: IpFilterTag;\n /** Priority of IP restriction rule. */\n priority?: number;\n /** IP restriction rule name. */\n name?: string;\n /** IP restriction rule description. */\n description?: string;\n /**\n * IP restriction rule headers.\n * X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples).\n * The matching logic is ..\n * - If the property is null or empty (default), all hosts(or lack of) are allowed.\n * - A value is compared using ordinal-ignore-case (excluding port number).\n * - Subdomain wildcards are permitted but don't match the root domain. For example, *.contoso.com matches the subdomain foo.contoso.com\n * but not the root domain contoso.com or multi-level foo.bar.contoso.com\n * - Unicode host names are allowed but are converted to Punycode for matching.\n *\n * X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples).\n * The matching logic is ..\n * - If the property is null or empty (default), any forwarded-for chains (or lack of) are allowed.\n * - If any address (excluding port number) in the chain (comma separated) matches the CIDR defined by the property.\n *\n * X-Azure-FDID and X-FD-HealthProbe.\n * The matching logic is exact match.\n */\n headers?: { [propertyName: string]: string[] };\n}\n\n/** Managed service identity. */\nexport interface ManagedServiceIdentity {\n /** Type of managed service identity. */\n type?: ManagedServiceIdentityType;\n /**\n * Tenant of managed service identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * Principal Id of managed service identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /** 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} */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** User Assigned identity. */\nexport interface UserAssignedIdentity {\n /**\n * Principal Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Client Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** An operation on a resource. */\nexport interface Operation {\n /** Operation ID. */\n id?: string;\n /** Operation name. */\n name?: string;\n /** The current status of the operation. */\n status?: OperationStatus;\n /** Any errors associate with the operation. */\n errors?: ErrorEntity[];\n /** Time when operation has started. */\n createdTime?: Date;\n /** Time when operation has been updated. */\n modifiedTime?: Date;\n /** Time when operation will expire. */\n expirationTime?: Date;\n /** Applicable only for stamp operation ids. */\n geoMasterOperationId?: string;\n}\n\nexport interface PrivateEndpointConnectionCollection {\n /** Collection of resources. */\n value: RemotePrivateEndpointConnectionARMResource[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The state of a private link connection */\nexport interface PrivateLinkConnectionState {\n /** Status of a private link connection */\n status?: string;\n /** Description of a private link connection */\n description?: string;\n /** ActionsRequired for a private link connection */\n actionsRequired?: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource {\n id: string;\n /** Name of a private link resource */\n name: string;\n type: string;\n /** Properties of a private link resource */\n properties: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource */\nexport interface PrivateLinkResourceProperties {\n /**\n * GroupId of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * RequiredMembers of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * RequiredZoneNames of a private link resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n}\n\n/** Wrapper for a collection of private link resources */\nexport interface PrivateLinkResourcesWrapper {\n value: PrivateLinkResource[];\n}\n\n/** Container App container Azure Queue based scaling rule. */\nexport interface QueueScaleRule {\n /** Queue name. */\n queueName?: string;\n /** Queue length. */\n queueLength?: number;\n /** Authentication secrets for the queue scale rule. */\n auth?: ScaleRuleAuth[];\n}\n\n/** Container App scaling configurations. */\nexport interface Scale {\n /** Optional. Minimum number of container replicas. */\n minReplicas?: number;\n /** Optional. Maximum number of container replicas. Defaults to 10 if not set. */\n maxReplicas?: number;\n /** Scaling rules. */\n rules?: ScaleRule[];\n}\n\n/** Container App container scaling rule. */\nexport interface ScaleRule {\n /** Scale Rule Name */\n name?: string;\n /** Azure Queue based scaling. */\n azureQueue?: QueueScaleRule;\n /** Custom scale rule. */\n custom?: CustomScaleRule;\n /** HTTP requests based scaling. */\n http?: HttpScaleRule;\n}\n\nexport interface SiteDnsConfig {\n /** List of custom DNS servers to be used by an app for lookups. Maximum 5 dns servers can be set. */\n dnsServers?: string[];\n /** Alternate DNS server to be used by apps. This property replicates the WEBSITE_DNS_ALT_SERVER app setting. */\n dnsAltServer?: string;\n /** Timeout for a single dns lookup in seconds. Allowed range: 1-30. Default is 3. */\n dnsRetryAttemptTimeout?: number;\n /** Total number of retries for dns lookup. Allowed range: 1-5. Default is 3. */\n dnsRetryAttemptCount?: number;\n /** Custom time for DNS to be cached in seconds. Allowed range: 0-60. Default is 30 seconds. 0 means caching disabled. */\n dnsMaxCacheTimeout?: number;\n /**\n * Indicates that sites using Virtual network custom DNS servers are still sorting the list of DNS servers. Read-Only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsLegacySortOrder?: boolean;\n}\n\n/** Outbound traffic options over virtual network. */\nexport interface OutboundVnetRouting {\n /** Enables all other routing options defined in OutboundVnetRouting if this setting is set to true. */\n allTraffic?: boolean;\n /** This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled. */\n applicationTraffic?: boolean;\n /** Enables accessing content over virtual network. Previously called VnetContentShareEnabled */\n contentShareTraffic?: boolean;\n /** Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled. */\n imagePullTraffic?: boolean;\n /** Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled */\n backupRestoreTraffic?: boolean;\n}\n\n/** Configuration of an App Service app. */\nexport interface SiteConfig {\n /** Number of workers. */\n numberOfWorkers?: number;\n /** Default documents. */\n defaultDocuments?: string[];\n /** .NET Framework version. */\n netFrameworkVersion?: string;\n /** Version of PHP. */\n phpVersion?: string;\n /** Version of Python. */\n pythonVersion?: string;\n /** Version of Node.js. */\n nodeVersion?: string;\n /** Version of PowerShell. */\n powerShellVersion?: string;\n /** Linux App Framework and version */\n linuxFxVersion?: string;\n /** Xenon App Framework and version */\n windowsFxVersion?: string;\n /** <code>true</code> if request tracing is enabled; otherwise, <code>false</code>. */\n requestTracingEnabled?: boolean;\n /** Request tracing expiration time. */\n requestTracingExpirationTime?: Date;\n /** <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>. */\n remoteDebuggingEnabled?: boolean;\n /** Remote debugging version. */\n remoteDebuggingVersion?: string;\n /** <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>. */\n httpLoggingEnabled?: boolean;\n /** Flag to use Managed Identity Creds for ACR pull */\n acrUseManagedIdentityCreds?: boolean;\n /** If using user managed identity, the user managed identity ClientId */\n acrUserManagedIdentityID?: string;\n /** HTTP logs directory size limit. */\n logsDirectorySizeLimit?: number;\n /** <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>. */\n detailedErrorLoggingEnabled?: boolean;\n /** Publishing user name. */\n publishingUsername?: string;\n /** Application settings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n appSettings?: NameValuePair[];\n /** Application metadata. This property cannot be retrieved, since it may contain secrets. */\n metadata?: NameValuePair[];\n /** Connection strings. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n connectionStrings?: ConnStringInfo[];\n /**\n * Site MachineKey.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly machineKey?: SiteMachineKey;\n /** Handler mappings. */\n handlerMappings?: HandlerMapping[];\n /** Document root. */\n documentRoot?: string;\n /** SCM type. */\n scmType?: ScmType;\n /** <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>. */\n use32BitWorkerProcess?: boolean;\n /** <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>. */\n webSocketsEnabled?: boolean;\n /** <code>true</code> if Always On is enabled; otherwise, <code>false</code>. */\n alwaysOn?: boolean;\n /** Java version. */\n javaVersion?: string;\n /** Java container. */\n javaContainer?: string;\n /** Java container version. */\n javaContainerVersion?: string;\n /** App command line to launch. */\n appCommandLine?: string;\n /** Managed pipeline mode. */\n managedPipelineMode?: ManagedPipelineMode;\n /** Virtual applications. */\n virtualApplications?: VirtualApplication[];\n /** Site load balancing. */\n loadBalancing?: SiteLoadBalancing;\n /** This is work around for polymorphic types. */\n experiments?: Experiments;\n /** Site limits. */\n limits?: SiteLimits;\n /** <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>. */\n autoHealEnabled?: boolean;\n /** Auto Heal rules. */\n autoHealRules?: AutoHealRules;\n /** Tracing options. */\n tracingOptions?: string;\n /** Virtual Network name. */\n vnetName?: string;\n /** Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. */\n vnetRouteAllEnabled?: boolean;\n /** The number of private ports assigned to this app. These will be assigned dynamically on runtime. */\n vnetPrivatePortsCount?: number;\n /** Cross-Origin Resource Sharing (CORS) settings. */\n cors?: CorsSettings;\n /** Push endpoint settings. */\n push?: PushSettings;\n /** Information about the formal API definition for the app. */\n apiDefinition?: ApiDefinitionInfo;\n /** Azure API management settings linked to the app. */\n apiManagementConfig?: ApiManagementConfig;\n /** Auto-swap slot name. */\n autoSwapSlotName?: string;\n /** <code>true</code> to enable local MySQL; otherwise, <code>false</code>. */\n localMySqlEnabled?: boolean;\n /** Managed Service Identity Id */\n managedServiceIdentityId?: number;\n /** Explicit Managed Service Identity Id */\n xManagedServiceIdentityId?: number;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** IP security restrictions for main. */\n ipSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for main access restriction if no rules are matched. */\n ipSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm. */\n scmIpSecurityRestrictions?: IpSecurityRestriction[];\n /** Default action for scm access restriction if no rules are matched. */\n scmIpSecurityRestrictionsDefaultAction?: DefaultAction;\n /** IP security restrictions for scm to use main. */\n scmIpSecurityRestrictionsUseMain?: boolean;\n /** Http20Enabled: configures a web site to allow clients to connect over http2.0 */\n http20Enabled?: boolean;\n /** Http20ProxyFlag: Configures a website to allow http2.0 to pass be proxied all the way to the app. 0 = disabled, 1 = pass through all http2 traffic, 2 = pass through gRPC only. */\n http20ProxyFlag?: number;\n /** MinTlsVersion: configures the minimum version of TLS required for SSL requests */\n minTlsVersion?: SupportedTlsVersions;\n /** The minimum strength TLS cipher suite allowed for an application */\n minTlsCipherSuite?: TlsCipherSuites;\n /** ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site */\n scmMinTlsVersion?: SupportedTlsVersions;\n /** State of FTP / FTPS service */\n ftpsState?: FtpsState;\n /**\n * Number of preWarmed instances.\n * This setting only applies to the Consumption and Elastic Plans\n */\n preWarmedInstanceCount?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to the Consumption and Elastic Premium Plans\n */\n functionAppScaleLimit?: number;\n /**\n * Maximum number of workers that a site can scale out to.\n * This setting only applies to apps in plans where ElasticScaleEnabled is <code>true</code>\n */\n elasticWebAppScaleLimit?: number;\n /** Health check path */\n healthCheckPath?: string;\n /**\n * Gets or sets a value indicating whether functions runtime scale monitoring is enabled. When enabled,\n * the ScaleController will not monitor event sources directly, but will instead call to the\n * runtime to get scale status.\n */\n functionsRuntimeScaleMonitoringEnabled?: boolean;\n /** Sets the time zone a site uses for generating timestamps. Compatible with Linux and Windows App Service. Setting the WEBSITE_TIME_ZONE app setting takes precedence over this config. For Linux, expects tz database values https://www.iana.org/time-zones (for a quick reference see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). For Windows, expects one of the time zones listed under HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones */\n websiteTimeZone?: string;\n /**\n * Number of minimum instance count for a site\n * This setting only applies to the Elastic Plans\n */\n minimumElasticInstanceCount?: number;\n /** List of Azure Storage Accounts. */\n azureStorageAccounts?: { [propertyName: string]: AzureStorageInfoValue };\n /** Property to allow or block all public traffic. */\n publicNetworkAccess?: string;\n}\n\n/** MachineKey of an app. */\nexport interface SiteMachineKey {\n /** MachineKey validation. */\n validation?: string;\n /** Validation key. */\n validationKey?: string;\n /** Algorithm used for decryption. */\n decryption?: string;\n /** Decryption key. */\n decryptionKey?: string;\n}\n\n/** Virtual application in an app. */\nexport interface VirtualApplication {\n /** Virtual path. */\n virtualPath?: string;\n /** Physical path. */\n physicalPath?: string;\n /** <code>true</code> if preloading is enabled; otherwise, <code>false</code>. */\n preloadEnabled?: boolean;\n /** Virtual directories for virtual application. */\n virtualDirectories?: VirtualDirectory[];\n}\n\n/** Directory for virtual application. */\nexport interface VirtualDirectory {\n /** Path to virtual application. */\n virtualPath?: string;\n /** Physical path. */\n physicalPath?: string;\n}\n\n/** Metric limits set on an app. */\nexport interface SiteLimits {\n /** Maximum allowed CPU usage percentage. */\n maxPercentageCpu?: number;\n /** Maximum allowed memory usage in MB. */\n maxMemoryInMb?: number;\n /** Maximum allowed disk size usage in MB. */\n maxDiskSizeInMb?: number;\n}\n\n/** Function app configuration. */\nexport interface FunctionAppConfig {\n /** Function app deployment configuration. */\n deployment?: FunctionsDeployment;\n /** Function app runtime settings. */\n runtime?: FunctionsRuntime;\n /** Function app scale and concurrency settings. */\n scaleAndConcurrency?: FunctionsScaleAndConcurrency;\n}\n\n/** Configuration section for the function app deployment. */\nexport interface FunctionsDeployment {\n /** Storage for deployed package used by the function app. */\n storage?: FunctionsDeploymentStorage;\n}\n\n/** Storage for deployed package used by the function app. */\nexport interface FunctionsDeploymentStorage {\n /** Property to select Azure Storage type. Available options: blobContainer. */\n type?: FunctionsDeploymentStorageType;\n /** Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>. */\n value?: string;\n /** Authentication method to access the storage account for deployment. */\n authentication?: FunctionsDeploymentStorageAuthentication;\n}\n\n/** Authentication method to access the storage account for deployment. */\nexport interface FunctionsDeploymentStorageAuthentication {\n /** Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString. */\n type?: AuthenticationType;\n /** Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type. */\n userAssignedIdentityResourceId?: string;\n /** Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type. */\n storageAccountConnectionStringName?: string;\n}\n\n/** Function app runtime name and version. */\nexport interface FunctionsRuntime {\n /** Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom */\n name?: RuntimeName;\n /** Function app runtime version. Example: 8 (for dotnet-isolated) */\n version?: string;\n}\n\n/** Scale and concurrency settings for the function app. */\nexport interface FunctionsScaleAndConcurrency {\n /** 'Always Ready' configuration for the function app. */\n alwaysReady?: FunctionsAlwaysReadyConfig[];\n /** The maximum number of instances for the function app. */\n maximumInstanceCount?: number;\n /** Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally. */\n instanceMemoryMB?: number;\n /** Scale and concurrency settings for the function app triggers. */\n triggers?: FunctionsScaleAndConcurrencyTriggers;\n}\n\n/** Sets the number of 'Always Ready' instances for a function group or a specific function. */\nexport interface FunctionsAlwaysReadyConfig {\n /** Either a function group or a function name is required. For additional information see https://aka.ms/flexconsumption/alwaysready. */\n name?: string;\n /** Sets the number of 'Always Ready' instances for a given function group or a specific function. For additional information see https://aka.ms/flexconsumption/alwaysready. */\n instanceCount?: number;\n}\n\n/** Scale and concurrency settings for the function app triggers. */\nexport interface FunctionsScaleAndConcurrencyTriggers {\n /** Scale and concurrency settings for the HTTP trigger. */\n http?: FunctionsScaleAndConcurrencyTriggersHttp;\n}\n\n/** Scale and concurrency settings for the HTTP trigger. */\nexport interface FunctionsScaleAndConcurrencyTriggersHttp {\n /** The maximum number of concurrent HTTP trigger invocations per instance. */\n perInstanceConcurrency?: number;\n}\n\n/** App Dapr configuration. */\nexport interface DaprConfig {\n /** Boolean indicating if the Dapr side car is enabled */\n enabled?: boolean;\n /** Dapr application identifier */\n appId?: string;\n /** Tells Dapr which port your application is listening on */\n appPort?: number;\n /** Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB. */\n httpReadBufferSize?: number;\n /** Increasing max size of request body http servers parameter in MB to handle uploading of big files. Default is 4 MB. */\n httpMaxRequestSize?: number;\n /** Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info. */\n logLevel?: DaprLogLevel;\n /** Enables API logging for the Dapr sidecar */\n enableApiLogging?: boolean;\n}\n\n/** Function app resource requirements. */\nexport interface ResourceConfig {\n /** Required CPU in cores, e.g. 0.5 */\n cpu?: number;\n /** Required memory, e.g. \"1Gi\" */\n memory?: string;\n}\n\n/** The status of the last successful slot swap operation. */\nexport interface SlotSwapStatus {\n /**\n * The time the last successful slot swap completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timestampUtc?: Date;\n /**\n * The source slot of the last swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceSlotName?: string;\n /**\n * The destination slot of the last swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly destinationSlotName?: string;\n}\n\n/**\n * Container App versioned application definition.\n * Defines the desired state of an immutable revision.\n * Any changes to this section Will result in a new revision being created\n */\nexport interface Template {\n /** User friendly suffix that is appended to the revision name */\n revisionSuffix?: string;\n /** List of container definitions for the Container App. */\n containers?: Container[];\n /** Scaling properties for the Container App. */\n scale?: Scale;\n /** Dapr configuration for the Container App. */\n dapr?: Dapr;\n}\n\n/** Collection of App Service apps. */\nexport interface WebAppCollection {\n /** Collection of resources. */\n value: Site[];\n /**\n * Link to next page of resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Information about a domain. */\nexport interface Domain extends Resource {\n /** Administrative contact. */\n contactAdmin?: Contact;\n /** Billing contact. */\n contactBilling?: Contact;\n /** Registrant contact. */\n contactRegistrant?: Contact;\n /** Technical contact. */\n contactTech?: Contact;\n /**\n * Domain registration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationStatus?: DomainStatus;\n /**\n * Domain provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Name servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameServers?: string[];\n /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /**\n * Domain creation timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Domain expiration timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * Timestamp when the domain was renewed last time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRenewedTime?: Date;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\n * it is hosted on name servers Azure has programmatic access to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly readyForDnsRecordManagement?: boolean;\n /**\n * All hostnames derived from the domain and assigned to Azure resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedHostNames?: HostName[];\n /** Legal agreement consent. */\n consent?: DomainPurchaseConsent;\n /**\n * Reasons why domain is not renewable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Current DNS type */\n dnsType?: DnsType;\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: DnsType;\n authCode?: string;\n}\n\n/** App Service plan. */\nexport interface AppServicePlan extends Resource {\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /** Target worker tier assigned to the App Service plan. */\n workerTierName?: string;\n /**\n * App Service plan status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: StatusOptions;\n /**\n * App Service plan subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /** Specification for the App Service Environment to use for the App Service plan. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /**\n * Maximum number of instances that can be assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNumberOfWorkers?: number;\n /**\n * The number of instances that are assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfWorkers?: number;\n /**\n * Geographical location for the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegion?: string;\n /**\n * If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\n * If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.\n */\n perSiteScaling?: boolean;\n /** ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku */\n elasticScaleEnabled?: boolean;\n /** Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan */\n maximumElasticWorkerCount?: number;\n /**\n * Number of apps assigned to this App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly numberOfSites?: number;\n /** If <code>true</code>, this App Service Plan owns spot instances. */\n isSpot?: boolean;\n /** The time when the server farm expires. Valid only if it is a spot server farm. */\n spotExpirationTime?: Date;\n /** The time when the server farm free offer expires. */\n freeOfferExpirationTime?: Date;\n /**\n * Resource group of the App Service plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /** If Linux app service plan <code>true</code>, <code>false</code> otherwise. */\n reserved?: boolean;\n /** Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n isXenon?: boolean;\n /** If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise. */\n hyperV?: boolean;\n /** Scaling worker count. */\n targetWorkerCount?: number;\n /** Scaling worker size ID. */\n targetWorkerSizeId?: number;\n /**\n * Provisioning state of the App Service Plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Specification for the Kubernetes Environment to use for the App Service plan. */\n kubeEnvironmentProfile?: KubeEnvironmentProfile;\n /**\n * If <code>true</code>, this App Service Plan will perform availability zone balancing.\n * If <code>false</code>, this App Service Plan will not perform availability zone balancing.\n */\n zoneRedundant?: boolean;\n /**\n * If <code>true</code>, this App Service Plan will attempt to scale asynchronously if there are insufficient workers to scale synchronously.\n * If <code>false</code>, this App Service Plan will only attempt sync scaling.\n */\n asyncScalingEnabled?: boolean;\n}\n\n/** SSL certificate for an app. */\nexport interface Certificate extends Resource {\n /** Certificate password. */\n password?: string;\n /**\n * Friendly name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /** Host names the certificate applies to. */\n hostNames?: string[];\n /** Pfx blob. */\n pfxBlob?: Uint8Array;\n /**\n * App name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteName?: string;\n /**\n * Self link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly selfLink?: string;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Raw bytes of .cer file\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cerBlob?: Uint8Array;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n /**\n * Specification for the App Service Environment to use for the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** Azure Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Azure Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultSecretStatus?: KeyVaultSecretStatus;\n /** Resource ID of the associated App Service plan. */\n serverFarmId?: string;\n /** CNAME of the certificate to be issued via free certificate */\n canonicalName?: string;\n /** Method of domain validation for free cert */\n domainValidationMethod?: string;\n}\n\n/** A web app, a mobile app backend, or an API app. */\nexport interface Site extends Resource {\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n /**\n * Current state of the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * Hostnames associated with the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostNames?: string[];\n /**\n * Name of the repository site.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositorySiteName?: string;\n /**\n * State indicating whether the app has exceeded its quota usage. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usageState?: UsageState;\n /** <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline). */\n enabled?: boolean;\n /**\n * Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\n * the app is not served on those hostnames.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabledHostNames?: string[];\n /**\n * Management information availability state for the app.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityState?: SiteAvailabilityState;\n /** Hostname SSL states are used to manage the SSL bindings for app's hostnames. */\n hostNameSslStates?: HostNameSslState[];\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** <code>true</code> if reserved; otherwise, <code>false</code>. */\n reserved?: boolean;\n /** Obsolete: Hyper-V sandbox. */\n isXenon?: boolean;\n /** Hyper-V sandbox. */\n hyperV?: boolean;\n /**\n * Last time the app was modified, in UTC. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTimeUtc?: Date;\n /** Property to configure various DNS related settings for a site. */\n dnsConfiguration?: SiteDnsConfig;\n /** Property to configure various outbound traffic routing options over virtual network for a site */\n outboundVnetRouting?: OutboundVnetRouting;\n /** Configuration of an App Service app. This property is not returned in response to normal create and read requests since it may contain sensitive information. */\n siteConfig?: SiteConfig;\n /** Configuration specific of the Azure Function app. */\n functionAppConfig?: FunctionAppConfig;\n /** Dapr configuration of the app. */\n daprConfig?: DaprConfig;\n /** Workload profile name for function app to execute on. */\n workloadProfileName?: string;\n /** Function app resource requirements. */\n resourceConfig?: ResourceConfig;\n /**\n * Azure Traffic Manager hostnames associated with the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trafficManagerHostNames?: string[];\n /** <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. */\n scmSiteAlsoStopped?: boolean;\n /**\n * Specifies which deployment slot this app will swap into. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetSwapSlot?: string;\n /** App Service Environment to use for the app. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. */\n clientAffinityEnabled?: boolean;\n /** <code>true</code> to enable client affinity partitioning using CHIPS cookies, this will add the <code>partitioned</code> property to the affinity cookies; <code>false</code> to stop sending partitioned affinity cookies. Default is <code>false</code>. */\n clientAffinityPartitioningEnabled?: boolean;\n /** <code>true</code> to override client affinity cookie domain with X-Forwarded-Host request header. <code>false</code> to use default domain. Default is <code>false</code>. */\n clientAffinityProxyEnabled?: boolean;\n /** <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. */\n clientCertEnabled?: boolean;\n /**\n * This composes with ClientCertEnabled setting.\n * - ClientCertEnabled: false means ClientCert is ignored.\n * - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.\n * - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.\n */\n clientCertMode?: ClientCertMode;\n /** client certificate authentication comma-separated exclusion paths */\n clientCertExclusionPaths?: string;\n /** Specifies the IP mode of the app. */\n ipMode?: IPMode;\n /** Whether to use end to end encryption between the FrontEnd and the Worker */\n endToEndEncryptionEnabled?: boolean;\n /** Whether to enable ssh access. */\n sshEnabled?: boolean;\n /**\n * <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.\n * If <code>true</code>, the app is only accessible via API management process.\n */\n hostNamesDisabled?: boolean;\n /** Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification. */\n customDomainVerificationId?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outboundIpAddresses?: string;\n /**\n * List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly possibleOutboundIpAddresses?: string;\n /** Size of the function container. */\n containerSize?: number;\n /** Maximum allowed daily memory-time quota (applicable on dynamic apps only). */\n dailyMemoryTimeQuota?: number;\n /**\n * App suspended till in case memory-time quota is exceeded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspendedTill?: Date;\n /**\n * Maximum number of workers.\n * This only applies to Functions container.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxNumberOfWorkers?: number;\n /** If specified during app creation, the app is cloned from a source app. */\n cloningInfo?: CloningInfo;\n /**\n * Name of the resource group the app belongs to. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * <code>true</code> if the app is a default container; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultContainer?: boolean;\n /**\n * Default hostname of the app. Read-only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultHostName?: string;\n /**\n * Status of the last deployment slot swap operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slotSwapStatus?: SlotSwapStatus;\n /**\n * HttpsOnly: configures a web site to accept only https requests. Issues redirect for\n * http requests\n */\n httpsOnly?: boolean;\n /** Site redundancy mode */\n redundancyMode?: RedundancyMode;\n /**\n * Specifies an operation id if this site has a pending operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inProgressOperationId?: string;\n /** Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string. */\n publicNetworkAccess?: string;\n /** Checks if Customer provided storage account is required */\n storageAccountRequired?: boolean;\n /** Identity to use for Key Vault Reference authentication. */\n keyVaultReferenceIdentity?: string;\n /** Specifies the scope of uniqueness for the default hostname during resource creation */\n autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;\n /**\n * Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.\n * This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}\n */\n virtualNetworkSubnetId?: string;\n /** Azure Resource Manager ID of the customer's selected Managed Environment on which to host this app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName} */\n managedEnvironmentId?: string;\n /**\n * Current SKU of application based on associated App Service Plan. Some valid SKU values are Free, Shared, Basic, Dynamic, FlexConsumption, Standard, Premium, PremiumV2, PremiumV3, Isolated, IsolatedV2\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: string;\n}\n\n/** ARM resource for a domain. */\nexport interface DomainPatchResource extends ProxyOnlyResource {\n /** Administrative contact. */\n contactAdmin?: Contact;\n /** Billing contact. */\n contactBilling?: Contact;\n /** Registrant contact. */\n contactRegistrant?: Contact;\n /** Technical contact. */\n contactTech?: Contact;\n /**\n * Domain registration status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationStatus?: DomainStatus;\n /**\n * Domain provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Name servers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameServers?: string[];\n /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /**\n * Domain creation timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Domain expiration timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTime?: Date;\n /**\n * Timestamp when the domain was renewed last time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRenewedTime?: Date;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /**\n * <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and\n * it is hosted on name servers Azure has programmatic access to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly readyForDnsRecordManagement?: boolean;\n /**\n * All hostnames derived from the domain and assigned to Azure resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedHostNames?: HostName[];\n /** Legal agreement consent. */\n consent?: DomainPurchaseConsent;\n /**\n * Reasons why domain is not renewable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domainNotRenewableReasons?: ResourceNotRenewableReason[];\n /** Current DNS type */\n dnsType?: DnsType;\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: DnsType;\n authCode?: string;\n}\n\n/** Domain ownership Identifier. */\nexport interface DomainOwnershipIdentifier extends ProxyOnlyResource {\n /** Ownership Id. */\n ownershipId?: string;\n}\n\n/** A top level domain object. */\nexport interface TopLevelDomain extends ProxyOnlyResource {\n /** If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>. */\n privacy?: boolean;\n}\n\n/** Full view of the custom domain suffix configuration for ASEv3. */\nexport interface CustomDnsSuffixConfiguration extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: CustomDnsSuffixProvisioningState;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningDetails?: string;\n /** The default custom domain suffix to use for all sites deployed on the ASE. */\n dnsSuffix?: string;\n /** The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix. */\n certificateUrl?: string;\n /** The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available. */\n keyVaultReferenceIdentity?: string;\n}\n\n/** Full view of networking configuration for an ASE. */\nexport interface AseV3NetworkingConfiguration extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly windowsOutboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly linuxOutboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly externalInboundIpAddresses?: string[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly internalInboundIpAddresses?: string[];\n /** Property to enable and disable new private endpoint connection creation on ASE */\n allowNewPrivateEndpointConnections?: boolean;\n /** Property to enable and disable FTP on ASEV3 */\n ftpEnabled?: boolean;\n /** Property to enable and disable Remote Debug on ASEV3 */\n remoteDebugEnabled?: boolean;\n /** Customer provided Inbound IP Address. Only able to be set on Ase create. */\n inboundIpAddressOverride?: string;\n}\n\n/** ARM resource for a certificate. */\nexport interface CertificatePatchResource extends ProxyOnlyResource {\n /** Certificate password. */\n password?: string;\n /**\n * Friendly name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly friendlyName?: string;\n /**\n * Subject name of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subjectName?: string;\n /** Host names the certificate applies to. */\n hostNames?: string[];\n /** Pfx blob. */\n pfxBlob?: Uint8Array;\n /**\n * App name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly siteName?: string;\n /**\n * Self link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly selfLink?: string;\n /**\n * Certificate issuer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issuer?: string;\n /**\n * Certificate issue Date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly issueDate?: Date;\n /**\n * Certificate expiration date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationDate?: Date;\n /**\n * Certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Is the certificate valid?.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly valid?: boolean;\n /**\n * Raw bytes of .cer file\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cerBlob?: Uint8Array;\n /**\n * Public key hash.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicKeyHash?: string;\n /**\n * Specification for the App Service Environment to use for the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostingEnvironmentProfile?: HostingEnvironmentProfile;\n /** Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n /**\n * Status of the Key Vault secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyVaultSecretStatus?: KeyVaultSecretStatus;\n /** Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\". */\n serverFarmId?: string;\n /** CNAME of the certificate to be issued via free certificate */\n canonicalName?: string;\n /** Method of domain validation for free cert */\n domainValidationMethod?: string;\n}\n\n/** A deleted app. */\nexport interface DeletedSite extends ProxyOnlyResource {\n /**\n * Numeric id for the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedSiteId?: number;\n /**\n * Time in UTC when the app was deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedTimestamp?: string;\n /**\n * Subscription containing the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscription?: string;\n /**\n * ResourceGroup that contained the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroup?: string;\n /**\n * Name of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedSiteName?: string;\n /**\n * Slot of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slot?: string;\n /**\n * Kind of site that was deleted\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kindPropertiesKind?: string;\n /**\n * Geo Region of the deleted site\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoRegionName?: string;\n}\n\n/** Class representing Response from Detector */\nexport interface DetectorResponse extends ProxyOnlyResource {\n /** metadata for the detector */\n metadata?: DetectorInfo;\n /** Data Set */\n dataset?: DiagnosticData[];\n /** Indicates status of the most severe insight. */\n status?: Status;\n /** Additional configuration for different data providers to be used by the UI */\n dataProvidersMetadata?: DataProviderMetadata[];\n /** Suggested utterances where the detector can be applicable. */\n suggestedUtterances?: QueryUtterancesResults;\n}\n\n/** A hostname binding object. */\nexport interface HostNameBinding extends ProxyOnlyResource {\n /** App Service app name. */\n siteName?: string;\n /** Fully qualified ARM domain resource URI. */\n domainId?: string;\n /** Azure resource name. */\n azureResourceName?: string;\n /** Azure resource type. */\n azureResourceType?: AzureResourceType;\n /** Custom DNS record type. */\n customHostNameDnsRecordType?: CustomHostNameDnsRecordType;\n /** Hostname type. */\n hostNameType?: HostNameType;\n /** SSL type */\n sslState?: SslState;\n /** SSL certificate thumbprint */\n thumbprint?: string;\n /**\n * Virtual IP address assigned to the hostname if IP based SSL is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualIP?: string;\n}\n\n/** Hybrid Connection contract. This is used to configure a Hybrid Connection. */\nexport interface HybridConnection extends ProxyOnlyResource {\n /** The name of the Service Bus namespace. */\n serviceBusNamespace?: string;\n /** The name of the Service Bus relay. */\n relayName?: string;\n /** The ARM URI to the Service Bus relay. */\n relayArmUri?: string;\n /** The hostname of the endpoint. */\n hostname?: string;\n /** The port of the endpoint. */\n port?: number;\n /** The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. */\n sendKeyName?: string;\n /**\n * The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned\n * normally, use the POST /listKeys API instead.\n */\n sendKeyValue?: string;\n /** The suffix for the service bus endpoint. By default this is .servicebus.windows.net */\n serviceBusSuffix?: string;\n}\n\n/** A domain specific resource identifier. */\nexport interface Identifier extends ProxyOnlyResource {\n /** String representation of the identity. */\n value?: string;\n}\n\n/** Remote Private Endpoint Connection ARM resource. */\nexport interface RemotePrivateEndpointConnectionARMResource extends ProxyOnlyResource {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly provisioningState?: string;\n /** PrivateEndpoint of a remote private endpoint connection */\n privateEndpoint?: ArmIdWrapper;\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n /** Private IPAddresses mapped to the remote private endpoint */\n ipAddresses?: string[];\n}\n\n/** Private Endpoint Connection Approval ARM resource. */\nexport interface PrivateLinkConnectionApprovalRequestResource extends ProxyOnlyResource {\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n}\n\n/** Push settings for the App. */\nexport interface PushSettings extends ProxyOnlyResource {\n /** Gets or sets a flag indicating whether the Push endpoint is enabled. */\n isPushEnabled?: boolean;\n /** Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. */\n tagWhitelistJson?: string;\n /**\n * Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.\n * Tags can consist of alphanumeric characters and the following:\n * '_', '@', '#', '.', ':', '-'.\n * Validation should be performed at the PushRequestHandler.\n */\n tagsRequiringAuth?: string;\n /** Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. */\n dynamicTagsJson?: string;\n}\n\n/** A snapshot of an app. */\nexport interface Snapshot extends ProxyOnlyResource {\n /**\n * The time the snapshot was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: string;\n}\n\n/** String dictionary resource. */\nexport interface StringDictionary extends ProxyOnlyResource {\n /** Settings. */\n properties?: { [propertyName: string]: string };\n}\n\n/** User credentials used for publishing activity. */\nexport interface User extends ProxyOnlyResource {\n /** Username used for publishing. */\n publishingUserName?: string;\n /**\n * Password used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPassword?: string;\n /**\n * Password hash used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPasswordHash?: string;\n /**\n * Password hash salt used for publishing.\n * This value contains a credential. Consider obscuring before showing to users\n */\n publishingPasswordHashSalt?: string;\n /** Url of SCM site. */\n scmUri?: string;\n}\n\n/** The Virtual Network gateway contract. This is used to give the Virtual Network gateway access to the VPN package. */\nexport interface VnetGateway extends ProxyOnlyResource {\n /** The Virtual Network name. */\n vnetName?: string;\n /** The URI where the VPN package can be downloaded. */\n vpnPackageUri?: string;\n}\n\n/** Virtual Network route contract used to pass routing information for a Virtual Network. */\nexport interface VnetRoute extends ProxyOnlyResource {\n /** The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified. */\n startAddress?: string;\n /** The ending address for this route. If the start address is specified in CIDR notation, this must be omitted. */\n endAddress?: string;\n /**\n * The type of route this is:\n * DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918\n * INHERITED - Routes inherited from the real Virtual Network routes\n * STATIC - Static route set on the app only\n *\n * These values will be used for syncing an app's routes with those from a Virtual Network.\n */\n routeType?: RouteType;\n}\n\n/** Virtual Network information ARM resource. */\nexport interface VnetInfoResource extends ProxyOnlyResource {\n /** The Virtual Network's resource ID. */\n vnetResourceId?: string;\n /**\n * The client certificate thumbprint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly certThumbprint?: string;\n /**\n * A certificate file (.cer) blob containing the public key of the private key used to authenticate a\n * Point-To-Site VPN connection.\n */\n certBlob?: string;\n /**\n * The routes that this Virtual Network connection uses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly routes?: VnetRoute[];\n /**\n * <code>true</code> if a resync is required; otherwise, <code>false</code>.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resyncRequired?: boolean;\n /** DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses. */\n dnsServers?: string;\n /** Flag that is used to denote if this is VNET injection */\n isSwift?: boolean;\n}\n\n/** Known values of {@link ResourceNotRenewableReason} that the service accepts. */\nexport enum KnownResourceNotRenewableReason {\n /** RegistrationStatusNotSupportedForRenewal */\n RegistrationStatusNotSupportedForRenewal = \"RegistrationStatusNotSupportedForRenewal\",\n /** ExpirationNotInRenewalTimeRange */\n ExpirationNotInRenewalTimeRange = \"ExpirationNotInRenewalTimeRange\",\n /** SubscriptionNotActive */\n SubscriptionNotActive = \"SubscriptionNotActive\",\n}\n\n/**\n * Defines values for ResourceNotRenewableReason. \\\n * {@link KnownResourceNotRenewableReason} can be used interchangeably with ResourceNotRenewableReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegistrationStatusNotSupportedForRenewal** \\\n * **ExpirationNotInRenewalTimeRange** \\\n * **SubscriptionNotActive**\n */\nexport type ResourceNotRenewableReason = string;\n\n/** Known values of {@link LoadBalancingMode} that the service accepts. */\nexport enum KnownLoadBalancingMode {\n /** None */\n None = \"None\",\n /** Web */\n Web = \"Web\",\n /** Publishing */\n Publishing = \"Publishing\",\n /** WebPublishing */\n WebPublishing = \"Web, Publishing\",\n}\n\n/**\n * Defines values for LoadBalancingMode. \\\n * {@link KnownLoadBalancingMode} can be used interchangeably with LoadBalancingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Web** \\\n * **Publishing** \\\n * **Web, Publishing**\n */\nexport type LoadBalancingMode = string;\n\n/** Known values of {@link UpgradePreference} that the service accepts. */\nexport enum KnownUpgradePreference {\n /** No preference on when this App Service Environment will be upgraded */\n None = \"None\",\n /** This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late' */\n Early = \"Early\",\n /** This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early' */\n Late = \"Late\",\n /** ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for UpgradePreference. \\\n * {@link KnownUpgradePreference} can be used interchangeably with UpgradePreference,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No preference on when this App Service Environment will be upgraded \\\n * **Early**: This App Service Environment will be upgraded before others in the same region that have Upgrade Preference 'Late' \\\n * **Late**: This App Service Environment will be upgraded after others in the same region that have Upgrade Preference 'Early' \\\n * **Manual**: ASEv3 only. Once an upgrade is available, this App Service Environment will wait 10 days for the upgrade to be manually initiated. After 10 days the upgrade will begin automatically\n */\nexport type UpgradePreference = string;\n\n/** Known values of {@link UpgradeAvailability} that the service accepts. */\nexport enum KnownUpgradeAvailability {\n /** No upgrade is currently available for this App Service Environment */\n None = \"None\",\n /** An upgrade is ready to be manually initiated on this App Service Environment */\n Ready = \"Ready\",\n}\n\n/**\n * Defines values for UpgradeAvailability. \\\n * {@link KnownUpgradeAvailability} can be used interchangeably with UpgradeAvailability,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No upgrade is currently available for this App Service Environment \\\n * **Ready**: An upgrade is ready to be manually initiated on this App Service Environment\n */\nexport type UpgradeAvailability = string;\n\n/** Known values of {@link AzureStorageProtocol} that the service accepts. */\nexport enum KnownAzureStorageProtocol {\n /** Smb */\n Smb = \"Smb\",\n /** Http */\n Http = \"Http\",\n /** Nfs */\n Nfs = \"Nfs\",\n}\n\n/**\n * Defines values for AzureStorageProtocol. \\\n * {@link KnownAzureStorageProtocol} can be used interchangeably with AzureStorageProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Smb** \\\n * **Http** \\\n * **Nfs**\n */\nexport type AzureStorageProtocol = string;\n\n/** Known values of {@link IpFilterTag} that the service accepts. */\nexport enum KnownIpFilterTag {\n /** Default */\n Default = \"Default\",\n /** XffProxy */\n XffProxy = \"XffProxy\",\n /** ServiceTag */\n ServiceTag = \"ServiceTag\",\n}\n\n/**\n * Defines values for IpFilterTag. \\\n * {@link KnownIpFilterTag} can be used interchangeably with IpFilterTag,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **XffProxy** \\\n * **ServiceTag**\n */\nexport type IpFilterTag = string;\n\n/** Known values of {@link ScmType} that the service accepts. */\nexport enum KnownScmType {\n /** None */\n None = \"None\",\n /** Dropbox */\n Dropbox = \"Dropbox\",\n /** Tfs */\n Tfs = \"Tfs\",\n /** LocalGit */\n LocalGit = \"LocalGit\",\n /** GitHub */\n GitHub = \"GitHub\",\n /** CodePlexGit */\n CodePlexGit = \"CodePlexGit\",\n /** CodePlexHg */\n CodePlexHg = \"CodePlexHg\",\n /** BitbucketGit */\n BitbucketGit = \"BitbucketGit\",\n /** BitbucketHg */\n BitbucketHg = \"BitbucketHg\",\n /** ExternalGit */\n ExternalGit = \"ExternalGit\",\n /** ExternalHg */\n ExternalHg = \"ExternalHg\",\n /** OneDrive */\n OneDrive = \"OneDrive\",\n /** VSO */\n VSO = \"VSO\",\n /** Vstsrm */\n Vstsrm = \"VSTSRM\",\n}\n\n/**\n * Defines values for ScmType. \\\n * {@link KnownScmType} can be used interchangeably with ScmType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Dropbox** \\\n * **Tfs** \\\n * **LocalGit** \\\n * **GitHub** \\\n * **CodePlexGit** \\\n * **CodePlexHg** \\\n * **BitbucketGit** \\\n * **BitbucketHg** \\\n * **ExternalGit** \\\n * **ExternalHg** \\\n * **OneDrive** \\\n * **VSO** \\\n * **VSTSRM**\n */\nexport type ScmType = string;\n\n/** Known values of {@link DefaultAction} that the service accepts. */\nexport enum KnownDefaultAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Defines values for DefaultAction. \\\n * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type DefaultAction = string;\n\n/** Known values of {@link SupportedTlsVersions} that the service accepts. */\nexport enum KnownSupportedTlsVersions {\n /** One0 */\n One0 = \"1.0\",\n /** One1 */\n One1 = \"1.1\",\n /** One2 */\n One2 = \"1.2\",\n /** One3 */\n One3 = \"1.3\",\n}\n\n/**\n * Defines values for SupportedTlsVersions. \\\n * {@link KnownSupportedTlsVersions} can be used interchangeably with SupportedTlsVersions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.1** \\\n * **1.2** \\\n * **1.3**\n */\nexport type SupportedTlsVersions = string;\n\n/** Known values of {@link TlsCipherSuites} that the service accepts. */\nexport enum KnownTlsCipherSuites {\n /** TLSAES256GCMSHA384 */\n TLSAES256GCMSHA384 = \"TLS_AES_256_GCM_SHA384\",\n /** TLSAES128GCMSHA256 */\n TLSAES128GCMSHA256 = \"TLS_AES_128_GCM_SHA256\",\n /** TLSEcdheEcdsaWithAES256GCMSHA384 */\n TLSEcdheEcdsaWithAES256GCMSHA384 = \"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\n /** TLSEcdheEcdsaWithAES128CBCSHA256 */\n TLSEcdheEcdsaWithAES128CBCSHA256 = \"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256\",\n /** TLSEcdheEcdsaWithAES128GCMSHA256 */\n TLSEcdheEcdsaWithAES128GCMSHA256 = \"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\n /** TLSEcdheRSAWithAES256GCMSHA384 */\n TLSEcdheRSAWithAES256GCMSHA384 = \"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\n /** TLSEcdheRSAWithAES128GCMSHA256 */\n TLSEcdheRSAWithAES128GCMSHA256 = \"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\n /** TLSEcdheRSAWithAES256CBCSHA384 */\n TLSEcdheRSAWithAES256CBCSHA384 = \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384\",\n /** TLSEcdheRSAWithAES128CBCSHA256 */\n TLSEcdheRSAWithAES128CBCSHA256 = \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256\",\n /** TLSEcdheRSAWithAES256CBCSHA */\n TLSEcdheRSAWithAES256CBCSHA = \"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA\",\n /** TLSEcdheRSAWithAES128CBCSHA */\n TLSEcdheRSAWithAES128CBCSHA = \"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA\",\n /** TLSRSAWithAES256GCMSHA384 */\n TLSRSAWithAES256GCMSHA384 = \"TLS_RSA_WITH_AES_256_GCM_SHA384\",\n /** TLSRSAWithAES128GCMSHA256 */\n TLSRSAWithAES128GCMSHA256 = \"TLS_RSA_WITH_AES_128_GCM_SHA256\",\n /** TLSRSAWithAES256CBCSHA256 */\n TLSRSAWithAES256CBCSHA256 = \"TLS_RSA_WITH_AES_256_CBC_SHA256\",\n /** TLSRSAWithAES128CBCSHA256 */\n TLSRSAWithAES128CBCSHA256 = \"TLS_RSA_WITH_AES_128_CBC_SHA256\",\n /** TLSRSAWithAES256CBCSHA */\n TLSRSAWithAES256CBCSHA = \"TLS_RSA_WITH_AES_256_CBC_SHA\",\n /** TLSRSAWithAES128CBCSHA */\n TLSRSAWithAES128CBCSHA = \"TLS_RSA_WITH_AES_128_CBC_SHA\",\n}\n\n/**\n * Defines values for TlsCipherSuites. \\\n * {@link KnownTlsCipherSuites} can be used interchangeably with TlsCipherSuites,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TLS_AES_256_GCM_SHA384** \\\n * **TLS_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA** \\\n * **TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA** \\\n * **TLS_RSA_WITH_AES_256_GCM_SHA384** \\\n * **TLS_RSA_WITH_AES_128_GCM_SHA256** \\\n * **TLS_RSA_WITH_AES_256_CBC_SHA256** \\\n * **TLS_RSA_WITH_AES_128_CBC_SHA256** \\\n * **TLS_RSA_WITH_AES_256_CBC_SHA** \\\n * **TLS_RSA_WITH_AES_128_CBC_SHA**\n */\nexport type TlsCipherSuites = string;\n\n/** Known values of {@link FtpsState} that the service accepts. */\nexport enum KnownFtpsState {\n /** AllAllowed */\n AllAllowed = \"AllAllowed\",\n /** FtpsOnly */\n FtpsOnly = \"FtpsOnly\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for FtpsState. \\\n * {@link KnownFtpsState} can be used interchangeably with FtpsState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AllAllowed** \\\n * **FtpsOnly** \\\n * **Disabled**\n */\nexport type FtpsState = string;\n\n/** Known values of {@link FunctionsDeploymentStorageType} that the service accepts. */\nexport enum KnownFunctionsDeploymentStorageType {\n /** BlobContainer */\n BlobContainer = \"blobContainer\",\n}\n\n/**\n * Defines values for FunctionsDeploymentStorageType. \\\n * {@link KnownFunctionsDeploymentStorageType} can be used interchangeably with FunctionsDeploymentStorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **blobContainer**\n */\nexport type FunctionsDeploymentStorageType = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** SystemAssignedIdentity */\n SystemAssignedIdentity = \"SystemAssignedIdentity\",\n /** UserAssignedIdentity */\n UserAssignedIdentity = \"UserAssignedIdentity\",\n /** StorageAccountConnectionString */\n StorageAccountConnectionString = \"StorageAccountConnectionString\",\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssignedIdentity** \\\n * **UserAssignedIdentity** \\\n * **StorageAccountConnectionString**\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link RuntimeName} that the service accepts. */\nexport enum KnownRuntimeName {\n /** DotnetIsolated */\n DotnetIsolated = \"dotnet-isolated\",\n /** Node */\n Node = \"node\",\n /** Java */\n Java = \"java\",\n /** Powershell */\n Powershell = \"powershell\",\n /** Python */\n Python = \"python\",\n /** Custom */\n Custom = \"custom\",\n}\n\n/**\n * Defines values for RuntimeName. \\\n * {@link KnownRuntimeName} can be used interchangeably with RuntimeName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dotnet-isolated** \\\n * **node** \\\n * **java** \\\n * **powershell** \\\n * **python** \\\n * **custom**\n */\nexport type RuntimeName = string;\n\n/** Known values of {@link DaprLogLevel} that the service accepts. */\nexport enum KnownDaprLogLevel {\n /** Info */\n Info = \"info\",\n /** Debug */\n Debug = \"debug\",\n /** Warn */\n Warn = \"warn\",\n /** Error */\n Error = \"error\",\n}\n\n/**\n * Defines values for DaprLogLevel. \\\n * {@link KnownDaprLogLevel} can be used interchangeably with DaprLogLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **info** \\\n * **debug** \\\n * **warn** \\\n * **error**\n */\nexport type DaprLogLevel = string;\n\n/** Known values of {@link RouteType} that the service accepts. */\nexport enum KnownRouteType {\n /** Default */\n Default = \"DEFAULT\",\n /** Inherited */\n Inherited = \"INHERITED\",\n /** Static */\n Static = \"STATIC\",\n}\n\n/**\n * Defines values for RouteType. \\\n * {@link KnownRouteType} can be used interchangeably with RouteType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DEFAULT** \\\n * **INHERITED** \\\n * **STATIC**\n */\nexport type RouteType = string;\n/** Defines values for DomainType. */\nexport type DomainType = \"Regular\" | \"SoftDeleted\";\n/** Defines values for DomainStatus. */\nexport type DomainStatus =\n | \"Active\"\n | \"Awaiting\"\n | \"Cancelled\"\n | \"Confiscated\"\n | \"Disabled\"\n | \"Excluded\"\n | \"Expired\"\n | \"Failed\"\n | \"Held\"\n | \"Locked\"\n | \"Parked\"\n | \"Pending\"\n | \"Reserved\"\n | \"Reverted\"\n | \"Suspended\"\n | \"Transferred\"\n | \"Unknown\"\n | \"Unlocked\"\n | \"Unparked\"\n | \"Updated\"\n | \"JsonConverterFailed\";\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState = \"Succeeded\" | \"Failed\" | \"Canceled\" | \"InProgress\" | \"Deleting\";\n/** Defines values for AzureResourceType. */\nexport type AzureResourceType = \"Website\" | \"TrafficManager\";\n/** Defines values for CustomHostNameDnsRecordType. */\nexport type CustomHostNameDnsRecordType = \"CName\" | \"A\";\n/** Defines values for HostNameType. */\nexport type HostNameType = \"Verified\" | \"Managed\";\n/** Defines values for DnsType. */\nexport type DnsType = \"AzureDns\" | \"DefaultDomainRegistrarDns\";\n/** Defines values for HostingEnvironmentStatus. */\nexport type HostingEnvironmentStatus = \"Preparing\" | \"Ready\" | \"Scaling\" | \"Deleting\";\n/** Defines values for CustomDnsSuffixProvisioningState. */\nexport type CustomDnsSuffixProvisioningState = \"Succeeded\" | \"Failed\" | \"Degraded\" | \"InProgress\";\n/** Defines values for StatusOptions. */\nexport type StatusOptions = \"Ready\" | \"Pending\" | \"Creating\";\n/** Defines values for AutoHealActionType. */\nexport type AutoHealActionType = \"Recycle\" | \"LogEvent\" | \"CustomAction\";\n/** Defines values for AzureStorageType. */\nexport type AzureStorageType = \"AzureFiles\" | \"AzureBlob\";\n/** Defines values for AzureStorageState. */\nexport type AzureStorageState = \"Ok\" | \"InvalidCredentials\" | \"InvalidShare\" | \"NotValidated\";\n/** Defines values for KeyVaultSecretStatus. */\nexport type KeyVaultSecretStatus =\n | \"Initialized\"\n | \"WaitingOnCertificateOrder\"\n | \"Succeeded\"\n | \"CertificateOrderFailed\"\n | \"OperationNotPermittedOnKeyVault\"\n | \"AzureServiceUnauthorizedToAccessKeyVault\"\n | \"KeyVaultDoesNotExist\"\n | \"KeyVaultSecretDoesNotExist\"\n | \"UnknownError\"\n | \"ExternalPrivateKey\"\n | \"Unknown\";\n/** Defines values for ConnectionStringType. */\nexport type ConnectionStringType =\n | \"MySql\"\n | \"SQLServer\"\n | \"SQLAzure\"\n | \"Custom\"\n | \"NotificationHub\"\n | \"ServiceBus\"\n | \"EventHub\"\n | \"ApiHub\"\n | \"DocDb\"\n | \"RedisCache\"\n | \"PostgreSQL\";\n/** Defines values for DetectorType. */\nexport type DetectorType = \"Detector\" | \"Analysis\" | \"CategoryOverview\";\n/** Defines values for RenderingType. */\nexport type RenderingType =\n | \"NoGraph\"\n | \"Table\"\n | \"TimeSeries\"\n | \"TimeSeriesPerInstance\"\n | \"PieChart\"\n | \"DataSummary\"\n | \"Email\"\n | \"Insights\"\n | \"DynamicInsight\"\n | \"Markdown\"\n | \"Detector\"\n | \"DropDown\"\n | \"Card\"\n | \"Solution\"\n | \"Guage\"\n | \"Form\"\n | \"ChangeSets\"\n | \"ChangeAnalysisOnboarding\"\n | \"ChangesView\"\n | \"AppInsight\"\n | \"DependencyGraph\"\n | \"DownTime\"\n | \"SummaryCard\"\n | \"SearchComponent\"\n | \"AppInsightEnablement\";\n/** Defines values for InsightStatus. */\nexport type InsightStatus = \"Critical\" | \"Warning\" | \"Info\" | \"Success\" | \"None\";\n/** Defines values for SslState. */\nexport type SslState = \"Disabled\" | \"SniEnabled\" | \"IpBasedEnabled\";\n/** Defines values for HostType. */\nexport type HostType = \"Standard\" | \"Repository\";\n/** Defines values for ManagedServiceIdentityType. */\nexport type ManagedServiceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n/** Defines values for OperationStatus. */\nexport type OperationStatus = \"InProgress\" | \"Failed\" | \"Succeeded\" | \"TimedOut\" | \"Created\";\n/** Defines values for UsageState. */\nexport type UsageState = \"Normal\" | \"Exceeded\";\n/** Defines values for SiteAvailabilityState. */\nexport type SiteAvailabilityState = \"Normal\" | \"Limited\" | \"DisasterRecoveryMode\";\n/** Defines values for ManagedPipelineMode. */\nexport type ManagedPipelineMode = \"Integrated\" | \"Classic\";\n/** Defines values for SiteLoadBalancing. */\nexport type SiteLoadBalancing =\n | \"WeightedRoundRobin\"\n | \"LeastRequests\"\n | \"LeastResponseTime\"\n | \"WeightedTotalTraffic\"\n | \"RequestHash\"\n | \"PerSiteRoundRobin\"\n | \"LeastRequestsWithTieBreaker\";\n/** Defines values for ClientCertMode. */\nexport type ClientCertMode = \"Required\" | \"Optional\" | \"OptionalInteractiveUser\";\n/** Defines values for IPMode. */\nexport type IPMode = \"IPv4\" | \"IPv6\" | \"IPv4AndIPv6\";\n/** Defines values for RedundancyMode. */\nexport type RedundancyMode = \"None\" | \"Manual\" | \"Failover\" | \"ActiveActive\" | \"GeoRedundant\";\n/** Defines values for AutoGeneratedDomainNameLabelScope. */\nexport type AutoGeneratedDomainNameLabelScope =\n | \"TenantReuse\"\n | \"SubscriptionReuse\"\n | \"ResourceGroupReuse\"\n | \"NoReuse\";\n\n/** Optional parameters. */\nexport interface DomainRegistrationProviderListOperationsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperations operation. */\nexport type DomainRegistrationProviderListOperationsResponse = CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainRegistrationProviderListOperationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOperationsNext operation. */\nexport type DomainRegistrationProviderListOperationsNextResponse = CsmOperationCollection;\n\n/** Optional parameters. */\nexport interface DomainsCheckAvailabilityOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAvailability operation. */\nexport type DomainsCheckAvailabilityResponse = DomainAvailabilityCheckResult;\n\n/** Optional parameters. */\nexport interface DomainsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DomainsListResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetControlCenterSsoRequestOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getControlCenterSsoRequest operation. */\nexport type DomainsGetControlCenterSsoRequestResponse = DomainControlCenterSsoRequest;\n\n/** Optional parameters. */\nexport interface DomainsListRecommendationsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendations operation. */\nexport type DomainsListRecommendationsResponse = NameIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DomainsListByResourceGroupResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Specify <code>true</code> to delete the domain immediately. The default is <code>false</code> which deletes the domain after 24 hours. */\n forceHardDeleteDomain?: boolean;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DomainsUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsListOwnershipIdentifiersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOwnershipIdentifiers operation. */\nexport type DomainsListOwnershipIdentifiersResponse = DomainOwnershipIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsGetOwnershipIdentifierOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getOwnershipIdentifier operation. */\nexport type DomainsGetOwnershipIdentifierResponse = DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateOwnershipIdentifier operation. */\nexport type DomainsCreateOrUpdateOwnershipIdentifierResponse = DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOwnershipIdentifierOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateOwnershipIdentifier operation. */\nexport type DomainsUpdateOwnershipIdentifierResponse = DomainOwnershipIdentifier;\n\n/** Optional parameters. */\nexport interface DomainsRenewOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DomainsTransferOutOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the transferOut operation. */\nexport type DomainsTransferOutResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DomainsListNextResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsListRecommendationsNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendationsNext operation. */\nexport type DomainsListRecommendationsNextResponse = NameIdentifierCollection;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DomainsListByResourceGroupNextResponse = DomainCollection;\n\n/** Optional parameters. */\nexport interface DomainsListOwnershipIdentifiersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listOwnershipIdentifiersNext operation. */\nexport type DomainsListOwnershipIdentifiersNextResponse = DomainOwnershipIdentifierCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TopLevelDomainsListResponse = TopLevelDomainCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopLevelDomainsGetResponse = TopLevelDomain;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListAgreementsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAgreements operation. */\nexport type TopLevelDomainsListAgreementsResponse = TldLegalAgreementCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TopLevelDomainsListNextResponse = TopLevelDomainCollection;\n\n/** Optional parameters. */\nexport interface TopLevelDomainsListAgreementsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAgreementsNext operation. */\nexport type TopLevelDomainsListAgreementsNextResponse = TldLegalAgreementCollection;\n\n/** Optional parameters. */\nexport interface DomainRegistrationManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,147 @@
1
+ import type * as coreClient from "@azure/core-client";
2
+ export declare const CsmOperationCollection: coreClient.CompositeMapper;
3
+ export declare const CsmOperationDescription: coreClient.CompositeMapper;
4
+ export declare const CsmOperationDisplay: coreClient.CompositeMapper;
5
+ export declare const CsmOperationDescriptionProperties: coreClient.CompositeMapper;
6
+ export declare const ServiceSpecification: coreClient.CompositeMapper;
7
+ export declare const MetricSpecification: coreClient.CompositeMapper;
8
+ export declare const Dimension: coreClient.CompositeMapper;
9
+ export declare const MetricAvailability: coreClient.CompositeMapper;
10
+ export declare const LogSpecification: coreClient.CompositeMapper;
11
+ export declare const DefaultErrorResponse: coreClient.CompositeMapper;
12
+ export declare const DefaultErrorResponseError: coreClient.CompositeMapper;
13
+ export declare const DefaultErrorResponseErrorDetailsItem: coreClient.CompositeMapper;
14
+ export declare const NameIdentifier: coreClient.CompositeMapper;
15
+ export declare const DomainAvailabilityCheckResult: coreClient.CompositeMapper;
16
+ export declare const DomainCollection: coreClient.CompositeMapper;
17
+ export declare const Contact: coreClient.CompositeMapper;
18
+ export declare const Address: coreClient.CompositeMapper;
19
+ export declare const HostName: coreClient.CompositeMapper;
20
+ export declare const DomainPurchaseConsent: coreClient.CompositeMapper;
21
+ export declare const Resource: coreClient.CompositeMapper;
22
+ export declare const DomainControlCenterSsoRequest: coreClient.CompositeMapper;
23
+ export declare const DomainRecommendationSearchParameters: coreClient.CompositeMapper;
24
+ export declare const NameIdentifierCollection: coreClient.CompositeMapper;
25
+ export declare const ProxyOnlyResource: coreClient.CompositeMapper;
26
+ export declare const DomainOwnershipIdentifierCollection: coreClient.CompositeMapper;
27
+ export declare const TopLevelDomainCollection: coreClient.CompositeMapper;
28
+ export declare const TopLevelDomainAgreementOption: coreClient.CompositeMapper;
29
+ export declare const TldLegalAgreementCollection: coreClient.CompositeMapper;
30
+ export declare const TldLegalAgreement: coreClient.CompositeMapper;
31
+ export declare const ApiDefinitionInfo: coreClient.CompositeMapper;
32
+ export declare const ApiManagementConfig: coreClient.CompositeMapper;
33
+ export declare const AppServiceEnvironment: coreClient.CompositeMapper;
34
+ export declare const VirtualNetworkProfile: coreClient.CompositeMapper;
35
+ export declare const NameValuePair: coreClient.CompositeMapper;
36
+ export declare const HostingEnvironmentProfile: coreClient.CompositeMapper;
37
+ export declare const KubeEnvironmentProfile: coreClient.CompositeMapper;
38
+ export declare const SkuDescription: coreClient.CompositeMapper;
39
+ export declare const SkuCapacity: coreClient.CompositeMapper;
40
+ export declare const Capability: coreClient.CompositeMapper;
41
+ export declare const ExtendedLocation: coreClient.CompositeMapper;
42
+ export declare const AppServicePlanCollection: coreClient.CompositeMapper;
43
+ export declare const ArmIdWrapper: coreClient.CompositeMapper;
44
+ export declare const AutoHealActions: coreClient.CompositeMapper;
45
+ export declare const AutoHealCustomAction: coreClient.CompositeMapper;
46
+ export declare const AutoHealRules: coreClient.CompositeMapper;
47
+ export declare const AutoHealTriggers: coreClient.CompositeMapper;
48
+ export declare const RequestsBasedTrigger: coreClient.CompositeMapper;
49
+ export declare const StatusCodesBasedTrigger: coreClient.CompositeMapper;
50
+ export declare const SlowRequestsBasedTrigger: coreClient.CompositeMapper;
51
+ export declare const StatusCodesRangeBasedTrigger: coreClient.CompositeMapper;
52
+ export declare const AzureStorageInfoValue: coreClient.CompositeMapper;
53
+ export declare const CertificateCollection: coreClient.CompositeMapper;
54
+ export declare const CipherSuites: coreClient.CompositeMapper;
55
+ export declare const CloningInfo: coreClient.CompositeMapper;
56
+ export declare const ConnStringInfo: coreClient.CompositeMapper;
57
+ export declare const Container: coreClient.CompositeMapper;
58
+ export declare const EnvironmentVar: coreClient.CompositeMapper;
59
+ export declare const ContainerResources: coreClient.CompositeMapper;
60
+ export declare const CorsSettings: coreClient.CompositeMapper;
61
+ export declare const CsmUsageQuota: coreClient.CompositeMapper;
62
+ export declare const LocalizableString: coreClient.CompositeMapper;
63
+ export declare const CsmUsageQuotaCollection: coreClient.CompositeMapper;
64
+ export declare const CustomScaleRule: coreClient.CompositeMapper;
65
+ export declare const ScaleRuleAuth: coreClient.CompositeMapper;
66
+ export declare const Dapr: coreClient.CompositeMapper;
67
+ export declare const DaprComponent: coreClient.CompositeMapper;
68
+ export declare const DaprMetadata: coreClient.CompositeMapper;
69
+ export declare const DataProviderMetadata: coreClient.CompositeMapper;
70
+ export declare const KeyValuePairStringObject: coreClient.CompositeMapper;
71
+ export declare const DataTableResponseColumn: coreClient.CompositeMapper;
72
+ export declare const DataTableResponseObject: coreClient.CompositeMapper;
73
+ export declare const DetectorInfo: coreClient.CompositeMapper;
74
+ export declare const SupportTopic: coreClient.CompositeMapper;
75
+ export declare const DiagnosticData: coreClient.CompositeMapper;
76
+ export declare const Rendering: coreClient.CompositeMapper;
77
+ export declare const Status: coreClient.CompositeMapper;
78
+ export declare const QueryUtterancesResults: coreClient.CompositeMapper;
79
+ export declare const QueryUtterancesResult: coreClient.CompositeMapper;
80
+ export declare const SampleUtterance: coreClient.CompositeMapper;
81
+ export declare const DetectorResponseCollection: coreClient.CompositeMapper;
82
+ export declare const ErrorEntity: coreClient.CompositeMapper;
83
+ export declare const Experiments: coreClient.CompositeMapper;
84
+ export declare const RampUpRule: coreClient.CompositeMapper;
85
+ export declare const HandlerMapping: coreClient.CompositeMapper;
86
+ export declare const HostNameBindingCollection: coreClient.CompositeMapper;
87
+ export declare const HostNameSslState: coreClient.CompositeMapper;
88
+ export declare const HttpScaleRule: coreClient.CompositeMapper;
89
+ export declare const IdentifierCollection: coreClient.CompositeMapper;
90
+ export declare const IpSecurityRestriction: coreClient.CompositeMapper;
91
+ export declare const ManagedServiceIdentity: coreClient.CompositeMapper;
92
+ export declare const UserAssignedIdentity: coreClient.CompositeMapper;
93
+ export declare const Operation: coreClient.CompositeMapper;
94
+ export declare const PrivateEndpointConnectionCollection: coreClient.CompositeMapper;
95
+ export declare const PrivateLinkConnectionState: coreClient.CompositeMapper;
96
+ export declare const PrivateLinkResource: coreClient.CompositeMapper;
97
+ export declare const PrivateLinkResourceProperties: coreClient.CompositeMapper;
98
+ export declare const PrivateLinkResourcesWrapper: coreClient.CompositeMapper;
99
+ export declare const QueueScaleRule: coreClient.CompositeMapper;
100
+ export declare const Scale: coreClient.CompositeMapper;
101
+ export declare const ScaleRule: coreClient.CompositeMapper;
102
+ export declare const SiteDnsConfig: coreClient.CompositeMapper;
103
+ export declare const OutboundVnetRouting: coreClient.CompositeMapper;
104
+ export declare const SiteConfig: coreClient.CompositeMapper;
105
+ export declare const SiteMachineKey: coreClient.CompositeMapper;
106
+ export declare const VirtualApplication: coreClient.CompositeMapper;
107
+ export declare const VirtualDirectory: coreClient.CompositeMapper;
108
+ export declare const SiteLimits: coreClient.CompositeMapper;
109
+ export declare const FunctionAppConfig: coreClient.CompositeMapper;
110
+ export declare const FunctionsDeployment: coreClient.CompositeMapper;
111
+ export declare const FunctionsDeploymentStorage: coreClient.CompositeMapper;
112
+ export declare const FunctionsDeploymentStorageAuthentication: coreClient.CompositeMapper;
113
+ export declare const FunctionsRuntime: coreClient.CompositeMapper;
114
+ export declare const FunctionsScaleAndConcurrency: coreClient.CompositeMapper;
115
+ export declare const FunctionsAlwaysReadyConfig: coreClient.CompositeMapper;
116
+ export declare const FunctionsScaleAndConcurrencyTriggers: coreClient.CompositeMapper;
117
+ export declare const FunctionsScaleAndConcurrencyTriggersHttp: coreClient.CompositeMapper;
118
+ export declare const DaprConfig: coreClient.CompositeMapper;
119
+ export declare const ResourceConfig: coreClient.CompositeMapper;
120
+ export declare const SlotSwapStatus: coreClient.CompositeMapper;
121
+ export declare const Template: coreClient.CompositeMapper;
122
+ export declare const WebAppCollection: coreClient.CompositeMapper;
123
+ export declare const Domain: coreClient.CompositeMapper;
124
+ export declare const AppServicePlan: coreClient.CompositeMapper;
125
+ export declare const Certificate: coreClient.CompositeMapper;
126
+ export declare const Site: coreClient.CompositeMapper;
127
+ export declare const DomainPatchResource: coreClient.CompositeMapper;
128
+ export declare const DomainOwnershipIdentifier: coreClient.CompositeMapper;
129
+ export declare const TopLevelDomain: coreClient.CompositeMapper;
130
+ export declare const CustomDnsSuffixConfiguration: coreClient.CompositeMapper;
131
+ export declare const AseV3NetworkingConfiguration: coreClient.CompositeMapper;
132
+ export declare const CertificatePatchResource: coreClient.CompositeMapper;
133
+ export declare const DeletedSite: coreClient.CompositeMapper;
134
+ export declare const DetectorResponse: coreClient.CompositeMapper;
135
+ export declare const HostNameBinding: coreClient.CompositeMapper;
136
+ export declare const HybridConnection: coreClient.CompositeMapper;
137
+ export declare const Identifier: coreClient.CompositeMapper;
138
+ export declare const RemotePrivateEndpointConnectionARMResource: coreClient.CompositeMapper;
139
+ export declare const PrivateLinkConnectionApprovalRequestResource: coreClient.CompositeMapper;
140
+ export declare const PushSettings: coreClient.CompositeMapper;
141
+ export declare const Snapshot: coreClient.CompositeMapper;
142
+ export declare const StringDictionary: coreClient.CompositeMapper;
143
+ export declare const User: coreClient.CompositeMapper;
144
+ export declare const VnetGateway: coreClient.CompositeMapper;
145
+ export declare const VnetRoute: coreClient.CompositeMapper;
146
+ export declare const VnetInfoResource: coreClient.CompositeMapper;
147
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}