@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":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n AppServiceCertificateOrderCollectionOutput,\n DefaultErrorResponseOutput,\n AppServiceCertificateOrderOutput,\n AppServiceCertificateCollectionOutput,\n AppServiceCertificateResourceOutput,\n SiteSealOutput,\n CertificateOrderActionOutput,\n CertificateEmailOutput,\n DetectorResponseCollectionOutput,\n DetectorResponseOutput,\n CsmOperationCollectionOutput,\n DomainAvailabilityCheckResultOutput,\n DomainCollectionOutput,\n DomainControlCenterSsoRequestOutput,\n NameIdentifierCollectionOutput,\n DomainOutput,\n DomainOwnershipIdentifierCollectionOutput,\n DomainOwnershipIdentifierOutput,\n TopLevelDomainCollectionOutput,\n TopLevelDomainOutput,\n TldLegalAgreementCollectionOutput,\n AppServiceEnvironmentCollectionOutput,\n AppServiceEnvironmentResourceOutput,\n StampCapacityCollectionOutput,\n AddressResponseOutput,\n WebAppCollectionOutput,\n AseV3NetworkingConfigurationOutput,\n HostingEnvironmentDiagnosticsOutput,\n InboundEnvironmentEndpointCollectionOutput,\n WorkerPoolCollectionOutput,\n WorkerPoolResourceOutput,\n ResourceMetricDefinitionCollectionOutput,\n SkuInfoCollectionOutput,\n UsageCollectionOutput,\n OperationOutput,\n OutboundEnvironmentEndpointCollectionOutput,\n PrivateEndpointConnectionCollectionOutput,\n RemotePrivateEndpointConnectionARMResourceOutput,\n PrivateLinkResourcesWrapperOutput,\n AppServicePlanCollectionOutput,\n CsmUsageQuotaCollectionOutput,\n AppServicePlanOutput,\n CapabilityOutput,\n HybridConnectionOutput,\n HybridConnectionKeyOutput,\n ResourceCollectionOutput,\n HybridConnectionLimitsOutput,\n HybridConnectionCollectionOutput,\n VnetInfoResourceOutput,\n VnetGatewayOutput,\n VnetRouteOutput,\n CertificateCollectionOutput,\n CertificateOutput,\n ContainerAppCollectionOutput,\n ContainerAppOutput,\n SecretsCollectionOutput,\n RevisionCollectionOutput,\n RevisionOutput,\n DeletedWebAppCollectionOutput,\n DeletedSiteOutput,\n DiagnosticCategoryCollectionOutput,\n DiagnosticCategoryOutput,\n DiagnosticAnalysisCollectionOutput,\n AnalysisDefinitionOutput,\n DiagnosticAnalysisOutput,\n DiagnosticDetectorCollectionOutput,\n DetectorDefinitionResourceOutput,\n DiagnosticDetectorResponseOutput,\n SnapshotOutput,\n KubeEnvironmentCollectionOutput,\n KubeEnvironmentOutput,\n ApplicationStackCollectionOutput,\n FunctionAppStackCollectionOutput,\n WebAppStackCollectionOutput,\n RecommendationCollectionOutput,\n RecommendationRuleOutput,\n ResourceHealthMetadataCollectionOutput,\n ResourceHealthMetadataOutput,\n UserOutput,\n SourceControlCollectionOutput,\n SourceControlOutput,\n BillingMeterCollectionOutput,\n ResourceNameAvailabilityOutput,\n CustomHostnameSitesCollectionOutput,\n DeploymentLocationsOutput,\n GeoRegionCollectionOutput,\n IdentifierCollectionOutput,\n PremierAddOnOfferCollectionOutput,\n SkuInfosOutput,\n VnetValidationFailureDetailsOutput,\n ValidateResponseOutput,\n StaticSitesWorkflowPreviewOutput,\n StaticSiteCollectionOutput,\n StaticSiteARMResourceOutput,\n StaticSiteUserCollectionOutput,\n StaticSiteUserARMResourceOutput,\n StaticSiteBuildCollectionOutput,\n StaticSiteBuildARMResourceOutput,\n StringDictionaryOutput,\n StaticSiteFunctionOverviewCollectionOutput,\n StaticSiteUserProvidedFunctionAppsCollectionOutput,\n StaticSiteUserProvidedFunctionAppARMResourceOutput,\n StaticSiteUserInvitationResponseResourceOutput,\n StaticSiteCustomDomainOverviewCollectionOutput,\n StaticSiteCustomDomainOverviewARMResourceOutput,\n StringListOutput,\n SiteOutput,\n CustomHostnameAnalysisResultOutput,\n BackupItemOutput,\n BackupItemCollectionOutput,\n PublishingCredentialsPoliciesCollectionOutput,\n CsmPublishingCredentialsPoliciesEntityOutput,\n SiteConfigResourceCollectionOutput,\n SiteAuthSettingsOutput,\n SiteAuthSettingsV2Output,\n AzureStoragePropertyDictionaryResourceOutput,\n BackupRequestOutput,\n ApiKVReferenceCollectionOutput,\n ApiKVReferenceOutput,\n ConnectionStringDictionaryOutput,\n SiteLogsConfigOutput,\n PushSettingsOutput,\n SlotConfigNamesResourceOutput,\n SiteConfigResourceOutput,\n SiteConfigurationSnapshotInfoCollectionOutput,\n ContinuousWebJobCollectionOutput,\n ContinuousWebJobOutput,\n DeploymentCollectionOutput,\n DeploymentOutput,\n RestoreRequestOutput,\n IdentifierOutput,\n MSDeployStatusOutput,\n MSDeployLogOutput,\n FunctionEnvelopeCollectionOutput,\n FunctionEnvelopeOutput,\n KeyInfoOutput,\n FunctionSecretsOutput,\n HostKeysOutput,\n HostNameBindingCollectionOutput,\n HostNameBindingOutput,\n RelayServiceConnectionEntityOutput,\n WebAppInstanceStatusCollectionOutput,\n WebSiteInstanceStatusOutput,\n ProcessInfoCollectionOutput,\n ProcessInfoOutput,\n ProcessModuleInfoCollectionOutput,\n ProcessModuleInfoOutput,\n ProcessThreadInfoCollectionOutput,\n SiteCloneabilityOutput,\n StorageMigrationResponseOutput,\n MigrateMySqlStatusOutput,\n SwiftVirtualNetworkOutput,\n NetworkFeaturesOutput,\n NetworkTraceOutput,\n PerfMonCounterCollectionOutput,\n SitePhpErrorLogFlagOutput,\n PremierAddOnOutput,\n PrivateAccessOutput,\n PublicCertificateCollectionOutput,\n PublicCertificateOutput,\n SiteExtensionInfoCollectionOutput,\n SiteExtensionInfoOutput,\n SlotDifferenceCollectionOutput,\n SnapshotCollectionOutput,\n SiteSourceControlOutput,\n TriggeredWebJobCollectionOutput,\n TriggeredWebJobOutput,\n TriggeredJobHistoryCollectionOutput,\n TriggeredJobHistoryOutput,\n WebJobCollectionOutput,\n WebJobOutput,\n} from \"./outputModels.js\";\n\n/** List all certificate orders in a subscription. */\nexport interface AppServiceCertificateOrdersList200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateOrderCollectionOutput;\n}\n\n/** List all certificate orders in a subscription. */\nexport interface AppServiceCertificateOrdersListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Validate information for a certificate order. */\nexport interface AppServiceCertificateOrdersValidatePurchaseInformation204Response\n extends HttpResponse {\n status: \"204\";\n}\n\n/** Validate information for a certificate order. */\nexport interface AppServiceCertificateOrdersValidatePurchaseInformationDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get certificate orders in a resource group. */\nexport interface AppServiceCertificateOrdersListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateOrderCollectionOutput;\n}\n\n/** Get certificate orders in a resource group. */\nexport interface AppServiceCertificateOrdersListByResourceGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a certificate order. */\nexport interface AppServiceCertificateOrdersGet200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateOrderOutput;\n}\n\n/** Get a certificate order. */\nexport interface AppServiceCertificateOrdersGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a certificate purchase order. */\nexport interface AppServiceCertificateOrdersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateOrderOutput;\n}\n\n/** Create or update a certificate purchase order. */\nexport interface AppServiceCertificateOrdersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: AppServiceCertificateOrderOutput;\n}\n\n/** Create or update a certificate purchase order. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete an existing certificate order. */\nexport interface AppServiceCertificateOrdersDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete an existing certificate order. */\nexport interface AppServiceCertificateOrdersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete an existing certificate order. */\nexport interface AppServiceCertificateOrdersDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a certificate purchase order. */\nexport interface AppServiceCertificateOrdersUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateOrderOutput;\n}\n\n/** Create or update a certificate purchase order. */\nexport interface AppServiceCertificateOrdersUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all certificates associated with a certificate order. */\nexport interface AppServiceCertificateOrdersListCertificates200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateCollectionOutput;\n}\n\n/** List all certificates associated with a certificate order. */\nexport interface AppServiceCertificateOrdersListCertificatesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the certificate associated with a certificate order. */\nexport interface AppServiceCertificateOrdersGetCertificate200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateResourceOutput;\n}\n\n/** Get the certificate associated with a certificate order. */\nexport interface AppServiceCertificateOrdersGetCertificateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates a certificate and associates with key vault secret. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateCertificate200Response\n extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateResourceOutput;\n}\n\n/** Creates or updates a certificate and associates with key vault secret. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateCertificate201Response\n extends HttpResponse {\n status: \"201\";\n body: AppServiceCertificateResourceOutput;\n}\n\n/** Creates or updates a certificate and associates with key vault secret. */\nexport interface AppServiceCertificateOrdersCreateOrUpdateCertificateDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete the certificate associated with a certificate order. */\nexport interface AppServiceCertificateOrdersDeleteCertificate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete the certificate associated with a certificate order. */\nexport interface AppServiceCertificateOrdersDeleteCertificate204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete the certificate associated with a certificate order. */\nexport interface AppServiceCertificateOrdersDeleteCertificateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates a certificate and associates with key vault secret. */\nexport interface AppServiceCertificateOrdersUpdateCertificate200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceCertificateResourceOutput;\n}\n\n/** Creates or updates a certificate and associates with key vault secret. */\nexport interface AppServiceCertificateOrdersUpdateCertificateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reissue an existing certificate order. */\nexport interface AppServiceCertificateOrdersReissue204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Reissue an existing certificate order. */\nexport interface AppServiceCertificateOrdersReissueDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Renew an existing certificate order. */\nexport interface AppServiceCertificateOrdersRenew204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Renew an existing certificate order. */\nexport interface AppServiceCertificateOrdersRenewDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Resend certificate email. */\nexport interface AppServiceCertificateOrdersResendEmail204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Resend certificate email. */\nexport interface AppServiceCertificateOrdersResendEmailDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order */\nexport interface AppServiceCertificateOrdersResendRequestEmails204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order */\nexport interface AppServiceCertificateOrdersResendRequestEmailsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** This method is used to obtain the site seal information for an issued certificate. A site seal is a graphic that the certificate purchaser can embed on their web site to show their visitors information about their SSL certificate. If a web site visitor clicks on the site seal image, a pop-up page is displayed that contains detailed information about the SSL certificate. The site seal token is used to link the site seal graphic image to the appropriate certificate details pop-up page display when a user clicks on the site seal. The site seal images are expected to be static images and hosted by the reseller, to minimize delays for customer page load times. */\nexport interface AppServiceCertificateOrdersRetrieveSiteSeal200Response extends HttpResponse {\n status: \"200\";\n body: SiteSealOutput;\n}\n\n/** This method is used to obtain the site seal information for an issued certificate. A site seal is a graphic that the certificate purchaser can embed on their web site to show their visitors information about their SSL certificate. If a web site visitor clicks on the site seal image, a pop-up page is displayed that contains detailed information about the SSL certificate. The site seal token is used to link the site seal graphic image to the appropriate certificate details pop-up page display when a user clicks on the site seal. The site seal images are expected to be static images and hosted by the reseller, to minimize delays for customer page load times. */\nexport interface AppServiceCertificateOrdersRetrieveSiteSealDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Verify domain ownership for this certificate order. */\nexport interface AppServiceCertificateOrdersVerifyDomainOwnership204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Verify domain ownership for this certificate order. */\nexport interface AppServiceCertificateOrdersVerifyDomainOwnershipDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieve the list of certificate actions. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateActions200Response\n extends HttpResponse {\n status: \"200\";\n body: Array<CertificateOrderActionOutput>;\n}\n\n/** Retrieve the list of certificate actions. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateActionsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieve email history. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateEmailHistory200Response\n extends HttpResponse {\n status: \"200\";\n body: Array<CertificateEmailOutput>;\n}\n\n/** Retrieve email history. */\nexport interface AppServiceCertificateOrdersRetrieveCertificateEmailHistoryDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Microsoft.CertificateRegistration to get the list of detectors for this RP. */\nexport interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponse200Response\n extends HttpResponse {\n status: \"200\";\n body: DetectorResponseCollectionOutput;\n}\n\n/** Microsoft.CertificateRegistration to get the list of detectors for this RP. */\nexport interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Microsoft.CertificateRegistration call to get a detector response from App Lens. */\nexport interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponse200Response\n extends HttpResponse {\n status: \"200\";\n body: DetectorResponseOutput;\n}\n\n/** Microsoft.CertificateRegistration call to get a detector response from App Lens. */\nexport interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */\nexport interface CertificateRegistrationProviderListOperations200Response extends HttpResponse {\n status: \"200\";\n body: CsmOperationCollectionOutput;\n}\n\n/** Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */\nexport interface CertificateRegistrationProviderListOperationsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Check if a domain is available for registration. */\nexport interface DomainsCheckAvailability200Response extends HttpResponse {\n status: \"200\";\n body: DomainAvailabilityCheckResultOutput;\n}\n\n/** Check if a domain is available for registration. */\nexport interface DomainsCheckAvailabilityDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all domains in a subscription. */\nexport interface DomainsList200Response extends HttpResponse {\n status: \"200\";\n body: DomainCollectionOutput;\n}\n\n/** Get all domains in a subscription. */\nexport interface DomainsListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Generate a single sign-on request for the domain management portal. */\nexport interface DomainsGetControlCenterSsoRequest200Response extends HttpResponse {\n status: \"200\";\n body: DomainControlCenterSsoRequestOutput;\n}\n\n/** Generate a single sign-on request for the domain management portal. */\nexport interface DomainsGetControlCenterSsoRequestDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get domain name recommendations based on keywords. */\nexport interface DomainsListRecommendations200Response extends HttpResponse {\n status: \"200\";\n body: NameIdentifierCollectionOutput;\n}\n\n/** Get domain name recommendations based on keywords. */\nexport interface DomainsListRecommendationsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all domains in a resource group. */\nexport interface DomainsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DomainCollectionOutput;\n}\n\n/** Get all domains in a resource group. */\nexport interface DomainsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a domain. */\nexport interface DomainsGet200Response extends HttpResponse {\n status: \"200\";\n body: DomainOutput;\n}\n\n/** Get a domain. */\nexport interface DomainsGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates a domain. */\nexport interface DomainsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DomainOutput;\n}\n\n/** Creates or updates a domain. */\nexport interface DomainsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DomainOutput;\n}\n\n/** Creates or updates a domain. */\nexport interface DomainsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a domain. */\nexport interface DomainsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a domain. */\nexport interface DomainsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a domain. */\nexport interface DomainsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates a domain. */\nexport interface DomainsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DomainOutput;\n}\n\n/** Creates or updates a domain. */\nexport interface DomainsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DomainOutput;\n}\n\n/** Creates or updates a domain. */\nexport interface DomainsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Lists domain ownership identifiers. */\nexport interface DomainsListOwnershipIdentifiers200Response extends HttpResponse {\n status: \"200\";\n body: DomainOwnershipIdentifierCollectionOutput;\n}\n\n/** Lists domain ownership identifiers. */\nexport interface DomainsListOwnershipIdentifiersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get ownership identifier for domain */\nexport interface DomainsGetOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n body: DomainOwnershipIdentifierOutput;\n}\n\n/** Get ownership identifier for domain */\nexport interface DomainsGetOwnershipIdentifierDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates an ownership identifier for a domain or updates identifier details for an existing identifier */\nexport interface DomainsCreateOrUpdateOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n body: DomainOwnershipIdentifierOutput;\n}\n\n/** Creates an ownership identifier for a domain or updates identifier details for an existing identifier */\nexport interface DomainsCreateOrUpdateOwnershipIdentifierDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete ownership identifier for domain */\nexport interface DomainsDeleteOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete ownership identifier for domain */\nexport interface DomainsDeleteOwnershipIdentifier204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete ownership identifier for domain */\nexport interface DomainsDeleteOwnershipIdentifierDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates an ownership identifier for a domain or updates identifier details for an existing identifier */\nexport interface DomainsUpdateOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n body: DomainOwnershipIdentifierOutput;\n}\n\n/** Creates an ownership identifier for a domain or updates identifier details for an existing identifier */\nexport interface DomainsUpdateOwnershipIdentifierDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Renew a domain. */\nexport interface DomainsRenew200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Renew a domain. */\nexport interface DomainsRenew202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Renew a domain. */\nexport interface DomainsRenew204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Renew a domain. */\nexport interface DomainsRenewDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Transfer out domain to another registrar */\nexport interface DomainsTransferOut200Response extends HttpResponse {\n status: \"200\";\n body: DomainOutput;\n}\n\n/** Transfer out domain to another registrar */\nexport interface DomainsTransferOut400Response extends HttpResponse {\n status: \"400\";\n}\n\n/** Transfer out domain to another registrar */\nexport interface DomainsTransferOutDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all top-level domains supported for registration. */\nexport interface TopLevelDomainsList200Response extends HttpResponse {\n status: \"200\";\n body: TopLevelDomainCollectionOutput;\n}\n\n/** Get all top-level domains supported for registration. */\nexport interface TopLevelDomainsListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get details of a top-level domain. */\nexport interface TopLevelDomainsGet200Response extends HttpResponse {\n status: \"200\";\n body: TopLevelDomainOutput;\n}\n\n/** Get details of a top-level domain. */\nexport interface TopLevelDomainsGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all legal agreements that user needs to accept before purchasing a domain. */\nexport interface TopLevelDomainsListAgreements200Response extends HttpResponse {\n status: \"200\";\n body: TldLegalAgreementCollectionOutput;\n}\n\n/** Gets all legal agreements that user needs to accept before purchasing a domain. */\nexport interface TopLevelDomainsListAgreementsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */\nexport interface DomainRegistrationProviderListOperations200Response extends HttpResponse {\n status: \"200\";\n body: CsmOperationCollectionOutput;\n}\n\n/** Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */\nexport interface DomainRegistrationProviderListOperationsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all App Service Environments for a subscription. */\nexport interface AppServiceEnvironmentsList200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceEnvironmentCollectionOutput;\n}\n\n/** Get all App Service Environments for a subscription. */\nexport interface AppServiceEnvironmentsListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all App Service Environments in a resource group. */\nexport interface AppServiceEnvironmentsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceEnvironmentCollectionOutput;\n}\n\n/** Get all App Service Environments in a resource group. */\nexport interface AppServiceEnvironmentsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the properties of an App Service Environment. */\nexport interface AppServiceEnvironmentsGet200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceEnvironmentResourceOutput;\n}\n\n/** Get the properties of an App Service Environment. */\nexport interface AppServiceEnvironmentsGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceEnvironmentResourceOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: AppServiceEnvironmentResourceOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: AppServiceEnvironmentResourceOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete an App Service Environment. */\nexport interface AppServiceEnvironmentsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete an App Service Environment. */\nexport interface AppServiceEnvironmentsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete an App Service Environment. */\nexport interface AppServiceEnvironmentsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AppServiceEnvironmentResourceOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsUpdate201Response extends HttpResponse {\n status: \"201\";\n body: AppServiceEnvironmentResourceOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: AppServiceEnvironmentResourceOutput;\n}\n\n/** Create or update an App Service Environment. */\nexport interface AppServiceEnvironmentsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the used, available, and total worker capacity an App Service Environment. */\nexport interface AppServiceEnvironmentsListCapacities200Response extends HttpResponse {\n status: \"200\";\n body: StampCapacityCollectionOutput;\n}\n\n/** Get the used, available, and total worker capacity an App Service Environment. */\nexport interface AppServiceEnvironmentsListCapacitiesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get IP addresses assigned to an App Service Environment. */\nexport interface AppServiceEnvironmentsGetVipInfo200Response extends HttpResponse {\n status: \"200\";\n body: AddressResponseOutput;\n}\n\n/** Get IP addresses assigned to an App Service Environment. */\nexport interface AppServiceEnvironmentsGetVipInfoDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Move an App Service Environment to a different VNET. */\nexport interface AppServiceEnvironmentsChangeVnet200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Move an App Service Environment to a different VNET. */\nexport interface AppServiceEnvironmentsChangeVnet202Response extends HttpResponse {\n status: \"202\";\n body: WebAppCollectionOutput;\n}\n\n/** Move an App Service Environment to a different VNET. */\nexport interface AppServiceEnvironmentsChangeVnetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get networking configuration of an App Service Environment */\nexport interface AppServiceEnvironmentsGetAseV3NetworkingConfiguration200Response\n extends HttpResponse {\n status: \"200\";\n body: AseV3NetworkingConfigurationOutput;\n}\n\n/** Get networking configuration of an App Service Environment */\nexport interface AppServiceEnvironmentsGetAseV3NetworkingConfigurationDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Update networking configuration of an App Service Environment */\nexport interface AppServiceEnvironmentsUpdateAseNetworkingConfiguration200Response\n extends HttpResponse {\n status: \"200\";\n body: AseV3NetworkingConfigurationOutput;\n}\n\n/** Update networking configuration of an App Service Environment */\nexport interface AppServiceEnvironmentsUpdateAseNetworkingConfigurationDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get diagnostic information for an App Service Environment. */\nexport interface AppServiceEnvironmentsListDiagnostics200Response extends HttpResponse {\n status: \"200\";\n body: Array<HostingEnvironmentDiagnosticsOutput>;\n}\n\n/** Get diagnostic information for an App Service Environment. */\nexport interface AppServiceEnvironmentsListDiagnosticsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a diagnostics item for an App Service Environment. */\nexport interface AppServiceEnvironmentsGetDiagnosticsItem200Response extends HttpResponse {\n status: \"200\";\n body: HostingEnvironmentDiagnosticsOutput;\n}\n\n/** Get a diagnostics item for an App Service Environment. */\nexport interface AppServiceEnvironmentsGetDiagnosticsItemDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the network endpoints of all inbound dependencies of an App Service Environment. */\nexport interface AppServiceEnvironmentsGetInboundNetworkDependenciesEndpoints200Response\n extends HttpResponse {\n status: \"200\";\n body: InboundEnvironmentEndpointCollectionOutput;\n}\n\n/** Get the network endpoints of all inbound dependencies of an App Service Environment. */\nexport interface AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all multi-role pools. */\nexport interface AppServiceEnvironmentsListMultiRolePools200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolCollectionOutput;\n}\n\n/** Get all multi-role pools. */\nexport interface AppServiceEnvironmentsListMultiRolePoolsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get properties of a multi-role pool. */\nexport interface AppServiceEnvironmentsGetMultiRolePool200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Get properties of a multi-role pool. */\nexport interface AppServiceEnvironmentsGetMultiRolePoolDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a multi-role pool. */\nexport interface AppServiceEnvironmentsCreateOrUpdateMultiRolePool200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a multi-role pool. */\nexport interface AppServiceEnvironmentsCreateOrUpdateMultiRolePool202Response extends HttpResponse {\n status: \"202\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a multi-role pool. */\nexport interface AppServiceEnvironmentsCreateOrUpdateMultiRolePoolDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a multi-role pool. */\nexport interface AppServiceEnvironmentsUpdateMultiRolePool200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a multi-role pool. */\nexport interface AppServiceEnvironmentsUpdateMultiRolePool202Response extends HttpResponse {\n status: \"202\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a multi-role pool. */\nexport interface AppServiceEnvironmentsUpdateMultiRolePoolDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitions200Response\n extends HttpResponse {\n status: \"200\";\n body: ResourceMetricDefinitionCollectionOutput;\n}\n\n/** Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get metric definitions for a multi-role pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListMultiRoleMetricDefinitions200Response\n extends HttpResponse {\n status: \"200\";\n body: ResourceMetricDefinitionCollectionOutput;\n}\n\n/** Get metric definitions for a multi-role pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListMultiRoleMetricDefinitionsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available SKUs for scaling a multi-role pool. */\nexport interface AppServiceEnvironmentsListMultiRolePoolSkus200Response extends HttpResponse {\n status: \"200\";\n body: SkuInfoCollectionOutput;\n}\n\n/** Get available SKUs for scaling a multi-role pool. */\nexport interface AppServiceEnvironmentsListMultiRolePoolSkusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get usage metrics for a multi-role pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListMultiRoleUsages200Response extends HttpResponse {\n status: \"200\";\n body: UsageCollectionOutput;\n}\n\n/** Get usage metrics for a multi-role pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListMultiRoleUsagesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all currently running operations on the App Service Environment. */\nexport interface AppServiceEnvironmentsListOperations200Response extends HttpResponse {\n status: \"200\";\n body: Array<OperationOutput>;\n}\n\n/** List all currently running operations on the App Service Environment. */\nexport interface AppServiceEnvironmentsListOperationsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the network endpoints of all outbound dependencies of an App Service Environment. */\nexport interface AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpoints200Response\n extends HttpResponse {\n status: \"200\";\n body: OutboundEnvironmentEndpointCollectionOutput;\n}\n\n/** Get the network endpoints of all outbound dependencies of an App Service Environment. */\nexport interface AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the list of private endpoints associated with a hosting environment */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionList200Response\n extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionCollectionOutput;\n}\n\n/** Gets the list of private endpoints associated with a hosting environment */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionListDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnection200Response\n extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface AppServiceEnvironmentsGetPrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection200Response\n extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection202Response\n extends HttpResponse {\n status: \"202\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a private endpoint connection */\nexport interface AppServiceEnvironmentsDeletePrivateEndpointConnection200Response\n extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface AppServiceEnvironmentsDeletePrivateEndpointConnection202Response\n extends HttpResponse {\n status: \"202\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface AppServiceEnvironmentsDeletePrivateEndpointConnection204Response\n extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface AppServiceEnvironmentsDeletePrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the private link resources */\nexport interface AppServiceEnvironmentsGetPrivateLinkResources200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkResourcesWrapperOutput;\n}\n\n/** Gets the private link resources */\nexport interface AppServiceEnvironmentsGetPrivateLinkResourcesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reboot all machines in an App Service Environment. */\nexport interface AppServiceEnvironmentsReboot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reboot all machines in an App Service Environment. */\nexport interface AppServiceEnvironmentsRebootDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Resume an App Service Environment. */\nexport interface AppServiceEnvironmentsResume200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Resume an App Service Environment. */\nexport interface AppServiceEnvironmentsResume202Response extends HttpResponse {\n status: \"202\";\n body: WebAppCollectionOutput;\n}\n\n/** Resume an App Service Environment. */\nexport interface AppServiceEnvironmentsResumeDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all App Service plans in an App Service Environment. */\nexport interface AppServiceEnvironmentsListAppServicePlans200Response extends HttpResponse {\n status: \"200\";\n body: AppServicePlanCollectionOutput;\n}\n\n/** Get all App Service plans in an App Service Environment. */\nexport interface AppServiceEnvironmentsListAppServicePlansDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all apps in an App Service Environment. */\nexport interface AppServiceEnvironmentsListWebApps200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Get all apps in an App Service Environment. */\nexport interface AppServiceEnvironmentsListWebAppsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Suspend an App Service Environment. */\nexport interface AppServiceEnvironmentsSuspend200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Suspend an App Service Environment. */\nexport interface AppServiceEnvironmentsSuspend202Response extends HttpResponse {\n status: \"202\";\n body: WebAppCollectionOutput;\n}\n\n/** Suspend an App Service Environment. */\nexport interface AppServiceEnvironmentsSuspendDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get global usage metrics of an App Service Environment. */\nexport interface AppServiceEnvironmentsListUsages200Response extends HttpResponse {\n status: \"200\";\n body: CsmUsageQuotaCollectionOutput;\n}\n\n/** Get global usage metrics of an App Service Environment. */\nexport interface AppServiceEnvironmentsListUsagesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all worker pools of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWorkerPools200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolCollectionOutput;\n}\n\n/** Get all worker pools of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWorkerPoolsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get properties of a worker pool. */\nexport interface AppServiceEnvironmentsGetWorkerPool200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Get properties of a worker pool. */\nexport interface AppServiceEnvironmentsGetWorkerPoolDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a worker pool. */\nexport interface AppServiceEnvironmentsCreateOrUpdateWorkerPool200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a worker pool. */\nexport interface AppServiceEnvironmentsCreateOrUpdateWorkerPool202Response extends HttpResponse {\n status: \"202\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a worker pool. */\nexport interface AppServiceEnvironmentsCreateOrUpdateWorkerPoolDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a worker pool. */\nexport interface AppServiceEnvironmentsUpdateWorkerPool200Response extends HttpResponse {\n status: \"200\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a worker pool. */\nexport interface AppServiceEnvironmentsUpdateWorkerPool202Response extends HttpResponse {\n status: \"202\";\n body: WorkerPoolResourceOutput;\n}\n\n/** Create or update a worker pool. */\nexport interface AppServiceEnvironmentsUpdateWorkerPoolDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get metric definitions for a specific instance of a worker pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitions200Response\n extends HttpResponse {\n status: \"200\";\n body: ResourceMetricDefinitionCollectionOutput;\n}\n\n/** Get metric definitions for a specific instance of a worker pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get metric definitions for a worker pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWebWorkerMetricDefinitions200Response\n extends HttpResponse {\n status: \"200\";\n body: ResourceMetricDefinitionCollectionOutput;\n}\n\n/** Get metric definitions for a worker pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWebWorkerMetricDefinitionsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available SKUs for scaling a worker pool. */\nexport interface AppServiceEnvironmentsListWorkerPoolSkus200Response extends HttpResponse {\n status: \"200\";\n body: SkuInfoCollectionOutput;\n}\n\n/** Get available SKUs for scaling a worker pool. */\nexport interface AppServiceEnvironmentsListWorkerPoolSkusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get usage metrics for a worker pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWebWorkerUsages200Response extends HttpResponse {\n status: \"200\";\n body: UsageCollectionOutput;\n}\n\n/** Get usage metrics for a worker pool of an App Service Environment. */\nexport interface AppServiceEnvironmentsListWebWorkerUsagesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all App Service plans for a subscription. */\nexport interface AppServicePlansList200Response extends HttpResponse {\n status: \"200\";\n body: AppServicePlanCollectionOutput;\n}\n\n/** Get all App Service plans for a subscription. */\nexport interface AppServicePlansListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all App Service plans in a resource group. */\nexport interface AppServicePlansListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: AppServicePlanCollectionOutput;\n}\n\n/** Get all App Service plans in a resource group. */\nexport interface AppServicePlansListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get an App Service plan. */\nexport interface AppServicePlansGet200Response extends HttpResponse {\n status: \"200\";\n body: AppServicePlanOutput;\n}\n\n/** Get an App Service plan. */\nexport interface AppServicePlansGet404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get an App Service plan. */\nexport interface AppServicePlansGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates an App Service Plan. */\nexport interface AppServicePlansCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AppServicePlanOutput;\n}\n\n/** Creates or updates an App Service Plan. */\nexport interface AppServicePlansCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: AppServicePlanOutput;\n}\n\n/** Creates or updates an App Service Plan. */\nexport interface AppServicePlansCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete an App Service plan. */\nexport interface AppServicePlansDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete an App Service plan. */\nexport interface AppServicePlansDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete an App Service plan. */\nexport interface AppServicePlansDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates an App Service Plan. */\nexport interface AppServicePlansUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AppServicePlanOutput;\n}\n\n/** Creates or updates an App Service Plan. */\nexport interface AppServicePlansUpdate202Response extends HttpResponse {\n status: \"202\";\n body: AppServicePlanOutput;\n}\n\n/** Creates or updates an App Service Plan. */\nexport interface AppServicePlansUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all capabilities of an App Service plan. */\nexport interface AppServicePlansListCapabilities200Response extends HttpResponse {\n status: \"200\";\n body: Array<CapabilityOutput>;\n}\n\n/** List all capabilities of an App Service plan. */\nexport interface AppServicePlansListCapabilitiesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieve a Hybrid Connection in use in an App Service plan. */\nexport interface AppServicePlansGetHybridConnection200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Retrieve a Hybrid Connection in use in an App Service plan. */\nexport interface AppServicePlansGetHybridConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a Hybrid Connection in use in an App Service plan. */\nexport interface AppServicePlansDeleteHybridConnection200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a Hybrid Connection in use in an App Service plan. */\nexport interface AppServicePlansDeleteHybridConnection204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a Hybrid Connection in use in an App Service plan. */\nexport interface AppServicePlansDeleteHybridConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the send key name and value of a Hybrid Connection. */\nexport interface AppServicePlansListHybridConnectionKeys200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionKeyOutput;\n}\n\n/** Get the send key name and value of a Hybrid Connection. */\nexport interface AppServicePlansListHybridConnectionKeysDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all apps that use a Hybrid Connection in an App Service Plan. */\nexport interface AppServicePlansListWebAppsByHybridConnection200Response extends HttpResponse {\n status: \"200\";\n body: ResourceCollectionOutput;\n}\n\n/** Get all apps that use a Hybrid Connection in an App Service Plan. */\nexport interface AppServicePlansListWebAppsByHybridConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the maximum number of Hybrid Connections allowed in an App Service plan. */\nexport interface AppServicePlansGetHybridConnectionPlanLimit200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionLimitsOutput;\n}\n\n/** Get the maximum number of Hybrid Connections allowed in an App Service plan. */\nexport interface AppServicePlansGetHybridConnectionPlanLimitDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieve all Hybrid Connections in use in an App Service plan. */\nexport interface AppServicePlansListHybridConnections200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionCollectionOutput;\n}\n\n/** Retrieve all Hybrid Connections in use in an App Service plan. */\nexport interface AppServicePlansListHybridConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restart all apps in an App Service plan. */\nexport interface AppServicePlansRestartWebApps204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Restart all apps in an App Service plan. */\nexport interface AppServicePlansRestartWebAppsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all apps associated with an App Service plan. */\nexport interface AppServicePlansListWebApps200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Get all apps associated with an App Service plan. */\nexport interface AppServicePlansListWebAppsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all selectable SKUs for a given App Service Plan */\nexport interface AppServicePlansGetServerFarmSkus200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Gets all selectable SKUs for a given App Service Plan */\nexport interface AppServicePlansGetServerFarmSkusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets server farm usage information */\nexport interface AppServicePlansListUsages200Response extends HttpResponse {\n status: \"200\";\n body: CsmUsageQuotaCollectionOutput;\n}\n\n/** Gets server farm usage information */\nexport interface AppServicePlansListUsagesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all Virtual Networks associated with an App Service plan. */\nexport interface AppServicePlansListVnets200Response extends HttpResponse {\n status: \"200\";\n body: Array<VnetInfoResourceOutput>;\n}\n\n/** Get all Virtual Networks associated with an App Service plan. */\nexport interface AppServicePlansListVnetsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a Virtual Network associated with an App Service plan. */\nexport interface AppServicePlansGetVnetFromServerFarm200Response extends HttpResponse {\n status: \"200\";\n body: VnetInfoResourceOutput;\n}\n\n/** Get a Virtual Network associated with an App Service plan. */\nexport interface AppServicePlansGetVnetFromServerFarm404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get a Virtual Network associated with an App Service plan. */\nexport interface AppServicePlansGetVnetFromServerFarmDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a Virtual Network gateway. */\nexport interface AppServicePlansGetVnetGateway200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Get a Virtual Network gateway. */\nexport interface AppServicePlansGetVnetGatewayDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Update a Virtual Network gateway. */\nexport interface AppServicePlansUpdateVnetGateway200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Update a Virtual Network gateway. */\nexport interface AppServicePlansUpdateVnetGatewayDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all routes that are associated with a Virtual Network in an App Service plan. */\nexport interface AppServicePlansListRoutesForVnet200Response extends HttpResponse {\n status: \"200\";\n body: Array<VnetRouteOutput>;\n}\n\n/** Get all routes that are associated with a Virtual Network in an App Service plan. */\nexport interface AppServicePlansListRoutesForVnetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansGetRouteForVnet200Response extends HttpResponse {\n status: \"200\";\n body: Array<VnetRouteOutput>;\n}\n\n/** Get a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansGetRouteForVnet404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansGetRouteForVnetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansCreateOrUpdateVnetRoute200Response extends HttpResponse {\n status: \"200\";\n body: VnetRouteOutput;\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansCreateOrUpdateVnetRoute400Response extends HttpResponse {\n status: \"400\";\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansCreateOrUpdateVnetRoute404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansCreateOrUpdateVnetRouteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansDeleteVnetRoute200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansDeleteVnetRoute404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Delete a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansDeleteVnetRouteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansUpdateVnetRoute200Response extends HttpResponse {\n status: \"200\";\n body: VnetRouteOutput;\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansUpdateVnetRoute400Response extends HttpResponse {\n status: \"400\";\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansUpdateVnetRoute404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Create or update a Virtual Network route in an App Service plan. */\nexport interface AppServicePlansUpdateVnetRouteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reboot a worker machine in an App Service plan. */\nexport interface AppServicePlansRebootWorker204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Reboot a worker machine in an App Service plan. */\nexport interface AppServicePlansRebootWorkerDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all certificates for a subscription. */\nexport interface CertificatesList200Response extends HttpResponse {\n status: \"200\";\n body: CertificateCollectionOutput;\n}\n\n/** Get all certificates for a subscription. */\nexport interface CertificatesListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all certificates in a resource group. */\nexport interface CertificatesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: CertificateCollectionOutput;\n}\n\n/** Get all certificates in a resource group. */\nexport interface CertificatesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a certificate. */\nexport interface CertificatesGet200Response extends HttpResponse {\n status: \"200\";\n body: CertificateOutput;\n}\n\n/** Get a certificate. */\nexport interface CertificatesGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a certificate. */\nexport interface CertificatesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CertificateOutput;\n}\n\n/** Create or update a certificate. */\nexport interface CertificatesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a certificate. */\nexport interface CertificatesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a certificate. */\nexport interface CertificatesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a certificate. */\nexport interface CertificatesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a certificate. */\nexport interface CertificatesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CertificateOutput;\n}\n\n/** Create or update a certificate. */\nexport interface CertificatesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the Container Apps in a given subscription. */\nexport interface ContainerAppsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: ContainerAppCollectionOutput;\n}\n\n/** Get the Container Apps in a given subscription. */\nexport interface ContainerAppsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the Container Apps in a given resource group. */\nexport interface ContainerAppsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ContainerAppCollectionOutput;\n}\n\n/** Get the Container Apps in a given resource group. */\nexport interface ContainerAppsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the properties of a Container App. */\nexport interface ContainerAppsGet200Response extends HttpResponse {\n status: \"200\";\n body: ContainerAppOutput;\n}\n\n/** Get the properties of a Container App. */\nexport interface ContainerAppsGet404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get the properties of a Container App. */\nexport interface ContainerAppsGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create or update a Container App. */\nexport interface ContainerAppsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ContainerAppOutput;\n}\n\n/** Create or update a Container App. */\nexport interface ContainerAppsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ContainerAppOutput;\n}\n\n/** Create or update a Container App. */\nexport interface ContainerAppsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a Container App. */\nexport interface ContainerAppsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a Container App. */\nexport interface ContainerAppsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a Container App. */\nexport interface ContainerAppsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a Container App. */\nexport interface ContainerAppsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List secrets for a container app */\nexport interface ContainerAppsListSecrets200Response extends HttpResponse {\n status: \"200\";\n body: SecretsCollectionOutput;\n}\n\n/** List secrets for a container app */\nexport interface ContainerAppsListSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the Revisions for a given Container App. */\nexport interface ContainerAppsRevisionsListRevisions200Response extends HttpResponse {\n status: \"200\";\n body: RevisionCollectionOutput;\n}\n\n/** Get the Revisions for a given Container App. */\nexport interface ContainerAppsRevisionsListRevisionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a revision of a Container App. */\nexport interface ContainerAppsRevisionsGetRevision200Response extends HttpResponse {\n status: \"200\";\n body: RevisionOutput;\n}\n\n/** Get a revision of a Container App. */\nexport interface ContainerAppsRevisionsGetRevisionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Activates a revision for a Container App */\nexport interface ContainerAppsRevisionsActivateRevision200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Activates a revision for a Container App */\nexport interface ContainerAppsRevisionsActivateRevisionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deactivates a revision for a Container App */\nexport interface ContainerAppsRevisionsDeactivateRevision200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deactivates a revision for a Container App */\nexport interface ContainerAppsRevisionsDeactivateRevisionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restarts a revision for a Container App */\nexport interface ContainerAppsRevisionsRestartRevision200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts a revision for a Container App */\nexport interface ContainerAppsRevisionsRestartRevisionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all deleted apps for a subscription. */\nexport interface DeletedWebAppsList200Response extends HttpResponse {\n status: \"200\";\n body: DeletedWebAppCollectionOutput;\n}\n\n/** Get all deleted apps for a subscription. */\nexport interface DeletedWebAppsListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all deleted apps for a subscription at location */\nexport interface DeletedWebAppsListByLocation200Response extends HttpResponse {\n status: \"200\";\n body: DeletedWebAppCollectionOutput;\n}\n\n/** Get all deleted apps for a subscription at location */\nexport interface DeletedWebAppsListByLocationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get deleted app for a subscription at location. */\nexport interface DeletedWebAppsGetDeletedWebAppByLocation200Response extends HttpResponse {\n status: \"200\";\n body: DeletedSiteOutput;\n}\n\n/** Get deleted app for a subscription at location. */\nexport interface DeletedWebAppsGetDeletedWebAppByLocationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List Hosting Environment Detector Responses */\nexport interface DiagnosticsListHostingEnvironmentDetectorResponses200Response\n extends HttpResponse {\n status: \"200\";\n body: DetectorResponseCollectionOutput;\n}\n\n/** List Hosting Environment Detector Responses */\nexport interface DiagnosticsListHostingEnvironmentDetectorResponsesDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Hosting Environment Detector Response */\nexport interface DiagnosticsGetHostingEnvironmentDetectorResponse200Response extends HttpResponse {\n status: \"200\";\n body: DetectorResponseOutput;\n}\n\n/** Get Hosting Environment Detector Response */\nexport interface DiagnosticsGetHostingEnvironmentDetectorResponseDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List Site Detector Responses */\nexport interface DiagnosticsListSiteDetectorResponses200Response extends HttpResponse {\n status: \"200\";\n body: DetectorResponseCollectionOutput;\n}\n\n/** List Site Detector Responses */\nexport interface DiagnosticsListSiteDetectorResponsesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get site detector response */\nexport interface DiagnosticsGetSiteDetectorResponse200Response extends HttpResponse {\n status: \"200\";\n body: DetectorResponseOutput;\n}\n\n/** Get site detector response */\nexport interface DiagnosticsGetSiteDetectorResponseDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Diagnostics Categories */\nexport interface DiagnosticsListSiteDiagnosticCategories200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticCategoryCollectionOutput;\n}\n\n/** Get Diagnostics Categories */\nexport interface DiagnosticsListSiteDiagnosticCategoriesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Diagnostics Category */\nexport interface DiagnosticsGetSiteDiagnosticCategory200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticCategoryOutput;\n}\n\n/** Get Diagnostics Category */\nexport interface DiagnosticsGetSiteDiagnosticCategoryDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Site Analyses */\nexport interface DiagnosticsListSiteAnalyses200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticAnalysisCollectionOutput;\n}\n\n/** Get Site Analyses */\nexport interface DiagnosticsListSiteAnalysesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Site Analysis */\nexport interface DiagnosticsGetSiteAnalysis200Response extends HttpResponse {\n status: \"200\";\n body: AnalysisDefinitionOutput;\n}\n\n/** Get Site Analysis */\nexport interface DiagnosticsGetSiteAnalysisDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Execute Analysis */\nexport interface DiagnosticsExecuteSiteAnalysis200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticAnalysisOutput;\n}\n\n/** Execute Analysis */\nexport interface DiagnosticsExecuteSiteAnalysisDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Detectors */\nexport interface DiagnosticsListSiteDetectors200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticDetectorCollectionOutput;\n}\n\n/** Get Detectors */\nexport interface DiagnosticsListSiteDetectorsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Detector */\nexport interface DiagnosticsGetSiteDetector200Response extends HttpResponse {\n status: \"200\";\n body: DetectorDefinitionResourceOutput;\n}\n\n/** Get Detector */\nexport interface DiagnosticsGetSiteDetectorDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Execute Detector */\nexport interface DiagnosticsExecuteSiteDetector200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticDetectorResponseOutput;\n}\n\n/** Execute Detector */\nexport interface DiagnosticsExecuteSiteDetectorDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List Site Detector Responses */\nexport interface DiagnosticsListSiteDetectorResponsesSlot200Response extends HttpResponse {\n status: \"200\";\n body: DetectorResponseCollectionOutput;\n}\n\n/** List Site Detector Responses */\nexport interface DiagnosticsListSiteDetectorResponsesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get site detector response */\nexport interface DiagnosticsGetSiteDetectorResponseSlot200Response extends HttpResponse {\n status: \"200\";\n body: DetectorResponseOutput;\n}\n\n/** Get site detector response */\nexport interface DiagnosticsGetSiteDetectorResponseSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Diagnostics Categories */\nexport interface DiagnosticsListSiteDiagnosticCategoriesSlot200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticCategoryCollectionOutput;\n}\n\n/** Get Diagnostics Categories */\nexport interface DiagnosticsListSiteDiagnosticCategoriesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Diagnostics Category */\nexport interface DiagnosticsGetSiteDiagnosticCategorySlot200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticCategoryOutput;\n}\n\n/** Get Diagnostics Category */\nexport interface DiagnosticsGetSiteDiagnosticCategorySlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Site Analyses */\nexport interface DiagnosticsListSiteAnalysesSlot200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticAnalysisCollectionOutput;\n}\n\n/** Get Site Analyses */\nexport interface DiagnosticsListSiteAnalysesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Site Analysis */\nexport interface DiagnosticsGetSiteAnalysisSlot200Response extends HttpResponse {\n status: \"200\";\n body: AnalysisDefinitionOutput;\n}\n\n/** Get Site Analysis */\nexport interface DiagnosticsGetSiteAnalysisSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Execute Analysis */\nexport interface DiagnosticsExecuteSiteAnalysisSlot200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticAnalysisOutput;\n}\n\n/** Execute Analysis */\nexport interface DiagnosticsExecuteSiteAnalysisSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Detectors */\nexport interface DiagnosticsListSiteDetectorsSlot200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticDetectorCollectionOutput;\n}\n\n/** Get Detectors */\nexport interface DiagnosticsListSiteDetectorsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get Detector */\nexport interface DiagnosticsGetSiteDetectorSlot200Response extends HttpResponse {\n status: \"200\";\n body: DetectorDefinitionResourceOutput;\n}\n\n/** Get Detector */\nexport interface DiagnosticsGetSiteDetectorSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Execute Detector */\nexport interface DiagnosticsExecuteSiteDetectorSlot200Response extends HttpResponse {\n status: \"200\";\n body: DiagnosticDetectorResponseOutput;\n}\n\n/** Execute Detector */\nexport interface DiagnosticsExecuteSiteDetectorSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get deleted app for a subscription. */\nexport interface GlobalGetDeletedWebApp200Response extends HttpResponse {\n status: \"200\";\n body: DeletedSiteOutput;\n}\n\n/** Get deleted app for a subscription. */\nexport interface GlobalGetDeletedWebAppDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all deleted apps for a subscription. */\nexport interface GlobalGetDeletedWebAppSnapshots200Response extends HttpResponse {\n status: \"200\";\n body: Array<SnapshotOutput>;\n}\n\n/** Get all deleted apps for a subscription. */\nexport interface GlobalGetDeletedWebAppSnapshotsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets an operation in a subscription and given region */\nexport interface GlobalGetSubscriptionOperationWithAsyncResponse204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Gets an operation in a subscription and given region */\nexport interface GlobalGetSubscriptionOperationWithAsyncResponseDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all Kubernetes Environments for a subscription. */\nexport interface KubeEnvironmentsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: KubeEnvironmentCollectionOutput;\n}\n\n/** Get all Kubernetes Environments for a subscription. */\nexport interface KubeEnvironmentsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all the Kubernetes Environments in a resource group. */\nexport interface KubeEnvironmentsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: KubeEnvironmentCollectionOutput;\n}\n\n/** Get all the Kubernetes Environments in a resource group. */\nexport interface KubeEnvironmentsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the properties of a Kubernetes Environment. */\nexport interface KubeEnvironmentsGet200Response extends HttpResponse {\n status: \"200\";\n body: KubeEnvironmentOutput;\n}\n\n/** Get the properties of a Kubernetes Environment. */\nexport interface KubeEnvironmentsGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates a Kubernetes Environment. */\nexport interface KubeEnvironmentsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: KubeEnvironmentOutput;\n}\n\n/** Creates or updates a Kubernetes Environment. */\nexport interface KubeEnvironmentsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: KubeEnvironmentOutput;\n}\n\n/** Creates or updates a Kubernetes Environment. */\nexport interface KubeEnvironmentsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a Kubernetes Environment. */\nexport interface KubeEnvironmentsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a Kubernetes Environment. */\nexport interface KubeEnvironmentsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a Kubernetes Environment. */\nexport interface KubeEnvironmentsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a Kubernetes Environment. */\nexport interface KubeEnvironmentsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates a Kubernetes Environment. */\nexport interface KubeEnvironmentsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: KubeEnvironmentOutput;\n}\n\n/** Creates or updates a Kubernetes Environment. */\nexport interface KubeEnvironmentsUpdate201Response extends HttpResponse {\n status: \"201\";\n body: KubeEnvironmentOutput;\n}\n\n/** Creates or updates a Kubernetes Environment. */\nexport interface KubeEnvironmentsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available application frameworks and their versions */\nexport interface ProviderGetAvailableStacks200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationStackCollectionOutput;\n}\n\n/** Get available application frameworks and their versions */\nexport interface ProviderGetAvailableStacksDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available Function app frameworks and their versions */\nexport interface ProviderGetFunctionAppStacks200Response extends HttpResponse {\n status: \"200\";\n body: FunctionAppStackCollectionOutput;\n}\n\n/** Get available Function app frameworks and their versions */\nexport interface ProviderGetFunctionAppStacksDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available Function app frameworks and their versions for location */\nexport interface ProviderGetFunctionAppStacksForLocation200Response extends HttpResponse {\n status: \"200\";\n body: FunctionAppStackCollectionOutput;\n}\n\n/** Get available Function app frameworks and their versions for location */\nexport interface ProviderGetFunctionAppStacksForLocationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available Web app frameworks and their versions for location */\nexport interface ProviderGetWebAppStacksForLocation200Response extends HttpResponse {\n status: \"200\";\n body: WebAppStackCollectionOutput;\n}\n\n/** Get available Web app frameworks and their versions for location */\nexport interface ProviderGetWebAppStacksForLocationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions */\nexport interface ProviderListOperations200Response extends HttpResponse {\n status: \"200\";\n body: CsmOperationCollectionOutput;\n}\n\n/** Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions */\nexport interface ProviderListOperationsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available Web app frameworks and their versions */\nexport interface ProviderGetWebAppStacks200Response extends HttpResponse {\n status: \"200\";\n body: WebAppStackCollectionOutput;\n}\n\n/** Get available Web app frameworks and their versions */\nexport interface ProviderGetWebAppStacksDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get available application frameworks and their versions */\nexport interface ProviderGetAvailableStacksOnPrem200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationStackCollectionOutput;\n}\n\n/** Get available application frameworks and their versions */\nexport interface ProviderGetAvailableStacksOnPremDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all recommendations for a subscription. */\nexport interface RecommendationsList200Response extends HttpResponse {\n status: \"200\";\n body: RecommendationCollectionOutput;\n}\n\n/** List all recommendations for a subscription. */\nexport interface RecommendationsListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reset all recommendation opt-out settings for a subscription. */\nexport interface RecommendationsResetAllFilters204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Reset all recommendation opt-out settings for a subscription. */\nexport interface RecommendationsResetAllFiltersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Disables the specified rule so it will not apply to a subscription in the future. */\nexport interface RecommendationsDisableRecommendationForSubscription200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Disables the specified rule so it will not apply to a subscription in the future. */\nexport interface RecommendationsDisableRecommendationForSubscriptionDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get past recommendations for an app, optionally specified by the time range. */\nexport interface RecommendationsListHistoryForHostingEnvironment200Response extends HttpResponse {\n status: \"200\";\n body: RecommendationCollectionOutput;\n}\n\n/** Get past recommendations for an app, optionally specified by the time range. */\nexport interface RecommendationsListHistoryForHostingEnvironmentDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all recommendations for a hosting environment. */\nexport interface RecommendationsListRecommendedRulesForHostingEnvironment200Response\n extends HttpResponse {\n status: \"200\";\n body: RecommendationCollectionOutput;\n}\n\n/** Get all recommendations for a hosting environment. */\nexport interface RecommendationsListRecommendedRulesForHostingEnvironmentDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Disable all recommendations for an app. */\nexport interface RecommendationsDisableAllForHostingEnvironment204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Disable all recommendations for an app. */\nexport interface RecommendationsDisableAllForHostingEnvironmentDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reset all recommendation opt-out settings for an app. */\nexport interface RecommendationsResetAllFiltersForHostingEnvironment204Response\n extends HttpResponse {\n status: \"204\";\n}\n\n/** Reset all recommendation opt-out settings for an app. */\nexport interface RecommendationsResetAllFiltersForHostingEnvironmentDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a recommendation rule for an app. */\nexport interface RecommendationsGetRuleDetailsByHostingEnvironment200Response extends HttpResponse {\n status: \"200\";\n body: RecommendationRuleOutput;\n}\n\n/** Get a recommendation rule for an app. */\nexport interface RecommendationsGetRuleDetailsByHostingEnvironmentDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Disables the specific rule for a web site permanently. */\nexport interface RecommendationsDisableRecommendationForHostingEnvironment200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Disables the specific rule for a web site permanently. */\nexport interface RecommendationsDisableRecommendationForHostingEnvironmentDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get past recommendations for an app, optionally specified by the time range. */\nexport interface RecommendationsListHistoryForWebApp200Response extends HttpResponse {\n status: \"200\";\n body: RecommendationCollectionOutput;\n}\n\n/** Get past recommendations for an app, optionally specified by the time range. */\nexport interface RecommendationsListHistoryForWebAppDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all recommendations for an app. */\nexport interface RecommendationsListRecommendedRulesForWebApp200Response extends HttpResponse {\n status: \"200\";\n body: RecommendationCollectionOutput;\n}\n\n/** Get all recommendations for an app. */\nexport interface RecommendationsListRecommendedRulesForWebAppDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Disable all recommendations for an app. */\nexport interface RecommendationsDisableAllForWebApp204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Disable all recommendations for an app. */\nexport interface RecommendationsDisableAllForWebAppDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reset all recommendation opt-out settings for an app. */\nexport interface RecommendationsResetAllFiltersForWebApp204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Reset all recommendation opt-out settings for an app. */\nexport interface RecommendationsResetAllFiltersForWebAppDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a recommendation rule for an app. */\nexport interface RecommendationsGetRuleDetailsByWebApp200Response extends HttpResponse {\n status: \"200\";\n body: RecommendationRuleOutput;\n}\n\n/** Get a recommendation rule for an app. */\nexport interface RecommendationsGetRuleDetailsByWebAppDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Disables the specific rule for a web site permanently. */\nexport interface RecommendationsDisableRecommendationForSite200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Disables the specific rule for a web site permanently. */\nexport interface RecommendationsDisableRecommendationForSiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all ResourceHealthMetadata for all sites in the subscription. */\nexport interface ResourceHealthMetadataList200Response extends HttpResponse {\n status: \"200\";\n body: ResourceHealthMetadataCollectionOutput;\n}\n\n/** List all ResourceHealthMetadata for all sites in the subscription. */\nexport interface ResourceHealthMetadataListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all ResourceHealthMetadata for all sites in the resource group in the subscription. */\nexport interface ResourceHealthMetadataListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ResourceHealthMetadataCollectionOutput;\n}\n\n/** List all ResourceHealthMetadata for all sites in the resource group in the subscription. */\nexport interface ResourceHealthMetadataListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site as a collection */\nexport interface ResourceHealthMetadataListBySite200Response extends HttpResponse {\n status: \"200\";\n body: ResourceHealthMetadataCollectionOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site as a collection */\nexport interface ResourceHealthMetadataListBySiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site */\nexport interface ResourceHealthMetadataGetBySite200Response extends HttpResponse {\n status: \"200\";\n body: ResourceHealthMetadataOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site */\nexport interface ResourceHealthMetadataGetBySiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site as a collection */\nexport interface ResourceHealthMetadataListBySiteSlot200Response extends HttpResponse {\n status: \"200\";\n body: ResourceHealthMetadataCollectionOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site as a collection */\nexport interface ResourceHealthMetadataListBySiteSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site */\nexport interface ResourceHealthMetadataGetBySiteSlot200Response extends HttpResponse {\n status: \"200\";\n body: ResourceHealthMetadataOutput;\n}\n\n/** Gets the category of ResourceHealthMetadata to use for the given site */\nexport interface ResourceHealthMetadataGetBySiteSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets publishing user */\nexport interface GetPublishingUser200Response extends HttpResponse {\n status: \"200\";\n body: UserOutput;\n}\n\n/** Gets publishing user */\nexport interface GetPublishingUserDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates publishing user */\nexport interface UpdatePublishingUser200Response extends HttpResponse {\n status: \"200\";\n body: UserOutput;\n}\n\n/** Updates publishing user */\nexport interface UpdatePublishingUserDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the source controls available for Azure websites. */\nexport interface ListSourceControls200Response extends HttpResponse {\n status: \"200\";\n body: SourceControlCollectionOutput;\n}\n\n/** Gets the source controls available for Azure websites. */\nexport interface ListSourceControlsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets source control token */\nexport interface GetSourceControl200Response extends HttpResponse {\n status: \"200\";\n body: SourceControlOutput;\n}\n\n/** Gets source control token */\nexport interface GetSourceControlDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates source control token */\nexport interface UpdateSourceControl200Response extends HttpResponse {\n status: \"200\";\n body: SourceControlOutput;\n}\n\n/** Updates source control token */\nexport interface UpdateSourceControlDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a list of meters for a given location. */\nexport interface ListBillingMeters200Response extends HttpResponse {\n status: \"200\";\n body: BillingMeterCollectionOutput;\n}\n\n/** Gets a list of meters for a given location. */\nexport interface ListBillingMetersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Check if a resource name is available. */\nexport interface CheckNameAvailability200Response extends HttpResponse {\n status: \"200\";\n body: ResourceNameAvailabilityOutput;\n}\n\n/** Check if a resource name is available. */\nexport interface CheckNameAvailabilityDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get custom hostnames under this subscription */\nexport interface ListCustomHostNameSites200Response extends HttpResponse {\n status: \"200\";\n body: CustomHostnameSitesCollectionOutput;\n}\n\n/** Get custom hostnames under this subscription */\nexport interface ListCustomHostNameSitesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets list of available geo regions plus ministamps */\nexport interface GetSubscriptionDeploymentLocations200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentLocationsOutput;\n}\n\n/** Gets list of available geo regions plus ministamps */\nexport interface GetSubscriptionDeploymentLocationsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a list of available geographical regions. */\nexport interface ListGeoRegions200Response extends HttpResponse {\n status: \"200\";\n body: GeoRegionCollectionOutput;\n}\n\n/** Get a list of available geographical regions. */\nexport interface ListGeoRegionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all apps that are assigned to a hostname. */\nexport interface ListSiteIdentifiersAssignedToHostName200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierCollectionOutput;\n}\n\n/** List all apps that are assigned to a hostname. */\nexport interface ListSiteIdentifiersAssignedToHostNameDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all premier add-on offers. */\nexport interface ListPremierAddOnOffers200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOfferCollectionOutput;\n}\n\n/** List all premier add-on offers. */\nexport interface ListPremierAddOnOffersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List all SKUs. */\nexport interface ListSkus200Response extends HttpResponse {\n status: \"200\";\n body: SkuInfosOutput;\n}\n\n/** List all SKUs. */\nexport interface ListSkusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. */\nexport interface VerifyHostingEnvironmentVnet200Response extends HttpResponse {\n status: \"200\";\n body: VnetValidationFailureDetailsOutput;\n}\n\n/** Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. */\nexport interface VerifyHostingEnvironmentVnetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Move resources between resource groups. */\nexport interface Move204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Move resources between resource groups. */\nexport interface MoveDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Validate if a resource can be created. */\nexport interface Validate200Response extends HttpResponse {\n status: \"200\";\n body: ValidateResponseOutput;\n}\n\n/** Validate if a resource can be created. */\nexport interface ValidateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Validate whether a resource can be moved. */\nexport interface ValidateMove204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Validate whether a resource can be moved. */\nexport interface ValidateMoveDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Generates a preview workflow file for the static site */\nexport interface StaticSitesPreviewWorkflow200Response extends HttpResponse {\n status: \"200\";\n body: StaticSitesWorkflowPreviewOutput;\n}\n\n/** Generates a preview workflow file for the static site */\nexport interface StaticSitesPreviewWorkflowDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all Static Sites for a subscription. */\nexport interface StaticSitesList200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteCollectionOutput;\n}\n\n/** Get all Static Sites for a subscription. */\nexport interface StaticSitesListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all static sites in the specified resource group. */\nexport interface StaticSitesGetStaticSitesByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteCollectionOutput;\n}\n\n/** Gets all static sites in the specified resource group. */\nexport interface StaticSitesGetStaticSitesByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of a static site. */\nexport interface StaticSitesGetStaticSite200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteARMResourceOutput;\n}\n\n/** Gets the details of a static site. */\nexport interface StaticSitesGetStaticSiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new static site in an existing resource group, or updates an existing static site. */\nexport interface StaticSitesCreateOrUpdateStaticSite200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteARMResourceOutput;\n}\n\n/** Creates a new static site in an existing resource group, or updates an existing static site. */\nexport interface StaticSitesCreateOrUpdateStaticSite202Response extends HttpResponse {\n status: \"202\";\n body: StaticSiteARMResourceOutput;\n}\n\n/** Creates a new static site in an existing resource group, or updates an existing static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a static site. */\nexport interface StaticSitesDeleteStaticSite200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a static site. */\nexport interface StaticSitesDeleteStaticSite202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a static site. */\nexport interface StaticSitesDeleteStaticSiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new static site in an existing resource group, or updates an existing static site. */\nexport interface StaticSitesUpdateStaticSite200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteARMResourceOutput;\n}\n\n/** Creates a new static site in an existing resource group, or updates an existing static site. */\nexport interface StaticSitesUpdateStaticSite202Response extends HttpResponse {\n status: \"202\";\n body: StaticSiteARMResourceOutput;\n}\n\n/** Creates a new static site in an existing resource group, or updates an existing static site. */\nexport interface StaticSitesUpdateStaticSiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the list of users of a static site. */\nexport interface StaticSitesListStaticSiteUsers200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserCollectionOutput;\n}\n\n/** Gets the list of users of a static site. */\nexport interface StaticSitesListStaticSiteUsersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes the user entry from the static site. */\nexport interface StaticSitesDeleteStaticSiteUser200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the user entry from the static site. */\nexport interface StaticSitesDeleteStaticSiteUserDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates a user entry with the listed roles */\nexport interface StaticSitesUpdateStaticSiteUser200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserARMResourceOutput;\n}\n\n/** Updates a user entry with the listed roles */\nexport interface StaticSitesUpdateStaticSiteUserDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all static site builds for a particular static site. */\nexport interface StaticSitesGetStaticSiteBuilds200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteBuildCollectionOutput;\n}\n\n/** Gets all static site builds for a particular static site. */\nexport interface StaticSitesGetStaticSiteBuildsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of a static site build. */\nexport interface StaticSitesGetStaticSiteBuild200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteBuildARMResourceOutput;\n}\n\n/** Gets the details of a static site build. */\nexport interface StaticSitesGetStaticSiteBuildDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a static site build. */\nexport interface StaticSitesDeleteStaticSiteBuild200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a static site build. */\nexport interface StaticSitesDeleteStaticSiteBuild202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a static site build. */\nexport interface StaticSitesDeleteStaticSiteBuild204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a static site build. */\nexport interface StaticSitesDeleteStaticSiteBuildDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates the app settings of a static site build. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildAppSettings200Response\n extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Creates or updates the app settings of a static site build. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates the function app settings of a static site build. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettings200Response\n extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Creates or updates the function app settings of a static site build. */\nexport interface StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the functions of a particular static site build. */\nexport interface StaticSitesListStaticSiteBuildFunctions200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteFunctionOverviewCollectionOutput;\n}\n\n/** Gets the functions of a particular static site build. */\nexport interface StaticSitesListStaticSiteBuildFunctionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the application settings of a static site build. */\nexport interface StaticSitesListStaticSiteBuildAppSettings200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the application settings of a static site build. */\nexport interface StaticSitesListStaticSiteBuildAppSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the application settings of a static site build. */\nexport interface StaticSitesListStaticSiteBuildFunctionAppSettings200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the application settings of a static site build. */\nexport interface StaticSitesListStaticSiteBuildFunctionAppSettingsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of the user provided function apps registered with a static site build */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuild200Response\n extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserProvidedFunctionAppsCollectionOutput;\n}\n\n/** Gets the details of the user provided function apps registered with a static site build */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of the user provided function app registered with a static site build */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSiteBuild200Response\n extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserProvidedFunctionAppARMResourceOutput;\n}\n\n/** Gets the details of the user provided function app registered with a static site build */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Register a user provided function app with a static site build */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuild200Response\n extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserProvidedFunctionAppARMResourceOutput;\n}\n\n/** Register a user provided function app with a static site build */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuild202Response\n extends HttpResponse {\n status: \"202\";\n body: StaticSiteUserProvidedFunctionAppARMResourceOutput;\n}\n\n/** Register a user provided function app with a static site build */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Detach the user provided function app from the static site build */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuild200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Detach the user provided function app from the static site build */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuild204Response\n extends HttpResponse {\n status: \"204\";\n}\n\n/** Detach the user provided function app from the static site build */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deploys zipped content to a specific environment of a static site. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteBuild200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deploys zipped content to a specific environment of a static site. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteBuild202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deploys zipped content to a specific environment of a static site. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteBuildDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates the app settings of a static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteAppSettings200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Creates or updates the app settings of a static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteAppSettingsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates or updates the function app settings of a static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteFunctionAppSettings200Response\n extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Creates or updates the function app settings of a static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates an invitation link for a user with the role */\nexport interface StaticSitesCreateUserRolesInvitationLink200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserInvitationResponseResourceOutput;\n}\n\n/** Creates an invitation link for a user with the role */\nexport interface StaticSitesCreateUserRolesInvitationLinkDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all static site custom domains for a particular static site. */\nexport interface StaticSitesListStaticSiteCustomDomains200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteCustomDomainOverviewCollectionOutput;\n}\n\n/** Gets all static site custom domains for a particular static site. */\nexport interface StaticSitesListStaticSiteCustomDomainsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets an existing custom domain for a particular static site. */\nexport interface StaticSitesGetStaticSiteCustomDomain200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteCustomDomainOverviewARMResourceOutput;\n}\n\n/** Gets an existing custom domain for a particular static site. */\nexport interface StaticSitesGetStaticSiteCustomDomainDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new static site custom domain in an existing resource group and static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteCustomDomain200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteCustomDomainOverviewARMResourceOutput;\n}\n\n/** Creates a new static site custom domain in an existing resource group and static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteCustomDomain202Response extends HttpResponse {\n status: \"202\";\n body: StaticSiteCustomDomainOverviewARMResourceOutput;\n}\n\n/** Creates a new static site custom domain in an existing resource group and static site. */\nexport interface StaticSitesCreateOrUpdateStaticSiteCustomDomainDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a custom domain. */\nexport interface StaticSitesDeleteStaticSiteCustomDomain200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a custom domain. */\nexport interface StaticSitesDeleteStaticSiteCustomDomain202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a custom domain. */\nexport interface StaticSitesDeleteStaticSiteCustomDomainDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Validates a particular custom domain can be added to a static site. */\nexport interface StaticSitesValidateCustomDomainCanBeAddedToStaticSite200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Validates a particular custom domain can be added to a static site. */\nexport interface StaticSitesValidateCustomDomainCanBeAddedToStaticSite202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Validates a particular custom domain can be added to a static site. */\nexport interface StaticSitesValidateCustomDomainCanBeAddedToStaticSiteDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Detaches a static site. */\nexport interface StaticSitesDetachStaticSite200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Detaches a static site. */\nexport interface StaticSitesDetachStaticSite202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Detaches a static site. */\nexport interface StaticSitesDetachStaticSiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the functions of a static site. */\nexport interface StaticSitesListStaticSiteFunctions200Response extends HttpResponse {\n status: \"200\";\n body: StaticSiteFunctionOverviewCollectionOutput;\n}\n\n/** Gets the functions of a static site. */\nexport interface StaticSitesListStaticSiteFunctionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the application settings of a static site. */\nexport interface StaticSitesListStaticSiteAppSettings200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the application settings of a static site. */\nexport interface StaticSitesListStaticSiteAppSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Lists the roles configured for the static site. */\nexport interface StaticSitesListStaticSiteConfiguredRoles200Response extends HttpResponse {\n status: \"200\";\n body: StringListOutput;\n}\n\n/** Lists the roles configured for the static site. */\nexport interface StaticSitesListStaticSiteConfiguredRolesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the application settings of a static site. */\nexport interface StaticSitesListStaticSiteFunctionAppSettings200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the application settings of a static site. */\nexport interface StaticSitesListStaticSiteFunctionAppSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Lists the secrets for an existing static site. */\nexport interface StaticSitesListStaticSiteSecrets200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Lists the secrets for an existing static site. */\nexport interface StaticSitesListStaticSiteSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the list of private endpoint connections associated with a static site */\nexport interface StaticSitesGetPrivateEndpointConnectionList200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionCollectionOutput;\n}\n\n/** Gets the list of private endpoint connections associated with a static site */\nexport interface StaticSitesGetPrivateEndpointConnectionListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface StaticSitesGetPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface StaticSitesGetPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface StaticSitesApproveOrRejectPrivateEndpointConnection200Response\n extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface StaticSitesApproveOrRejectPrivateEndpointConnection202Response\n extends HttpResponse {\n status: \"202\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface StaticSitesApproveOrRejectPrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a private endpoint connection */\nexport interface StaticSitesDeletePrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface StaticSitesDeletePrivateEndpointConnection202Response extends HttpResponse {\n status: \"202\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface StaticSitesDeletePrivateEndpointConnection204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface StaticSitesDeletePrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the private link resources */\nexport interface StaticSitesGetPrivateLinkResources200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkResourcesWrapperOutput;\n}\n\n/** Gets the private link resources */\nexport interface StaticSitesGetPrivateLinkResourcesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Resets the api key for an existing static site. */\nexport interface StaticSitesResetStaticSiteApiKey200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Resets the api key for an existing static site. */\nexport interface StaticSitesResetStaticSiteApiKeyDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of the user provided function apps registered with a static site */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSite200Response\n extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserProvidedFunctionAppsCollectionOutput;\n}\n\n/** Gets the details of the user provided function apps registered with a static site */\nexport interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of the user provided function app registered with a static site */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSite200Response\n extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserProvidedFunctionAppARMResourceOutput;\n}\n\n/** Gets the details of the user provided function app registered with a static site */\nexport interface StaticSitesGetUserProvidedFunctionAppForStaticSiteDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Register a user provided function app with a static site */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSite200Response\n extends HttpResponse {\n status: \"200\";\n body: StaticSiteUserProvidedFunctionAppARMResourceOutput;\n}\n\n/** Register a user provided function app with a static site */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSite202Response\n extends HttpResponse {\n status: \"202\";\n body: StaticSiteUserProvidedFunctionAppARMResourceOutput;\n}\n\n/** Register a user provided function app with a static site */\nexport interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Detach the user provided function app from the static site */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSite200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Detach the user provided function app from the static site */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSite204Response\n extends HttpResponse {\n status: \"204\";\n}\n\n/** Detach the user provided function app from the static site */\nexport interface StaticSitesDetachUserProvidedFunctionAppFromStaticSiteDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deploys zipped content to a static site. */\nexport interface StaticSitesCreateZipDeploymentForStaticSite200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deploys zipped content to a static site. */\nexport interface StaticSitesCreateZipDeploymentForStaticSite202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deploys zipped content to a static site. */\nexport interface StaticSitesCreateZipDeploymentForStaticSiteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get all apps for a subscription. */\nexport interface WebAppsList200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Get all apps for a subscription. */\nexport interface WebAppsListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all web, mobile, and API apps in the specified resource group. */\nexport interface WebAppsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Gets all web, mobile, and API apps in the specified resource group. */\nexport interface WebAppsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of a web, mobile, or API app. */\nexport interface WebAppsGet200Response extends HttpResponse {\n status: \"200\";\n body: SiteOutput;\n}\n\n/** Gets the details of a web, mobile, or API app. */\nexport interface WebAppsGet404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets the details of a web, mobile, or API app. */\nexport interface WebAppsGetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDelete404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Analyze a custom hostname. */\nexport interface WebAppsAnalyzeCustomHostname200Response extends HttpResponse {\n status: \"200\";\n body: CustomHostnameAnalysisResultOutput;\n}\n\n/** Analyze a custom hostname. */\nexport interface WebAppsAnalyzeCustomHostnameDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Applies the configuration settings from the target slot onto the current slot. */\nexport interface WebAppsApplySlotConfigToProduction200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Applies the configuration settings from the target slot onto the current slot. */\nexport interface WebAppsApplySlotConfigToProductionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a backup of an app. */\nexport interface WebAppsBackup200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemOutput;\n}\n\n/** Creates a backup of an app. */\nexport interface WebAppsBackupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListBackups200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemCollectionOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListBackupsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a backup of an app by its ID. */\nexport interface WebAppsGetBackupStatus200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemOutput;\n}\n\n/** Gets a backup of an app by its ID. */\nexport interface WebAppsGetBackupStatusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a backup of an app by its ID. */\nexport interface WebAppsDeleteBackup200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a backup of an app by its ID. */\nexport interface WebAppsDeleteBackup404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a backup of an app by its ID. */\nexport interface WebAppsDeleteBackupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body. */\nexport interface WebAppsListBackupStatusSecrets200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemOutput;\n}\n\n/** Gets status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body. */\nexport interface WebAppsListBackupStatusSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores a specific backup to another app (or deployment slot, if specified). */\nexport interface WebAppsRestore200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores a specific backup to another app (or deployment slot, if specified). */\nexport interface WebAppsRestore202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores a specific backup to another app (or deployment slot, if specified). */\nexport interface WebAppsRestoreDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. */\nexport interface WebAppsListBasicPublishingCredentialsPolicies200Response extends HttpResponse {\n status: \"200\";\n body: PublishingCredentialsPoliciesCollectionOutput;\n}\n\n/** Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns whether FTP is allowed on the site or not. */\nexport interface WebAppsGetFtpAllowed200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Returns whether FTP is allowed on the site or not. */\nexport interface WebAppsGetFtpAllowedDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates whether FTP is allowed on the site or not. */\nexport interface WebAppsUpdateFtpAllowed200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Updates whether FTP is allowed on the site or not. */\nexport interface WebAppsUpdateFtpAllowedDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns whether Scm basic auth is allowed on the site or not. */\nexport interface WebAppsGetScmAllowed200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Returns whether Scm basic auth is allowed on the site or not. */\nexport interface WebAppsGetScmAllowedDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates whether user publishing credentials are allowed on the site or not. */\nexport interface WebAppsUpdateScmAllowed200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Updates whether user publishing credentials are allowed on the site or not. */\nexport interface WebAppsUpdateScmAllowedDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the configurations of an app */\nexport interface WebAppsListConfigurations200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceCollectionOutput;\n}\n\n/** List the configurations of an app */\nexport interface WebAppsListConfigurationsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Replaces the application settings of an app. */\nexport interface WebAppsUpdateApplicationSettings200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Replaces the application settings of an app. */\nexport interface WebAppsUpdateApplicationSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the application settings of an app. */\nexport interface WebAppsListApplicationSettings200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the application settings of an app. */\nexport interface WebAppsListApplicationSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the Authentication / Authorization settings associated with web app. */\nexport interface WebAppsUpdateAuthSettings200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsOutput;\n}\n\n/** Updates the Authentication / Authorization settings associated with web app. */\nexport interface WebAppsUpdateAuthSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Authentication/Authorization settings of an app. */\nexport interface WebAppsGetAuthSettings200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsOutput;\n}\n\n/** Gets the Authentication/Authorization settings of an app. */\nexport interface WebAppsGetAuthSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2WithoutSecrets200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsV2Output;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2WithoutSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsUpdateAuthSettingsV2200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsV2Output;\n}\n\n/** Updates site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsUpdateAuthSettingsV2DefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsV2Output;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2DefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the Azure storage account configurations of an app. */\nexport interface WebAppsUpdateAzureStorageAccounts200Response extends HttpResponse {\n status: \"200\";\n body: AzureStoragePropertyDictionaryResourceOutput;\n}\n\n/** Updates the Azure storage account configurations of an app. */\nexport interface WebAppsUpdateAzureStorageAccountsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Azure storage account configurations of an app. */\nexport interface WebAppsListAzureStorageAccounts200Response extends HttpResponse {\n status: \"200\";\n body: AzureStoragePropertyDictionaryResourceOutput;\n}\n\n/** Gets the Azure storage account configurations of an app. */\nexport interface WebAppsListAzureStorageAccountsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the backup configuration of an app. */\nexport interface WebAppsUpdateBackupConfiguration200Response extends HttpResponse {\n status: \"200\";\n body: BackupRequestOutput;\n}\n\n/** Updates the backup configuration of an app. */\nexport interface WebAppsUpdateBackupConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes the backup configuration of an app. */\nexport interface WebAppsDeleteBackupConfiguration200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the backup configuration of an app. */\nexport interface WebAppsDeleteBackupConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the backup configuration of an app. */\nexport interface WebAppsGetBackupConfiguration200Response extends HttpResponse {\n status: \"200\";\n body: BackupRequestOutput;\n}\n\n/** Gets the backup configuration of an app. */\nexport interface WebAppsGetBackupConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetAppSettingsKeyVaultReferences200Response extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceCollectionOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetAppSettingKeyVaultReference200Response extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetAppSettingKeyVaultReferenceDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferences200Response extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceCollectionOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReference200Response extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferenceDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Replaces the connection strings of an app. */\nexport interface WebAppsUpdateConnectionStrings200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionStringDictionaryOutput;\n}\n\n/** Replaces the connection strings of an app. */\nexport interface WebAppsUpdateConnectionStringsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the connection strings of an app. */\nexport interface WebAppsListConnectionStrings200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionStringDictionaryOutput;\n}\n\n/** Gets the connection strings of an app. */\nexport interface WebAppsListConnectionStringsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the logging configuration of an app. */\nexport interface WebAppsGetDiagnosticLogsConfiguration200Response extends HttpResponse {\n status: \"200\";\n body: SiteLogsConfigOutput;\n}\n\n/** Gets the logging configuration of an app. */\nexport interface WebAppsGetDiagnosticLogsConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the logging configuration of an app. */\nexport interface WebAppsUpdateDiagnosticLogsConfig200Response extends HttpResponse {\n status: \"200\";\n body: SiteLogsConfigOutput;\n}\n\n/** Updates the logging configuration of an app. */\nexport interface WebAppsUpdateDiagnosticLogsConfigDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Replaces the metadata of an app. */\nexport interface WebAppsUpdateMetadata200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Replaces the metadata of an app. */\nexport interface WebAppsUpdateMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the metadata of an app. */\nexport interface WebAppsListMetadata200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the metadata of an app. */\nexport interface WebAppsListMetadataDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Git/FTP publishing credentials of an app. */\nexport interface WebAppsListPublishingCredentials200Response extends HttpResponse {\n status: \"200\";\n body: UserOutput;\n}\n\n/** Gets the Git/FTP publishing credentials of an app. */\nexport interface WebAppsListPublishingCredentialsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the Push settings associated with web app. */\nexport interface WebAppsUpdateSitePushSettings200Response extends HttpResponse {\n status: \"200\";\n body: PushSettingsOutput;\n}\n\n/** Updates the Push settings associated with web app. */\nexport interface WebAppsUpdateSitePushSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Push settings associated with web app. */\nexport interface WebAppsListSitePushSettings200Response extends HttpResponse {\n status: \"200\";\n body: PushSettingsOutput;\n}\n\n/** Gets the Push settings associated with web app. */\nexport interface WebAppsListSitePushSettingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the names of app settings and connection strings that stick to the slot (not swapped). */\nexport interface WebAppsListSlotConfigurationNames200Response extends HttpResponse {\n status: \"200\";\n body: SlotConfigNamesResourceOutput;\n}\n\n/** Gets the names of app settings and connection strings that stick to the slot (not swapped). */\nexport interface WebAppsListSlotConfigurationNamesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the names of application settings and connection string that remain with the slot during swap operation. */\nexport interface WebAppsUpdateSlotConfigurationNames200Response extends HttpResponse {\n status: \"200\";\n body: SlotConfigNamesResourceOutput;\n}\n\n/** Updates the names of application settings and connection string that remain with the slot during swap operation. */\nexport interface WebAppsUpdateSlotConfigurationNamesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. */\nexport interface WebAppsGetConfiguration200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. */\nexport interface WebAppsGetConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsCreateOrUpdateConfiguration200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsCreateOrUpdateConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsUpdateConfiguration200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsUpdateConfigurationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. */\nexport interface WebAppsListConfigurationSnapshotInfo200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigurationSnapshotInfoCollectionOutput;\n}\n\n/** Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. */\nexport interface WebAppsListConfigurationSnapshotInfoDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a snapshot of the configuration of an app at a previous point in time. */\nexport interface WebAppsGetConfigurationSnapshot200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Gets a snapshot of the configuration of an app at a previous point in time. */\nexport interface WebAppsGetConfigurationSnapshotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reverts the configuration of an app to a previous snapshot. */\nexport interface WebAppsRecoverSiteConfigurationSnapshot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Reverts the configuration of an app to a previous snapshot. */\nexport interface WebAppsRecoverSiteConfigurationSnapshotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the last lines of docker logs for the given site */\nexport interface WebAppsGetWebSiteContainerLogs200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets the last lines of docker logs for the given site */\nexport interface WebAppsGetWebSiteContainerLogs204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Gets the last lines of docker logs for the given site */\nexport interface WebAppsGetWebSiteContainerLogsDefaultResponse extends HttpResponse {\n status: string;\n}\n\n/** Gets the ZIP archived docker log files for the given site */\nexport interface WebAppsGetContainerLogsZip200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets the ZIP archived docker log files for the given site */\nexport interface WebAppsGetContainerLogsZip204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Gets the ZIP archived docker log files for the given site */\nexport interface WebAppsGetContainerLogsZipDefaultResponse extends HttpResponse {\n status: string;\n}\n\n/** List continuous web jobs for an app, or a deployment slot. */\nexport interface WebAppsListContinuousWebJobs200Response extends HttpResponse {\n status: \"200\";\n body: ContinuousWebJobCollectionOutput;\n}\n\n/** List continuous web jobs for an app, or a deployment slot. */\nexport interface WebAppsListContinuousWebJobsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetContinuousWebJob200Response extends HttpResponse {\n status: \"200\";\n body: ContinuousWebJobOutput;\n}\n\n/** Gets a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetContinuousWebJob404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetContinuousWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteContinuousWebJob200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteContinuousWebJob204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteContinuousWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStartContinuousWebJob200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Start a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStartContinuousWebJob404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Start a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStartContinuousWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stop a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStopContinuousWebJob200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stop a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStopContinuousWebJob404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Stop a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStopContinuousWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List deployments for an app, or a deployment slot. */\nexport interface WebAppsListDeployments200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentCollectionOutput;\n}\n\n/** List deployments for an app, or a deployment slot. */\nexport interface WebAppsListDeploymentsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetDeployment200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentOutput;\n}\n\n/** Get a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetDeploymentDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create a deployment for an app, or a deployment slot. */\nexport interface WebAppsCreateDeployment200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentOutput;\n}\n\n/** Create a deployment for an app, or a deployment slot. */\nexport interface WebAppsCreateDeploymentDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteDeployment200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteDeployment204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteDeploymentDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List deployment log for specific deployment for an app, or a deployment slot. */\nexport interface WebAppsListDeploymentLog200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentOutput;\n}\n\n/** List deployment log for specific deployment for an app, or a deployment slot. */\nexport interface WebAppsListDeploymentLogDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. */\nexport interface WebAppsDiscoverBackup200Response extends HttpResponse {\n status: \"200\";\n body: RestoreRequestOutput;\n}\n\n/** Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. */\nexport interface WebAppsDiscoverBackupDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Lists ownership identifiers for domain associated with web app. */\nexport interface WebAppsListDomainOwnershipIdentifiers200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierCollectionOutput;\n}\n\n/** Lists ownership identifiers for domain associated with web app. */\nexport interface WebAppsListDomainOwnershipIdentifiersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get domain ownership identifier for web app. */\nexport interface WebAppsGetDomainOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierOutput;\n}\n\n/** Get domain ownership identifier for web app. */\nexport interface WebAppsGetDomainOwnershipIdentifierDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifierDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a domain ownership identifier for a web app. */\nexport interface WebAppsDeleteDomainOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a domain ownership identifier for a web app. */\nexport interface WebAppsDeleteDomainOwnershipIdentifier204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a domain ownership identifier for a web app. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsUpdateDomainOwnershipIdentifier200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsUpdateDomainOwnershipIdentifierDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployStatus200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployStatusOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployStatusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateMSDeployOperation201Response extends HttpResponse {\n status: \"201\";\n body: MSDeployStatusOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateMSDeployOperation409Response extends HttpResponse {\n status: \"409\";\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateMSDeployOperationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployLog200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployLogOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployLog404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployLogDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Invoke onedeploy status API /api/deployments and gets the deployment status for the site */\nexport interface WebAppsGetOneDeployStatus200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Invoke onedeploy status API /api/deployments and gets the deployment status for the site */\nexport interface WebAppsGetOneDeployStatusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Invoke the OneDeploy publish web app extension. */\nexport interface WebAppsCreateOneDeployOperation200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Invoke the OneDeploy publish web app extension. */\nexport interface WebAppsCreateOneDeployOperationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the functions for a web site, or a deployment slot. */\nexport interface WebAppsListFunctions200Response extends HttpResponse {\n status: \"200\";\n body: FunctionEnvelopeCollectionOutput;\n}\n\n/** List the functions for a web site, or a deployment slot. */\nexport interface WebAppsListFunctions404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List the functions for a web site, or a deployment slot. */\nexport interface WebAppsListFunctionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Fetch a short lived token that can be exchanged for a master key. */\nexport interface WebAppsGetFunctionsAdminToken200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Fetch a short lived token that can be exchanged for a master key. */\nexport interface WebAppsGetFunctionsAdminTokenDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get function information by its ID for web site, or a deployment slot. */\nexport interface WebAppsGetFunction200Response extends HttpResponse {\n status: \"200\";\n body: FunctionEnvelopeOutput;\n}\n\n/** Get function information by its ID for web site, or a deployment slot. */\nexport interface WebAppsGetFunction404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get function information by its ID for web site, or a deployment slot. */\nexport interface WebAppsGetFunctionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create function for web site, or a deployment slot. */\nexport interface WebAppsCreateFunction201Response extends HttpResponse {\n status: \"201\";\n body: FunctionEnvelopeOutput;\n}\n\n/** Create function for web site, or a deployment slot. */\nexport interface WebAppsCreateFunctionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a function for web site, or a deployment slot. */\nexport interface WebAppsDeleteFunction204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a function for web site, or a deployment slot. */\nexport interface WebAppsDeleteFunction404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Delete a function for web site, or a deployment slot. */\nexport interface WebAppsDeleteFunctionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Add or update a function secret. */\nexport interface WebAppsCreateOrUpdateFunctionSecret200Response extends HttpResponse {\n status: \"200\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a function secret. */\nexport interface WebAppsCreateOrUpdateFunctionSecret201Response extends HttpResponse {\n status: \"201\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a function secret. */\nexport interface WebAppsCreateOrUpdateFunctionSecretDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a function secret. */\nexport interface WebAppsDeleteFunctionSecret204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a function secret. */\nexport interface WebAppsDeleteFunctionSecret404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Delete a function secret. */\nexport interface WebAppsDeleteFunctionSecretDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get function keys for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionKeys200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Get function keys for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionKeysDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get function secrets for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionSecrets200Response extends HttpResponse {\n status: \"200\";\n body: FunctionSecretsOutput;\n}\n\n/** Get function secrets for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get host secrets for a function app. */\nexport interface WebAppsListHostKeys200Response extends HttpResponse {\n status: \"200\";\n body: HostKeysOutput;\n}\n\n/** Get host secrets for a function app. */\nexport interface WebAppsListHostKeysDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncStatus204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncStatusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctions204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Add or update a host level secret. */\nexport interface WebAppsCreateOrUpdateHostSecret200Response extends HttpResponse {\n status: \"200\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a host level secret. */\nexport interface WebAppsCreateOrUpdateHostSecret201Response extends HttpResponse {\n status: \"201\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a host level secret. */\nexport interface WebAppsCreateOrUpdateHostSecretDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a host level secret. */\nexport interface WebAppsDeleteHostSecret204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a host level secret. */\nexport interface WebAppsDeleteHostSecret404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Delete a host level secret. */\nexport interface WebAppsDeleteHostSecretDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get hostname bindings for an app or a deployment slot. */\nexport interface WebAppsListHostNameBindings200Response extends HttpResponse {\n status: \"200\";\n body: HostNameBindingCollectionOutput;\n}\n\n/** Get hostname bindings for an app or a deployment slot. */\nexport interface WebAppsListHostNameBindingsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the named hostname binding for an app (or deployment slot, if specified). */\nexport interface WebAppsGetHostNameBinding200Response extends HttpResponse {\n status: \"200\";\n body: HostNameBindingOutput;\n}\n\n/** Get the named hostname binding for an app (or deployment slot, if specified). */\nexport interface WebAppsGetHostNameBindingDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdateHostNameBinding200Response extends HttpResponse {\n status: \"200\";\n body: HostNameBindingOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdateHostNameBindingDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeleteHostNameBinding200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeleteHostNameBinding204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeleteHostNameBindingDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieves a specific Service Bus Hybrid Connection used by this Web App. */\nexport interface WebAppsGetHybridConnection200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Retrieves a specific Service Bus Hybrid Connection used by this Web App. */\nexport interface WebAppsGetHybridConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsCreateOrUpdateHybridConnection200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsCreateOrUpdateHybridConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Removes a Hybrid Connection from this site. */\nexport interface WebAppsDeleteHybridConnection200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Removes a Hybrid Connection from this site. */\nexport interface WebAppsDeleteHybridConnection404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Removes a Hybrid Connection from this site. */\nexport interface WebAppsDeleteHybridConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsUpdateHybridConnection200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsUpdateHybridConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieves all Service Bus Hybrid Connections used by this Web App. */\nexport interface WebAppsListHybridConnections200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Retrieves all Service Bus Hybrid Connections used by this Web App. */\nexport interface WebAppsListHybridConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets hybrid connections configured for an app (or deployment slot, if specified). */\nexport interface WebAppsListRelayServiceConnections200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Gets hybrid connections configured for an app (or deployment slot, if specified). */\nexport interface WebAppsListRelayServiceConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a hybrid connection configuration by its name. */\nexport interface WebAppsGetRelayServiceConnection200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Gets a hybrid connection configuration by its name. */\nexport interface WebAppsGetRelayServiceConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsCreateOrUpdateRelayServiceConnection200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsCreateOrUpdateRelayServiceConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a relay service connection by its name. */\nexport interface WebAppsDeleteRelayServiceConnection200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a relay service connection by its name. */\nexport interface WebAppsDeleteRelayServiceConnection404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a relay service connection by its name. */\nexport interface WebAppsDeleteRelayServiceConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsUpdateRelayServiceConnection200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsUpdateRelayServiceConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsListInstanceIdentifiers200Response extends HttpResponse {\n status: \"200\";\n body: WebAppInstanceStatusCollectionOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsListInstanceIdentifiersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsGetInstanceInfo200Response extends HttpResponse {\n status: \"200\";\n body: WebSiteInstanceStatusOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsGetInstanceInfoDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMsDeployStatus200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployStatusOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMsDeployStatusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateInstanceMSDeployOperation201Response extends HttpResponse {\n status: \"201\";\n body: MSDeployStatusOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateInstanceMSDeployOperation409Response extends HttpResponse {\n status: \"409\";\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateInstanceMSDeployOperationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMSDeployLog200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployLogOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMSDeployLog404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMSDeployLogDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcesses200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoCollectionOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcesses404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcess200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcess404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteInstanceProcess204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteInstanceProcess404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteInstanceProcessDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessDump200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessDump404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessDumpDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessModules200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoCollectionOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessModules404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessModulesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessModule200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessModule404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessModuleDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessThreads200Response extends HttpResponse {\n status: \"200\";\n body: ProcessThreadInfoCollectionOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessThreads404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessThreadsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Shows whether an app can be cloned to another resource group or subscription. */\nexport interface WebAppsIsCloneable200Response extends HttpResponse {\n status: \"200\";\n body: SiteCloneabilityOutput;\n}\n\n/** Shows whether an app can be cloned to another resource group or subscription. */\nexport interface WebAppsIsCloneableDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListSiteBackups200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemCollectionOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListSiteBackupsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncFunctionTriggers200Response extends HttpResponse {\n status: \"200\";\n body: FunctionSecretsOutput;\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncFunctionTriggersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores a web app. */\nexport interface WebAppsMigrateStorage200Response extends HttpResponse {\n status: \"200\";\n body: StorageMigrationResponseOutput;\n}\n\n/** Restores a web app. */\nexport interface WebAppsMigrateStorageDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Migrates a local (in-app) MySql database to a remote MySql database. */\nexport interface WebAppsMigrateMySql200Response extends HttpResponse {\n status: \"200\";\n body: OperationOutput;\n}\n\n/** Migrates a local (in-app) MySql database to a remote MySql database. */\nexport interface WebAppsMigrateMySqlDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled */\nexport interface WebAppsGetMigrateMySqlStatus200Response extends HttpResponse {\n status: \"200\";\n body: MigrateMySqlStatusOutput;\n}\n\n/** Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled */\nexport interface WebAppsGetMigrateMySqlStatusDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a Swift Virtual Network connection. */\nexport interface WebAppsGetSwiftVirtualNetworkConnection200Response extends HttpResponse {\n status: \"200\";\n body: SwiftVirtualNetworkOutput;\n}\n\n/** Gets a Swift Virtual Network connection. */\nexport interface WebAppsGetSwiftVirtualNetworkConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheck200Response\n extends HttpResponse {\n status: \"200\";\n body: SwiftVirtualNetworkOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a Swift Virtual Network connection from an app (or deployment slot). */\nexport interface WebAppsDeleteSwiftVirtualNetwork200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a Swift Virtual Network connection from an app (or deployment slot). */\nexport interface WebAppsDeleteSwiftVirtualNetwork404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a Swift Virtual Network connection from an app (or deployment slot). */\nexport interface WebAppsDeleteSwiftVirtualNetworkDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheck200Response\n extends HttpResponse {\n status: \"200\";\n body: SwiftVirtualNetworkOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all network features used by the app (or deployment slot, if specified). */\nexport interface WebAppsListNetworkFeatures200Response extends HttpResponse {\n status: \"200\";\n body: NetworkFeaturesOutput;\n}\n\n/** Gets all network features used by the app (or deployment slot, if specified). */\nexport interface WebAppsListNetworkFeatures404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets all network features used by the app (or deployment slot, if specified). */\nexport interface WebAppsListNetworkFeaturesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperation200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperation202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start capturing network packets for the site (To be deprecated). */\nexport interface WebAppsStartWebSiteNetworkTrace200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Start capturing network packets for the site (To be deprecated). */\nexport interface WebAppsStartWebSiteNetworkTraceDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartWebSiteNetworkTraceOperation200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartWebSiteNetworkTraceOperation202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopWebSiteNetworkTrace200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopWebSiteNetworkTrace204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopWebSiteNetworkTraceDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraces200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTracesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationV2200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationV2202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationV2DefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTracesV2200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTracesV2DefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Generates a new publishing password for an app (or deployment slot, if specified). */\nexport interface WebAppsGenerateNewSitePublishingPassword200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Generates a new publishing password for an app (or deployment slot, if specified). */\nexport interface WebAppsGenerateNewSitePublishingPassword204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Generates a new publishing password for an app (or deployment slot, if specified). */\nexport interface WebAppsGenerateNewSitePublishingPasswordDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets perfmon counters for web app. */\nexport interface WebAppsListPerfMonCounters200Response extends HttpResponse {\n status: \"200\";\n body: PerfMonCounterCollectionOutput;\n}\n\n/** Gets perfmon counters for web app. */\nexport interface WebAppsListPerfMonCountersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets web app's event logs. */\nexport interface WebAppsGetSitePhpErrorLogFlag200Response extends HttpResponse {\n status: \"200\";\n body: SitePhpErrorLogFlagOutput;\n}\n\n/** Gets web app's event logs. */\nexport interface WebAppsGetSitePhpErrorLogFlagDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the premier add-ons of an app. */\nexport interface WebAppsListPremierAddOns200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Gets the premier add-ons of an app. */\nexport interface WebAppsListPremierAddOnsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named add-on of an app. */\nexport interface WebAppsGetPremierAddOn200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Gets a named add-on of an app. */\nexport interface WebAppsGetPremierAddOnDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsAddPremierAddOn200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsAddPremierAddOnDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a premier add-on from an app. */\nexport interface WebAppsDeletePremierAddOn200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a premier add-on from an app. */\nexport interface WebAppsDeletePremierAddOnDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsUpdatePremierAddOn200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsUpdatePremierAddOnDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsGetPrivateAccess200Response extends HttpResponse {\n status: \"200\";\n body: PrivateAccessOutput;\n}\n\n/** Gets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsGetPrivateAccessDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Sets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsPutPrivateAccessVnet200Response extends HttpResponse {\n status: \"200\";\n body: PrivateAccessOutput;\n}\n\n/** Sets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsPutPrivateAccessVnetDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the list of private endpoint connections associated with a site */\nexport interface WebAppsGetPrivateEndpointConnectionList200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionCollectionOutput;\n}\n\n/** Gets the list of private endpoint connections associated with a site */\nexport interface WebAppsGetPrivateEndpointConnectionListDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface WebAppsGetPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface WebAppsGetPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnection202Response extends HttpResponse {\n status: \"202\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnection202Response extends HttpResponse {\n status: \"202\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnection204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the private link resources */\nexport interface WebAppsGetPrivateLinkResources200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkResourcesWrapperOutput;\n}\n\n/** Gets the private link resources */\nexport interface WebAppsGetPrivateLinkResourcesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcesses200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoCollectionOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcesses404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcess200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcess404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteProcess204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteProcess404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteProcessDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessDump200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessDump404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessDumpDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessModules200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoCollectionOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessModules404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessModulesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessModule200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessModule404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessModuleDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessThreads200Response extends HttpResponse {\n status: \"200\";\n body: ProcessThreadInfoCollectionOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessThreads404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessThreadsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get public certificates for an app or a deployment slot. */\nexport interface WebAppsListPublicCertificates200Response extends HttpResponse {\n status: \"200\";\n body: PublicCertificateCollectionOutput;\n}\n\n/** Get public certificates for an app or a deployment slot. */\nexport interface WebAppsListPublicCertificatesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the named public certificate for an app (or deployment slot, if specified). */\nexport interface WebAppsGetPublicCertificate200Response extends HttpResponse {\n status: \"200\";\n body: PublicCertificateOutput;\n}\n\n/** Get the named public certificate for an app (or deployment slot, if specified). */\nexport interface WebAppsGetPublicCertificateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdatePublicCertificate200Response extends HttpResponse {\n status: \"200\";\n body: PublicCertificateOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdatePublicCertificateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeletePublicCertificate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeletePublicCertificate204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeletePublicCertificateDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the publishing profile for an app (or deployment slot, if specified). */\nexport interface WebAppsListPublishingProfileXmlWithSecrets200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets the publishing profile for an app (or deployment slot, if specified). */\nexport interface WebAppsListPublishingProfileXmlWithSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. */\nexport interface WebAppsResetProductionSlotConfig200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. */\nexport interface WebAppsResetProductionSlotConfigDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restarts an app (or deployment slot, if specified). */\nexport interface WebAppsRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts an app (or deployment slot, if specified). */\nexport interface WebAppsRestartDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores an app from a backup blob in Azure Storage. */\nexport interface WebAppsRestoreFromBackupBlob200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores an app from a backup blob in Azure Storage. */\nexport interface WebAppsRestoreFromBackupBlob202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores an app from a backup blob in Azure Storage. */\nexport interface WebAppsRestoreFromBackupBlobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores a deleted web app to this web app. */\nexport interface WebAppsRestoreFromDeletedApp200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores a deleted web app to this web app. */\nexport interface WebAppsRestoreFromDeletedApp202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores a deleted web app to this web app. */\nexport interface WebAppsRestoreFromDeletedAppDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores a web app from a snapshot. */\nexport interface WebAppsRestoreSnapshot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores a web app from a snapshot. */\nexport interface WebAppsRestoreSnapshot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores a web app from a snapshot. */\nexport interface WebAppsRestoreSnapshotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get list of siteextensions for a web site, or a deployment slot. */\nexport interface WebAppsListSiteExtensions200Response extends HttpResponse {\n status: \"200\";\n body: SiteExtensionInfoCollectionOutput;\n}\n\n/** Get list of siteextensions for a web site, or a deployment slot. */\nexport interface WebAppsListSiteExtensions404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get list of siteextensions for a web site, or a deployment slot. */\nexport interface WebAppsListSiteExtensionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get site extension information by its ID for a web site, or a deployment slot. */\nexport interface WebAppsGetSiteExtension200Response extends HttpResponse {\n status: \"200\";\n body: SiteExtensionInfoOutput;\n}\n\n/** Get site extension information by its ID for a web site, or a deployment slot. */\nexport interface WebAppsGetSiteExtension404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get site extension information by its ID for a web site, or a deployment slot. */\nexport interface WebAppsGetSiteExtensionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtension200Response extends HttpResponse {\n status: \"200\";\n body: SiteExtensionInfoOutput;\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtension201Response extends HttpResponse {\n status: \"201\";\n body: SiteExtensionInfoOutput;\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtension429Response extends HttpResponse {\n status: \"429\";\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtensionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Remove a site extension from a web site, or a deployment slot. */\nexport interface WebAppsDeleteSiteExtension204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Remove a site extension from a web site, or a deployment slot. */\nexport interface WebAppsDeleteSiteExtension404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Remove a site extension from a web site, or a deployment slot. */\nexport interface WebAppsDeleteSiteExtensionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets an app's deployment slots. */\nexport interface WebAppsListSlots200Response extends HttpResponse {\n status: \"200\";\n body: WebAppCollectionOutput;\n}\n\n/** Gets an app's deployment slots. */\nexport interface WebAppsListSlotsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the details of a web, mobile, or API app. */\nexport interface WebAppsGetSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteOutput;\n}\n\n/** Gets the details of a web, mobile, or API app. */\nexport interface WebAppsGetSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets the details of a web, mobile, or API app. */\nexport interface WebAppsGetSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsCreateOrUpdateSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsCreateOrUpdateSlot202Response extends HttpResponse {\n status: \"202\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsCreateOrUpdateSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDeleteSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDeleteSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDeleteSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a web, mobile, or API app, or one of the deployment slots. */\nexport interface WebAppsDeleteSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsUpdateSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsUpdateSlot202Response extends HttpResponse {\n status: \"202\";\n body: SiteOutput;\n}\n\n/** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */\nexport interface WebAppsUpdateSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Analyze a custom hostname. */\nexport interface WebAppsAnalyzeCustomHostnameSlot200Response extends HttpResponse {\n status: \"200\";\n body: CustomHostnameAnalysisResultOutput;\n}\n\n/** Analyze a custom hostname. */\nexport interface WebAppsAnalyzeCustomHostnameSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Applies the configuration settings from the target slot onto the current slot. */\nexport interface WebAppsApplySlotConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Applies the configuration settings from the target slot onto the current slot. */\nexport interface WebAppsApplySlotConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a backup of an app. */\nexport interface WebAppsBackupSlot200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemOutput;\n}\n\n/** Creates a backup of an app. */\nexport interface WebAppsBackupSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListBackupsSlot200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemCollectionOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListBackupsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a backup of an app by its ID. */\nexport interface WebAppsGetBackupStatusSlot200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemOutput;\n}\n\n/** Gets a backup of an app by its ID. */\nexport interface WebAppsGetBackupStatusSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a backup of an app by its ID. */\nexport interface WebAppsDeleteBackupSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a backup of an app by its ID. */\nexport interface WebAppsDeleteBackupSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a backup of an app by its ID. */\nexport interface WebAppsDeleteBackupSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body. */\nexport interface WebAppsListBackupStatusSecretsSlot200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemOutput;\n}\n\n/** Gets status of a web app backup that may be in progress, including secrets associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS URL for the backup if a new URL is passed in the request body. */\nexport interface WebAppsListBackupStatusSecretsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores a specific backup to another app (or deployment slot, if specified). */\nexport interface WebAppsRestoreSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores a specific backup to another app (or deployment slot, if specified). */\nexport interface WebAppsRestoreSlot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores a specific backup to another app (or deployment slot, if specified). */\nexport interface WebAppsRestoreSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesSlot200Response extends HttpResponse {\n status: \"200\";\n body: PublishingCredentialsPoliciesCollectionOutput;\n}\n\n/** Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. */\nexport interface WebAppsListBasicPublishingCredentialsPoliciesSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns whether FTP is allowed on the site or not. */\nexport interface WebAppsGetFtpAllowedSlot200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Returns whether FTP is allowed on the site or not. */\nexport interface WebAppsGetFtpAllowedSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates whether FTP is allowed on the site or not. */\nexport interface WebAppsUpdateFtpAllowedSlot200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Updates whether FTP is allowed on the site or not. */\nexport interface WebAppsUpdateFtpAllowedSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns whether Scm basic auth is allowed on the site or not. */\nexport interface WebAppsGetScmAllowedSlot200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Returns whether Scm basic auth is allowed on the site or not. */\nexport interface WebAppsGetScmAllowedSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates whether user publishing credentials are allowed on the site or not. */\nexport interface WebAppsUpdateScmAllowedSlot200Response extends HttpResponse {\n status: \"200\";\n body: CsmPublishingCredentialsPoliciesEntityOutput;\n}\n\n/** Updates whether user publishing credentials are allowed on the site or not. */\nexport interface WebAppsUpdateScmAllowedSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the configurations of an app */\nexport interface WebAppsListConfigurationsSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceCollectionOutput;\n}\n\n/** List the configurations of an app */\nexport interface WebAppsListConfigurationsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Replaces the application settings of an app. */\nexport interface WebAppsUpdateApplicationSettingsSlot200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Replaces the application settings of an app. */\nexport interface WebAppsUpdateApplicationSettingsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the application settings of an app. */\nexport interface WebAppsListApplicationSettingsSlot200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the application settings of an app. */\nexport interface WebAppsListApplicationSettingsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the Authentication / Authorization settings associated with web app. */\nexport interface WebAppsUpdateAuthSettingsSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsOutput;\n}\n\n/** Updates the Authentication / Authorization settings associated with web app. */\nexport interface WebAppsUpdateAuthSettingsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Authentication/Authorization settings of an app. */\nexport interface WebAppsGetAuthSettingsSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsOutput;\n}\n\n/** Gets the Authentication/Authorization settings of an app. */\nexport interface WebAppsGetAuthSettingsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2WithoutSecretsSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsV2Output;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2WithoutSecretsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsUpdateAuthSettingsV2Slot200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsV2Output;\n}\n\n/** Updates site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsUpdateAuthSettingsV2SlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2Slot200Response extends HttpResponse {\n status: \"200\";\n body: SiteAuthSettingsV2Output;\n}\n\n/** Gets site's Authentication / Authorization settings for apps via the V2 format */\nexport interface WebAppsGetAuthSettingsV2SlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the Azure storage account configurations of an app. */\nexport interface WebAppsUpdateAzureStorageAccountsSlot200Response extends HttpResponse {\n status: \"200\";\n body: AzureStoragePropertyDictionaryResourceOutput;\n}\n\n/** Updates the Azure storage account configurations of an app. */\nexport interface WebAppsUpdateAzureStorageAccountsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Azure storage account configurations of an app. */\nexport interface WebAppsListAzureStorageAccountsSlot200Response extends HttpResponse {\n status: \"200\";\n body: AzureStoragePropertyDictionaryResourceOutput;\n}\n\n/** Gets the Azure storage account configurations of an app. */\nexport interface WebAppsListAzureStorageAccountsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the backup configuration of an app. */\nexport interface WebAppsUpdateBackupConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n body: BackupRequestOutput;\n}\n\n/** Updates the backup configuration of an app. */\nexport interface WebAppsUpdateBackupConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes the backup configuration of an app. */\nexport interface WebAppsDeleteBackupConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the backup configuration of an app. */\nexport interface WebAppsDeleteBackupConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the backup configuration of an app. */\nexport interface WebAppsGetBackupConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n body: BackupRequestOutput;\n}\n\n/** Gets the backup configuration of an app. */\nexport interface WebAppsGetBackupConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesSlot200Response extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceCollectionOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetAppSettingsKeyVaultReferencesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetAppSettingKeyVaultReferenceSlot200Response extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetAppSettingKeyVaultReferenceSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesSlot200Response\n extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceCollectionOutput;\n}\n\n/** Gets the config reference app settings and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferencesSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferenceSlot200Response\n extends HttpResponse {\n status: \"200\";\n body: ApiKVReferenceOutput;\n}\n\n/** Gets the config reference and status of an app */\nexport interface WebAppsGetSiteConnectionStringKeyVaultReferenceSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Replaces the connection strings of an app. */\nexport interface WebAppsUpdateConnectionStringsSlot200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionStringDictionaryOutput;\n}\n\n/** Replaces the connection strings of an app. */\nexport interface WebAppsUpdateConnectionStringsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the connection strings of an app. */\nexport interface WebAppsListConnectionStringsSlot200Response extends HttpResponse {\n status: \"200\";\n body: ConnectionStringDictionaryOutput;\n}\n\n/** Gets the connection strings of an app. */\nexport interface WebAppsListConnectionStringsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the logging configuration of an app. */\nexport interface WebAppsGetDiagnosticLogsConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteLogsConfigOutput;\n}\n\n/** Gets the logging configuration of an app. */\nexport interface WebAppsGetDiagnosticLogsConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the logging configuration of an app. */\nexport interface WebAppsUpdateDiagnosticLogsConfigSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteLogsConfigOutput;\n}\n\n/** Updates the logging configuration of an app. */\nexport interface WebAppsUpdateDiagnosticLogsConfigSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Replaces the metadata of an app. */\nexport interface WebAppsUpdateMetadataSlot200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Replaces the metadata of an app. */\nexport interface WebAppsUpdateMetadataSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the metadata of an app. */\nexport interface WebAppsListMetadataSlot200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Gets the metadata of an app. */\nexport interface WebAppsListMetadataSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Git/FTP publishing credentials of an app. */\nexport interface WebAppsListPublishingCredentialsSlot200Response extends HttpResponse {\n status: \"200\";\n body: UserOutput;\n}\n\n/** Gets the Git/FTP publishing credentials of an app. */\nexport interface WebAppsListPublishingCredentialsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the Push settings associated with web app. */\nexport interface WebAppsUpdateSitePushSettingsSlot200Response extends HttpResponse {\n status: \"200\";\n body: PushSettingsOutput;\n}\n\n/** Updates the Push settings associated with web app. */\nexport interface WebAppsUpdateSitePushSettingsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the Push settings associated with web app. */\nexport interface WebAppsListSitePushSettingsSlot200Response extends HttpResponse {\n status: \"200\";\n body: PushSettingsOutput;\n}\n\n/** Gets the Push settings associated with web app. */\nexport interface WebAppsListSitePushSettingsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. */\nexport interface WebAppsGetConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. */\nexport interface WebAppsGetConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsCreateOrUpdateConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsCreateOrUpdateConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsUpdateConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Updates the configuration of an app. */\nexport interface WebAppsUpdateConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. */\nexport interface WebAppsListConfigurationSnapshotInfoSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigurationSnapshotInfoCollectionOutput;\n}\n\n/** Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. */\nexport interface WebAppsListConfigurationSnapshotInfoSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a snapshot of the configuration of an app at a previous point in time. */\nexport interface WebAppsGetConfigurationSnapshotSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteConfigResourceOutput;\n}\n\n/** Gets a snapshot of the configuration of an app at a previous point in time. */\nexport interface WebAppsGetConfigurationSnapshotSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Reverts the configuration of an app to a previous snapshot. */\nexport interface WebAppsRecoverSiteConfigurationSnapshotSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Reverts the configuration of an app to a previous snapshot. */\nexport interface WebAppsRecoverSiteConfigurationSnapshotSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the last lines of docker logs for the given site */\nexport interface WebAppsGetWebSiteContainerLogsSlot200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets the last lines of docker logs for the given site */\nexport interface WebAppsGetWebSiteContainerLogsSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Gets the last lines of docker logs for the given site */\nexport interface WebAppsGetWebSiteContainerLogsSlotDefaultResponse extends HttpResponse {\n status: string;\n}\n\n/** Gets the ZIP archived docker log files for the given site */\nexport interface WebAppsGetContainerLogsZipSlot200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets the ZIP archived docker log files for the given site */\nexport interface WebAppsGetContainerLogsZipSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Gets the ZIP archived docker log files for the given site */\nexport interface WebAppsGetContainerLogsZipSlotDefaultResponse extends HttpResponse {\n status: string;\n}\n\n/** List continuous web jobs for an app, or a deployment slot. */\nexport interface WebAppsListContinuousWebJobsSlot200Response extends HttpResponse {\n status: \"200\";\n body: ContinuousWebJobCollectionOutput;\n}\n\n/** List continuous web jobs for an app, or a deployment slot. */\nexport interface WebAppsListContinuousWebJobsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetContinuousWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n body: ContinuousWebJobOutput;\n}\n\n/** Gets a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetContinuousWebJobSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetContinuousWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteContinuousWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteContinuousWebJobSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a continuous web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteContinuousWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStartContinuousWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Start a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStartContinuousWebJobSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Start a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStartContinuousWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stop a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStopContinuousWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stop a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStopContinuousWebJobSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Stop a continuous web job for an app, or a deployment slot. */\nexport interface WebAppsStopContinuousWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List deployments for an app, or a deployment slot. */\nexport interface WebAppsListDeploymentsSlot200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentCollectionOutput;\n}\n\n/** List deployments for an app, or a deployment slot. */\nexport interface WebAppsListDeploymentsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetDeploymentSlot200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentOutput;\n}\n\n/** Get a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetDeploymentSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create a deployment for an app, or a deployment slot. */\nexport interface WebAppsCreateDeploymentSlot200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentOutput;\n}\n\n/** Create a deployment for an app, or a deployment slot. */\nexport interface WebAppsCreateDeploymentSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteDeploymentSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteDeploymentSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a deployment by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteDeploymentSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List deployment log for specific deployment for an app, or a deployment slot. */\nexport interface WebAppsListDeploymentLogSlot200Response extends HttpResponse {\n status: \"200\";\n body: DeploymentOutput;\n}\n\n/** List deployment log for specific deployment for an app, or a deployment slot. */\nexport interface WebAppsListDeploymentLogSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. */\nexport interface WebAppsDiscoverBackupSlot200Response extends HttpResponse {\n status: \"200\";\n body: RestoreRequestOutput;\n}\n\n/** Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. */\nexport interface WebAppsDiscoverBackupSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Lists ownership identifiers for domain associated with web app. */\nexport interface WebAppsListDomainOwnershipIdentifiersSlot200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierCollectionOutput;\n}\n\n/** Lists ownership identifiers for domain associated with web app. */\nexport interface WebAppsListDomainOwnershipIdentifiersSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get domain ownership identifier for web app. */\nexport interface WebAppsGetDomainOwnershipIdentifierSlot200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierOutput;\n}\n\n/** Get domain ownership identifier for web app. */\nexport interface WebAppsGetDomainOwnershipIdentifierSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifierSlot200Response\n extends HttpResponse {\n status: \"200\";\n body: IdentifierOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a domain ownership identifier for a web app. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a domain ownership identifier for a web app. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a domain ownership identifier for a web app. */\nexport interface WebAppsDeleteDomainOwnershipIdentifierSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsUpdateDomainOwnershipIdentifierSlot200Response extends HttpResponse {\n status: \"200\";\n body: IdentifierOutput;\n}\n\n/** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */\nexport interface WebAppsUpdateDomainOwnershipIdentifierSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployStatusSlot200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployStatusOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployStatusSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateMSDeployOperationSlot201Response extends HttpResponse {\n status: \"201\";\n body: MSDeployStatusOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateMSDeployOperationSlot409Response extends HttpResponse {\n status: \"409\";\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateMSDeployOperationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployLogSlot200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployLogOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployLogSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetMSDeployLogSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the functions for a web site, or a deployment slot. */\nexport interface WebAppsListInstanceFunctionsSlot200Response extends HttpResponse {\n status: \"200\";\n body: FunctionEnvelopeCollectionOutput;\n}\n\n/** List the functions for a web site, or a deployment slot. */\nexport interface WebAppsListInstanceFunctionsSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List the functions for a web site, or a deployment slot. */\nexport interface WebAppsListInstanceFunctionsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Fetch a short lived token that can be exchanged for a master key. */\nexport interface WebAppsGetFunctionsAdminTokenSlot200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Fetch a short lived token that can be exchanged for a master key. */\nexport interface WebAppsGetFunctionsAdminTokenSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get function information by its ID for web site, or a deployment slot. */\nexport interface WebAppsGetInstanceFunctionSlot200Response extends HttpResponse {\n status: \"200\";\n body: FunctionEnvelopeOutput;\n}\n\n/** Get function information by its ID for web site, or a deployment slot. */\nexport interface WebAppsGetInstanceFunctionSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get function information by its ID for web site, or a deployment slot. */\nexport interface WebAppsGetInstanceFunctionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Create function for web site, or a deployment slot. */\nexport interface WebAppsCreateInstanceFunctionSlot201Response extends HttpResponse {\n status: \"201\";\n body: FunctionEnvelopeOutput;\n}\n\n/** Create function for web site, or a deployment slot. */\nexport interface WebAppsCreateInstanceFunctionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a function for web site, or a deployment slot. */\nexport interface WebAppsDeleteInstanceFunctionSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a function for web site, or a deployment slot. */\nexport interface WebAppsDeleteInstanceFunctionSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Delete a function for web site, or a deployment slot. */\nexport interface WebAppsDeleteInstanceFunctionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Add or update a function secret. */\nexport interface WebAppsCreateOrUpdateFunctionSecretSlot200Response extends HttpResponse {\n status: \"200\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a function secret. */\nexport interface WebAppsCreateOrUpdateFunctionSecretSlot201Response extends HttpResponse {\n status: \"201\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a function secret. */\nexport interface WebAppsCreateOrUpdateFunctionSecretSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a function secret. */\nexport interface WebAppsDeleteFunctionSecretSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a function secret. */\nexport interface WebAppsDeleteFunctionSecretSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Delete a function secret. */\nexport interface WebAppsDeleteFunctionSecretSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get function keys for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionKeysSlot200Response extends HttpResponse {\n status: \"200\";\n body: StringDictionaryOutput;\n}\n\n/** Get function keys for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionKeysSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get function secrets for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionSecretsSlot200Response extends HttpResponse {\n status: \"200\";\n body: FunctionSecretsOutput;\n}\n\n/** Get function secrets for a function in a web site, or a deployment slot. */\nexport interface WebAppsListFunctionSecretsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get host secrets for a function app. */\nexport interface WebAppsListHostKeysSlot200Response extends HttpResponse {\n status: \"200\";\n body: HostKeysOutput;\n}\n\n/** Get host secrets for a function app. */\nexport interface WebAppsListHostKeysSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncStatusSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncStatusSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctionsSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctionsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Add or update a host level secret. */\nexport interface WebAppsCreateOrUpdateHostSecretSlot200Response extends HttpResponse {\n status: \"200\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a host level secret. */\nexport interface WebAppsCreateOrUpdateHostSecretSlot201Response extends HttpResponse {\n status: \"201\";\n body: KeyInfoOutput;\n}\n\n/** Add or update a host level secret. */\nexport interface WebAppsCreateOrUpdateHostSecretSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a host level secret. */\nexport interface WebAppsDeleteHostSecretSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a host level secret. */\nexport interface WebAppsDeleteHostSecretSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Delete a host level secret. */\nexport interface WebAppsDeleteHostSecretSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get hostname bindings for an app or a deployment slot. */\nexport interface WebAppsListHostNameBindingsSlot200Response extends HttpResponse {\n status: \"200\";\n body: HostNameBindingCollectionOutput;\n}\n\n/** Get hostname bindings for an app or a deployment slot. */\nexport interface WebAppsListHostNameBindingsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the named hostname binding for an app (or deployment slot, if specified). */\nexport interface WebAppsGetHostNameBindingSlot200Response extends HttpResponse {\n status: \"200\";\n body: HostNameBindingOutput;\n}\n\n/** Get the named hostname binding for an app (or deployment slot, if specified). */\nexport interface WebAppsGetHostNameBindingSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdateHostNameBindingSlot200Response extends HttpResponse {\n status: \"200\";\n body: HostNameBindingOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdateHostNameBindingSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeleteHostNameBindingSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeleteHostNameBindingSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeleteHostNameBindingSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieves a specific Service Bus Hybrid Connection used by this Web App. */\nexport interface WebAppsGetHybridConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Retrieves a specific Service Bus Hybrid Connection used by this Web App. */\nexport interface WebAppsGetHybridConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsCreateOrUpdateHybridConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsCreateOrUpdateHybridConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Removes a Hybrid Connection from this site. */\nexport interface WebAppsDeleteHybridConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Removes a Hybrid Connection from this site. */\nexport interface WebAppsDeleteHybridConnectionSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Removes a Hybrid Connection from this site. */\nexport interface WebAppsDeleteHybridConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsUpdateHybridConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Creates a new Hybrid Connection using a Service Bus relay. */\nexport interface WebAppsUpdateHybridConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Retrieves all Service Bus Hybrid Connections used by this Web App. */\nexport interface WebAppsListHybridConnectionsSlot200Response extends HttpResponse {\n status: \"200\";\n body: HybridConnectionOutput;\n}\n\n/** Retrieves all Service Bus Hybrid Connections used by this Web App. */\nexport interface WebAppsListHybridConnectionsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets hybrid connections configured for an app (or deployment slot, if specified). */\nexport interface WebAppsListRelayServiceConnectionsSlot200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Gets hybrid connections configured for an app (or deployment slot, if specified). */\nexport interface WebAppsListRelayServiceConnectionsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a hybrid connection configuration by its name. */\nexport interface WebAppsGetRelayServiceConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Gets a hybrid connection configuration by its name. */\nexport interface WebAppsGetRelayServiceConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsCreateOrUpdateRelayServiceConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsCreateOrUpdateRelayServiceConnectionSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a relay service connection by its name. */\nexport interface WebAppsDeleteRelayServiceConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a relay service connection by its name. */\nexport interface WebAppsDeleteRelayServiceConnectionSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a relay service connection by its name. */\nexport interface WebAppsDeleteRelayServiceConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsUpdateRelayServiceConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: RelayServiceConnectionEntityOutput;\n}\n\n/** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */\nexport interface WebAppsUpdateRelayServiceConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsListInstanceIdentifiersSlot200Response extends HttpResponse {\n status: \"200\";\n body: WebAppInstanceStatusCollectionOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsListInstanceIdentifiersSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsGetInstanceInfoSlot200Response extends HttpResponse {\n status: \"200\";\n body: WebSiteInstanceStatusOutput;\n}\n\n/** Gets all scale-out instances of an app. */\nexport interface WebAppsGetInstanceInfoSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMsDeployStatusSlot200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployStatusOutput;\n}\n\n/** Get the status of the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMsDeployStatusSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateInstanceMSDeployOperationSlot201Response extends HttpResponse {\n status: \"201\";\n body: MSDeployStatusOutput;\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateInstanceMSDeployOperationSlot409Response extends HttpResponse {\n status: \"409\";\n}\n\n/** Invoke the MSDeploy web app extension. */\nexport interface WebAppsCreateInstanceMSDeployOperationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMSDeployLogSlot200Response extends HttpResponse {\n status: \"200\";\n body: MSDeployLogOutput;\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMSDeployLogSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get the MSDeploy Log for the last MSDeploy operation. */\nexport interface WebAppsGetInstanceMSDeployLogSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessesSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoCollectionOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessesSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteInstanceProcessSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteInstanceProcessSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteInstanceProcessSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessDumpSlot200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessDumpSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessDumpSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessModulesSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoCollectionOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessModulesSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessModulesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessModuleSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessModuleSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetInstanceProcessModuleSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessThreadsSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessThreadInfoCollectionOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessThreadsSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListInstanceProcessThreadsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Shows whether an app can be cloned to another resource group or subscription. */\nexport interface WebAppsIsCloneableSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteCloneabilityOutput;\n}\n\n/** Shows whether an app can be cloned to another resource group or subscription. */\nexport interface WebAppsIsCloneableSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListSiteBackupsSlot200Response extends HttpResponse {\n status: \"200\";\n body: BackupItemCollectionOutput;\n}\n\n/** Gets existing backups of an app. */\nexport interface WebAppsListSiteBackupsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncFunctionTriggersSlot200Response extends HttpResponse {\n status: \"200\";\n body: FunctionSecretsOutput;\n}\n\n/** This is to allow calling via powershell and ARM template. */\nexport interface WebAppsListSyncFunctionTriggersSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled */\nexport interface WebAppsGetMigrateMySqlStatusSlot200Response extends HttpResponse {\n status: \"200\";\n body: MigrateMySqlStatusOutput;\n}\n\n/** Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled */\nexport interface WebAppsGetMigrateMySqlStatusSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a Swift Virtual Network connection. */\nexport interface WebAppsGetSwiftVirtualNetworkConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: SwiftVirtualNetworkOutput;\n}\n\n/** Gets a Swift Virtual Network connection. */\nexport interface WebAppsGetSwiftVirtualNetworkConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot200Response\n extends HttpResponse {\n status: \"200\";\n body: SwiftVirtualNetworkOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a Swift Virtual Network connection from an app (or deployment slot). */\nexport interface WebAppsDeleteSwiftVirtualNetworkSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a Swift Virtual Network connection from an app (or deployment slot). */\nexport interface WebAppsDeleteSwiftVirtualNetworkSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a Swift Virtual Network connection from an app (or deployment slot). */\nexport interface WebAppsDeleteSwiftVirtualNetworkSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlot200Response\n extends HttpResponse {\n status: \"200\";\n body: SwiftVirtualNetworkOutput;\n}\n\n/**\n * Integrates this Web App with a Virtual Network. This requires that 1) \"swiftSupported\" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not\n * in use by another App Service Plan other than the one this App is in.\n */\nexport interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets all network features used by the app (or deployment slot, if specified). */\nexport interface WebAppsListNetworkFeaturesSlot200Response extends HttpResponse {\n status: \"200\";\n body: NetworkFeaturesOutput;\n}\n\n/** Gets all network features used by the app (or deployment slot, if specified). */\nexport interface WebAppsListNetworkFeaturesSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets all network features used by the app (or deployment slot, if specified). */\nexport interface WebAppsListNetworkFeaturesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationSlot200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationSlot202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start capturing network packets for the site (To be deprecated). */\nexport interface WebAppsStartWebSiteNetworkTraceSlot200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Start capturing network packets for the site (To be deprecated). */\nexport interface WebAppsStartWebSiteNetworkTraceSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationSlot200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationSlot202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartWebSiteNetworkTraceOperationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopWebSiteNetworkTraceSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopWebSiteNetworkTraceSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopWebSiteNetworkTraceSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTracesSlot200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTracesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationSlotV2200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationSlotV2202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTraceOperationSlotV2DefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTracesSlotV2200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Gets a named operation for a network trace capturing (or deployment slot, if specified). */\nexport interface WebAppsGetNetworkTracesSlotV2DefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Generates a new publishing password for an app (or deployment slot, if specified). */\nexport interface WebAppsGenerateNewSitePublishingPasswordSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Generates a new publishing password for an app (or deployment slot, if specified). */\nexport interface WebAppsGenerateNewSitePublishingPasswordSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Generates a new publishing password for an app (or deployment slot, if specified). */\nexport interface WebAppsGenerateNewSitePublishingPasswordSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets perfmon counters for web app. */\nexport interface WebAppsListPerfMonCountersSlot200Response extends HttpResponse {\n status: \"200\";\n body: PerfMonCounterCollectionOutput;\n}\n\n/** Gets perfmon counters for web app. */\nexport interface WebAppsListPerfMonCountersSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets web app's event logs. */\nexport interface WebAppsGetSitePhpErrorLogFlagSlot200Response extends HttpResponse {\n status: \"200\";\n body: SitePhpErrorLogFlagOutput;\n}\n\n/** Gets web app's event logs. */\nexport interface WebAppsGetSitePhpErrorLogFlagSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the premier add-ons of an app. */\nexport interface WebAppsListPremierAddOnsSlot200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Gets the premier add-ons of an app. */\nexport interface WebAppsListPremierAddOnsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a named add-on of an app. */\nexport interface WebAppsGetPremierAddOnSlot200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Gets a named add-on of an app. */\nexport interface WebAppsGetPremierAddOnSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsAddPremierAddOnSlot200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsAddPremierAddOnSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a premier add-on from an app. */\nexport interface WebAppsDeletePremierAddOnSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a premier add-on from an app. */\nexport interface WebAppsDeletePremierAddOnSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsUpdatePremierAddOnSlot200Response extends HttpResponse {\n status: \"200\";\n body: PremierAddOnOutput;\n}\n\n/** Updates a named add-on of an app. */\nexport interface WebAppsUpdatePremierAddOnSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsGetPrivateAccessSlot200Response extends HttpResponse {\n status: \"200\";\n body: PrivateAccessOutput;\n}\n\n/** Gets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsGetPrivateAccessSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Sets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsPutPrivateAccessVnetSlot200Response extends HttpResponse {\n status: \"200\";\n body: PrivateAccessOutput;\n}\n\n/** Sets data around private site access enablement and authorized Virtual Networks that can access the site. */\nexport interface WebAppsPutPrivateAccessVnetSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the list of private endpoint connections associated with a site */\nexport interface WebAppsGetPrivateEndpointConnectionListSlot200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionCollectionOutput;\n}\n\n/** Gets the list of private endpoint connections associated with a site */\nexport interface WebAppsGetPrivateEndpointConnectionListSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface WebAppsGetPrivateEndpointConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Gets a private endpoint connection */\nexport interface WebAppsGetPrivateEndpointConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionSlot200Response\n extends HttpResponse {\n status: \"200\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionSlot202Response\n extends HttpResponse {\n status: \"202\";\n body: RemotePrivateEndpointConnectionARMResourceOutput;\n}\n\n/** Approves or rejects a private endpoint connection */\nexport interface WebAppsApproveOrRejectPrivateEndpointConnectionSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnectionSlot202Response extends HttpResponse {\n status: \"202\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnectionSlot204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a private endpoint connection */\nexport interface WebAppsDeletePrivateEndpointConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the private link resources */\nexport interface WebAppsGetPrivateLinkResourcesSlot200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkResourcesWrapperOutput;\n}\n\n/** Gets the private link resources */\nexport interface WebAppsGetPrivateLinkResourcesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessesSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoCollectionOutput;\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessesSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteProcessSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteProcessSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */\nexport interface WebAppsDeleteProcessSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessDumpSlot200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessDumpSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessDumpSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessModulesSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoCollectionOutput;\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessModulesSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List module information for a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessModulesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessModuleSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessModuleInfoOutput;\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessModuleSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get process information by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsGetProcessModuleSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessThreadsSlot200Response extends HttpResponse {\n status: \"200\";\n body: ProcessThreadInfoCollectionOutput;\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessThreadsSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List the threads in a process by its ID for a specific scaled-out instance in a web site. */\nexport interface WebAppsListProcessThreadsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get public certificates for an app or a deployment slot. */\nexport interface WebAppsListPublicCertificatesSlot200Response extends HttpResponse {\n status: \"200\";\n body: PublicCertificateCollectionOutput;\n}\n\n/** Get public certificates for an app or a deployment slot. */\nexport interface WebAppsListPublicCertificatesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the named public certificate for an app (or deployment slot, if specified). */\nexport interface WebAppsGetPublicCertificateSlot200Response extends HttpResponse {\n status: \"200\";\n body: PublicCertificateOutput;\n}\n\n/** Get the named public certificate for an app (or deployment slot, if specified). */\nexport interface WebAppsGetPublicCertificateSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdatePublicCertificateSlot200Response extends HttpResponse {\n status: \"200\";\n body: PublicCertificateOutput;\n}\n\n/** Creates a hostname binding for an app. */\nexport interface WebAppsCreateOrUpdatePublicCertificateSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeletePublicCertificateSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeletePublicCertificateSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a hostname binding for an app. */\nexport interface WebAppsDeletePublicCertificateSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the publishing profile for an app (or deployment slot, if specified). */\nexport interface WebAppsListPublishingProfileXmlWithSecretsSlot200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets the publishing profile for an app (or deployment slot, if specified). */\nexport interface WebAppsListPublishingProfileXmlWithSecretsSlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. */\nexport interface WebAppsResetSlotConfigurationSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. */\nexport interface WebAppsResetSlotConfigurationSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restarts an app (or deployment slot, if specified). */\nexport interface WebAppsRestartSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts an app (or deployment slot, if specified). */\nexport interface WebAppsRestartSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores an app from a backup blob in Azure Storage. */\nexport interface WebAppsRestoreFromBackupBlobSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores an app from a backup blob in Azure Storage. */\nexport interface WebAppsRestoreFromBackupBlobSlot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores an app from a backup blob in Azure Storage. */\nexport interface WebAppsRestoreFromBackupBlobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores a deleted web app to this web app. */\nexport interface WebAppsRestoreFromDeletedAppSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores a deleted web app to this web app. */\nexport interface WebAppsRestoreFromDeletedAppSlot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores a deleted web app to this web app. */\nexport interface WebAppsRestoreFromDeletedAppSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Restores a web app from a snapshot. */\nexport interface WebAppsRestoreSnapshotSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restores a web app from a snapshot. */\nexport interface WebAppsRestoreSnapshotSlot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restores a web app from a snapshot. */\nexport interface WebAppsRestoreSnapshotSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get list of siteextensions for a web site, or a deployment slot. */\nexport interface WebAppsListSiteExtensionsSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteExtensionInfoCollectionOutput;\n}\n\n/** Get list of siteextensions for a web site, or a deployment slot. */\nexport interface WebAppsListSiteExtensionsSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get list of siteextensions for a web site, or a deployment slot. */\nexport interface WebAppsListSiteExtensionsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get site extension information by its ID for a web site, or a deployment slot. */\nexport interface WebAppsGetSiteExtensionSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteExtensionInfoOutput;\n}\n\n/** Get site extension information by its ID for a web site, or a deployment slot. */\nexport interface WebAppsGetSiteExtensionSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Get site extension information by its ID for a web site, or a deployment slot. */\nexport interface WebAppsGetSiteExtensionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtensionSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteExtensionInfoOutput;\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtensionSlot201Response extends HttpResponse {\n status: \"201\";\n body: SiteExtensionInfoOutput;\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtensionSlot429Response extends HttpResponse {\n status: \"429\";\n}\n\n/** Install site extension on a web site, or a deployment slot. */\nexport interface WebAppsInstallSiteExtensionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Remove a site extension from a web site, or a deployment slot. */\nexport interface WebAppsDeleteSiteExtensionSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Remove a site extension from a web site, or a deployment slot. */\nexport interface WebAppsDeleteSiteExtensionSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Remove a site extension from a web site, or a deployment slot. */\nexport interface WebAppsDeleteSiteExtensionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the difference in configuration settings between two web app slots. */\nexport interface WebAppsListSlotDifferencesSlot200Response extends HttpResponse {\n status: \"200\";\n body: SlotDifferenceCollectionOutput;\n}\n\n/** Get the difference in configuration settings between two web app slots. */\nexport interface WebAppsListSlotDifferencesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Swaps two deployment slots of an app. */\nexport interface WebAppsSwapSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Swaps two deployment slots of an app. */\nexport interface WebAppsSwapSlot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Swaps two deployment slots of an app. */\nexport interface WebAppsSwapSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns all Snapshots to the user. */\nexport interface WebAppsListSnapshotsSlot200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotCollectionOutput;\n}\n\n/** Returns all Snapshots to the user. */\nexport interface WebAppsListSnapshotsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns all Snapshots to the user from DRSecondary endpoint. */\nexport interface WebAppsListSnapshotsFromDRSecondarySlot200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotCollectionOutput;\n}\n\n/** Returns all Snapshots to the user from DRSecondary endpoint. */\nexport interface WebAppsListSnapshotsFromDRSecondarySlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControlSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteSourceControlOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControlSlot201Response extends HttpResponse {\n status: \"201\";\n body: SiteSourceControlOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControlSlot202Response extends HttpResponse {\n status: \"202\";\n body: SiteSourceControlOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControlSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControlSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControlSlot201Response extends HttpResponse {\n status: \"201\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControlSlot202Response extends HttpResponse {\n status: \"202\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControlSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControlSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControlSlot202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControlSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControlSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControlSlot200Response extends HttpResponse {\n status: \"200\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControlSlot201Response extends HttpResponse {\n status: \"201\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControlSlot202Response extends HttpResponse {\n status: \"202\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControlSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Starts an app (or deployment slot, if specified). */\nexport interface WebAppsStartSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts an app (or deployment slot, if specified). */\nexport interface WebAppsStartSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartNetworkTraceSlot200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartNetworkTraceSlot202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartNetworkTraceSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stops an app (or deployment slot, if specified). */\nexport interface WebAppsStopSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stops an app (or deployment slot, if specified). */\nexport interface WebAppsStopSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopNetworkTraceSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopNetworkTraceSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopNetworkTraceSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Sync web app repository. */\nexport interface WebAppsSyncRepositorySlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Sync web app repository. */\nexport interface WebAppsSyncRepositorySlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctionTriggersSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctionTriggersSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List triggered web jobs for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobsSlot200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredWebJobCollectionOutput;\n}\n\n/** List triggered web jobs for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredWebJobOutput;\n}\n\n/** Gets a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteTriggeredWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteTriggeredWebJobSlot204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteTriggeredWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List a triggered web job's history for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobHistorySlot200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredJobHistoryCollectionOutput;\n}\n\n/** List a triggered web job's history for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobHistorySlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List a triggered web job's history for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobHistorySlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobHistorySlot200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredJobHistoryOutput;\n}\n\n/** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobHistorySlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobHistorySlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Run a triggered web job for an app, or a deployment slot. */\nexport interface WebAppsRunTriggeredWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Run a triggered web job for an app, or a deployment slot. */\nexport interface WebAppsRunTriggeredWebJobSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Run a triggered web job for an app, or a deployment slot. */\nexport interface WebAppsRunTriggeredWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the quota usage information of an app (or deployment slot, if specified). */\nexport interface WebAppsListUsagesSlot200Response extends HttpResponse {\n status: \"200\";\n body: CsmUsageQuotaCollectionOutput;\n}\n\n/** Gets the quota usage information of an app (or deployment slot, if specified). */\nexport interface WebAppsListUsagesSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the virtual networks the app (or deployment slot) is connected to. */\nexport interface WebAppsListVnetConnectionsSlot200Response extends HttpResponse {\n status: \"200\";\n body: Array<VnetInfoResourceOutput>;\n}\n\n/** Gets the virtual networks the app (or deployment slot) is connected to. */\nexport interface WebAppsListVnetConnectionsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a virtual network the app (or deployment slot) is connected to by name. */\nexport interface WebAppsGetVnetConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: VnetInfoResourceOutput;\n}\n\n/** Gets a virtual network the app (or deployment slot) is connected to by name. */\nexport interface WebAppsGetVnetConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: VnetInfoResourceOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a connection from an app (or deployment slot to a named virtual network. */\nexport interface WebAppsDeleteVnetConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a connection from an app (or deployment slot to a named virtual network. */\nexport interface WebAppsDeleteVnetConnectionSlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a connection from an app (or deployment slot to a named virtual network. */\nexport interface WebAppsDeleteVnetConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsUpdateVnetConnectionSlot200Response extends HttpResponse {\n status: \"200\";\n body: VnetInfoResourceOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsUpdateVnetConnectionSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets an app's Virtual Network gateway. */\nexport interface WebAppsGetVnetConnectionGatewaySlot200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Gets an app's Virtual Network gateway. */\nexport interface WebAppsGetVnetConnectionGatewaySlot404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets an app's Virtual Network gateway. */\nexport interface WebAppsGetVnetConnectionGatewaySlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnectionGatewaySlot200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnectionGatewaySlotDefaultResponse\n extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsUpdateVnetConnectionGatewaySlot200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsUpdateVnetConnectionGatewaySlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List webjobs for an app, or a deployment slot. */\nexport interface WebAppsListWebJobsSlot200Response extends HttpResponse {\n status: \"200\";\n body: WebJobCollectionOutput;\n}\n\n/** List webjobs for an app, or a deployment slot. */\nexport interface WebAppsListWebJobsSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get webjob information for an app, or a deployment slot. */\nexport interface WebAppsGetWebJobSlot200Response extends HttpResponse {\n status: \"200\";\n body: WebJobOutput;\n}\n\n/** Get webjob information for an app, or a deployment slot. */\nexport interface WebAppsGetWebJobSlotDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get the difference in configuration settings between two web app slots. */\nexport interface WebAppsListSlotDifferencesFromProduction200Response extends HttpResponse {\n status: \"200\";\n body: SlotDifferenceCollectionOutput;\n}\n\n/** Get the difference in configuration settings between two web app slots. */\nexport interface WebAppsListSlotDifferencesFromProductionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Swaps two deployment slots of an app. */\nexport interface WebAppsSwapSlotWithProduction200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Swaps two deployment slots of an app. */\nexport interface WebAppsSwapSlotWithProduction202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Swaps two deployment slots of an app. */\nexport interface WebAppsSwapSlotWithProductionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns all Snapshots to the user. */\nexport interface WebAppsListSnapshots200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotCollectionOutput;\n}\n\n/** Returns all Snapshots to the user. */\nexport interface WebAppsListSnapshotsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Returns all Snapshots to the user from DRSecondary endpoint. */\nexport interface WebAppsListSnapshotsFromDRSecondary200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotCollectionOutput;\n}\n\n/** Returns all Snapshots to the user from DRSecondary endpoint. */\nexport interface WebAppsListSnapshotsFromDRSecondaryDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControl200Response extends HttpResponse {\n status: \"200\";\n body: SiteSourceControlOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControl201Response extends HttpResponse {\n status: \"201\";\n body: SiteSourceControlOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControl202Response extends HttpResponse {\n status: \"202\";\n body: SiteSourceControlOutput;\n}\n\n/** Gets the source control configuration of an app. */\nexport interface WebAppsGetSourceControlDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControl200Response extends HttpResponse {\n status: \"200\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControl201Response extends HttpResponse {\n status: \"201\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControl202Response extends HttpResponse {\n status: \"202\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsCreateOrUpdateSourceControlDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControl200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControl202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControl404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes the source control configuration of an app. */\nexport interface WebAppsDeleteSourceControlDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControl200Response extends HttpResponse {\n status: \"200\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControl201Response extends HttpResponse {\n status: \"201\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControl202Response extends HttpResponse {\n status: \"202\";\n body: SiteSourceControlOutput;\n}\n\n/** Updates the source control configuration of an app. */\nexport interface WebAppsUpdateSourceControlDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Starts an app (or deployment slot, if specified). */\nexport interface WebAppsStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts an app (or deployment slot, if specified). */\nexport interface WebAppsStartDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartNetworkTrace200Response extends HttpResponse {\n status: \"200\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartNetworkTrace202Response extends HttpResponse {\n status: \"202\";\n body: Array<NetworkTraceOutput>;\n}\n\n/** Start capturing network packets for the site. */\nexport interface WebAppsStartNetworkTraceDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stops an app (or deployment slot, if specified). */\nexport interface WebAppsStop200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stops an app (or deployment slot, if specified). */\nexport interface WebAppsStopDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopNetworkTrace200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopNetworkTrace204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Stop ongoing capturing network packets for the site. */\nexport interface WebAppsStopNetworkTraceDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Sync web app repository. */\nexport interface WebAppsSyncRepository200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Sync web app repository. */\nexport interface WebAppsSyncRepositoryDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctionTriggers204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Syncs function trigger metadata to the management database */\nexport interface WebAppsSyncFunctionTriggersDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List triggered web jobs for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobs200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredWebJobCollectionOutput;\n}\n\n/** List triggered web jobs for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJob200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredWebJobOutput;\n}\n\n/** Gets a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJob404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Delete a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteTriggeredWebJob200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteTriggeredWebJob204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a triggered web job by its ID for an app, or a deployment slot. */\nexport interface WebAppsDeleteTriggeredWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List a triggered web job's history for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobHistory200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredJobHistoryCollectionOutput;\n}\n\n/** List a triggered web job's history for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobHistory404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** List a triggered web job's history for an app, or a deployment slot. */\nexport interface WebAppsListTriggeredWebJobHistoryDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobHistory200Response extends HttpResponse {\n status: \"200\";\n body: TriggeredJobHistoryOutput;\n}\n\n/** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobHistory404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */\nexport interface WebAppsGetTriggeredWebJobHistoryDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Run a triggered web job for an app, or a deployment slot. */\nexport interface WebAppsRunTriggeredWebJob200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Run a triggered web job for an app, or a deployment slot. */\nexport interface WebAppsRunTriggeredWebJob404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Run a triggered web job for an app, or a deployment slot. */\nexport interface WebAppsRunTriggeredWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the quota usage information of an app (or deployment slot, if specified). */\nexport interface WebAppsListUsages200Response extends HttpResponse {\n status: \"200\";\n body: CsmUsageQuotaCollectionOutput;\n}\n\n/** Gets the quota usage information of an app (or deployment slot, if specified). */\nexport interface WebAppsListUsagesDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets the virtual networks the app (or deployment slot) is connected to. */\nexport interface WebAppsListVnetConnections200Response extends HttpResponse {\n status: \"200\";\n body: Array<VnetInfoResourceOutput>;\n}\n\n/** Gets the virtual networks the app (or deployment slot) is connected to. */\nexport interface WebAppsListVnetConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets a virtual network the app (or deployment slot) is connected to by name. */\nexport interface WebAppsGetVnetConnection200Response extends HttpResponse {\n status: \"200\";\n body: VnetInfoResourceOutput;\n}\n\n/** Gets a virtual network the app (or deployment slot) is connected to by name. */\nexport interface WebAppsGetVnetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnection200Response extends HttpResponse {\n status: \"200\";\n body: VnetInfoResourceOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Deletes a connection from an app (or deployment slot to a named virtual network. */\nexport interface WebAppsDeleteVnetConnection200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a connection from an app (or deployment slot to a named virtual network. */\nexport interface WebAppsDeleteVnetConnection404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Deletes a connection from an app (or deployment slot to a named virtual network. */\nexport interface WebAppsDeleteVnetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsUpdateVnetConnection200Response extends HttpResponse {\n status: \"200\";\n body: VnetInfoResourceOutput;\n}\n\n/** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */\nexport interface WebAppsUpdateVnetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Gets an app's Virtual Network gateway. */\nexport interface WebAppsGetVnetConnectionGateway200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Gets an app's Virtual Network gateway. */\nexport interface WebAppsGetVnetConnectionGateway404Response extends HttpResponse {\n status: \"404\";\n}\n\n/** Gets an app's Virtual Network gateway. */\nexport interface WebAppsGetVnetConnectionGatewayDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnectionGateway200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsCreateOrUpdateVnetConnectionGatewayDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsUpdateVnetConnectionGateway200Response extends HttpResponse {\n status: \"200\";\n body: VnetGatewayOutput;\n}\n\n/** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */\nexport interface WebAppsUpdateVnetConnectionGatewayDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** List webjobs for an app, or a deployment slot. */\nexport interface WebAppsListWebJobs200Response extends HttpResponse {\n status: \"200\";\n body: WebJobCollectionOutput;\n}\n\n/** List webjobs for an app, or a deployment slot. */\nexport interface WebAppsListWebJobsDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n\n/** Get webjob information for an app, or a deployment slot. */\nexport interface WebAppsGetWebJob200Response extends HttpResponse {\n status: \"200\";\n body: WebJobOutput;\n}\n\n/** Get webjob information for an app, or a deployment slot. */\nexport interface WebAppsGetWebJobDefaultResponse extends HttpResponse {\n status: string;\n body: DefaultErrorResponseOutput;\n}\n"]}