@azure-rest/arm-appservice 1.0.0-beta.1 → 1.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/LICENSE +4 -4
  3. package/README.md +35 -23
  4. package/dist/browser/clientDefinitions.d.ts +3273 -0
  5. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  6. package/dist/browser/clientDefinitions.js +4 -0
  7. package/dist/browser/clientDefinitions.js.map +1 -0
  8. package/dist/browser/index.d.ts +12 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +14 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/isUnexpected.d.ts +654 -0
  13. package/dist/browser/isUnexpected.d.ts.map +1 -0
  14. package/dist/browser/isUnexpected.js +761 -0
  15. package/dist/browser/isUnexpected.js.map +1 -0
  16. package/dist/browser/logger.d.ts +2 -0
  17. package/dist/browser/logger.d.ts.map +1 -0
  18. package/dist/browser/logger.js +5 -0
  19. package/dist/browser/logger.js.map +1 -0
  20. package/dist/browser/models.d.ts +4422 -0
  21. package/dist/browser/models.d.ts.map +1 -0
  22. package/dist/browser/models.js +4 -0
  23. package/dist/browser/models.js.map +1 -0
  24. package/dist/browser/outputModels.d.ts +6074 -0
  25. package/dist/browser/outputModels.d.ts.map +1 -0
  26. package/dist/browser/outputModels.js +4 -0
  27. package/dist/browser/outputModels.js.map +1 -0
  28. package/dist/browser/package.json +3 -0
  29. package/dist/browser/paginateHelper.d.ts +68 -0
  30. package/dist/browser/paginateHelper.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
  32. package/dist/browser/paginateHelper.js.map +1 -0
  33. package/dist/browser/parameters.d.ts +2468 -0
  34. package/dist/browser/parameters.d.ts.map +1 -0
  35. package/dist/browser/parameters.js +4 -0
  36. package/dist/browser/parameters.js.map +1 -0
  37. package/dist/browser/pollingHelper.d.ts +76 -0
  38. package/dist/browser/pollingHelper.d.ts.map +1 -0
  39. package/dist/browser/pollingHelper.js +107 -0
  40. package/dist/browser/pollingHelper.js.map +1 -0
  41. package/dist/browser/responses.d.ts +7390 -0
  42. package/dist/browser/responses.d.ts.map +1 -0
  43. package/dist/browser/responses.js +4 -0
  44. package/dist/browser/responses.js.map +1 -0
  45. package/dist/browser/webSiteManagementClient.d.ts +15 -0
  46. package/dist/browser/webSiteManagementClient.d.ts.map +1 -0
  47. package/dist/browser/webSiteManagementClient.js +44 -0
  48. package/dist/browser/webSiteManagementClient.js.map +1 -0
  49. package/dist/commonjs/clientDefinitions.d.ts +3273 -0
  50. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  51. package/dist/commonjs/clientDefinitions.js +5 -0
  52. package/dist/commonjs/clientDefinitions.js.map +1 -0
  53. package/dist/commonjs/index.d.ts +12 -0
  54. package/dist/commonjs/index.d.ts.map +1 -0
  55. package/dist/commonjs/index.js +17 -0
  56. package/dist/commonjs/index.js.map +1 -0
  57. package/dist/commonjs/isUnexpected.d.ts +654 -0
  58. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  59. package/dist/commonjs/isUnexpected.js +764 -0
  60. package/dist/commonjs/isUnexpected.js.map +1 -0
  61. package/dist/commonjs/logger.d.ts +2 -0
  62. package/dist/commonjs/logger.d.ts.map +1 -0
  63. package/dist/commonjs/logger.js +8 -0
  64. package/dist/commonjs/logger.js.map +1 -0
  65. package/dist/commonjs/models.d.ts +4422 -0
  66. package/dist/commonjs/models.d.ts.map +1 -0
  67. package/dist/commonjs/models.js +5 -0
  68. package/dist/commonjs/models.js.map +1 -0
  69. package/dist/commonjs/outputModels.d.ts +6074 -0
  70. package/dist/commonjs/outputModels.d.ts.map +1 -0
  71. package/dist/commonjs/outputModels.js +5 -0
  72. package/dist/commonjs/outputModels.js.map +1 -0
  73. package/dist/commonjs/package.json +3 -0
  74. package/dist/commonjs/paginateHelper.d.ts +68 -0
  75. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  76. package/dist/commonjs/paginateHelper.js +140 -0
  77. package/dist/commonjs/paginateHelper.js.map +1 -0
  78. package/dist/commonjs/parameters.d.ts +2468 -0
  79. package/dist/commonjs/parameters.d.ts.map +1 -0
  80. package/dist/commonjs/parameters.js +5 -0
  81. package/dist/commonjs/parameters.js.map +1 -0
  82. package/dist/commonjs/pollingHelper.d.ts +76 -0
  83. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  84. package/dist/commonjs/pollingHelper.js +110 -0
  85. package/dist/commonjs/pollingHelper.js.map +1 -0
  86. package/dist/commonjs/responses.d.ts +7390 -0
  87. package/dist/commonjs/responses.d.ts.map +1 -0
  88. package/dist/commonjs/responses.js +5 -0
  89. package/dist/commonjs/responses.js.map +1 -0
  90. package/dist/commonjs/tsdoc-metadata.json +11 -0
  91. package/dist/commonjs/webSiteManagementClient.d.ts +15 -0
  92. package/dist/commonjs/webSiteManagementClient.d.ts.map +1 -0
  93. package/dist/commonjs/webSiteManagementClient.js +47 -0
  94. package/dist/commonjs/webSiteManagementClient.js.map +1 -0
  95. package/dist/esm/clientDefinitions.d.ts +3273 -0
  96. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  97. package/dist/esm/clientDefinitions.js +4 -0
  98. package/dist/esm/clientDefinitions.js.map +1 -0
  99. package/dist/esm/index.d.ts +12 -0
  100. package/dist/esm/index.d.ts.map +1 -0
  101. package/dist/esm/index.js +14 -0
  102. package/dist/esm/index.js.map +1 -0
  103. package/dist/esm/isUnexpected.d.ts +654 -0
  104. package/dist/esm/isUnexpected.d.ts.map +1 -0
  105. package/dist/esm/isUnexpected.js +761 -0
  106. package/dist/esm/isUnexpected.js.map +1 -0
  107. package/dist/esm/logger.d.ts +2 -0
  108. package/dist/esm/logger.d.ts.map +1 -0
  109. package/dist/esm/logger.js +5 -0
  110. package/dist/esm/logger.js.map +1 -0
  111. package/dist/esm/models.d.ts +4422 -0
  112. package/dist/esm/models.d.ts.map +1 -0
  113. package/dist/esm/models.js +4 -0
  114. package/dist/esm/models.js.map +1 -0
  115. package/dist/esm/outputModels.d.ts +6074 -0
  116. package/dist/esm/outputModels.d.ts.map +1 -0
  117. package/dist/esm/outputModels.js +4 -0
  118. package/dist/esm/outputModels.js.map +1 -0
  119. package/dist/esm/package.json +3 -0
  120. package/dist/esm/paginateHelper.d.ts +68 -0
  121. package/dist/esm/paginateHelper.d.ts.map +1 -0
  122. package/dist/esm/paginateHelper.js +137 -0
  123. package/dist/esm/paginateHelper.js.map +1 -0
  124. package/dist/esm/parameters.d.ts +2468 -0
  125. package/dist/esm/parameters.d.ts.map +1 -0
  126. package/dist/esm/parameters.js +4 -0
  127. package/dist/esm/parameters.js.map +1 -0
  128. package/dist/esm/pollingHelper.d.ts +76 -0
  129. package/dist/esm/pollingHelper.d.ts.map +1 -0
  130. package/dist/esm/pollingHelper.js +107 -0
  131. package/dist/esm/pollingHelper.js.map +1 -0
  132. package/dist/esm/responses.d.ts +7390 -0
  133. package/dist/esm/responses.d.ts.map +1 -0
  134. package/dist/esm/responses.js +4 -0
  135. package/dist/esm/responses.js.map +1 -0
  136. package/dist/esm/webSiteManagementClient.d.ts +15 -0
  137. package/dist/esm/webSiteManagementClient.d.ts.map +1 -0
  138. package/dist/esm/webSiteManagementClient.js +44 -0
  139. package/dist/esm/webSiteManagementClient.js.map +1 -0
  140. package/dist/react-native/clientDefinitions.d.ts +3273 -0
  141. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  142. package/dist/react-native/clientDefinitions.js +4 -0
  143. package/dist/react-native/clientDefinitions.js.map +1 -0
  144. package/dist/react-native/index.d.ts +12 -0
  145. package/dist/react-native/index.d.ts.map +1 -0
  146. package/dist/react-native/index.js +14 -0
  147. package/dist/react-native/index.js.map +1 -0
  148. package/dist/react-native/isUnexpected.d.ts +654 -0
  149. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  150. package/dist/react-native/isUnexpected.js +761 -0
  151. package/dist/react-native/isUnexpected.js.map +1 -0
  152. package/dist/react-native/logger.d.ts +2 -0
  153. package/dist/react-native/logger.d.ts.map +1 -0
  154. package/dist/react-native/logger.js +5 -0
  155. package/dist/react-native/logger.js.map +1 -0
  156. package/dist/react-native/models.d.ts +4422 -0
  157. package/dist/react-native/models.d.ts.map +1 -0
  158. package/dist/react-native/models.js +4 -0
  159. package/dist/react-native/models.js.map +1 -0
  160. package/dist/react-native/outputModels.d.ts +6074 -0
  161. package/dist/react-native/outputModels.d.ts.map +1 -0
  162. package/dist/react-native/outputModels.js +4 -0
  163. package/dist/react-native/outputModels.js.map +1 -0
  164. package/dist/react-native/package.json +3 -0
  165. package/dist/react-native/paginateHelper.d.ts +68 -0
  166. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  167. package/dist/react-native/paginateHelper.js +137 -0
  168. package/dist/react-native/paginateHelper.js.map +1 -0
  169. package/dist/react-native/parameters.d.ts +2468 -0
  170. package/dist/react-native/parameters.d.ts.map +1 -0
  171. package/dist/react-native/parameters.js +4 -0
  172. package/dist/react-native/parameters.js.map +1 -0
  173. package/dist/react-native/pollingHelper.d.ts +76 -0
  174. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  175. package/dist/react-native/pollingHelper.js +107 -0
  176. package/dist/react-native/pollingHelper.js.map +1 -0
  177. package/dist/react-native/responses.d.ts +7390 -0
  178. package/dist/react-native/responses.d.ts.map +1 -0
  179. package/dist/react-native/responses.js +4 -0
  180. package/dist/react-native/responses.js.map +1 -0
  181. package/dist/react-native/webSiteManagementClient.d.ts +15 -0
  182. package/dist/react-native/webSiteManagementClient.d.ts.map +1 -0
  183. package/dist/react-native/webSiteManagementClient.js +44 -0
  184. package/dist/react-native/webSiteManagementClient.js.map +1 -0
  185. package/package.json +87 -80
  186. package/review/{arm-appservice.api.md → arm-appservice-node.api.md} +5443 -4440
  187. package/dist/index.js +0 -144
  188. package/dist/index.js.map +0 -1
  189. package/dist-esm/src/clientDefinitions.js +0 -4
  190. package/dist-esm/src/clientDefinitions.js.map +0 -1
  191. package/dist-esm/src/index.js +0 -13
  192. package/dist-esm/src/index.js.map +0 -1
  193. package/dist-esm/src/models.js +0 -4
  194. package/dist-esm/src/models.js.map +0 -1
  195. package/dist-esm/src/outputModels.js +0 -4
  196. package/dist-esm/src/outputModels.js.map +0 -1
  197. package/dist-esm/src/paginateHelper.js.map +0 -1
  198. package/dist-esm/src/parameters.js +0 -4
  199. package/dist-esm/src/parameters.js.map +0 -1
  200. package/dist-esm/src/pollingHelper.js +0 -46
  201. package/dist-esm/src/pollingHelper.js.map +0 -1
  202. package/dist-esm/src/responses.js +0 -4
  203. package/dist-esm/src/responses.js.map +0 -1
  204. package/dist-esm/src/webSiteManagementClient.js +0 -21
  205. package/dist-esm/src/webSiteManagementClient.js.map +0 -1
  206. package/types/arm-appservice.d.ts +0 -27921
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** SSL certificate purchase order. */\nexport interface AppServiceCertificateOrder extends Resource {\n /** AppServiceCertificateOrder resource specific properties */\n properties?: AppServiceCertificateOrderProperties;\n}\n\n/** AppServiceCertificateOrder resource specific properties */\nexport interface AppServiceCertificateOrderProperties {\n /** State of the Key Vault secret. */\n certificates?: Record<string, AppServiceCertificate>;\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType: \"StandardDomainValidatedSsl\" | \"StandardDomainValidatedWildCardSsl\";\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Last CSR that was created for this order. */\n csr?: string;\n}\n\n/** Key Vault container for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificate {\n /** Key Vault resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\n}\n\n/** SSL certificate details. */\nexport interface CertificateDetails {}\n\nexport interface CertificateOrderContact {\n email?: string;\n nameFirst?: string;\n nameLast?: string;\n phone?: string;\n}\n\n/** Azure resource. This resource is tracked in Azure Resource Manager */\nexport interface Resource {\n /** Kind of resource. */\n kind?: string;\n /** Resource Location. */\n location: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\n/** ARM resource for a certificate order that is purchased through Azure. */\nexport interface AppServiceCertificateOrderPatchResource extends ProxyOnlyResource {\n /** AppServiceCertificateOrderPatchResource resource specific properties */\n properties?: AppServiceCertificateOrderPatchResourceProperties;\n}\n\n/** AppServiceCertificateOrderPatchResource resource specific properties */\nexport interface AppServiceCertificateOrderPatchResourceProperties {\n /** State of the Key Vault secret. */\n certificates?: Record<string, AppServiceCertificate>;\n /** Certificate distinguished name. */\n distinguishedName?: string;\n /** Duration in years (must be 1). */\n validityInYears?: number;\n /** Certificate key size. */\n keySize?: number;\n /** Certificate product type. */\n productType: \"StandardDomainValidatedSsl\" | \"StandardDomainValidatedWildCardSsl\";\n /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Last CSR that was created for this order. */\n csr?: string;\n}\n\n/** Azure proxy only resource. This resource is not tracked by Azure Resource Manager. */\nexport interface ProxyOnlyResource {\n /** Kind of resource. */\n kind?: string;\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificateResource extends Resource {\n /** Core resource properties */\n properties?: AppServiceCertificate;\n}\n\n/** Key Vault container ARM resource for a certificate that is purchased through Azure. */\nexport interface AppServiceCertificatePatchResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: AppServiceCertificate;\n}\n\n/** Class representing certificate reissue request. */\nexport interface ReissueCertificateOrderRequest extends ProxyOnlyResource {\n /** ReissueCertificateOrderRequest resource specific properties */\n properties?: ReissueCertificateOrderRequestProperties;\n}\n\n/** ReissueCertificateOrderRequest resource specific properties */\nexport interface ReissueCertificateOrderRequestProperties {\n /** Certificate Key Size. */\n keySize?: number;\n /** Delay in hours to revoke existing certificate after the new certificate is issued. */\n delayExistingRevokeInHours?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\n/** Class representing certificate renew request. */\nexport interface RenewCertificateOrderRequest extends ProxyOnlyResource {\n /** RenewCertificateOrderRequest resource specific properties */\n properties?: RenewCertificateOrderRequestProperties;\n}\n\n/** RenewCertificateOrderRequest resource specific properties */\nexport interface RenewCertificateOrderRequestProperties {\n /** Certificate Key Size. */\n keySize?: number;\n /** Csr to be used for re-key operation. */\n csr?: string;\n /** Should we change the ASC type (from managed private key to external private key and vice versa). */\n isPrivateKeyExternal?: boolean;\n}\n\n/** Identifies an object. */\nexport interface NameIdentifier {\n /** Name of the object. */\n name?: string;\n}\n\n/** Site seal request. */\nexport interface SiteSealRequest {\n /** If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme. */\n lightTheme?: boolean;\n /** Locale of site seal. */\n locale?: string;\n}\n\n/** Certificate order action. */\nexport interface CertificateOrderAction extends ProxyOnlyResource {\n /** CertificateOrderAction resource specific properties */\n properties?: CertificateOrderActionProperties;\n}\n\n/** CertificateOrderAction resource specific properties */\nexport interface CertificateOrderActionProperties {}\n\n/** SSL certificate email. */\nexport interface CertificateEmail extends ProxyOnlyResource {\n /** CertificateEmail resource specific properties */\n properties?: CertificateEmailProperties;\n}\n\n/** CertificateEmail resource specific properties */\nexport interface CertificateEmailProperties {\n /** Email id. */\n emailId?: string;\n /** Time stamp. */\n timeStamp?: Date | string;\n}\n\n/** Class representing Response from Detector */\nexport interface DetectorResponse extends ProxyOnlyResource {\n /** DetectorResponse resource specific properties */\n properties?: DetectorResponseProperties;\n}\n\n/** DetectorResponse resource specific properties */\nexport interface DetectorResponseProperties {\n /** metadata for the detector */\n metadata?: DetectorInfo;\n /** Data Set */\n dataset?: Array<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?: Array<DataProviderMetadata>;\n /** Suggested utterances where the detector can be applicable. */\n suggestedUtterances?: QueryUtterancesResults;\n}\n\n/** Definition of Detector */\nexport interface DetectorInfo {}\n\n/** Defines a unique Support Topic */\nexport interface SupportTopic {}\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/** 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?: Array<DataTableResponseColumn>;\n /** Raw row values */\n rows?: Array<Array<string>>;\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/** Instructions for rendering the data */\nexport interface Rendering {\n /** Rendering Type */\n type?:\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 /** 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?: \"Critical\" | \"Warning\" | \"Info\" | \"Success\" | \"None\";\n}\n\n/** Additional configuration for a data providers */\nexport interface DataProviderMetadata {\n providerName?: string;\n}\n\nexport interface KeyValuePairStringObject {}\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?: Array<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?: Array<string>;\n /** Question id of sample utterance (for stackoverflow questions titles). */\n qid?: string;\n}\n\n/** Information about a domain. */\nexport interface Domain extends Resource {\n /** Domain resource specific properties */\n properties?: DomainProperties;\n}\n\n/** Domain resource specific properties */\nexport interface DomainProperties {\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 /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Legal agreement consent. */\n consent: DomainPurchaseConsent;\n /** Current DNS type */\n dnsType?: \"AzureDns\" | \"DefaultDomainRegistrarDns\";\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: \"AzureDns\" | \"DefaultDomainRegistrarDns\";\n authCode?: 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?: Array<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?: \"Website\" | \"TrafficManager\";\n /** Type of the DNS record. */\n customHostNameDnsRecordType?: \"CName\" | \"A\";\n /** Type of the hostname. */\n hostNameType?: \"Verified\" | \"Managed\";\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?: Array<string>;\n /** Client IP address. */\n agreedBy?: string;\n /** Timestamp when the agreements were accepted. */\n agreedAt?: Date | 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/** ARM resource for a domain. */\nexport interface DomainPatchResource extends ProxyOnlyResource {\n /** DomainPatchResource resource specific properties */\n properties?: DomainPatchResourceProperties;\n}\n\n/** DomainPatchResource resource specific properties */\nexport interface DomainPatchResourceProperties {\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 /** <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. */\n privacy?: boolean;\n /** <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. */\n autoRenew?: boolean;\n /** Legal agreement consent. */\n consent: DomainPurchaseConsent;\n /** Current DNS type */\n dnsType?: \"AzureDns\" | \"DefaultDomainRegistrarDns\";\n /** Azure DNS Zone to use */\n dnsZoneId?: string;\n /** Target DNS type (would be used for migration) */\n targetDnsType?: \"AzureDns\" | \"DefaultDomainRegistrarDns\";\n authCode?: string;\n}\n\n/** Domain ownership Identifier. */\nexport interface DomainOwnershipIdentifier extends ProxyOnlyResource {\n /** DomainOwnershipIdentifier resource specific properties */\n properties?: DomainOwnershipIdentifierProperties;\n}\n\n/** DomainOwnershipIdentifier resource specific properties */\nexport interface DomainOwnershipIdentifierProperties {\n /** Ownership Id. */\n ownershipId?: string;\n}\n\n/** A top level domain object. */\nexport interface TopLevelDomain extends ProxyOnlyResource {\n /** TopLevelDomain resource specific properties */\n properties?: TopLevelDomainProperties;\n}\n\n/** TopLevelDomain resource specific properties */\nexport interface TopLevelDomainProperties {\n /** If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>. */\n privacy?: boolean;\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/** App Service Environment ARM resource. */\nexport interface AppServiceEnvironmentResource extends Resource {\n /** Core resource properties */\n properties?: AppServiceEnvironment;\n}\n\n/** Description of an App Service Environment. */\nexport interface AppServiceEnvironment {\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?: \"None\" | \"Web\" | \"Publishing\" | \"Web, Publishing\";\n /** Front-end VM size, e.g. \"Medium\", \"Large\". */\n multiSize?: string;\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 /** Scale factor for front-ends. */\n frontEndScaleFactor?: number;\n /** Custom settings for changing the behavior of the App Service Environment. */\n clusterSettings?: Array<NameValuePair>;\n /** User added ip ranges to whitelist on ASE db */\n userWhitelistedIpRanges?: Array<string>;\n /** Dedicated Host Count */\n dedicatedHostCount?: number;\n /** Whether or not this App Service Environment is zone-redundant. */\n zoneRedundant?: boolean;\n}\n\n/** Specification for using a Virtual Network. */\nexport interface VirtualNetworkProfile {\n /** Resource id of the Virtual Network. */\n id: 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/** ARM resource for a app service environment. */\nexport interface AppServiceEnvironmentPatchResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: AppServiceEnvironment;\n}\n\n/** Describes main public IP address and any extra virtual IPs. */\nexport interface AddressResponse extends ProxyOnlyResource {\n /** AddressResponse resource specific properties */\n properties?: AddressResponseProperties;\n}\n\n/** AddressResponse resource specific properties */\nexport interface AddressResponseProperties {\n /** Main public virtual IP. */\n serviceIpAddress?: string;\n /** Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode. */\n internalIpAddress?: string;\n /** IP addresses appearing on outbound connections. */\n outboundIpAddresses?: Array<string>;\n /** Additional virtual IPs. */\n vipMappings?: Array<VirtualIPMapping>;\n}\n\n/** Virtual IP mapping. */\nexport interface VirtualIPMapping {\n /** Virtual IP address. */\n virtualIP?: string;\n /** Internal HTTP port. */\n internalHttpPort?: number;\n /** Internal HTTPS port. */\n internalHttpsPort?: number;\n /** Is virtual IP mapping in use. */\n inUse?: boolean;\n /** name of the service that virtual IP is assigned to */\n serviceName?: string;\n}\n\n/** A web app, a mobile app backend, or an API app. */\nexport interface Site extends Resource {\n /** Site resource specific properties */\n properties?: SiteProperties;\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n}\n\n/** Site resource specific properties */\nexport interface SiteProperties {\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 /** Hostname SSL states are used to manage the SSL bindings for app's hostnames. */\n hostNameSslStates?: Array<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 /** Configuration of the app. */\n siteConfig?: SiteConfig;\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 /** 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 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?: \"Required\" | \"Optional\" | \"OptionalInteractiveUser\";\n /** client certificate authentication comma-separated exclusion paths */\n clientCertExclusionPaths?: string;\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 /** Size of the function container. */\n containerSize?: number;\n /** Maximum allowed daily memory-time quota (applicable on dynamic apps only). */\n dailyMemoryTimeQuota?: number;\n /** If specified during app creation, the app is cloned from a source app. */\n cloningInfo?: CloningInfo;\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?: \"None\" | \"Manual\" | \"Failover\" | \"ActiveActive\" | \"GeoRedundant\";\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 /**\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}\n\n/** SSL-enabled hostname. */\nexport interface HostNameSslState {\n /** Hostname. */\n name?: string;\n /** SSL type. */\n sslState?: \"Disabled\" | \"SniEnabled\" | \"IpBasedEnabled\";\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?: \"Standard\" | \"Repository\";\n}\n\n/** Configuration of an App Service app. */\nexport interface SiteConfig {\n /** Number of workers. */\n numberOfWorkers?: number;\n /** Default documents. */\n defaultDocuments?: Array<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 | string;\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. */\n appSettings?: Array<NameValuePair>;\n /** Connection strings. */\n connectionStrings?: Array<ConnStringInfo>;\n /** Handler mappings. */\n handlerMappings?: Array<HandlerMapping>;\n /** Document root. */\n documentRoot?: string;\n /** SCM type. */\n scmType?:\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 /** <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?: \"Integrated\" | \"Classic\";\n /** Virtual applications. */\n virtualApplications?: Array<VirtualApplication>;\n /** Site load balancing. */\n loadBalancing?:\n | \"WeightedRoundRobin\"\n | \"LeastRequests\"\n | \"LeastResponseTime\"\n | \"WeightedTotalTraffic\"\n | \"RequestHash\"\n | \"PerSiteRoundRobin\";\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?: Array<IpSecurityRestriction>;\n /** IP security restrictions for scm. */\n scmIpSecurityRestrictions?: Array<IpSecurityRestriction>;\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 /** MinTlsVersion: configures the minimum version of TLS required for SSL requests */\n minTlsVersion?: \"1.0\" | \"1.1\" | \"1.2\";\n /** ScmMinTlsVersion: configures the minimum version of TLS required for SSL requests for SCM site */\n scmMinTlsVersion?: \"1.0\" | \"1.1\" | \"1.2\";\n /** State of FTP / FTPS service */\n ftpsState?: \"AllAllowed\" | \"FtpsOnly\" | \"Disabled\";\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 /** 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?: Record<string, AzureStorageInfoValue>;\n /** Property to allow or block all public traffic. */\n publicNetworkAccess?: 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?:\n | \"MySql\"\n | \"SQLServer\"\n | \"SQLAzure\"\n | \"Custom\"\n | \"NotificationHub\"\n | \"ServiceBus\"\n | \"EventHub\"\n | \"ApiHub\"\n | \"DocDb\"\n | \"RedisCache\"\n | \"PostgreSQL\";\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/**\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/** 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?: Array<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/** Routing rules in production experiments. */\nexport interface Experiments {\n /** List of ramp-up rules. */\n rampUpRules?: Array<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 /**\n * Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.\n * https://www.siteextensions.net/packages/TiPCallback/\n */\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/** 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/** 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?: Array<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?: Array<SlowRequestsBasedTrigger>;\n /** A rule based on status codes ranges. */\n statusCodesRange?: Array<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/** 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?: \"Recycle\" | \"LogEvent\" | \"CustomAction\";\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/** 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?: Array<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/** Push settings for the App. */\nexport interface PushSettings extends ProxyOnlyResource {\n /** PushSettings resource specific properties */\n properties?: PushSettingsProperties;\n}\n\n/** PushSettings resource specific properties */\nexport interface PushSettingsProperties {\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/** 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/** 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?: \"Default\" | \"XffProxy\" | \"ServiceTag\";\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?: Record<string, Array<string>>;\n}\n\n/** Azure Files or Blob Storage access information value for dictionary storage. */\nexport interface AzureStorageInfoValue {\n /** Type of storage. */\n type?: \"AzureFiles\" | \"AzureBlob\";\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\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\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 * Value may contain a UUID\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?: Record<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/** The status of the last successful slot swap operation. */\nexport interface SlotSwapStatus {}\n\n/** Managed service identity. */\nexport interface ManagedServiceIdentity {\n /** Type of managed service identity. */\n type?: \"SystemAssigned\" | \"UserAssigned\" | \"SystemAssigned, UserAssigned\" | \"None\";\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?: Record<string, UserAssignedIdentity>;\n}\n\n/** User Assigned identity. */\nexport interface UserAssignedIdentity {}\n\n/** Extended Location. */\nexport interface ExtendedLocation {\n /** Name of extended location. */\n name?: string;\n}\n\n/** Full view of networking configuration for an ASE. */\nexport interface AseV3NetworkingConfiguration extends ProxyOnlyResource {\n /** AseV3NetworkingConfiguration resource specific properties */\n properties?: AseV3NetworkingConfigurationProperties;\n}\n\n/** AseV3NetworkingConfiguration resource specific properties */\nexport interface AseV3NetworkingConfigurationProperties {\n /** Property to enable and disable new private endpoint connection creation on ASE */\n allowNewPrivateEndpointConnections?: boolean;\n}\n\n/** Worker pool of an App Service Environment ARM resource. */\nexport interface WorkerPoolResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: WorkerPool;\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n}\n\n/** Worker pool of an App Service Environment. */\nexport interface WorkerPool {\n /** Worker size ID for referencing this worker pool. */\n workerSizeId?: number;\n /** Shared or dedicated app hosting. */\n computeMode?: \"Shared\" | \"Dedicated\" | \"Dynamic\";\n /** VM size of the worker pool instances. */\n workerSize?: string;\n /** Number of instances in the worker pool. */\n workerCount?: number;\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?: Array<string>;\n /** Capabilities of the SKU, e.g., is traffic manager enabled? */\n capabilities?: Array<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/** Metadata for the metrics. */\nexport interface ResourceMetricDefinition extends ProxyOnlyResource {\n /** ResourceMetricDefinition resource specific properties */\n properties?: ResourceMetricDefinitionProperties;\n}\n\n/** ResourceMetricDefinition resource specific properties */\nexport interface ResourceMetricDefinitionProperties {}\n\n/** Metrics availability and retention. */\nexport interface ResourceMetricAvailability {}\n\n/** Usage of the quota resource. */\nexport interface Usage extends ProxyOnlyResource {\n /** Usage resource specific properties */\n properties?: UsageProperties;\n}\n\n/** Usage resource specific properties */\nexport interface UsageProperties {}\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?: Array<string>;\n /** Inner errors. */\n innerErrors?: Array<ErrorEntity>;\n /** Error Details. */\n details?: Array<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/** Remote Private Endpoint Connection ARM resource. */\nexport interface RemotePrivateEndpointConnectionARMResource extends ProxyOnlyResource {\n /** RemotePrivateEndpointConnectionARMResource resource specific properties */\n properties?: RemotePrivateEndpointConnectionARMResourceProperties;\n}\n\n/** RemotePrivateEndpointConnectionARMResource resource specific properties */\nexport interface RemotePrivateEndpointConnectionARMResourceProperties {\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?: Array<string>;\n}\n\n/** A wrapper for an ARM resource id */\nexport interface ArmIdWrapper {}\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/** Private Endpoint Connection Approval ARM resource. */\nexport interface PrivateLinkConnectionApprovalRequestResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: PrivateLinkConnectionApprovalRequest;\n}\n\n/** A request to approve or reject a private endpoint connection */\nexport interface PrivateLinkConnectionApprovalRequest {\n /** The state of a private link connection */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n}\n\n/** App Service plan. */\nexport interface AppServicePlan extends Resource {\n /** AppServicePlan resource specific properties */\n properties?: AppServicePlanProperties;\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n}\n\n/** AppServicePlan resource specific properties */\nexport interface AppServicePlanProperties {\n /** Target worker tier assigned to the App Service plan. */\n workerTierName?: string;\n /** Specification for the App Service Environment to use for the App Service plan. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\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 /** 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 | string;\n /** The time when the server farm free offer expires. */\n freeOfferExpirationTime?: Date | 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 /** 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\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\n/** ARM resource for a app service plan. */\nexport interface AppServicePlanPatchResource extends ProxyOnlyResource {\n /** AppServicePlanPatchResource resource specific properties */\n properties?: AppServicePlanPatchResourceProperties;\n}\n\n/** AppServicePlanPatchResource resource specific properties */\nexport interface AppServicePlanPatchResourceProperties {\n /** Target worker tier assigned to the App Service plan. */\n workerTierName?: string;\n /** Specification for the App Service Environment to use for the App Service plan. */\n hostingEnvironmentProfile?: HostingEnvironmentProfile;\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 /** 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 | string;\n /** The time when the server farm free offer expires. */\n freeOfferExpirationTime?: Date | 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 /** 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\n/** Hybrid Connection contract. This is used to configure a Hybrid Connection. */\nexport interface HybridConnection extends ProxyOnlyResource {\n /** HybridConnection resource specific properties */\n properties?: HybridConnectionProperties;\n}\n\n/** HybridConnection resource specific properties */\nexport interface HybridConnectionProperties {\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/** Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. */\nexport interface HybridConnectionKey extends ProxyOnlyResource {\n /** HybridConnectionKey resource specific properties */\n properties?: HybridConnectionKeyProperties;\n}\n\n/** HybridConnectionKey resource specific properties */\nexport interface HybridConnectionKeyProperties {}\n\n/** Hybrid Connection limits contract. This is used to return the plan limits of Hybrid Connections. */\nexport interface HybridConnectionLimits extends ProxyOnlyResource {\n /** HybridConnectionLimits resource specific properties */\n properties?: HybridConnectionLimitsProperties;\n}\n\n/** HybridConnectionLimits resource specific properties */\nexport interface HybridConnectionLimitsProperties {}\n\n/** Virtual Network information ARM resource. */\nexport interface VnetInfoResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: VnetInfo;\n}\n\n/** Virtual Network information contract. */\nexport interface VnetInfo {\n /** The Virtual Network's resource ID. */\n vnetResourceId?: 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 /** 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/** Virtual Network route contract used to pass routing information for a Virtual Network. */\nexport interface VnetRoute extends ProxyOnlyResource {\n /** VnetRoute resource specific properties */\n properties?: VnetRouteProperties;\n}\n\n/** VnetRoute resource specific properties */\nexport interface VnetRouteProperties {\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?: \"DEFAULT\" | \"INHERITED\" | \"STATIC\";\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 /** VnetGateway resource specific properties */\n properties?: VnetGatewayProperties;\n}\n\n/** VnetGateway resource specific properties */\nexport interface VnetGatewayProperties {\n /** The Virtual Network name. */\n vnetName?: string;\n /** The URI where the VPN package can be downloaded. */\n vpnPackageUri: string;\n}\n\n/** SSL certificate for an app. */\nexport interface Certificate extends Resource {\n /** Certificate resource specific properties */\n properties?: CertificateProperties;\n}\n\n/** Certificate resource specific properties */\nexport interface CertificateProperties {\n /** Certificate password. */\n password?: string;\n /** Host names the certificate applies to. */\n hostNames?: Array<string>;\n /**\n * Pfx blob.\n *\n * Value may contain base64 encoded characters\n */\n pfxBlob?: string;\n /** Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\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/** ARM resource for a certificate. */\nexport interface CertificatePatchResource extends ProxyOnlyResource {\n /** CertificatePatchResource resource specific properties */\n properties?: CertificatePatchResourceProperties;\n}\n\n/** CertificatePatchResource resource specific properties */\nexport interface CertificatePatchResourceProperties {\n /** Certificate password. */\n password?: string;\n /** Host names the certificate applies to. */\n hostNames?: Array<string>;\n /**\n * Pfx blob.\n *\n * Value may contain base64 encoded characters\n */\n pfxBlob?: string;\n /** Key Vault Csm resource Id. */\n keyVaultId?: string;\n /** Key Vault secret name. */\n keyVaultSecretName?: string;\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/** Container App. */\nexport interface ContainerApp extends Resource {\n /** ContainerApp resource specific properties */\n properties?: ContainerAppProperties;\n}\n\n/** ContainerApp resource specific properties */\nexport interface ContainerAppProperties {\n /** Resource ID of the Container App's KubeEnvironment. */\n kubeEnvironmentId?: string;\n /** Non versioned Container App configuration properties. */\n configuration?: Configuration;\n /** Container App versioned application definition. */\n template?: Template;\n}\n\n/** Non versioned Container App configuration properties that define the mutable settings of a Container app */\nexport interface Configuration {\n /** Collection of secrets used by a Container app */\n secrets?: Array<Secret>;\n /**\n * ActiveRevisionsMode controls how active revisions are handled for the Container app:\n * <list><item>Multiple: multiple revisions can be active. If no value if provided, this is the default</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode</item></list>\n */\n activeRevisionsMode?: \"multiple\" | \"single\";\n /** Ingress configurations. */\n ingress?: Ingress;\n /** Collection of private container registry credentials for containers used by the Container app */\n registries?: Array<RegistryCredentials>;\n}\n\n/** Container App Secret. */\nexport interface Secret {\n /** Secret Name. */\n name?: string;\n /** Secret Value. */\n value?: string;\n}\n\n/** Container App Ingress configuration. */\nexport interface Ingress {\n /** Bool indicating if app exposes an external http endpoint */\n external?: boolean;\n /** Target Port in containers for traffic from ingress */\n targetPort?: number;\n /** Ingress transport protocol */\n transport?: \"auto\" | \"http\" | \"http2\";\n traffic?: Array<TrafficWeight>;\n /** Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections */\n allowInsecure?: boolean;\n}\n\n/** Traffic weight assigned to a revision */\nexport interface TrafficWeight {\n /** Name of a revision */\n revisionName?: string;\n /** Traffic weight assigned to a revision */\n weight?: number;\n /** Indicates that the traffic weight belongs to a latest stable revision */\n latestRevision?: boolean;\n}\n\n/** Container App Private Registry */\nexport interface RegistryCredentials {\n /** Container Registry Server */\n server?: string;\n /** Container Registry Username */\n username?: string;\n /** The name of the Secret that contains the registry login password */\n passwordSecretRef?: 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?: Array<Container>;\n /** Scaling properties for the Container App. */\n scale?: Scale;\n /** Dapr configuration for the Container App. */\n dapr?: Dapr;\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?: Array<string>;\n /** Container start command arguments. */\n args?: Array<string>;\n /** Container environment variables. */\n env?: Array<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/** 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?: Array<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\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?: Array<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 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?: Record<string, string>;\n /** Authentication secrets for the custom scale rule. */\n auth?: Array<ScaleRuleAuth>;\n}\n\n/** Container App container Custom scaling rule. */\nexport interface HttpScaleRule {\n /** Metadata properties to describe http scale rule. */\n metadata?: Record<string, string>;\n /** Authentication secrets for the custom scale rule. */\n auth?: Array<ScaleRuleAuth>;\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?: Array<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?: Array<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/** Container App Revision. */\nexport interface Revision extends Resource {\n /** Revision resource specific properties */\n properties?: RevisionProperties;\n}\n\n/** Revision resource specific properties */\nexport interface RevisionProperties {}\n\n/** A deleted app. */\nexport interface DeletedSite extends ProxyOnlyResource {\n /** DeletedSite resource specific properties */\n properties?: DeletedSiteProperties;\n}\n\n/** DeletedSite resource specific properties */\nexport interface DeletedSiteProperties {}\n\n/** Class representing detector definition */\nexport interface DiagnosticCategory extends ProxyOnlyResource {\n /** DiagnosticCategory resource specific properties */\n properties?: DiagnosticCategoryProperties;\n}\n\n/** DiagnosticCategory resource specific properties */\nexport interface DiagnosticCategoryProperties {}\n\n/** Definition of Analysis */\nexport interface AnalysisDefinition extends ProxyOnlyResource {\n /** AnalysisDefinition resource specific properties */\n properties?: AnalysisDefinitionProperties;\n}\n\n/** AnalysisDefinition resource specific properties */\nexport interface AnalysisDefinitionProperties {}\n\n/** Class representing a diagnostic analysis done on an application */\nexport interface DiagnosticAnalysis extends ProxyOnlyResource {\n /** DiagnosticAnalysis resource specific properties */\n properties?: DiagnosticAnalysisProperties;\n}\n\n/** DiagnosticAnalysis resource specific properties */\nexport interface DiagnosticAnalysisProperties {\n /** Start time of the period */\n startTime?: Date | string;\n /** End time of the period */\n endTime?: Date | string;\n /** List of time periods. */\n abnormalTimePeriods?: Array<AbnormalTimePeriod>;\n /** Data by each detector */\n payload?: Array<AnalysisData>;\n /** Data by each detector for detectors that did not corelate */\n nonCorrelatedDetectors?: Array<DetectorDefinition>;\n}\n\n/** Class representing Abnormal Time Period identified in diagnosis */\nexport interface AbnormalTimePeriod {\n /** Start time of the downtime */\n startTime?: Date | string;\n /** End time of the downtime */\n endTime?: Date | string;\n /** List of Possible Cause of downtime */\n events?: Array<DetectorAbnormalTimePeriod>;\n /** List of proposed solutions */\n solutions?: Array<Solution>;\n}\n\n/** Class representing Abnormal Time Period detected. */\nexport interface DetectorAbnormalTimePeriod {\n /** Start time of the correlated event */\n startTime?: Date | string;\n /** End time of the correlated event */\n endTime?: Date | string;\n /** Message describing the event */\n message?: string;\n /** Represents the name of the Detector */\n source?: string;\n /** Represents the rank of the Detector */\n priority?: number;\n /** Downtime metadata */\n metaData?: Array<Array<NameValuePair>>;\n /** Represents the type of the Detector */\n type?:\n | \"ServiceIncident\"\n | \"AppDeployment\"\n | \"AppCrash\"\n | \"RuntimeIssueDetected\"\n | \"AseDeployment\"\n | \"UserIssue\"\n | \"PlatformIssue\"\n | \"Other\";\n /** List of proposed solutions */\n solutions?: Array<Solution>;\n}\n\n/** Class Representing Solution for problems detected. */\nexport interface Solution {\n /** Solution Id. */\n id?: number;\n /** Display Name of the solution */\n displayName?: string;\n /** Order of the solution. */\n order?: number;\n /** Description of the solution */\n description?: string;\n /** Type of Solution */\n type?: \"QuickSolution\" | \"DeepInvestigation\" | \"BestPractices\";\n /** Solution Data. */\n data?: Array<Array<NameValuePair>>;\n /** Solution Metadata. */\n metadata?: Array<Array<NameValuePair>>;\n}\n\n/** Class Representing Detector Evidence used for analysis */\nexport interface AnalysisData {\n /** Name of the Detector */\n source?: string;\n /** Detector Definition */\n detectorDefinition?: DetectorDefinition;\n /** Source Metrics */\n metrics?: Array<DiagnosticMetricSet>;\n /** Additional Source Data */\n data?: Array<Array<NameValuePair>>;\n /** Detector Meta Data */\n detectorMetaData?: ResponseMetaData;\n}\n\n/** Class representing detector definition */\nexport interface DetectorDefinition {}\n\n/** Class representing Diagnostic Metric information */\nexport interface DiagnosticMetricSet {\n /** Name of the metric */\n name?: string;\n /** Metric's unit */\n unit?: string;\n /** Start time of the period */\n startTime?: Date | string;\n /** End time of the period */\n endTime?: Date | string;\n /** Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D */\n timeGrain?: string;\n /** Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain} */\n values?: Array<DiagnosticMetricSample>;\n}\n\n/** Class representing Diagnostic Metric */\nexport interface DiagnosticMetricSample {\n /** Time at which metric is measured */\n timestamp?: Date | string;\n /**\n * Role Instance. Null if this counter is not per instance\n * This is returned and should be whichever instance name we desire to be returned\n * i.e. CPU and Memory return RDWORKERNAME (LargeDed..._IN_0)\n * where RDWORKERNAME is Machine name below and RoleInstance name in parenthesis\n */\n roleInstance?: string;\n /** Total value of the metric. If multiple measurements are made this will have sum of all. */\n total?: number;\n /** Maximum of the metric sampled during the time period */\n maximum?: number;\n /** Minimum of the metric sampled during the time period */\n minimum?: number;\n /** Whether the values are aggregates across all workers or not */\n isAggregated?: boolean;\n}\n\nexport interface ResponseMetaData {\n /** Source of the Data */\n dataSource?: DataSource;\n}\n\n/** Class representing data source used by the detectors */\nexport interface DataSource {\n /** Instructions if any for the data source */\n instructions?: Array<string>;\n /** Datasource Uri Links */\n dataSourceUri?: Array<NameValuePair>;\n}\n\n/** ARM resource for a detector definition */\nexport interface DetectorDefinitionResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: DetectorDefinition;\n}\n\n/** Class representing Response from Diagnostic Detectors */\nexport interface DiagnosticDetectorResponse extends ProxyOnlyResource {\n /** DiagnosticDetectorResponse resource specific properties */\n properties?: DiagnosticDetectorResponseProperties;\n}\n\n/** DiagnosticDetectorResponse resource specific properties */\nexport interface DiagnosticDetectorResponseProperties {\n /** Start time of the period */\n startTime?: Date | string;\n /** End time of the period */\n endTime?: Date | string;\n /** Flag representing Issue was detected. */\n issueDetected?: boolean;\n /** Detector's definition */\n detectorDefinition?: DetectorDefinition;\n /** Metrics provided by the detector */\n metrics?: Array<DiagnosticMetricSet>;\n /** List of Correlated events found by the detector */\n abnormalTimePeriods?: Array<DetectorAbnormalTimePeriod>;\n /** Additional Data that detector wants to send. */\n data?: Array<Array<NameValuePair>>;\n /** Meta Data */\n responseMetaData?: ResponseMetaData;\n}\n\n/** A snapshot of an app. */\nexport interface Snapshot extends ProxyOnlyResource {\n /** Snapshot resource specific properties */\n properties?: SnapshotProperties;\n}\n\n/** Snapshot resource specific properties */\nexport interface SnapshotProperties {}\n\n/** A Kubernetes cluster specialized for web workloads by Azure App Service */\nexport interface KubeEnvironment extends Resource {\n /** KubeEnvironment resource specific properties */\n properties?: KubeEnvironmentProperties;\n /** Extended Location. */\n extendedLocation?: ExtendedLocation;\n}\n\n/** KubeEnvironment resource specific properties */\nexport interface KubeEnvironmentProperties {\n /** Only visible within Vnet/Subnet */\n internalLoadBalancerEnabled?: boolean;\n /** Static IP of the KubeEnvironment */\n staticIp?: string;\n /** Type of Kubernetes Environment. Only supported for Container App Environments with value as Managed */\n environmentType?: string;\n /**\n * Cluster configuration which determines the ARC cluster\n * components types. Eg: Choosing between BuildService kind,\n * FrontEnd Service ArtifactsStorageType etc.\n */\n arcConfiguration?: ArcConfiguration;\n /**\n * Cluster configuration which enables the log daemon to export\n * app logs to a destination. Currently only \"log-analytics\" is\n * supported\n */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration */\n containerAppsConfiguration?: ContainerAppsConfiguration;\n aksResourceID?: string;\n}\n\nexport interface ArcConfiguration {\n artifactsStorageType?: \"LocalNode\" | \"NetworkFileSystem\";\n artifactStorageClassName?: string;\n artifactStorageMountPath?: string;\n artifactStorageNodeName?: string;\n artifactStorageAccessMode?: string;\n frontEndServiceConfiguration?: FrontEndConfiguration;\n kubeConfig?: string;\n}\n\nexport interface FrontEndConfiguration {\n kind?: \"NodePort\" | \"LoadBalancer\";\n}\n\nexport interface AppLogsConfiguration {\n destination?: string;\n logAnalyticsConfiguration?: LogAnalyticsConfiguration;\n}\n\nexport interface LogAnalyticsConfiguration {\n customerId?: string;\n sharedKey?: string;\n}\n\nexport interface ContainerAppsConfiguration {\n /** Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry */\n daprAIInstrumentationKey?: string;\n /** IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet IP ranges. */\n platformReservedCidr?: string;\n /** An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server */\n platformReservedDnsIP?: string;\n /** Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined. */\n controlPlaneSubnetResourceId?: string;\n /** Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined. */\n appSubnetResourceId?: string;\n /** CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the IP range defined in platformReservedCidr, if defined. */\n dockerBridgeCidr?: string;\n}\n\n/** ARM resource for a KubeEnvironment when patching */\nexport interface KubeEnvironmentPatchResource extends ProxyOnlyResource {\n /** KubeEnvironmentPatchResource resource specific properties */\n properties?: KubeEnvironmentPatchResourceProperties;\n}\n\n/** KubeEnvironmentPatchResource resource specific properties */\nexport interface KubeEnvironmentPatchResourceProperties {\n /** Only visible within Vnet/Subnet */\n internalLoadBalancerEnabled?: boolean;\n /** Static IP of the KubeEnvironment */\n staticIp?: string;\n /**\n * Cluster configuration which determines the ARC cluster\n * components types. Eg: Choosing between BuildService kind,\n * FrontEnd Service ArtifactsStorageType etc.\n */\n arcConfiguration?: ArcConfiguration;\n /**\n * Cluster configuration which enables the log daemon to export\n * app logs to a destination. Currently only \"log-analytics\" is\n * supported\n */\n appLogsConfiguration?: AppLogsConfiguration;\n /** Cluster configuration for Container Apps Environments to configure Dapr Instrumentation Key and VNET Configuration */\n containerAppsConfiguration?: ContainerAppsConfiguration;\n aksResourceID?: string;\n}\n\n/** ARM resource for a ApplicationStack. */\nexport interface ApplicationStackResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: ApplicationStack;\n}\n\n/** Application stack. */\nexport interface ApplicationStack {\n /** Application stack name. */\n name?: string;\n /** Application stack display name. */\n display?: string;\n /** Application stack dependency. */\n dependency?: string;\n /** List of major versions available. */\n majorVersions?: Array<StackMajorVersion>;\n /** List of frameworks associated with application stack. */\n frameworks?: Array<ApplicationStack>;\n /** <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>. */\n isDeprecated?: Array<ApplicationStack>;\n}\n\n/** Application stack major version. */\nexport interface StackMajorVersion {\n /** Application stack major version (display only). */\n displayVersion?: string;\n /** Application stack major version (runtime only). */\n runtimeVersion?: string;\n /** <code>true</code> if this is the default major version; otherwise, <code>false</code>. */\n isDefault?: boolean;\n /** Minor versions associated with the major version. */\n minorVersions?: Array<StackMinorVersion>;\n /** <code>true</code> if this supports Application Insights; otherwise, <code>false</code>. */\n applicationInsights?: boolean;\n /** <code>true</code> if this stack is in Preview, otherwise <code>false</code>. */\n isPreview?: boolean;\n /** <code>true</code> if this stack has been deprecated, otherwise <code>false</code>. */\n isDeprecated?: boolean;\n /** <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>. */\n isHidden?: boolean;\n /**\n * <appSettings>\n * <appSetting name=\"FUNCTIONS_WORKER_RUNTIME\" value=\"dotnet\" />\n * </appSettings>\n * Example: All the function apps need AppSetting: \"FUNCTIONS_WORKER_RUNTIME\" to be set stack name\n */\n appSettingsDictionary?: Record<string, Record<string, unknown>>;\n /**\n * <siteConfigProperties>\n * <siteConfigProperty name=\"Use32BitWorkerProcess\" value=\"false\" />\n * </siteConfigProperties>\n * Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0\n */\n siteConfigPropertiesDictionary?: Record<string, Record<string, unknown>>;\n}\n\n/** Application stack minor version. */\nexport interface StackMinorVersion {\n /** Application stack minor version (display only). */\n displayVersion?: string;\n /** Application stack minor version (runtime only). */\n runtimeVersion?: string;\n /** <code>true</code> if this is the default minor version; otherwise, <code>false</code>. */\n isDefault?: boolean;\n /** <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>. */\n isRemoteDebuggingEnabled?: boolean;\n}\n\n/** Function App Stack. */\nexport interface FunctionAppStack extends ProxyOnlyResource {\n /** FunctionAppStack resource specific properties */\n properties?: FunctionAppStackProperties;\n}\n\n/** FunctionAppStack resource specific properties */\nexport interface FunctionAppStackProperties {}\n\n/** Function App stack major version. */\nexport interface FunctionAppMajorVersion {}\n\n/** Function App stack minor version. */\nexport interface FunctionAppMinorVersion {}\n\n/** Function App stack runtimes. */\nexport interface FunctionAppRuntimes {}\n\n/** Function App runtime settings. */\nexport interface FunctionAppRuntimeSettings {}\n\n/** App Insights Web App stack settings. */\nexport interface AppInsightsWebAppStackSettings {}\n\n/** GitHub Actions Web App stack settings. */\nexport interface GitHubActionWebAppStackSettings {}\n\n/** Site config properties dictionary. */\nexport interface SiteConfigPropertiesDictionary {}\n\n/** Web App stack. */\nexport interface WebAppStack extends ProxyOnlyResource {\n /** WebAppStack resource specific properties */\n properties?: WebAppStackProperties;\n}\n\n/** WebAppStack resource specific properties */\nexport interface WebAppStackProperties {}\n\n/** Web App stack major version. */\nexport interface WebAppMajorVersion {}\n\n/** Web App stack minor version. */\nexport interface WebAppMinorVersion {}\n\n/** Web App stack runtimes. */\nexport interface WebAppRuntimes {}\n\n/** Web App runtime settings. */\nexport interface WebAppRuntimeSettings {}\n\n/** Linux Java Container settings. */\nexport interface LinuxJavaContainerSettings {}\n\n/** Windows Java Container settings. */\nexport interface WindowsJavaContainerSettings {}\n\n/** Represents a recommendation result generated by the recommendation engine. */\nexport interface Recommendation extends ProxyOnlyResource {\n /** Recommendation resource specific properties */\n properties?: RecommendationProperties;\n}\n\n/** Recommendation resource specific properties */\nexport interface RecommendationProperties {\n /** Timestamp when this instance was created. */\n creationTime?: Date | string;\n /**\n * A GUID value that each recommendation object is associated with.\n *\n * Value may contain a UUID\n */\n recommendationId?: string;\n /** Full ARM resource ID string that this recommendation object is associated with. */\n resourceId?: string;\n /** Name of a resource type this recommendation applies, e.g. Subscription, ServerFarm, Site. */\n resourceScope?: \"ServerFarm\" | \"Subscription\" | \"WebSite\";\n /** Unique name of the rule. */\n ruleName?: string;\n /** UI friendly name of the rule (may not be unique). */\n displayName?: string;\n /** Recommendation text. */\n message?: string;\n /** Level indicating how critical this recommendation can impact. */\n level?: \"Critical\" | \"Warning\" | \"Information\" | \"NonUrgentSuggestion\";\n /** List of channels that this recommendation can apply. */\n channels?: \"Notification\" | \"Api\" | \"Email\" | \"Webhook\" | \"All\";\n /** Name of action recommended by this object. */\n actionName?: string;\n /** True if this recommendation is still valid (i.e. \"actionable\"). False if it is invalid. */\n enabled?: number;\n /** The list of states of this recommendation. If it's null then it should be considered \"Active\". */\n states?: Array<string>;\n /** The beginning time in UTC of a range that the recommendation refers to. */\n startTime?: Date | string;\n /** The end time in UTC of a range that the recommendation refers to. */\n endTime?: Date | string;\n /** When to notify this recommendation next in UTC. Null means that this will never be notified anymore. */\n nextNotificationTime?: Date | string;\n /** Date and time in UTC when this notification expires. */\n notificationExpirationTime?: Date | string;\n /** Last timestamp in UTC this instance was actually notified. Null means that this recommendation hasn't been notified yet. */\n notifiedTime?: Date | string;\n /** A metric value measured by the rule. */\n score?: number;\n /** True if this is associated with a dynamically added rule */\n isDynamic?: boolean;\n /** Extension name of the portal if exists. */\n extensionName?: string;\n /** Deep link to a blade on the portal. */\n bladeName?: string;\n /** Forward link to an external document associated with the rule. */\n forwardLink?: string;\n}\n\n/** Represents a recommendation rule that the recommendation engine can perform. */\nexport interface RecommendationRule extends ProxyOnlyResource {\n /** RecommendationRule resource specific properties */\n properties?: RecommendationRuleProperties;\n}\n\n/** RecommendationRule resource specific properties */\nexport interface RecommendationRuleProperties {\n /** Unique name of the rule. */\n recommendationName?: string;\n /** UI friendly name of the rule. */\n displayName?: string;\n /** Localized name of the rule (Good for UI). */\n message?: string;\n /**\n * Recommendation ID of an associated recommendation object tied to the rule, if exists.\n * If such an object doesn't exist, it is set to null.\n *\n * Value may contain a UUID\n */\n recommendationId?: string;\n /** Localized detailed description of the rule. */\n description?: string;\n /** Name of action that is recommended by this rule in string. */\n actionName?: string;\n /** Level of impact indicating how critical this rule is. */\n level?: \"Critical\" | \"Warning\" | \"Information\" | \"NonUrgentSuggestion\";\n /** List of available channels that this rule applies. */\n channels?: \"Notification\" | \"Api\" | \"Email\" | \"Webhook\" | \"All\";\n /** True if this is associated with a dynamically added rule */\n isDynamic?: boolean;\n /** Extension name of the portal if exists. Applicable to dynamic rule only. */\n extensionName?: string;\n /** Deep link to a blade on the portal. Applicable to dynamic rule only. */\n bladeName?: string;\n /** Forward link to an external document associated with the rule. Applicable to dynamic rule only. */\n forwardLink?: string;\n}\n\n/** Used for getting ResourceHealthCheck settings. */\nexport interface ResourceHealthMetadata extends ProxyOnlyResource {\n /** ResourceHealthMetadata resource specific properties */\n properties?: ResourceHealthMetadataProperties;\n}\n\n/** ResourceHealthMetadata resource specific properties */\nexport interface ResourceHealthMetadataProperties {\n /** The category that the resource matches in the RHC Policy File */\n category?: string;\n /** Is there a health signal for the resource */\n signalAvailability?: boolean;\n}\n\n/** User credentials used for publishing activity. */\nexport interface User extends ProxyOnlyResource {\n /** User resource specific properties */\n properties?: UserProperties;\n}\n\n/** User resource specific properties */\nexport interface UserProperties {\n /** Username used for publishing. */\n publishingUserName: string;\n /**\n * Password used for publishing.\n *\n * Value may contain a password\n */\n publishingPassword?: string;\n /**\n * Password hash used for publishing.\n *\n * Value may contain a password\n */\n publishingPasswordHash?: string;\n /**\n * Password hash salt used for publishing.\n *\n * Value may contain a password\n */\n publishingPasswordHashSalt?: string;\n /** Url of SCM site. */\n scmUri?: string;\n}\n\n/** The source control OAuth token. */\nexport interface SourceControl extends ProxyOnlyResource {\n /** SourceControl resource specific properties */\n properties?: SourceControlProperties;\n}\n\n/** SourceControl resource specific properties */\nexport interface SourceControlProperties {\n /** OAuth access token. */\n token?: string;\n /** OAuth access token secret. */\n tokenSecret?: string;\n /** OAuth refresh token. */\n refreshToken?: string;\n /** OAuth token expiration. */\n expirationTime?: Date | string;\n}\n\n/** App Service billing entity that contains information about meter which the Azure billing system utilizes to charge users for services. */\nexport interface BillingMeter extends ProxyOnlyResource {\n /** BillingMeter resource specific properties */\n properties?: BillingMeterProperties;\n}\n\n/** BillingMeter resource specific properties */\nexport interface BillingMeterProperties {\n /** Meter GUID onboarded in Commerce */\n meterId?: string;\n /** Azure Location of billable resource */\n billingLocation?: string;\n /** Short Name from App Service Azure pricing Page */\n shortName?: string;\n /** Friendly name of the meter */\n friendlyName?: string;\n /** App Service ResourceType meter used for */\n resourceType?: string;\n /** App Service OS type meter used for */\n osType?: string;\n /** Meter Multiplier */\n multiplier?: number;\n}\n\n/** Resource name availability request content. */\nexport interface ResourceNameAvailabilityRequest {\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type:\n | \"Site\"\n | \"Slot\"\n | \"HostingEnvironment\"\n | \"PublishingUser\"\n | \"Microsoft.Web/sites\"\n | \"Microsoft.Web/sites/slots\"\n | \"Microsoft.Web/hostingEnvironments\"\n | \"Microsoft.Web/publishingUsers\";\n /** Is fully qualified domain name. */\n isFqdn?: boolean;\n}\n\n/** A hostname and its assigned sites */\nexport interface CustomHostnameSites extends ProxyOnlyResource {\n /** CustomHostnameSites resource specific properties */\n properties?: CustomHostnameSitesProperties;\n}\n\n/** CustomHostnameSites resource specific properties */\nexport interface CustomHostnameSitesProperties {\n customHostname?: string;\n region?: string;\n siteResourceIds?: Array<Identifier>;\n}\n\n/** A domain specific resource identifier. */\nexport interface Identifier extends ProxyOnlyResource {\n /** Identifier resource specific properties */\n properties?: IdentifierProperties;\n}\n\n/** Identifier resource specific properties */\nexport interface IdentifierProperties {\n /** String representation of the identity. */\n id?: string;\n}\n\n/** Geographical region. */\nexport interface GeoRegion extends ProxyOnlyResource {\n /** GeoRegion resource specific properties */\n properties?: GeoRegionProperties;\n}\n\n/** GeoRegion resource specific properties */\nexport interface GeoRegionProperties {}\n\n/** Premier add-on offer. */\nexport interface PremierAddOnOffer extends ProxyOnlyResource {\n /** PremierAddOnOffer resource specific properties */\n properties?: PremierAddOnOfferProperties;\n}\n\n/** PremierAddOnOffer resource specific properties */\nexport interface PremierAddOnOfferProperties {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on offer Product. */\n product?: string;\n /** Premier add on offer Vendor. */\n vendor?: string;\n /** <code>true</code> if promotion code is required; otherwise, <code>false</code>. */\n promoCodeRequired?: boolean;\n /** Premier add on offer Quota. */\n quota?: number;\n /** App Service plans this offer is restricted to. */\n webHostingPlanRestrictions?: \"None\" | \"Free\" | \"Shared\" | \"Basic\" | \"Standard\" | \"Premium\";\n /** Privacy policy URL. */\n privacyPolicyUrl?: string;\n /** Legal terms URL. */\n legalTermsUrl?: string;\n /** Marketplace publisher. */\n marketplacePublisher?: string;\n /** Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** The required set of inputs to validate a VNET */\nexport interface VnetParameters extends ProxyOnlyResource {\n /** VnetParameters resource specific properties */\n properties?: VnetParametersProperties;\n}\n\n/** VnetParameters resource specific properties */\nexport interface VnetParametersProperties {\n /** The Resource Group of the VNET to be validated */\n vnetResourceGroup?: string;\n /** The name of the VNET to be validated */\n vnetName?: string;\n /** The subnet name to be validated */\n vnetSubnetName?: string;\n /** The ARM Resource ID of the subnet to validate */\n subnetResourceId?: string;\n}\n\n/** A class that describes the reason for a validation failure. */\nexport interface VnetValidationFailureDetails extends ProxyOnlyResource {\n /** VnetValidationFailureDetails resource specific properties */\n properties?: VnetValidationFailureDetailsProperties;\n}\n\n/** VnetValidationFailureDetails resource specific properties */\nexport interface VnetValidationFailureDetailsProperties {\n /** Text describing the validation outcome. */\n message?: string;\n /** A flag describing whether or not validation failed. */\n failed?: boolean;\n /** A list of tests that failed in the validation. */\n failedTests?: Array<VnetValidationTestFailure>;\n /** A list of warnings generated during validation. */\n warnings?: Array<VnetValidationTestFailure>;\n}\n\n/** A class that describes a test that failed during NSG and UDR validation. */\nexport interface VnetValidationTestFailure extends ProxyOnlyResource {\n /** VnetValidationTestFailure resource specific properties */\n properties?: VnetValidationTestFailureProperties;\n}\n\n/** VnetValidationTestFailure resource specific properties */\nexport interface VnetValidationTestFailureProperties {\n /** The name of the test that failed. */\n testName?: string;\n /** The details of what caused the failure, e.g. the blocking rule name, etc. */\n details?: string;\n}\n\n/** Object with a list of the resources that need to be moved and the resource group they should be moved to. */\nexport interface CsmMoveResourceEnvelope {\n targetResourceGroup?: string;\n resources?: Array<string>;\n}\n\n/** Resource validation request content. */\nexport interface ValidateRequest {\n /** Resource name to verify. */\n name: string;\n /** Resource type used for verification. */\n type: \"ServerFarm\" | \"Site\" | \"Microsoft.Web/hostingEnvironments\";\n /** Expected location of the resource. */\n location: string;\n /** Properties of the resource to validate. */\n properties: ValidateProperties;\n}\n\n/** App properties used for validation. */\nexport interface ValidateProperties {\n /** ARM resource ID of an App Service plan that would host the app. */\n serverFarmId?: string;\n /** Name of the target SKU for the App Service plan. */\n skuName?: string;\n /** <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>. */\n needLinuxWorkers?: boolean;\n /** <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>. */\n isSpot?: boolean;\n /** Target capacity of the App Service plan (number of VMs). */\n capacity?: number;\n /** Name of App Service Environment where app or App Service plan should be created. */\n hostingEnvironment?: string;\n /** <code>true</code> if App Service plan is running as a windows container */\n isXenon?: boolean;\n /** Base URL of the container registry */\n containerRegistryBaseUrl?: string;\n /** Username for to access the container registry */\n containerRegistryUsername?: string;\n /** Password for to access the container registry */\n containerRegistryPassword?: string;\n /** Repository name (image name) */\n containerImageRepository?: string;\n /** Image tag */\n containerImageTag?: string;\n /** Platform (windows or linux) */\n containerImagePlatform?: string;\n /** App Service Environment Properties */\n appServiceEnvironment?: AppServiceEnvironment;\n}\n\n/** Request entity for previewing the Static Site workflow */\nexport interface StaticSitesWorkflowPreviewRequest extends ProxyOnlyResource {\n /** StaticSitesWorkflowPreviewRequest resource specific properties */\n properties?: StaticSitesWorkflowPreviewRequestProperties;\n}\n\n/** StaticSitesWorkflowPreviewRequest resource specific properties */\nexport interface StaticSitesWorkflowPreviewRequestProperties {\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n}\n\n/** Build properties for the static site. */\nexport interface StaticSiteBuildProperties {\n /** The path to the app code within the repository. */\n appLocation?: string;\n /** The path to the api code within the repository. */\n apiLocation?: string;\n /** Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation) */\n appArtifactLocation?: string;\n /** The output path of the app after building. */\n outputLocation?: string;\n /** A custom command to run during deployment of the static content application. */\n appBuildCommand?: string;\n /** A custom command to run during deployment of the Azure Functions API application. */\n apiBuildCommand?: string;\n /** Skip Github Action workflow generation. */\n skipGithubActionWorkflowGeneration?: boolean;\n /** Github Action secret name override. */\n githubActionSecretNameOverride?: string;\n}\n\n/** Preview for the Static Site Workflow to be generated */\nexport interface StaticSitesWorkflowPreview extends ProxyOnlyResource {\n /** StaticSitesWorkflowPreview resource specific properties */\n properties?: StaticSitesWorkflowPreviewProperties;\n}\n\n/** StaticSitesWorkflowPreview resource specific properties */\nexport interface StaticSitesWorkflowPreviewProperties {}\n\n/** Static Site ARM resource. */\nexport interface StaticSiteARMResource extends Resource {\n /** Core resource properties */\n properties?: StaticSite;\n /** Description of a SKU for a scalable resource. */\n sku?: SkuDescription;\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n}\n\n/** A static site. */\nexport interface StaticSite {\n /** URL for the repository of the static site. */\n repositoryUrl?: string;\n /** The target branch in the repository. */\n branch?: string;\n /** A user's github repository token. This is used to setup the Github Actions workflow file and API secrets. */\n repositoryToken?: string;\n /** Build properties to configure on the repository. */\n buildProperties?: StaticSiteBuildProperties;\n /** State indicating whether staging environments are allowed or not allowed for a static web app. */\n stagingEnvironmentPolicy?: \"Enabled\" | \"Disabled\";\n /** <code>false</code> if config file is locked for this static web app; otherwise, <code>true</code>. */\n allowConfigFileUpdates?: boolean;\n /** Template options for generating a new repository. */\n templateProperties?: StaticSiteTemplateOptions;\n /** The provider that submitted the last deployment to the primary environment of the static site. */\n provider?: string;\n /** State indicating the status of the enterprise grade CDN serving traffic to the static web app. */\n enterpriseGradeCdnStatus?: \"Enabled\" | \"Enabling\" | \"Disabled\" | \"Disabling\";\n}\n\n/** Message envelope that contains the common Azure resource manager properties and the resource provider specific content. */\nexport interface ResponseMessageEnvelopeRemotePrivateEndpointConnection {\n /**\n * Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this\n * value for GET requests only.\n * For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}\n */\n id?: string;\n /** Name of resource. */\n name?: string;\n /** Type of resource e.g \"Microsoft.Web/sites\". */\n type?: string;\n /** Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia. */\n location?: string;\n /** Tags associated with resource. */\n tags?: Record<string, string>;\n /** Azure resource manager plan. */\n plan?: ArmPlan;\n /** Resource specific properties. */\n properties?: RemotePrivateEndpointConnection;\n /** SKU description of the resource. */\n sku?: SkuDescription;\n /** Azure-AsyncOperation Status info. */\n status?: string;\n /** Azure-AsyncOperation Error info. */\n error?: ErrorEntity;\n /** MSI resource */\n identity?: ManagedServiceIdentity;\n /** Logical Availability Zones the service is hosted in */\n zones?: Array<string>;\n}\n\n/** The plan object in Azure Resource Manager, represents a marketplace plan. */\nexport interface ArmPlan {\n /** The name. */\n name?: string;\n /** The publisher. */\n publisher?: string;\n /** The product. */\n product?: string;\n /** The promotion code. */\n promotionCode?: string;\n /** Version of product. */\n version?: string;\n}\n\n/** A remote private endpoint connection */\nexport interface RemotePrivateEndpointConnection extends ProxyOnlyResource {\n /** RemotePrivateEndpointConnection resource specific properties */\n properties?: RemotePrivateEndpointConnectionProperties;\n}\n\n/** RemotePrivateEndpointConnection resource specific properties */\nexport interface RemotePrivateEndpointConnectionProperties {\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?: Array<string>;\n}\n\n/** Template Options for the static site. */\nexport interface StaticSiteTemplateOptions {\n /** URL of the template repository. The newly generated repository will be based on this one. */\n templateRepositoryUrl?: string;\n /** Owner of the newly generated repository. */\n owner?: string;\n /** Name of the newly generated repository. */\n repositoryName?: string;\n /** Description of the newly generated repository. */\n description?: string;\n /** Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public). */\n isPrivate?: boolean;\n}\n\n/** A static site user provided function. */\nexport interface StaticSiteUserProvidedFunctionApp extends ProxyOnlyResource {\n /** StaticSiteUserProvidedFunctionApp resource specific properties */\n properties?: StaticSiteUserProvidedFunctionAppProperties;\n}\n\n/** StaticSiteUserProvidedFunctionApp resource specific properties */\nexport interface StaticSiteUserProvidedFunctionAppProperties {\n /** The resource id of the function app registered with the static site */\n functionAppResourceId?: string;\n /** The region of the function app registered with the static site */\n functionAppRegion?: string;\n}\n\n/** ARM resource for a static site when patching */\nexport interface StaticSitePatchResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: StaticSite;\n}\n\n/** Static Site User ARM resource. */\nexport interface StaticSiteUserARMResource extends ProxyOnlyResource {\n /** StaticSiteUserARMResource resource specific properties */\n properties?: StaticSiteUserARMResourceProperties;\n}\n\n/** StaticSiteUserARMResource resource specific properties */\nexport interface StaticSiteUserARMResourceProperties {\n /** The roles for the static site user, in free-form string format */\n roles?: string;\n}\n\n/** Static Site Build ARM resource. */\nexport interface StaticSiteBuildARMResource extends ProxyOnlyResource {\n /** StaticSiteBuildARMResource resource specific properties */\n properties?: StaticSiteBuildARMResourceProperties;\n}\n\n/** StaticSiteBuildARMResource resource specific properties */\nexport interface StaticSiteBuildARMResourceProperties {}\n\n/** String dictionary resource. */\nexport interface StringDictionary extends ProxyOnlyResource {\n /** Settings. */\n properties?: Record<string, string>;\n}\n\n/** Static Site Function Overview ARM resource. */\nexport interface StaticSiteFunctionOverviewARMResource extends ProxyOnlyResource {\n /** StaticSiteFunctionOverviewARMResource resource specific properties */\n properties?: StaticSiteFunctionOverviewARMResourceProperties;\n}\n\n/** StaticSiteFunctionOverviewARMResource resource specific properties */\nexport interface StaticSiteFunctionOverviewARMResourceProperties {}\n\n/** Static Site User Provided Function App ARM resource. */\nexport interface StaticSiteUserProvidedFunctionAppARMResource extends ProxyOnlyResource {\n /** StaticSiteUserProvidedFunctionAppARMResource resource specific properties */\n properties?: StaticSiteUserProvidedFunctionAppARMResourceProperties;\n}\n\n/** StaticSiteUserProvidedFunctionAppARMResource resource specific properties */\nexport interface StaticSiteUserProvidedFunctionAppARMResourceProperties {\n /** The resource id of the function app registered with the static site */\n functionAppResourceId?: string;\n /** The region of the function app registered with the static site */\n functionAppRegion?: string;\n}\n\n/** Static site zip deployment ARM resource. */\nexport interface StaticSiteZipDeploymentARMResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: StaticSiteZipDeployment;\n}\n\n/** A static site zip deployment. */\nexport interface StaticSiteZipDeployment {\n /** URL for the zipped app content */\n appZipUrl?: string;\n /** URL for the zipped api content */\n apiZipUrl?: string;\n /** A title to label the deployment */\n deploymentTitle?: string;\n /** The provider submitting this deployment */\n provider?: string;\n /** The language of the api content, if it exists */\n functionLanguage?: string;\n}\n\n/** Static sites user roles invitation resource. */\nexport interface StaticSiteUserInvitationRequestResource extends ProxyOnlyResource {\n /** StaticSiteUserInvitationRequestResource resource specific properties */\n properties?: StaticSiteUserInvitationRequestResourceProperties;\n}\n\n/** StaticSiteUserInvitationRequestResource resource specific properties */\nexport interface StaticSiteUserInvitationRequestResourceProperties {\n /** The domain name for the static site custom domain. */\n domain?: string;\n /** The identity provider for the static site user. */\n provider?: string;\n /** The user id for the static site user. */\n userDetails?: string;\n /** The roles for the static site user, in free-form string format */\n roles?: string;\n /** The number of hours the sas token stays valid */\n numHoursToExpiration?: number;\n}\n\n/** Static sites user roles invitation link resource. */\nexport interface StaticSiteUserInvitationResponseResource extends ProxyOnlyResource {\n /** StaticSiteUserInvitationResponseResource resource specific properties */\n properties?: StaticSiteUserInvitationResponseResourceProperties;\n}\n\n/** StaticSiteUserInvitationResponseResource resource specific properties */\nexport interface StaticSiteUserInvitationResponseResourceProperties {}\n\n/** Static Site Custom Domain Overview ARM resource. */\nexport interface StaticSiteCustomDomainOverviewARMResource extends ProxyOnlyResource {\n /** StaticSiteCustomDomainOverviewARMResource resource specific properties */\n properties?: StaticSiteCustomDomainOverviewARMResourceProperties;\n}\n\n/** StaticSiteCustomDomainOverviewARMResource resource specific properties */\nexport interface StaticSiteCustomDomainOverviewARMResourceProperties {}\n\n/** Static Site Custom Domain Request Properties ARM resource. */\nexport interface StaticSiteCustomDomainRequestPropertiesARMResource extends ProxyOnlyResource {\n /** StaticSiteCustomDomainRequestPropertiesARMResource resource specific properties */\n properties?: StaticSiteCustomDomainRequestPropertiesARMResourceProperties;\n}\n\n/** StaticSiteCustomDomainRequestPropertiesARMResource resource specific properties */\nexport interface StaticSiteCustomDomainRequestPropertiesARMResourceProperties {\n /** Validation method for adding a custom domain */\n validationMethod?: string;\n}\n\n/** String list resource. */\nexport interface StringList extends ProxyOnlyResource {\n /** List of string resources. */\n properties?: Array<string>;\n}\n\n/** Static Site Reset Properties ARM resource. */\nexport interface StaticSiteResetPropertiesARMResource extends ProxyOnlyResource {\n /** StaticSiteResetPropertiesARMResource resource specific properties */\n properties?: StaticSiteResetPropertiesARMResourceProperties;\n}\n\n/** StaticSiteResetPropertiesARMResource resource specific properties */\nexport interface StaticSiteResetPropertiesARMResourceProperties {\n /** The token which proves admin privileges to the repository. */\n repositoryToken?: string;\n /** Determines whether the repository should be updated with the new properties. */\n shouldUpdateRepository?: boolean;\n}\n\n/** ARM resource for a site. */\nexport interface SitePatchResource extends ProxyOnlyResource {\n /** SitePatchResource resource specific properties */\n properties?: SitePatchResourceProperties;\n /** Managed service identity. */\n identity?: ManagedServiceIdentity;\n}\n\n/** SitePatchResource resource specific properties */\nexport interface SitePatchResourceProperties {\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 /** Hostname SSL states are used to manage the SSL bindings for app's hostnames. */\n hostNameSslStates?: Array<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 /** Configuration of the app. */\n siteConfig?: SiteConfig;\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 /** 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 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?: \"Required\" | \"Optional\" | \"OptionalInteractiveUser\";\n /** client certificate authentication comma-separated exclusion paths */\n clientCertExclusionPaths?: string;\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 /** Size of the function container. */\n containerSize?: number;\n /** Maximum allowed daily memory-time quota (applicable on dynamic apps only). */\n dailyMemoryTimeQuota?: number;\n /** If specified during app creation, the app is cloned from a source app. */\n cloningInfo?: CloningInfo;\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?: \"None\" | \"Manual\" | \"Failover\" | \"ActiveActive\" | \"GeoRedundant\";\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 /**\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}\n\n/** Custom domain analysis. */\nexport interface CustomHostnameAnalysisResult extends ProxyOnlyResource {\n /** CustomHostnameAnalysisResult resource specific properties */\n properties?: CustomHostnameAnalysisResultProperties;\n}\n\n/** CustomHostnameAnalysisResult resource specific properties */\nexport interface CustomHostnameAnalysisResultProperties {\n /** CName records controller can see for this hostname. */\n cNameRecords?: Array<string>;\n /** TXT records controller can see for this hostname. */\n txtRecords?: Array<string>;\n /** A records controller can see for this hostname. */\n aRecords?: Array<string>;\n /** Alternate CName records controller can see for this hostname. */\n alternateCNameRecords?: Array<string>;\n /** Alternate TXT records controller can see for this hostname. */\n alternateTxtRecords?: Array<string>;\n}\n\n/** Deployment slot parameters. */\nexport interface CsmSlotEntity {\n /** Destination deployment slot during swap operation. */\n targetSlot: string;\n /** <code>true</code> to preserve Virtual Network to the slot during swap; otherwise, <code>false</code>. */\n preserveVnet: boolean;\n}\n\n/** Description of a backup which will be performed. */\nexport interface BackupRequest extends ProxyOnlyResource {\n /** BackupRequest resource specific properties */\n properties?: BackupRequestProperties;\n}\n\n/** BackupRequest resource specific properties */\nexport interface BackupRequestProperties {\n /** Name of the backup. */\n backupName?: string;\n /** True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled. */\n enabled?: boolean;\n /** SAS URL to the container. */\n storageAccountUrl: string;\n /** Schedule for the backup if it is executed periodically. */\n backupSchedule?: BackupSchedule;\n /** Databases included in the backup. */\n databases?: Array<DatabaseBackupSetting>;\n}\n\n/** Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy. */\nexport interface BackupSchedule {\n /** How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day) */\n frequencyInterval: number;\n /** The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7) */\n frequencyUnit: \"Day\" | \"Hour\";\n /** True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise. */\n keepAtLeastOneBackup: boolean;\n /** After how many days backups should be deleted. */\n retentionPeriodInDays: number;\n /** When the schedule should start working. */\n startTime?: Date | string;\n}\n\n/** Database backup settings. */\nexport interface DatabaseBackupSetting {\n /** Database type (e.g. SqlAzure / MySql). */\n databaseType: \"SqlAzure\" | \"MySql\" | \"LocalMySql\" | \"PostgreSql\";\n name?: string;\n /**\n * Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.\n * This is used during restore with overwrite connection strings options.\n */\n connectionStringName?: string;\n /** Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one. */\n connectionString?: string;\n}\n\n/** Backup description. */\nexport interface BackupItem extends ProxyOnlyResource {\n /** BackupItem resource specific properties */\n properties?: BackupItemProperties;\n}\n\n/** BackupItem resource specific properties */\nexport interface BackupItemProperties {}\n\n/** Description of a restore request. */\nexport interface RestoreRequest extends ProxyOnlyResource {\n /** RestoreRequest resource specific properties */\n properties?: RestoreRequestProperties;\n}\n\n/** RestoreRequest resource specific properties */\nexport interface RestoreRequestProperties {\n /** SAS URL to the container. */\n storageAccountUrl: string;\n /** Name of a blob which contains the backup. */\n blobName?: string;\n /** <code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>. <code>true</code> is needed if trying to restore over an existing app. */\n overwrite: boolean;\n /** Name of an app. */\n siteName?: string;\n /** Collection of databases which should be restored. This list has to match the list of databases included in the backup. */\n databases?: Array<DatabaseBackupSetting>;\n /**\n * Changes a logic when restoring an app with custom domains. <code>true</code> to remove custom domains automatically. If <code>false</code>, custom domains are added to\n * the app's object when it is being restored, but that might fail due to conflicts during the operation.\n */\n ignoreConflictingHostNames?: boolean;\n /** Ignore the databases and only restore the site content */\n ignoreDatabases?: boolean;\n /** Specify app service plan that will own restored site. */\n appServicePlan?: string;\n /** Operation type. */\n operationType?: \"Default\" | \"Clone\" | \"Relocation\" | \"Snapshot\" | \"CloudFS\";\n /** <code>true</code> if SiteConfig.ConnectionStrings should be set in new app; otherwise, <code>false</code>. */\n adjustConnectionStrings?: boolean;\n /** App Service Environment name, if needed (only when restoring an app to an App Service Environment). */\n hostingEnvironment?: string;\n}\n\n/** Publishing Credentials Policies parameters. */\nexport interface CsmPublishingCredentialsPoliciesEntity extends ProxyOnlyResource {\n /** CsmPublishingCredentialsPoliciesEntity resource specific properties */\n properties?: CsmPublishingCredentialsPoliciesEntityProperties;\n}\n\n/** CsmPublishingCredentialsPoliciesEntity resource specific properties */\nexport interface CsmPublishingCredentialsPoliciesEntityProperties {\n /** <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>. */\n allow: boolean;\n}\n\n/** Web app configuration ARM resource. */\nexport interface SiteConfigResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: SiteConfig;\n}\n\n/** Configuration settings for the Azure App Service Authentication / Authorization feature. */\nexport interface SiteAuthSettings extends ProxyOnlyResource {\n /** SiteAuthSettings resource specific properties */\n properties?: SiteAuthSettingsProperties;\n}\n\n/** SiteAuthSettings resource specific properties */\nexport interface SiteAuthSettingsProperties {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?: \"RedirectToLoginPage\" | \"AllowAnonymous\";\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n tokenStoreEnabled?: boolean;\n /**\n * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: Array<string>;\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n defaultProvider?:\n | \"AzureActiveDirectory\"\n | \"Facebook\"\n | \"Google\"\n | \"MicrosoftAccount\"\n | \"Twitter\"\n | \"Github\";\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /**\n * The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).\n * This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.\n * Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientSecret?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n issuer?: string;\n /** Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such. */\n validateIssuer?: boolean;\n /**\n * Allowed audience values to consider when validating JWTs issued by\n * Azure Active Directory. Note that the <code>ClientID</code> value is always considered an\n * allowed audience, regardless of this setting.\n */\n allowedAudiences?: Array<string>;\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n additionalLoginParams?: Array<string>;\n /** Gets a JSON string containing the Azure AD Acl settings. */\n aadClaimsAuthorization?: string;\n /**\n * The OpenID Connect Client ID for the Google web application.\n * This setting is required for enabling Google Sign-In.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleClientId?: string;\n /**\n * The client secret associated with the Google web application.\n * This setting is required for enabling Google Sign-In.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleClientSecret?: string;\n /**\n * The app setting name that contains the client secret associated with\n * the Google web application.\n */\n googleClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.\n * This setting is optional. If not specified, \"openid\", \"profile\", and \"email\" are used as default scopes.\n * Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n */\n googleOAuthScopes?: Array<string>;\n /**\n * The App ID of the Facebook app used for login.\n * This setting is required for enabling Facebook Login.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookAppId?: string;\n /**\n * The App Secret of the Facebook app used for Facebook Login.\n * This setting is required for enabling Facebook Login.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookAppSecret?: string;\n /** The app setting name that contains the app secret used for Facebook Login. */\n facebookAppSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.\n * This setting is optional.\n * Facebook Login documentation: https://developers.facebook.com/docs/facebook-login\n */\n facebookOAuthScopes?: Array<string>;\n /**\n * The Client Id of the GitHub app used for login.\n * This setting is required for enabling Github login\n */\n gitHubClientId?: string;\n /**\n * The Client Secret of the GitHub app used for Github Login.\n * This setting is required for enabling Github login.\n */\n gitHubClientSecret?: string;\n /**\n * The app setting name that contains the client secret of the Github\n * app used for GitHub Login.\n */\n gitHubClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.\n * This setting is optional\n */\n gitHubOAuthScopes?: Array<string>;\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n twitterConsumerKey?: string;\n /**\n * The OAuth 1.0a consumer secret of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n twitterConsumerSecret?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n twitterConsumerSecretSettingName?: string;\n /**\n * The OAuth 2.0 client ID that was created for the app used for authentication.\n * This setting is required for enabling Microsoft Account authentication.\n * Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n */\n microsoftAccountClientId?: string;\n /**\n * The OAuth 2.0 client secret that was created for the app used for authentication.\n * This setting is required for enabling Microsoft Account authentication.\n * Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n */\n microsoftAccountClientSecret?: string;\n /**\n * The app setting name containing the OAuth 2.0 client secret that was created for the\n * app used for authentication.\n */\n microsoftAccountClientSecretSettingName?: string;\n /**\n * The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.\n * This setting is optional. If not specified, \"wl.basic\" is used as the default scope.\n * Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx\n */\n microsoftAccountOAuthScopes?: Array<string>;\n /**\n * \"true\" if the auth config settings should be read from a file,\n * \"false\" otherwise\n */\n isAuthFromFile?: string;\n /**\n * The path of the config file containing auth settings.\n * If the path is relative, base will the site's root directory.\n */\n authFilePath?: string;\n /**\n * The ConfigVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of the control plane for Authentication / Authorization.\n */\n configVersion?: string;\n}\n\n/** Configuration settings for the Azure App Service Authentication / Authorization V2 feature. */\nexport interface SiteAuthSettingsV2 extends ProxyOnlyResource {\n /** SiteAuthSettingsV2 resource specific properties */\n properties?: SiteAuthSettingsV2Properties;\n}\n\n/** SiteAuthSettingsV2 resource specific properties */\nexport interface SiteAuthSettingsV2Properties {\n /** The configuration settings of the platform of App Service Authentication/Authorization. */\n platform?: AuthPlatform;\n /** The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. */\n globalValidation?: GlobalValidation;\n /** The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. */\n identityProviders?: IdentityProviders;\n /** The configuration settings of the login flow of users using App Service Authentication/Authorization. */\n login?: Login;\n /** The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. */\n httpSettings?: HttpSettings;\n}\n\n/** The configuration settings of the platform of App Service Authentication/Authorization. */\nexport interface AuthPlatform {\n /** <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>. */\n enabled?: boolean;\n /**\n * The RuntimeVersion of the Authentication / Authorization feature in use for the current app.\n * The setting in this value can control the behavior of certain features in the Authentication / Authorization module.\n */\n runtimeVersion?: string;\n /**\n * The path of the config file containing auth settings if they come from a file.\n * If the path is relative, base will the site's root directory.\n */\n configFilePath?: string;\n}\n\n/** The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. */\nexport interface GlobalValidation {\n /** <code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>. */\n requireAuthentication?: boolean;\n /** The action to take when an unauthenticated client attempts to access the app. */\n unauthenticatedClientAction?:\n | \"RedirectToLoginPage\"\n | \"AllowAnonymous\"\n | \"Return401\"\n | \"Return403\";\n /**\n * The default authentication provider to use when multiple providers are configured.\n * This setting is only needed if multiple providers are configured and the unauthenticated client\n * action is set to \"RedirectToLoginPage\".\n */\n redirectToProvider?: string;\n /** The paths for which unauthenticated flow would not be redirected to the login page. */\n excludedPaths?: Array<string>;\n}\n\n/** The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. */\nexport interface IdentityProviders {\n /** The configuration settings of the Azure Active directory provider. */\n azureActiveDirectory?: AzureActiveDirectory;\n /** The configuration settings of the Facebook provider. */\n facebook?: Facebook;\n /** The configuration settings of the GitHub provider. */\n gitHub?: GitHub;\n /** The configuration settings of the Google provider. */\n google?: Google;\n /** The configuration settings of the legacy Microsoft Account provider. */\n legacyMicrosoftAccount?: LegacyMicrosoftAccount;\n /** The configuration settings of the Twitter provider. */\n twitter?: Twitter;\n /** The configuration settings of the Apple provider. */\n apple?: Apple;\n /** The configuration settings of the Azure Static Web Apps provider. */\n azureStaticWebApps?: AzureStaticWebApps;\n /**\n * The map of the name of the alias of each custom Open ID Connect provider to the\n * configuration settings of the custom Open ID Connect provider.\n */\n customOpenIdConnectProviders?: Record<string, CustomOpenIdConnectProvider>;\n}\n\n/** The configuration settings of the Azure Active directory provider. */\nexport interface AzureActiveDirectory {\n /** <code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Active Directory app registration. */\n registration?: AzureActiveDirectoryRegistration;\n /** The configuration settings of the Azure Active Directory login flow. */\n login?: AzureActiveDirectoryLogin;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AzureActiveDirectoryValidation;\n /**\n * Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling.\n * This is an internal flag primarily intended to support the Azure Management Portal. Users should not\n * read or write to this property.\n */\n isAutoProvisioned?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory app registration. */\nexport interface AzureActiveDirectoryRegistration {\n /**\n * The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.\n * When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/.\n * This URI is a case-sensitive identifier for the token issuer.\n * More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html\n */\n openIdIssuer?: string;\n /**\n * The Client ID of this relying party application, known as the client_id.\n * This setting is required for enabling OpenID Connection authentication with Azure Active Directory or\n * other 3rd party OpenID Connect providers.\n * More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html\n */\n clientId?: string;\n /** The app setting name that contains the client secret of the relying party application. */\n clientSecretSettingName?: string;\n /**\n * An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret. It is also optional.\n */\n clientSecretCertificateThumbprint?: string;\n /**\n * An alternative to the client secret thumbprint, that is the subject alternative name of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateSubjectAlternativeName?: string;\n /**\n * An alternative to the client secret thumbprint, that is the issuer of a certificate used for signing purposes. This property acts as\n * a replacement for the Client Secret Certificate Thumbprint. It is also optional.\n */\n clientSecretCertificateIssuer?: string;\n}\n\n/** The configuration settings of the Azure Active Directory login flow. */\nexport interface AzureActiveDirectoryLogin {\n /**\n * Login parameters to send to the OpenID Connect authorization endpoint when\n * a user logs in. Each parameter must be in the form \"key=value\".\n */\n loginParameters?: Array<string>;\n /** <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>. */\n disableWWWAuthenticate?: boolean;\n}\n\n/** The configuration settings of the Azure Active Directory token validation flow. */\nexport interface AzureActiveDirectoryValidation {\n /** The configuration settings of the checks that should be made while validating the JWT Claims. */\n jwtClaimChecks?: JwtClaimChecks;\n /** The list of audiences that can make successful authentication/authorization requests. */\n allowedAudiences?: Array<string>;\n /** The configuration settings of the default authorization policy. */\n defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;\n}\n\n/** The configuration settings of the checks that should be made while validating the JWT Claims. */\nexport interface JwtClaimChecks {\n /** The list of the allowed groups. */\n allowedGroups?: Array<string>;\n /** The list of the allowed client applications. */\n allowedClientApplications?: Array<string>;\n}\n\n/** The configuration settings of the Azure Active Directory default authorization policy. */\nexport interface DefaultAuthorizationPolicy {\n /** The configuration settings of the Azure Active Directory allowed principals. */\n allowedPrincipals?: AllowedPrincipals;\n /** The configuration settings of the Azure Active Directory allowed applications. */\n allowedApplications?: Array<string>;\n}\n\n/** The configuration settings of the Azure Active Directory allowed principals. */\nexport interface AllowedPrincipals {\n /** The list of the allowed groups. */\n groups?: Array<string>;\n /** The list of the allowed identities. */\n identities?: Array<string>;\n}\n\n/** The configuration settings of the Facebook provider. */\nexport interface Facebook {\n /** <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Facebook provider. */\n registration?: AppRegistration;\n /** The version of the Facebook api to be used while logging in. */\n graphApiVersion?: string;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have app ids and app secrets */\nexport interface AppRegistration {\n /** The App ID of the app used for login. */\n appId?: string;\n /** The app setting name that contains the app secret. */\n appSecretSettingName?: string;\n}\n\n/** The configuration settings of the login flow, including the scopes that should be requested. */\nexport interface LoginScopes {\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: Array<string>;\n}\n\n/** The configuration settings of the GitHub provider. */\nexport interface GitHub {\n /** <code>false</code> if the GitHub provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the GitHub provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the app registration for providers that have client ids and client secrets */\nexport interface ClientRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Google provider. */\nexport interface Google {\n /** <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Google provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the Azure Active Directory token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Allowed Audiences validation flow. */\nexport interface AllowedAudiencesValidation {\n /** The configuration settings of the allowed list of audiences from which to validate the JWT token. */\n allowedAudiences?: Array<string>;\n}\n\n/** The configuration settings of the legacy Microsoft Account provider. */\nexport interface LegacyMicrosoftAccount {\n /** <code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the legacy Microsoft Account provider. */\n registration?: ClientRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n /** The configuration settings of the legacy Microsoft Account provider token validation flow. */\n validation?: AllowedAudiencesValidation;\n}\n\n/** The configuration settings of the Twitter provider. */\nexport interface Twitter {\n /** <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the Twitter provider. */\n registration?: TwitterRegistration;\n}\n\n/** The configuration settings of the app registration for the Twitter provider. */\nexport interface TwitterRegistration {\n /**\n * The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n * This setting is required for enabling Twitter Sign-In.\n * Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n */\n consumerKey?: string;\n /**\n * The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n * application used for sign-in.\n */\n consumerSecretSettingName?: string;\n}\n\n/** The configuration settings of the Apple provider. */\nexport interface Apple {\n /** <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Apple registration. */\n registration?: AppleRegistration;\n /** The configuration settings of the login flow. */\n login?: LoginScopes;\n}\n\n/** The configuration settings of the registration for the Apple provider */\nexport interface AppleRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n /** The app setting name that contains the client secret. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the Azure Static Web Apps provider. */\nexport interface AzureStaticWebApps {\n /** <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the Azure Static Web Apps registration. */\n registration?: AzureStaticWebAppsRegistration;\n}\n\n/** The configuration settings of the registration for the Azure Static Web Apps provider */\nexport interface AzureStaticWebAppsRegistration {\n /** The Client ID of the app used for login. */\n clientId?: string;\n}\n\n/** The configuration settings of the custom Open ID Connect provider. */\nexport interface CustomOpenIdConnectProvider {\n /** <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. */\n enabled?: boolean;\n /** The configuration settings of the app registration for the custom Open ID Connect provider. */\n registration?: OpenIdConnectRegistration;\n /** The configuration settings of the login flow of the custom Open ID Connect provider. */\n login?: OpenIdConnectLogin;\n}\n\n/** The configuration settings of the app registration for the custom Open ID Connect provider. */\nexport interface OpenIdConnectRegistration {\n /** The client id of the custom Open ID Connect provider. */\n clientId?: string;\n /** The authentication credentials of the custom Open ID Connect provider. */\n clientCredential?: OpenIdConnectClientCredential;\n /** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\n openIdConnectConfiguration?: OpenIdConnectConfig;\n}\n\n/** The authentication client credentials of the custom Open ID Connect provider. */\nexport interface OpenIdConnectClientCredential {\n /** The method that should be used to authenticate the user. */\n method?: \"ClientSecretPost\";\n /** The app setting that contains the client secret for the custom Open ID Connect provider. */\n clientSecretSettingName?: string;\n}\n\n/** The configuration settings of the endpoints used for the custom Open ID Connect provider. */\nexport interface OpenIdConnectConfig {\n /** The endpoint to be used to make an authorization request. */\n authorizationEndpoint?: string;\n /** The endpoint to be used to request a token. */\n tokenEndpoint?: string;\n /** The endpoint that issues the token. */\n issuer?: string;\n /** The endpoint that provides the keys necessary to validate the token. */\n certificationUri?: string;\n /** The endpoint that contains all the configuration endpoints for the provider. */\n wellKnownOpenIdConfiguration?: string;\n}\n\n/** The configuration settings of the login flow of the custom Open ID Connect provider. */\nexport interface OpenIdConnectLogin {\n /** The name of the claim that contains the users name. */\n nameClaimType?: string;\n /** A list of the scopes that should be requested while authenticating. */\n scopes?: Array<string>;\n}\n\n/** The configuration settings of the login flow of users using App Service Authentication/Authorization. */\nexport interface Login {\n /** The routes that specify the endpoints used for login and logout requests. */\n routes?: LoginRoutes;\n /** The configuration settings of the token store. */\n tokenStore?: TokenStore;\n /** <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. */\n preserveUrlFragmentsForLogins?: boolean;\n /**\n * External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n * This is an advanced setting typically only needed by Windows Store application backends.\n * Note that URLs within the current domain are always implicitly allowed.\n */\n allowedExternalRedirectUrls?: Array<string>;\n /** The configuration settings of the session cookie's expiration. */\n cookieExpiration?: CookieExpiration;\n /** The configuration settings of the nonce used in the login flow. */\n nonce?: Nonce;\n}\n\n/** The routes that specify the endpoints used for login and logout requests. */\nexport interface LoginRoutes {\n /** The endpoint at which a logout request should be made. */\n logoutEndpoint?: string;\n}\n\n/** The configuration settings of the token store. */\nexport interface TokenStore {\n /**\n * <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n * The default is <code>false</code>.\n */\n enabled?: boolean;\n /**\n * The number of hours after session token expiration that a session token can be used to\n * call the token refresh API. The default is 72 hours.\n */\n tokenRefreshExtensionHours?: number;\n /** The configuration settings of the storage of the tokens if a file system is used. */\n fileSystem?: FileSystemTokenStore;\n /** The configuration settings of the storage of the tokens if blob storage is used. */\n azureBlobStorage?: BlobStorageTokenStore;\n}\n\n/** The configuration settings of the storage of the tokens if a file system is used. */\nexport interface FileSystemTokenStore {\n /** The directory in which the tokens will be stored. */\n directory?: string;\n}\n\n/** The configuration settings of the storage of the tokens if blob storage is used. */\nexport interface BlobStorageTokenStore {\n /** The name of the app setting containing the SAS URL of the blob storage containing the tokens. */\n sasUrlSettingName?: string;\n}\n\n/** The configuration settings of the session cookie's expiration. */\nexport interface CookieExpiration {\n /** The convention used when determining the session cookie's expiration. */\n convention?: \"FixedTime\" | \"IdentityProviderDerived\";\n /** The time after the request is made when the session cookie should expire. */\n timeToExpiration?: string;\n}\n\n/** The configuration settings of the nonce used in the login flow. */\nexport interface Nonce {\n /** <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. */\n validateNonce?: boolean;\n /** The time after the request is made when the nonce should expire. */\n nonceExpirationInterval?: string;\n}\n\n/** The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. */\nexport interface HttpSettings {\n /** <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. */\n requireHttps?: boolean;\n /** The configuration settings of the paths HTTP requests. */\n routes?: HttpSettingsRoutes;\n /** The configuration settings of a forward proxy used to make the requests. */\n forwardProxy?: ForwardProxy;\n}\n\n/** The configuration settings of the paths HTTP requests. */\nexport interface HttpSettingsRoutes {\n /** The prefix that should precede all the authentication/authorization paths. */\n apiPrefix?: string;\n}\n\n/** The configuration settings of a forward proxy used to make the requests. */\nexport interface ForwardProxy {\n /** The convention used to determine the url of the request made. */\n convention?: \"NoProxy\" | \"Standard\" | \"Custom\";\n /** The name of the header containing the host of the request. */\n customHostHeaderName?: string;\n /** The name of the header containing the scheme of the request. */\n customProtoHeaderName?: string;\n}\n\n/** AzureStorageInfo dictionary resource. */\nexport interface AzureStoragePropertyDictionaryResource extends ProxyOnlyResource {\n /** Azure storage accounts. */\n properties?: Record<string, AzureStorageInfoValue>;\n}\n\n/** Description of site key vault references. */\nexport interface ApiKVReference extends ProxyOnlyResource {\n /** ApiKVReference resource specific properties */\n properties?: ApiKVReferenceProperties;\n}\n\n/** ApiKVReference resource specific properties */\nexport interface ApiKVReferenceProperties {\n reference?: string;\n status?:\n | \"Initialized\"\n | \"Resolved\"\n | \"InvalidSyntax\"\n | \"MSINotEnabled\"\n | \"VaultNotFound\"\n | \"SecretNotFound\"\n | \"SecretVersionNotFound\"\n | \"AccessToKeyVaultDenied\"\n | \"OtherReasons\"\n | \"FetchTimedOut\"\n | \"UnauthorizedClient\";\n vaultName?: string;\n secretName?: string;\n secretVersion?: string;\n /** Managed service identity. */\n identityType?: ManagedServiceIdentity;\n details?: string;\n source?: \"KeyVault\";\n activeVersion?: string;\n}\n\n/** String dictionary resource. */\nexport interface ConnectionStringDictionary extends ProxyOnlyResource {\n /** Connection strings. */\n properties?: Record<string, ConnStringValueTypePair>;\n}\n\n/** Database connection string value to type pair. */\nexport interface ConnStringValueTypePair {\n /** Value of pair. */\n value: string;\n /** Type of database. */\n type:\n | \"MySql\"\n | \"SQLServer\"\n | \"SQLAzure\"\n | \"Custom\"\n | \"NotificationHub\"\n | \"ServiceBus\"\n | \"EventHub\"\n | \"ApiHub\"\n | \"DocDb\"\n | \"RedisCache\"\n | \"PostgreSQL\";\n}\n\n/** Configuration of App Service site logs. */\nexport interface SiteLogsConfig extends ProxyOnlyResource {\n /** SiteLogsConfig resource specific properties */\n properties?: SiteLogsConfigProperties;\n}\n\n/** SiteLogsConfig resource specific properties */\nexport interface SiteLogsConfigProperties {\n /** Application logs configuration. */\n applicationLogs?: ApplicationLogsConfig;\n /** HTTP logs configuration. */\n httpLogs?: HttpLogsConfig;\n /** Failed requests tracing configuration. */\n failedRequestsTracing?: EnabledConfig;\n /** Detailed error messages configuration. */\n detailedErrorMessages?: EnabledConfig;\n}\n\n/** Application logs configuration. */\nexport interface ApplicationLogsConfig {\n /** Application logs to file system configuration. */\n fileSystem?: FileSystemApplicationLogsConfig;\n /** Application logs to azure table storage configuration. */\n azureTableStorage?: AzureTableStorageApplicationLogsConfig;\n /** Application logs to blob storage configuration. */\n azureBlobStorage?: AzureBlobStorageApplicationLogsConfig;\n}\n\n/** Application logs to file system configuration. */\nexport interface FileSystemApplicationLogsConfig {\n /** Log level. */\n level?: \"Off\" | \"Verbose\" | \"Information\" | \"Warning\" | \"Error\";\n}\n\n/** Application logs to Azure table storage configuration. */\nexport interface AzureTableStorageApplicationLogsConfig {\n /** Log level. */\n level?: \"Off\" | \"Verbose\" | \"Information\" | \"Warning\" | \"Error\";\n /** SAS URL to an Azure table with add/query/delete permissions. */\n sasUrl: string;\n}\n\n/** Application logs azure blob storage configuration. */\nexport interface AzureBlobStorageApplicationLogsConfig {\n /** Log level. */\n level?: \"Off\" | \"Verbose\" | \"Information\" | \"Warning\" | \"Error\";\n /** SAS url to a azure blob container with read/write/list/delete permissions. */\n sasUrl?: string;\n /**\n * Retention in days.\n * Remove blobs older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n}\n\n/** Http logs configuration. */\nexport interface HttpLogsConfig {\n /** Http logs to file system configuration. */\n fileSystem?: FileSystemHttpLogsConfig;\n /** Http logs to azure blob storage configuration. */\n azureBlobStorage?: AzureBlobStorageHttpLogsConfig;\n}\n\n/** Http logs to file system configuration. */\nexport interface FileSystemHttpLogsConfig {\n /**\n * Maximum size in megabytes that http log files can use.\n * When reached old log files will be removed to make space for new ones.\n * Value can range between 25 and 100.\n */\n retentionInMb?: number;\n /**\n * Retention in days.\n * Remove files older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Http logs to azure blob storage configuration. */\nexport interface AzureBlobStorageHttpLogsConfig {\n /** SAS url to a azure blob container with read/write/list/delete permissions. */\n sasUrl?: string;\n /**\n * Retention in days.\n * Remove blobs older than X days.\n * 0 or lower means no retention.\n */\n retentionInDays?: number;\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Enabled configuration. */\nexport interface EnabledConfig {\n /** True if configuration is enabled, false if it is disabled and null if configuration is not set. */\n enabled?: boolean;\n}\n\n/** Slot Config names azure resource. */\nexport interface SlotConfigNamesResource extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: SlotConfigNames;\n}\n\n/**\n * Names for connection strings, application settings, and external Azure storage account configuration\n * identifiers to be marked as sticky to the deployment slot and not moved during a swap operation.\n * This is valid for all deployment slots in an app.\n */\nexport interface SlotConfigNames {\n /** List of connection string names. */\n connectionStringNames?: Array<string>;\n /** List of application settings names. */\n appSettingNames?: Array<string>;\n /** List of external Azure storage account identifiers. */\n azureStorageConfigNames?: Array<string>;\n}\n\n/** A snapshot of a web app configuration. */\nexport interface SiteConfigurationSnapshotInfo extends ProxyOnlyResource {\n /** SiteConfigurationSnapshotInfo resource specific properties */\n properties?: SiteConfigurationSnapshotInfoProperties;\n}\n\n/** SiteConfigurationSnapshotInfo resource specific properties */\nexport interface SiteConfigurationSnapshotInfoProperties {}\n\n/** Continuous Web Job Information. */\nexport interface ContinuousWebJob extends ProxyOnlyResource {\n /** ContinuousWebJob resource specific properties */\n properties?: ContinuousWebJobProperties;\n}\n\n/** ContinuousWebJob resource specific properties */\nexport interface ContinuousWebJobProperties {\n /** Job status. */\n status?: \"Initializing\" | \"Starting\" | \"Running\" | \"PendingRestart\" | \"Stopped\";\n /** Detailed status. */\n detailed_status?: string;\n /** Log URL. */\n log_url?: string;\n /** Run command. */\n run_command?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extra_info_url?: string;\n /** Job type. */\n web_job_type?: \"Continuous\" | \"Triggered\";\n /** Error information. */\n error?: string;\n /** Using SDK? */\n using_sdk?: boolean;\n /** Job settings. */\n settings?: Record<string, Record<string, unknown>>;\n}\n\n/** User credentials used for publishing activity. */\nexport interface Deployment extends ProxyOnlyResource {\n /** Deployment resource specific properties */\n properties?: DeploymentProperties;\n}\n\n/** Deployment resource specific properties */\nexport interface DeploymentProperties {\n /** Deployment status. */\n status?: number;\n /** Details about deployment status. */\n message?: string;\n /** Who authored the deployment. */\n author?: string;\n /** Who performed the deployment. */\n deployer?: string;\n /** Author email. */\n author_email?: string;\n /** Start time. */\n start_time?: Date | string;\n /** End time. */\n end_time?: Date | string;\n /** True if deployment is currently active, false if completed and null if not started. */\n active?: boolean;\n /** Details on deployment. */\n details?: string;\n}\n\n/** MSDeploy ARM response */\nexport interface MSDeployStatus extends ProxyOnlyResource {\n /** MSDeployStatus resource specific properties */\n properties?: MSDeployStatusProperties;\n}\n\n/** MSDeployStatus resource specific properties */\nexport interface MSDeployStatusProperties {}\n\n/** MSDeploy ARM PUT information */\nexport interface MSDeploy extends ProxyOnlyResource {\n /** Core resource properties */\n properties?: MSDeployCore;\n}\n\n/** MSDeploy ARM PUT core information */\nexport interface MSDeployCore {\n /** Package URI */\n packageUri?: string;\n /** SQL Connection String */\n connectionString?: string;\n /** Database Type */\n dbType?: string;\n /** URI of MSDeploy Parameters file. Must not be set if SetParameters is used. */\n setParametersXmlFileUri?: string;\n /** MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used. */\n setParameters?: Record<string, string>;\n /**\n * Controls whether the MSDeploy operation skips the App_Data directory.\n * If set to <code>true</code>, the existing App_Data directory on the destination\n * will not be deleted, and any App_Data directory in the source will be ignored.\n * Setting is <code>false</code> by default.\n */\n skipAppData?: boolean;\n /**\n * Sets the AppOffline rule while the MSDeploy operation executes.\n * Setting is <code>false</code> by default.\n */\n appOffline?: boolean;\n}\n\n/** MSDeploy log */\nexport interface MSDeployLog extends ProxyOnlyResource {\n /** MSDeployLog resource specific properties */\n properties?: MSDeployLogProperties;\n}\n\n/** MSDeployLog resource specific properties */\nexport interface MSDeployLogProperties {}\n\n/** MSDeploy log entry */\nexport interface MSDeployLogEntry {}\n\n/** Function information. */\nexport interface FunctionEnvelope extends ProxyOnlyResource {\n /** FunctionEnvelope resource specific properties */\n properties?: FunctionEnvelopeProperties;\n}\n\n/** FunctionEnvelope resource specific properties */\nexport interface FunctionEnvelopeProperties {\n /** Function App ID. */\n function_app_id?: string;\n /** Script root path URI. */\n script_root_path_href?: string;\n /** Script URI. */\n script_href?: string;\n /** Config URI. */\n config_href?: string;\n /** Test data URI. */\n test_data_href?: string;\n /** Secrets file URI. */\n secrets_file_href?: string;\n /** Function URI. */\n href?: string;\n /** Config information. */\n config?: Record<string, unknown>;\n /** File list. */\n files?: Record<string, string>;\n /** Test data used when testing via the Azure Portal. */\n test_data?: string;\n /** The invocation URL */\n invoke_url_template?: string;\n /** The function language */\n language?: string;\n /** Gets or sets a value indicating whether the function is disabled */\n isDisabled?: boolean;\n}\n\n/** Function key info. */\nexport interface KeyInfo {\n /** Key name */\n name?: string;\n /** Key value */\n value?: string;\n}\n\n/** A hostname binding object. */\nexport interface HostNameBinding extends ProxyOnlyResource {\n /** HostNameBinding resource specific properties */\n properties?: HostNameBindingProperties;\n}\n\n/** HostNameBinding resource specific properties */\nexport interface HostNameBindingProperties {\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?: \"Website\" | \"TrafficManager\";\n /** Custom DNS record type. */\n customHostNameDnsRecordType?: \"CName\" | \"A\";\n /** Hostname type. */\n hostNameType?: \"Verified\" | \"Managed\";\n /** SSL type */\n sslState?: \"Disabled\" | \"SniEnabled\" | \"IpBasedEnabled\";\n /** SSL certificate thumbprint */\n thumbprint?: string;\n}\n\n/** Hybrid Connection for an App Service app. */\nexport interface RelayServiceConnectionEntity extends ProxyOnlyResource {\n /** RelayServiceConnectionEntity resource specific properties */\n properties?: RelayServiceConnectionEntityProperties;\n}\n\n/** RelayServiceConnectionEntity resource specific properties */\nexport interface RelayServiceConnectionEntityProperties {\n entityName?: string;\n entityConnectionString?: string;\n resourceType?: string;\n resourceConnectionString?: string;\n hostname?: string;\n port?: number;\n biztalkUri?: string;\n}\n\nexport interface WebSiteInstanceStatus extends ProxyOnlyResource {\n /** WebSiteInstanceStatus resource specific properties */\n properties?: WebSiteInstanceStatusProperties;\n}\n\n/** WebSiteInstanceStatus resource specific properties */\nexport interface WebSiteInstanceStatusProperties {\n state?: \"READY\" | \"STOPPED\" | \"UNKNOWN\";\n /** Link to the GetStatusApi in Kudu */\n statusUrl?: string;\n /** Link to the Diagnose and Solve Portal */\n detectorUrl?: string;\n /** Link to the console to web app instance */\n consoleUrl?: string;\n /** Link to the console to web app instance */\n healthCheckUrl?: string;\n /** Dictionary of <ContainerInfo> */\n containers?: Record<string, ContainerInfo>;\n}\n\nexport interface ContainerInfo {\n currentTimeStamp?: Date | string;\n previousTimeStamp?: Date | string;\n currentCpuStats?: ContainerCpuStatistics;\n previousCpuStats?: ContainerCpuStatistics;\n memoryStats?: ContainerMemoryStatistics;\n name?: string;\n id?: string;\n eth0?: ContainerNetworkInterfaceStatistics;\n}\n\nexport interface ContainerCpuStatistics {\n cpuUsage?: ContainerCpuUsage;\n systemCpuUsage?: number;\n onlineCpuCount?: number;\n throttlingData?: ContainerThrottlingData;\n}\n\nexport interface ContainerCpuUsage {\n totalUsage?: number;\n perCpuUsage?: Array<number>;\n kernelModeUsage?: number;\n userModeUsage?: number;\n}\n\nexport interface ContainerThrottlingData {\n periods?: number;\n throttledPeriods?: number;\n throttledTime?: number;\n}\n\nexport interface ContainerMemoryStatistics {\n usage?: number;\n maxUsage?: number;\n limit?: number;\n}\n\nexport interface ContainerNetworkInterfaceStatistics {\n rxBytes?: number;\n rxPackets?: number;\n rxErrors?: number;\n rxDropped?: number;\n txBytes?: number;\n txPackets?: number;\n txErrors?: number;\n txDropped?: number;\n}\n\n/** Process Information. */\nexport interface ProcessInfo extends ProxyOnlyResource {\n /** ProcessInfo resource specific properties */\n properties?: ProcessInfoProperties;\n}\n\n/** ProcessInfo resource specific properties */\nexport interface ProcessInfoProperties {\n /** Deployment name. */\n deployment_name?: string;\n /** HRef URI. */\n href?: string;\n /** Minidump URI. */\n minidump?: string;\n /** Is profile running? */\n is_profile_running?: boolean;\n /** Is the IIS Profile running? */\n is_iis_profile_running?: boolean;\n /** IIS Profile timeout (seconds). */\n iis_profile_timeout_in_seconds?: number;\n /** Parent process. */\n parent?: string;\n /** Child process list. */\n children?: Array<string>;\n /** Thread list. */\n threads?: Array<ProcessThreadInfo>;\n /** List of open files. */\n open_file_handles?: Array<string>;\n /** List of modules. */\n modules?: Array<ProcessModuleInfo>;\n /** File name of this process. */\n file_name?: string;\n /** Command line. */\n command_line?: string;\n /** User name. */\n user_name?: string;\n /** Handle count. */\n handle_count?: number;\n /** Module count. */\n module_count?: number;\n /** Thread count. */\n thread_count?: number;\n /** Start time. */\n start_time?: Date | string;\n /** Total CPU time. */\n total_cpu_time?: string;\n /** User CPU time. */\n user_cpu_time?: string;\n /** Privileged CPU time. */\n privileged_cpu_time?: string;\n /** Working set. */\n working_set?: number;\n /** Peak working set. */\n peak_working_set?: number;\n /** Private memory size. */\n private_memory?: number;\n /** Virtual memory size. */\n virtual_memory?: number;\n /** Peak virtual memory usage. */\n peak_virtual_memory?: number;\n /** Paged system memory. */\n paged_system_memory?: number;\n /** Non-paged system memory. */\n non_paged_system_memory?: number;\n /** Paged memory. */\n paged_memory?: number;\n /** Peak paged memory. */\n peak_paged_memory?: number;\n /** Time stamp. */\n time_stamp?: Date | string;\n /** List of environment variables. */\n environment_variables?: Record<string, string>;\n /** Is this the SCM site? */\n is_scm_site?: boolean;\n /** Is this a Web Job? */\n is_webjob?: boolean;\n /** Description of process. */\n description?: string;\n}\n\n/** Process Thread Information. */\nexport interface ProcessThreadInfo extends ProxyOnlyResource {\n /** ProcessThreadInfo resource specific properties */\n properties?: ProcessThreadInfoProperties;\n}\n\n/** ProcessThreadInfo resource specific properties */\nexport interface ProcessThreadInfoProperties {\n /** HRef URI. */\n href?: string;\n /** Process URI. */\n process?: string;\n /** Start address. */\n start_address?: string;\n /** Current thread priority. */\n current_priority?: number;\n /** Thread priority level. */\n priority_level?: string;\n /** Base priority. */\n base_priority?: number;\n /** Start time. */\n start_time?: Date | string;\n /** Total processor time. */\n total_processor_time?: string;\n /** User processor time. */\n user_processor_time?: string;\n /** Thread state. */\n state?: string;\n /** Wait reason. */\n wait_reason?: string;\n}\n\n/** Process Module Information. */\nexport interface ProcessModuleInfo extends ProxyOnlyResource {\n /** ProcessModuleInfo resource specific properties */\n properties?: ProcessModuleInfoProperties;\n}\n\n/** ProcessModuleInfo resource specific properties */\nexport interface ProcessModuleInfoProperties {\n /** Base address. Used as module identifier in ARM resource URI. */\n base_address?: string;\n /** File name. */\n file_name?: string;\n /** HRef URI. */\n href?: string;\n /** File path. */\n file_path?: string;\n /** Module memory size. */\n module_memory_size?: number;\n /** File version. */\n file_version?: string;\n /** File description. */\n file_description?: string;\n /** Product name. */\n product?: string;\n /** Product version. */\n product_version?: string;\n /** Is debug? */\n is_debug?: boolean;\n /** Module language (locale). */\n language?: string;\n}\n\n/** Options for app content migration. */\nexport interface StorageMigrationOptions extends ProxyOnlyResource {\n /** StorageMigrationOptions resource specific properties */\n properties?: StorageMigrationOptionsProperties;\n}\n\n/** StorageMigrationOptions resource specific properties */\nexport interface StorageMigrationOptionsProperties {\n /** AzureFiles connection string. */\n azurefilesConnectionString: string;\n /** AzureFiles share. */\n azurefilesShare: string;\n /** <code>true</code>if the app should be switched over; otherwise, <code>false</code>. */\n switchSiteAfterMigration?: boolean;\n /** <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>. */\n blockWriteAccessToSite?: boolean;\n}\n\n/** Response for a migration of app content request. */\nexport interface StorageMigrationResponse extends ProxyOnlyResource {\n /** StorageMigrationResponse resource specific properties */\n properties?: StorageMigrationResponseProperties;\n}\n\n/** StorageMigrationResponse resource specific properties */\nexport interface StorageMigrationResponseProperties {}\n\n/** MySQL migration request. */\nexport interface MigrateMySqlRequest extends ProxyOnlyResource {\n /** MigrateMySqlRequest resource specific properties */\n properties?: MigrateMySqlRequestProperties;\n}\n\n/** MigrateMySqlRequest resource specific properties */\nexport interface MigrateMySqlRequestProperties {\n /** Connection string to the remote MySQL database. */\n connectionString: string;\n /** The type of migration operation to be done */\n migrationType: \"LocalToRemote\" | \"RemoteToLocal\";\n}\n\n/** MySQL migration status. */\nexport interface MigrateMySqlStatus extends ProxyOnlyResource {\n /** MigrateMySqlStatus resource specific properties */\n properties?: MigrateMySqlStatusProperties;\n}\n\n/** MigrateMySqlStatus resource specific properties */\nexport interface MigrateMySqlStatusProperties {}\n\n/** Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration. */\nexport interface SwiftVirtualNetwork extends ProxyOnlyResource {\n /** SwiftVirtualNetwork resource specific properties */\n properties?: SwiftVirtualNetworkProperties;\n}\n\n/** SwiftVirtualNetwork resource specific properties */\nexport interface SwiftVirtualNetworkProperties {\n /** The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first. */\n subnetResourceId?: string;\n /** A flag that specifies if the scale unit this Web App is on supports Swift integration. */\n swiftSupported?: boolean;\n}\n\n/** Full view of network features for an app (presently VNET integration and Hybrid Connections). */\nexport interface NetworkFeatures extends ProxyOnlyResource {\n /** NetworkFeatures resource specific properties */\n properties?: NetworkFeaturesProperties;\n}\n\n/** NetworkFeatures resource specific properties */\nexport interface NetworkFeaturesProperties {}\n\n/** Used for getting PHP error logging flag. */\nexport interface SitePhpErrorLogFlag extends ProxyOnlyResource {\n /** SitePhpErrorLogFlag resource specific properties */\n properties?: SitePhpErrorLogFlagProperties;\n}\n\n/** SitePhpErrorLogFlag resource specific properties */\nexport interface SitePhpErrorLogFlagProperties {\n /** Local log_errors setting. */\n localLogErrors?: string;\n /** Master log_errors setting. */\n masterLogErrors?: string;\n /** Local log_errors_max_len setting. */\n localLogErrorsMaxLength?: string;\n /** Master log_errors_max_len setting. */\n masterLogErrorsMaxLength?: string;\n}\n\n/** Premier add-on. */\nexport interface PremierAddOn extends Resource {\n /** PremierAddOn resource specific properties */\n properties?: PremierAddOnProperties;\n}\n\n/** PremierAddOn resource specific properties */\nexport interface PremierAddOnProperties {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on Product. */\n product?: string;\n /** Premier add on Vendor. */\n vendor?: string;\n /** Premier add on Marketplace publisher. */\n marketplacePublisher?: string;\n /** Premier add on Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** ARM resource for a PremierAddOn. */\nexport interface PremierAddOnPatchResource extends ProxyOnlyResource {\n /** PremierAddOnPatchResource resource specific properties */\n properties?: PremierAddOnPatchResourceProperties;\n}\n\n/** PremierAddOnPatchResource resource specific properties */\nexport interface PremierAddOnPatchResourceProperties {\n /** Premier add on SKU. */\n sku?: string;\n /** Premier add on Product. */\n product?: string;\n /** Premier add on Vendor. */\n vendor?: string;\n /** Premier add on Marketplace publisher. */\n marketplacePublisher?: string;\n /** Premier add on Marketplace offer. */\n marketplaceOffer?: string;\n}\n\n/** Description of the parameters of Private Access for a Web Site. */\nexport interface PrivateAccess extends ProxyOnlyResource {\n /** PrivateAccess resource specific properties */\n properties?: PrivateAccessProperties;\n}\n\n/** PrivateAccess resource specific properties */\nexport interface PrivateAccessProperties {\n /** Whether private access is enabled or not. */\n enabled?: boolean;\n /** The Virtual Networks (and subnets) allowed to access the site privately. */\n virtualNetworks?: Array<PrivateAccessVirtualNetwork>;\n}\n\n/** Description of a Virtual Network that is useable for private site access. */\nexport interface PrivateAccessVirtualNetwork {\n /** The name of the Virtual Network. */\n name?: string;\n /** The key (ID) of the Virtual Network. */\n key?: number;\n /** The ARM uri of the Virtual Network */\n resourceId?: string;\n /** A List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this Virtual Network. */\n subnets?: Array<PrivateAccessSubnet>;\n}\n\n/** Description of a Virtual Network subnet that is useable for private site access. */\nexport interface PrivateAccessSubnet {\n /** The name of the subnet. */\n name?: string;\n /** The key (ID) of the subnet. */\n key?: number;\n}\n\n/** Public certificate object */\nexport interface PublicCertificate extends ProxyOnlyResource {\n /** PublicCertificate resource specific properties */\n properties?: PublicCertificateProperties;\n}\n\n/** PublicCertificate resource specific properties */\nexport interface PublicCertificateProperties {\n /**\n * Public Certificate byte array\n *\n * Value may contain base64 encoded characters\n */\n blob?: string;\n /** Public Certificate Location */\n publicCertificateLocation?: \"CurrentUserMy\" | \"LocalMachineMy\" | \"Unknown\";\n}\n\n/** Publishing options for requested profile. */\nexport interface CsmPublishingProfileOptions {\n /**\n * Name of the format. Valid values are:\n * FileZilla3\n * WebDeploy -- default\n * Ftp\n */\n format?: \"FileZilla3\" | \"WebDeploy\" | \"Ftp\";\n /** Include the DisasterRecover endpoint if true */\n includeDisasterRecoveryEndpoints?: boolean;\n}\n\n/** Details about restoring a deleted app. */\nexport interface DeletedAppRestoreRequest extends ProxyOnlyResource {\n /** DeletedAppRestoreRequest resource specific properties */\n properties?: DeletedAppRestoreRequestProperties;\n}\n\n/** DeletedAppRestoreRequest resource specific properties */\nexport interface DeletedAppRestoreRequestProperties {\n /**\n * ARM resource ID of the deleted app. Example:\n * /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}\n */\n deletedSiteId?: string;\n /** If true, deleted site configuration, in addition to content, will be restored. */\n recoverConfiguration?: boolean;\n /**\n * Point in time to restore the deleted app from, formatted as a DateTime string.\n * If unspecified, default value is the time that the app was deleted.\n */\n snapshotTime?: string;\n /** If true, the snapshot is retrieved from DRSecondary endpoint. */\n useDRSecondary?: boolean;\n}\n\n/** Details about app recovery operation. */\nexport interface SnapshotRestoreRequest extends ProxyOnlyResource {\n /** SnapshotRestoreRequest resource specific properties */\n properties?: SnapshotRestoreRequestProperties;\n}\n\n/** SnapshotRestoreRequest resource specific properties */\nexport interface SnapshotRestoreRequestProperties {\n /** Point in time in which the app restore should be done, formatted as a DateTime string. */\n snapshotTime?: string;\n /**\n * Optional. Specifies the web app that snapshot contents will be retrieved from.\n * If empty, the targeted web app will be used as the source.\n */\n recoverySource?: SnapshotRecoverySource;\n /** If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>. */\n overwrite: boolean;\n /** If true, site configuration, in addition to content, will be reverted. */\n recoverConfiguration?: boolean;\n /**\n * If true, custom hostname conflicts will be ignored when recovering to a target web app.\n * This setting is only necessary when RecoverConfiguration is enabled.\n */\n ignoreConflictingHostNames?: boolean;\n /** If true, the snapshot is retrieved from DRSecondary endpoint. */\n useDRSecondary?: boolean;\n}\n\n/** Specifies the web app that snapshot contents will be retrieved from. */\nexport interface SnapshotRecoverySource {\n /** Geographical location of the source web app, e.g. SouthEastAsia, SouthCentralUS */\n location?: string;\n /**\n * ARM resource ID of the source app.\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 id?: string;\n}\n\n/** Site Extension Information. */\nexport interface SiteExtensionInfo extends ProxyOnlyResource {\n /** SiteExtensionInfo resource specific properties */\n properties?: SiteExtensionInfoProperties;\n}\n\n/** SiteExtensionInfo resource specific properties */\nexport interface SiteExtensionInfoProperties {\n /** Site extension ID. */\n extension_id?: string;\n title?: string;\n /** Site extension type. */\n extension_type?: \"Gallery\" | \"WebRoot\";\n /** Summary description. */\n summary?: string;\n /** Detailed description. */\n description?: string;\n /** Version information. */\n version?: string;\n /** Extension URL. */\n extension_url?: string;\n /** Project URL. */\n project_url?: string;\n /** Icon URL. */\n icon_url?: string;\n /** License URL. */\n license_url?: string;\n /** Feed URL. */\n feed_url?: string;\n /** List of authors. */\n authors?: Array<string>;\n /** Installer command line parameters. */\n installer_command_line_params?: string;\n /** Published timestamp. */\n published_date_time?: Date | string;\n /** Count of downloads. */\n download_count?: number;\n /** <code>true</code> if the local version is the latest version; <code>false</code> otherwise. */\n local_is_latest_version?: boolean;\n /** Local path. */\n local_path?: string;\n /** Installed timestamp. */\n installed_date_time?: Date | string;\n /** Provisioning state. */\n provisioningState?: string;\n /** Site Extension comment. */\n comment?: string;\n}\n\n/** A setting difference between two deployment slots of an app. */\nexport interface SlotDifference extends ProxyOnlyResource {\n /** SlotDifference resource specific properties */\n properties?: SlotDifferenceProperties;\n}\n\n/** SlotDifference resource specific properties */\nexport interface SlotDifferenceProperties {}\n\n/** Source control configuration for an app. */\nexport interface SiteSourceControl extends ProxyOnlyResource {\n /** SiteSourceControl resource specific properties */\n properties?: SiteSourceControlProperties;\n}\n\n/** SiteSourceControl resource specific properties */\nexport interface SiteSourceControlProperties {\n /** Repository or source control URL. */\n repoUrl?: string;\n /** Name of branch to use for deployment. */\n branch?: string;\n /** <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub). */\n isManualIntegration?: boolean;\n /** <code>true</code> if this is deployed via GitHub action. */\n isGitHubAction?: boolean;\n /** <code>true</code> to enable deployment rollback; otherwise, <code>false</code>. */\n deploymentRollbackEnabled?: boolean;\n /** <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository. */\n isMercurial?: boolean;\n /** If GitHub Action is selected, than the associated configuration. */\n gitHubActionConfiguration?: GitHubActionConfiguration;\n}\n\n/** The GitHub action configuration. */\nexport interface GitHubActionConfiguration {\n /** GitHub Action code configuration. */\n codeConfiguration?: GitHubActionCodeConfiguration;\n /** GitHub Action container configuration. */\n containerConfiguration?: GitHubActionContainerConfiguration;\n /** This will help determine the workflow configuration to select. */\n isLinux?: boolean;\n /** Workflow option to determine whether the workflow file should be generated and written to the repository. */\n generateWorkflowFile?: boolean;\n}\n\n/** The GitHub action code configuration. */\nexport interface GitHubActionCodeConfiguration {\n /** Runtime stack is used to determine the workflow file content for code base apps. */\n runtimeStack?: string;\n /** Runtime version is used to determine what build version to set in the workflow file. */\n runtimeVersion?: string;\n}\n\n/** The GitHub action container configuration. */\nexport interface GitHubActionContainerConfiguration {\n /** The server URL for the container registry where the build will be hosted. */\n serverUrl?: string;\n /** The image name for the build. */\n imageName?: string;\n /** The username used to upload the image to the container registry. */\n username?: string;\n /** The password used to upload the image to the container registry. */\n password?: string;\n}\n\n/** Triggered Web Job Information. */\nexport interface TriggeredWebJob extends ProxyOnlyResource {\n /** TriggeredWebJob resource specific properties */\n properties?: TriggeredWebJobProperties;\n}\n\n/** TriggeredWebJob resource specific properties */\nexport interface TriggeredWebJobProperties {\n /** Latest job run information. */\n latest_run?: TriggeredJobRun;\n /** History URL. */\n history_url?: string;\n /** Scheduler Logs URL. */\n scheduler_logs_url?: string;\n /** Run command. */\n run_command?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extra_info_url?: string;\n /** Job type. */\n web_job_type?: \"Continuous\" | \"Triggered\";\n /** Error information. */\n error?: string;\n /** Using SDK? */\n using_sdk?: boolean;\n /** Job settings. */\n settings?: Record<string, Record<string, unknown>>;\n}\n\n/** Triggered Web Job Run Information. */\nexport interface TriggeredJobRun {\n /** Job ID. */\n web_job_id?: string;\n /** Job name. */\n web_job_name?: string;\n /** Job status. */\n status?: \"Success\" | \"Failed\" | \"Error\";\n /** Start time. */\n start_time?: Date | string;\n /** End time. */\n end_time?: Date | string;\n /** Job duration. */\n duration?: string;\n /** Output URL. */\n output_url?: string;\n /** Error URL. */\n error_url?: string;\n /** Job URL. */\n url?: string;\n /** Job name. */\n job_name?: string;\n /** Job trigger. */\n trigger?: string;\n}\n\n/** Triggered Web Job History. List of Triggered Web Job Run Information elements. */\nexport interface TriggeredJobHistory extends ProxyOnlyResource {\n /** TriggeredJobHistory resource specific properties */\n properties?: TriggeredJobHistoryProperties;\n}\n\n/** TriggeredJobHistory resource specific properties */\nexport interface TriggeredJobHistoryProperties {\n /** List of triggered web job runs. */\n runs?: Array<TriggeredJobRun>;\n}\n\n/** Web Job Information. */\nexport interface WebJob extends ProxyOnlyResource {\n /** WebJob resource specific properties */\n properties?: WebJobProperties;\n}\n\n/** WebJob resource specific properties */\nexport interface WebJobProperties {\n /** Run command. */\n run_command?: string;\n /** Job URL. */\n url?: string;\n /** Extra Info URL. */\n extra_info_url?: string;\n /** Job type. */\n web_job_type?: \"Continuous\" | \"Triggered\";\n /** Error information. */\n error?: string;\n /** Using SDK? */\n using_sdk?: boolean;\n /** Job settings. */\n settings?: Record<string, Record<string, unknown>>;\n}\n"]}