@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,3273 @@
1
+ import type { AppServiceCertificateOrdersListParameters, AppServiceCertificateOrdersValidatePurchaseInformationParameters, AppServiceCertificateOrdersListByResourceGroupParameters, AppServiceCertificateOrdersGetParameters, AppServiceCertificateOrdersCreateOrUpdateParameters, AppServiceCertificateOrdersDeleteParameters, AppServiceCertificateOrdersUpdateParameters, AppServiceCertificateOrdersListCertificatesParameters, AppServiceCertificateOrdersGetCertificateParameters, AppServiceCertificateOrdersCreateOrUpdateCertificateParameters, AppServiceCertificateOrdersDeleteCertificateParameters, AppServiceCertificateOrdersUpdateCertificateParameters, AppServiceCertificateOrdersReissueParameters, AppServiceCertificateOrdersRenewParameters, AppServiceCertificateOrdersResendEmailParameters, AppServiceCertificateOrdersResendRequestEmailsParameters, AppServiceCertificateOrdersRetrieveSiteSealParameters, AppServiceCertificateOrdersVerifyDomainOwnershipParameters, AppServiceCertificateOrdersRetrieveCertificateActionsParameters, AppServiceCertificateOrdersRetrieveCertificateEmailHistoryParameters, CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseParameters, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseParameters, CertificateRegistrationProviderListOperationsParameters, DomainsCheckAvailabilityParameters, DomainsListParameters, DomainsGetControlCenterSsoRequestParameters, DomainsListRecommendationsParameters, DomainsListByResourceGroupParameters, DomainsGetParameters, DomainsCreateOrUpdateParameters, DomainsDeleteParameters, DomainsUpdateParameters, DomainsListOwnershipIdentifiersParameters, DomainsGetOwnershipIdentifierParameters, DomainsCreateOrUpdateOwnershipIdentifierParameters, DomainsDeleteOwnershipIdentifierParameters, DomainsUpdateOwnershipIdentifierParameters, DomainsRenewParameters, DomainsTransferOutParameters, TopLevelDomainsListParameters, TopLevelDomainsGetParameters, TopLevelDomainsListAgreementsParameters, DomainRegistrationProviderListOperationsParameters, AppServiceEnvironmentsListParameters, AppServiceEnvironmentsListByResourceGroupParameters, AppServiceEnvironmentsGetParameters, AppServiceEnvironmentsCreateOrUpdateParameters, AppServiceEnvironmentsDeleteParameters, AppServiceEnvironmentsUpdateParameters, AppServiceEnvironmentsListCapacitiesParameters, AppServiceEnvironmentsGetVipInfoParameters, AppServiceEnvironmentsChangeVnetParameters, AppServiceEnvironmentsGetAseV3NetworkingConfigurationParameters, AppServiceEnvironmentsUpdateAseNetworkingConfigurationParameters, AppServiceEnvironmentsListDiagnosticsParameters, AppServiceEnvironmentsGetDiagnosticsItemParameters, AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsParameters, AppServiceEnvironmentsListMultiRolePoolsParameters, AppServiceEnvironmentsGetMultiRolePoolParameters, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolParameters, AppServiceEnvironmentsUpdateMultiRolePoolParameters, AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsParameters, AppServiceEnvironmentsListMultiRoleMetricDefinitionsParameters, AppServiceEnvironmentsListMultiRolePoolSkusParameters, AppServiceEnvironmentsListMultiRoleUsagesParameters, AppServiceEnvironmentsListOperationsParameters, AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsParameters, AppServiceEnvironmentsGetPrivateEndpointConnectionListParameters, AppServiceEnvironmentsGetPrivateEndpointConnectionParameters, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionParameters, AppServiceEnvironmentsDeletePrivateEndpointConnectionParameters, AppServiceEnvironmentsGetPrivateLinkResourcesParameters, AppServiceEnvironmentsRebootParameters, AppServiceEnvironmentsResumeParameters, AppServiceEnvironmentsListAppServicePlansParameters, AppServiceEnvironmentsListWebAppsParameters, AppServiceEnvironmentsSuspendParameters, AppServiceEnvironmentsListUsagesParameters, AppServiceEnvironmentsListWorkerPoolsParameters, AppServiceEnvironmentsGetWorkerPoolParameters, AppServiceEnvironmentsCreateOrUpdateWorkerPoolParameters, AppServiceEnvironmentsUpdateWorkerPoolParameters, AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsParameters, AppServiceEnvironmentsListWebWorkerMetricDefinitionsParameters, AppServiceEnvironmentsListWorkerPoolSkusParameters, AppServiceEnvironmentsListWebWorkerUsagesParameters, AppServicePlansListParameters, AppServicePlansListByResourceGroupParameters, AppServicePlansGetParameters, AppServicePlansCreateOrUpdateParameters, AppServicePlansDeleteParameters, AppServicePlansUpdateParameters, AppServicePlansListCapabilitiesParameters, AppServicePlansGetHybridConnectionParameters, AppServicePlansDeleteHybridConnectionParameters, AppServicePlansListHybridConnectionKeysParameters, AppServicePlansListWebAppsByHybridConnectionParameters, AppServicePlansGetHybridConnectionPlanLimitParameters, AppServicePlansListHybridConnectionsParameters, AppServicePlansRestartWebAppsParameters, AppServicePlansListWebAppsParameters, AppServicePlansGetServerFarmSkusParameters, AppServicePlansListUsagesParameters, AppServicePlansListVnetsParameters, AppServicePlansGetVnetFromServerFarmParameters, AppServicePlansGetVnetGatewayParameters, AppServicePlansUpdateVnetGatewayParameters, AppServicePlansListRoutesForVnetParameters, AppServicePlansGetRouteForVnetParameters, AppServicePlansCreateOrUpdateVnetRouteParameters, AppServicePlansDeleteVnetRouteParameters, AppServicePlansUpdateVnetRouteParameters, AppServicePlansRebootWorkerParameters, CertificatesListParameters, CertificatesListByResourceGroupParameters, CertificatesGetParameters, CertificatesCreateOrUpdateParameters, CertificatesDeleteParameters, CertificatesUpdateParameters, ContainerAppsListBySubscriptionParameters, ContainerAppsListByResourceGroupParameters, ContainerAppsGetParameters, ContainerAppsCreateOrUpdateParameters, ContainerAppsDeleteParameters, ContainerAppsListSecretsParameters, ContainerAppsRevisionsListRevisionsParameters, ContainerAppsRevisionsGetRevisionParameters, ContainerAppsRevisionsActivateRevisionParameters, ContainerAppsRevisionsDeactivateRevisionParameters, ContainerAppsRevisionsRestartRevisionParameters, DeletedWebAppsListParameters, DeletedWebAppsListByLocationParameters, DeletedWebAppsGetDeletedWebAppByLocationParameters, DiagnosticsListHostingEnvironmentDetectorResponsesParameters, DiagnosticsGetHostingEnvironmentDetectorResponseParameters, DiagnosticsListSiteDetectorResponsesParameters, DiagnosticsGetSiteDetectorResponseParameters, DiagnosticsListSiteDiagnosticCategoriesParameters, DiagnosticsGetSiteDiagnosticCategoryParameters, DiagnosticsListSiteAnalysesParameters, DiagnosticsGetSiteAnalysisParameters, DiagnosticsExecuteSiteAnalysisParameters, DiagnosticsListSiteDetectorsParameters, DiagnosticsGetSiteDetectorParameters, DiagnosticsExecuteSiteDetectorParameters, DiagnosticsListSiteDetectorResponsesSlotParameters, DiagnosticsGetSiteDetectorResponseSlotParameters, DiagnosticsListSiteDiagnosticCategoriesSlotParameters, DiagnosticsGetSiteDiagnosticCategorySlotParameters, DiagnosticsListSiteAnalysesSlotParameters, DiagnosticsGetSiteAnalysisSlotParameters, DiagnosticsExecuteSiteAnalysisSlotParameters, DiagnosticsListSiteDetectorsSlotParameters, DiagnosticsGetSiteDetectorSlotParameters, DiagnosticsExecuteSiteDetectorSlotParameters, GlobalGetDeletedWebAppParameters, GlobalGetDeletedWebAppSnapshotsParameters, GlobalGetSubscriptionOperationWithAsyncResponseParameters, KubeEnvironmentsListBySubscriptionParameters, KubeEnvironmentsListByResourceGroupParameters, KubeEnvironmentsGetParameters, KubeEnvironmentsCreateOrUpdateParameters, KubeEnvironmentsDeleteParameters, KubeEnvironmentsUpdateParameters, ProviderGetAvailableStacksParameters, ProviderGetFunctionAppStacksParameters, ProviderGetFunctionAppStacksForLocationParameters, ProviderGetWebAppStacksForLocationParameters, ProviderListOperationsParameters, ProviderGetWebAppStacksParameters, ProviderGetAvailableStacksOnPremParameters, RecommendationsListParameters, RecommendationsResetAllFiltersParameters, RecommendationsDisableRecommendationForSubscriptionParameters, RecommendationsListHistoryForHostingEnvironmentParameters, RecommendationsListRecommendedRulesForHostingEnvironmentParameters, RecommendationsDisableAllForHostingEnvironmentParameters, RecommendationsResetAllFiltersForHostingEnvironmentParameters, RecommendationsGetRuleDetailsByHostingEnvironmentParameters, RecommendationsDisableRecommendationForHostingEnvironmentParameters, RecommendationsListHistoryForWebAppParameters, RecommendationsListRecommendedRulesForWebAppParameters, RecommendationsDisableAllForWebAppParameters, RecommendationsResetAllFiltersForWebAppParameters, RecommendationsGetRuleDetailsByWebAppParameters, RecommendationsDisableRecommendationForSiteParameters, ResourceHealthMetadataListParameters, ResourceHealthMetadataListByResourceGroupParameters, ResourceHealthMetadataListBySiteParameters, ResourceHealthMetadataGetBySiteParameters, ResourceHealthMetadataListBySiteSlotParameters, ResourceHealthMetadataGetBySiteSlotParameters, GetPublishingUserParameters, UpdatePublishingUserParameters, ListSourceControlsParameters, GetSourceControlParameters, UpdateSourceControlParameters, ListBillingMetersParameters, CheckNameAvailabilityParameters, ListCustomHostNameSitesParameters, GetSubscriptionDeploymentLocationsParameters, ListGeoRegionsParameters, ListSiteIdentifiersAssignedToHostNameParameters, ListPremierAddOnOffersParameters, ListSkusParameters, VerifyHostingEnvironmentVnetParameters, MoveParameters, ValidateParameters, ValidateMoveParameters, StaticSitesPreviewWorkflowParameters, StaticSitesListParameters, StaticSitesGetStaticSitesByResourceGroupParameters, StaticSitesGetStaticSiteParameters, StaticSitesCreateOrUpdateStaticSiteParameters, StaticSitesDeleteStaticSiteParameters, StaticSitesUpdateStaticSiteParameters, StaticSitesListStaticSiteUsersParameters, StaticSitesDeleteStaticSiteUserParameters, StaticSitesUpdateStaticSiteUserParameters, StaticSitesGetStaticSiteBuildsParameters, StaticSitesGetStaticSiteBuildParameters, StaticSitesDeleteStaticSiteBuildParameters, StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsParameters, StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsParameters, StaticSitesListStaticSiteBuildFunctionsParameters, StaticSitesListStaticSiteBuildAppSettingsParameters, StaticSitesListStaticSiteBuildFunctionAppSettingsParameters, StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildParameters, StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildParameters, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildParameters, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildParameters, StaticSitesCreateZipDeploymentForStaticSiteBuildParameters, StaticSitesCreateOrUpdateStaticSiteAppSettingsParameters, StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsParameters, StaticSitesCreateUserRolesInvitationLinkParameters, StaticSitesListStaticSiteCustomDomainsParameters, StaticSitesGetStaticSiteCustomDomainParameters, StaticSitesCreateOrUpdateStaticSiteCustomDomainParameters, StaticSitesDeleteStaticSiteCustomDomainParameters, StaticSitesValidateCustomDomainCanBeAddedToStaticSiteParameters, StaticSitesDetachStaticSiteParameters, StaticSitesListStaticSiteFunctionsParameters, StaticSitesListStaticSiteAppSettingsParameters, StaticSitesListStaticSiteConfiguredRolesParameters, StaticSitesListStaticSiteFunctionAppSettingsParameters, StaticSitesListStaticSiteSecretsParameters, StaticSitesGetPrivateEndpointConnectionListParameters, StaticSitesGetPrivateEndpointConnectionParameters, StaticSitesApproveOrRejectPrivateEndpointConnectionParameters, StaticSitesDeletePrivateEndpointConnectionParameters, StaticSitesGetPrivateLinkResourcesParameters, StaticSitesResetStaticSiteApiKeyParameters, StaticSitesGetUserProvidedFunctionAppsForStaticSiteParameters, StaticSitesGetUserProvidedFunctionAppForStaticSiteParameters, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteParameters, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteParameters, StaticSitesCreateZipDeploymentForStaticSiteParameters, WebAppsListParameters, WebAppsListByResourceGroupParameters, WebAppsGetParameters, WebAppsCreateOrUpdateParameters, WebAppsDeleteParameters, WebAppsUpdateParameters, WebAppsAnalyzeCustomHostnameParameters, WebAppsApplySlotConfigToProductionParameters, WebAppsBackupParameters, WebAppsListBackupsParameters, WebAppsGetBackupStatusParameters, WebAppsDeleteBackupParameters, WebAppsListBackupStatusSecretsParameters, WebAppsRestoreParameters, WebAppsListBasicPublishingCredentialsPoliciesParameters, WebAppsGetFtpAllowedParameters, WebAppsUpdateFtpAllowedParameters, WebAppsGetScmAllowedParameters, WebAppsUpdateScmAllowedParameters, WebAppsListConfigurationsParameters, WebAppsUpdateApplicationSettingsParameters, WebAppsListApplicationSettingsParameters, WebAppsUpdateAuthSettingsParameters, WebAppsGetAuthSettingsParameters, WebAppsGetAuthSettingsV2WithoutSecretsParameters, WebAppsUpdateAuthSettingsV2Parameters, WebAppsGetAuthSettingsV2Parameters, WebAppsUpdateAzureStorageAccountsParameters, WebAppsListAzureStorageAccountsParameters, WebAppsUpdateBackupConfigurationParameters, WebAppsDeleteBackupConfigurationParameters, WebAppsGetBackupConfigurationParameters, WebAppsGetAppSettingsKeyVaultReferencesParameters, WebAppsGetAppSettingKeyVaultReferenceParameters, WebAppsGetSiteConnectionStringKeyVaultReferencesParameters, WebAppsGetSiteConnectionStringKeyVaultReferenceParameters, WebAppsUpdateConnectionStringsParameters, WebAppsListConnectionStringsParameters, WebAppsGetDiagnosticLogsConfigurationParameters, WebAppsUpdateDiagnosticLogsConfigParameters, WebAppsUpdateMetadataParameters, WebAppsListMetadataParameters, WebAppsListPublishingCredentialsParameters, WebAppsUpdateSitePushSettingsParameters, WebAppsListSitePushSettingsParameters, WebAppsListSlotConfigurationNamesParameters, WebAppsUpdateSlotConfigurationNamesParameters, WebAppsGetConfigurationParameters, WebAppsCreateOrUpdateConfigurationParameters, WebAppsUpdateConfigurationParameters, WebAppsListConfigurationSnapshotInfoParameters, WebAppsGetConfigurationSnapshotParameters, WebAppsRecoverSiteConfigurationSnapshotParameters, WebAppsGetWebSiteContainerLogsParameters, WebAppsGetContainerLogsZipParameters, WebAppsListContinuousWebJobsParameters, WebAppsGetContinuousWebJobParameters, WebAppsDeleteContinuousWebJobParameters, WebAppsStartContinuousWebJobParameters, WebAppsStopContinuousWebJobParameters, WebAppsListDeploymentsParameters, WebAppsGetDeploymentParameters, WebAppsCreateDeploymentParameters, WebAppsDeleteDeploymentParameters, WebAppsListDeploymentLogParameters, WebAppsDiscoverBackupParameters, WebAppsListDomainOwnershipIdentifiersParameters, WebAppsGetDomainOwnershipIdentifierParameters, WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters, WebAppsDeleteDomainOwnershipIdentifierParameters, WebAppsUpdateDomainOwnershipIdentifierParameters, WebAppsGetMSDeployStatusParameters, WebAppsCreateMSDeployOperationParameters, WebAppsGetMSDeployLogParameters, WebAppsGetOneDeployStatusParameters, WebAppsCreateOneDeployOperationParameters, WebAppsListFunctionsParameters, WebAppsGetFunctionsAdminTokenParameters, WebAppsGetFunctionParameters, WebAppsCreateFunctionParameters, WebAppsDeleteFunctionParameters, WebAppsCreateOrUpdateFunctionSecretParameters, WebAppsDeleteFunctionSecretParameters, WebAppsListFunctionKeysParameters, WebAppsListFunctionSecretsParameters, WebAppsListHostKeysParameters, WebAppsListSyncStatusParameters, WebAppsSyncFunctionsParameters, WebAppsCreateOrUpdateHostSecretParameters, WebAppsDeleteHostSecretParameters, WebAppsListHostNameBindingsParameters, WebAppsGetHostNameBindingParameters, WebAppsCreateOrUpdateHostNameBindingParameters, WebAppsDeleteHostNameBindingParameters, WebAppsGetHybridConnectionParameters, WebAppsCreateOrUpdateHybridConnectionParameters, WebAppsDeleteHybridConnectionParameters, WebAppsUpdateHybridConnectionParameters, WebAppsListHybridConnectionsParameters, WebAppsListRelayServiceConnectionsParameters, WebAppsGetRelayServiceConnectionParameters, WebAppsCreateOrUpdateRelayServiceConnectionParameters, WebAppsDeleteRelayServiceConnectionParameters, WebAppsUpdateRelayServiceConnectionParameters, WebAppsListInstanceIdentifiersParameters, WebAppsGetInstanceInfoParameters, WebAppsGetInstanceMsDeployStatusParameters, WebAppsCreateInstanceMSDeployOperationParameters, WebAppsGetInstanceMSDeployLogParameters, WebAppsListInstanceProcessesParameters, WebAppsGetInstanceProcessParameters, WebAppsDeleteInstanceProcessParameters, WebAppsGetInstanceProcessDumpParameters, WebAppsListInstanceProcessModulesParameters, WebAppsGetInstanceProcessModuleParameters, WebAppsListInstanceProcessThreadsParameters, WebAppsIsCloneableParameters, WebAppsListSiteBackupsParameters, WebAppsListSyncFunctionTriggersParameters, WebAppsMigrateStorageParameters, WebAppsMigrateMySqlParameters, WebAppsGetMigrateMySqlStatusParameters, WebAppsGetSwiftVirtualNetworkConnectionParameters, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckParameters, WebAppsDeleteSwiftVirtualNetworkParameters, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckParameters, WebAppsListNetworkFeaturesParameters, WebAppsGetNetworkTraceOperationParameters, WebAppsStartWebSiteNetworkTraceParameters, WebAppsStartWebSiteNetworkTraceOperationParameters, WebAppsStopWebSiteNetworkTraceParameters, WebAppsGetNetworkTracesParameters, WebAppsGetNetworkTraceOperationV2Parameters, WebAppsGetNetworkTracesV2Parameters, WebAppsGenerateNewSitePublishingPasswordParameters, WebAppsListPerfMonCountersParameters, WebAppsGetSitePhpErrorLogFlagParameters, WebAppsListPremierAddOnsParameters, WebAppsGetPremierAddOnParameters, WebAppsAddPremierAddOnParameters, WebAppsDeletePremierAddOnParameters, WebAppsUpdatePremierAddOnParameters, WebAppsGetPrivateAccessParameters, WebAppsPutPrivateAccessVnetParameters, WebAppsGetPrivateEndpointConnectionListParameters, WebAppsGetPrivateEndpointConnectionParameters, WebAppsApproveOrRejectPrivateEndpointConnectionParameters, WebAppsDeletePrivateEndpointConnectionParameters, WebAppsGetPrivateLinkResourcesParameters, WebAppsListProcessesParameters, WebAppsGetProcessParameters, WebAppsDeleteProcessParameters, WebAppsGetProcessDumpParameters, WebAppsListProcessModulesParameters, WebAppsGetProcessModuleParameters, WebAppsListProcessThreadsParameters, WebAppsListPublicCertificatesParameters, WebAppsGetPublicCertificateParameters, WebAppsCreateOrUpdatePublicCertificateParameters, WebAppsDeletePublicCertificateParameters, WebAppsListPublishingProfileXmlWithSecretsParameters, WebAppsResetProductionSlotConfigParameters, WebAppsRestartParameters, WebAppsRestoreFromBackupBlobParameters, WebAppsRestoreFromDeletedAppParameters, WebAppsRestoreSnapshotParameters, WebAppsListSiteExtensionsParameters, WebAppsGetSiteExtensionParameters, WebAppsInstallSiteExtensionParameters, WebAppsDeleteSiteExtensionParameters, WebAppsListSlotsParameters, WebAppsGetSlotParameters, WebAppsCreateOrUpdateSlotParameters, WebAppsDeleteSlotParameters, WebAppsUpdateSlotParameters, WebAppsAnalyzeCustomHostnameSlotParameters, WebAppsApplySlotConfigurationSlotParameters, WebAppsBackupSlotParameters, WebAppsListBackupsSlotParameters, WebAppsGetBackupStatusSlotParameters, WebAppsDeleteBackupSlotParameters, WebAppsListBackupStatusSecretsSlotParameters, WebAppsRestoreSlotParameters, WebAppsListBasicPublishingCredentialsPoliciesSlotParameters, WebAppsGetFtpAllowedSlotParameters, WebAppsUpdateFtpAllowedSlotParameters, WebAppsGetScmAllowedSlotParameters, WebAppsUpdateScmAllowedSlotParameters, WebAppsListConfigurationsSlotParameters, WebAppsUpdateApplicationSettingsSlotParameters, WebAppsListApplicationSettingsSlotParameters, WebAppsUpdateAuthSettingsSlotParameters, WebAppsGetAuthSettingsSlotParameters, WebAppsGetAuthSettingsV2WithoutSecretsSlotParameters, WebAppsUpdateAuthSettingsV2SlotParameters, WebAppsGetAuthSettingsV2SlotParameters, WebAppsUpdateAzureStorageAccountsSlotParameters, WebAppsListAzureStorageAccountsSlotParameters, WebAppsUpdateBackupConfigurationSlotParameters, WebAppsDeleteBackupConfigurationSlotParameters, WebAppsGetBackupConfigurationSlotParameters, WebAppsGetAppSettingsKeyVaultReferencesSlotParameters, WebAppsGetAppSettingKeyVaultReferenceSlotParameters, WebAppsGetSiteConnectionStringKeyVaultReferencesSlotParameters, WebAppsGetSiteConnectionStringKeyVaultReferenceSlotParameters, WebAppsUpdateConnectionStringsSlotParameters, WebAppsListConnectionStringsSlotParameters, WebAppsGetDiagnosticLogsConfigurationSlotParameters, WebAppsUpdateDiagnosticLogsConfigSlotParameters, WebAppsUpdateMetadataSlotParameters, WebAppsListMetadataSlotParameters, WebAppsListPublishingCredentialsSlotParameters, WebAppsUpdateSitePushSettingsSlotParameters, WebAppsListSitePushSettingsSlotParameters, WebAppsGetConfigurationSlotParameters, WebAppsCreateOrUpdateConfigurationSlotParameters, WebAppsUpdateConfigurationSlotParameters, WebAppsListConfigurationSnapshotInfoSlotParameters, WebAppsGetConfigurationSnapshotSlotParameters, WebAppsRecoverSiteConfigurationSnapshotSlotParameters, WebAppsGetWebSiteContainerLogsSlotParameters, WebAppsGetContainerLogsZipSlotParameters, WebAppsListContinuousWebJobsSlotParameters, WebAppsGetContinuousWebJobSlotParameters, WebAppsDeleteContinuousWebJobSlotParameters, WebAppsStartContinuousWebJobSlotParameters, WebAppsStopContinuousWebJobSlotParameters, WebAppsListDeploymentsSlotParameters, WebAppsGetDeploymentSlotParameters, WebAppsCreateDeploymentSlotParameters, WebAppsDeleteDeploymentSlotParameters, WebAppsListDeploymentLogSlotParameters, WebAppsDiscoverBackupSlotParameters, WebAppsListDomainOwnershipIdentifiersSlotParameters, WebAppsGetDomainOwnershipIdentifierSlotParameters, WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotParameters, WebAppsDeleteDomainOwnershipIdentifierSlotParameters, WebAppsUpdateDomainOwnershipIdentifierSlotParameters, WebAppsGetMSDeployStatusSlotParameters, WebAppsCreateMSDeployOperationSlotParameters, WebAppsGetMSDeployLogSlotParameters, WebAppsListInstanceFunctionsSlotParameters, WebAppsGetFunctionsAdminTokenSlotParameters, WebAppsGetInstanceFunctionSlotParameters, WebAppsCreateInstanceFunctionSlotParameters, WebAppsDeleteInstanceFunctionSlotParameters, WebAppsCreateOrUpdateFunctionSecretSlotParameters, WebAppsDeleteFunctionSecretSlotParameters, WebAppsListFunctionKeysSlotParameters, WebAppsListFunctionSecretsSlotParameters, WebAppsListHostKeysSlotParameters, WebAppsListSyncStatusSlotParameters, WebAppsSyncFunctionsSlotParameters, WebAppsCreateOrUpdateHostSecretSlotParameters, WebAppsDeleteHostSecretSlotParameters, WebAppsListHostNameBindingsSlotParameters, WebAppsGetHostNameBindingSlotParameters, WebAppsCreateOrUpdateHostNameBindingSlotParameters, WebAppsDeleteHostNameBindingSlotParameters, WebAppsGetHybridConnectionSlotParameters, WebAppsCreateOrUpdateHybridConnectionSlotParameters, WebAppsDeleteHybridConnectionSlotParameters, WebAppsUpdateHybridConnectionSlotParameters, WebAppsListHybridConnectionsSlotParameters, WebAppsListRelayServiceConnectionsSlotParameters, WebAppsGetRelayServiceConnectionSlotParameters, WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters, WebAppsDeleteRelayServiceConnectionSlotParameters, WebAppsUpdateRelayServiceConnectionSlotParameters, WebAppsListInstanceIdentifiersSlotParameters, WebAppsGetInstanceInfoSlotParameters, WebAppsGetInstanceMsDeployStatusSlotParameters, WebAppsCreateInstanceMSDeployOperationSlotParameters, WebAppsGetInstanceMSDeployLogSlotParameters, WebAppsListInstanceProcessesSlotParameters, WebAppsGetInstanceProcessSlotParameters, WebAppsDeleteInstanceProcessSlotParameters, WebAppsGetInstanceProcessDumpSlotParameters, WebAppsListInstanceProcessModulesSlotParameters, WebAppsGetInstanceProcessModuleSlotParameters, WebAppsListInstanceProcessThreadsSlotParameters, WebAppsIsCloneableSlotParameters, WebAppsListSiteBackupsSlotParameters, WebAppsListSyncFunctionTriggersSlotParameters, WebAppsGetMigrateMySqlStatusSlotParameters, WebAppsGetSwiftVirtualNetworkConnectionSlotParameters, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotParameters, WebAppsDeleteSwiftVirtualNetworkSlotParameters, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotParameters, WebAppsListNetworkFeaturesSlotParameters, WebAppsGetNetworkTraceOperationSlotParameters, WebAppsStartWebSiteNetworkTraceSlotParameters, WebAppsStartWebSiteNetworkTraceOperationSlotParameters, WebAppsStopWebSiteNetworkTraceSlotParameters, WebAppsGetNetworkTracesSlotParameters, WebAppsGetNetworkTraceOperationSlotV2Parameters, WebAppsGetNetworkTracesSlotV2Parameters, WebAppsGenerateNewSitePublishingPasswordSlotParameters, WebAppsListPerfMonCountersSlotParameters, WebAppsGetSitePhpErrorLogFlagSlotParameters, WebAppsListPremierAddOnsSlotParameters, WebAppsGetPremierAddOnSlotParameters, WebAppsAddPremierAddOnSlotParameters, WebAppsDeletePremierAddOnSlotParameters, WebAppsUpdatePremierAddOnSlotParameters, WebAppsGetPrivateAccessSlotParameters, WebAppsPutPrivateAccessVnetSlotParameters, WebAppsGetPrivateEndpointConnectionListSlotParameters, WebAppsGetPrivateEndpointConnectionSlotParameters, WebAppsApproveOrRejectPrivateEndpointConnectionSlotParameters, WebAppsDeletePrivateEndpointConnectionSlotParameters, WebAppsGetPrivateLinkResourcesSlotParameters, WebAppsListProcessesSlotParameters, WebAppsGetProcessSlotParameters, WebAppsDeleteProcessSlotParameters, WebAppsGetProcessDumpSlotParameters, WebAppsListProcessModulesSlotParameters, WebAppsGetProcessModuleSlotParameters, WebAppsListProcessThreadsSlotParameters, WebAppsListPublicCertificatesSlotParameters, WebAppsGetPublicCertificateSlotParameters, WebAppsCreateOrUpdatePublicCertificateSlotParameters, WebAppsDeletePublicCertificateSlotParameters, WebAppsListPublishingProfileXmlWithSecretsSlotParameters, WebAppsResetSlotConfigurationSlotParameters, WebAppsRestartSlotParameters, WebAppsRestoreFromBackupBlobSlotParameters, WebAppsRestoreFromDeletedAppSlotParameters, WebAppsRestoreSnapshotSlotParameters, WebAppsListSiteExtensionsSlotParameters, WebAppsGetSiteExtensionSlotParameters, WebAppsInstallSiteExtensionSlotParameters, WebAppsDeleteSiteExtensionSlotParameters, WebAppsListSlotDifferencesSlotParameters, WebAppsSwapSlotParameters, WebAppsListSnapshotsSlotParameters, WebAppsListSnapshotsFromDRSecondarySlotParameters, WebAppsGetSourceControlSlotParameters, WebAppsCreateOrUpdateSourceControlSlotParameters, WebAppsDeleteSourceControlSlotParameters, WebAppsUpdateSourceControlSlotParameters, WebAppsStartSlotParameters, WebAppsStartNetworkTraceSlotParameters, WebAppsStopSlotParameters, WebAppsStopNetworkTraceSlotParameters, WebAppsSyncRepositorySlotParameters, WebAppsSyncFunctionTriggersSlotParameters, WebAppsListTriggeredWebJobsSlotParameters, WebAppsGetTriggeredWebJobSlotParameters, WebAppsDeleteTriggeredWebJobSlotParameters, WebAppsListTriggeredWebJobHistorySlotParameters, WebAppsGetTriggeredWebJobHistorySlotParameters, WebAppsRunTriggeredWebJobSlotParameters, WebAppsListUsagesSlotParameters, WebAppsListVnetConnectionsSlotParameters, WebAppsGetVnetConnectionSlotParameters, WebAppsCreateOrUpdateVnetConnectionSlotParameters, WebAppsDeleteVnetConnectionSlotParameters, WebAppsUpdateVnetConnectionSlotParameters, WebAppsGetVnetConnectionGatewaySlotParameters, WebAppsCreateOrUpdateVnetConnectionGatewaySlotParameters, WebAppsUpdateVnetConnectionGatewaySlotParameters, WebAppsListWebJobsSlotParameters, WebAppsGetWebJobSlotParameters, WebAppsListSlotDifferencesFromProductionParameters, WebAppsSwapSlotWithProductionParameters, WebAppsListSnapshotsParameters, WebAppsListSnapshotsFromDRSecondaryParameters, WebAppsGetSourceControlParameters, WebAppsCreateOrUpdateSourceControlParameters, WebAppsDeleteSourceControlParameters, WebAppsUpdateSourceControlParameters, WebAppsStartParameters, WebAppsStartNetworkTraceParameters, WebAppsStopParameters, WebAppsStopNetworkTraceParameters, WebAppsSyncRepositoryParameters, WebAppsSyncFunctionTriggersParameters, WebAppsListTriggeredWebJobsParameters, WebAppsGetTriggeredWebJobParameters, WebAppsDeleteTriggeredWebJobParameters, WebAppsListTriggeredWebJobHistoryParameters, WebAppsGetTriggeredWebJobHistoryParameters, WebAppsRunTriggeredWebJobParameters, WebAppsListUsagesParameters, WebAppsListVnetConnectionsParameters, WebAppsGetVnetConnectionParameters, WebAppsCreateOrUpdateVnetConnectionParameters, WebAppsDeleteVnetConnectionParameters, WebAppsUpdateVnetConnectionParameters, WebAppsGetVnetConnectionGatewayParameters, WebAppsCreateOrUpdateVnetConnectionGatewayParameters, WebAppsUpdateVnetConnectionGatewayParameters, WebAppsListWebJobsParameters, WebAppsGetWebJobParameters } from "./parameters.js";
2
+ import type { AppServiceCertificateOrdersList200Response, AppServiceCertificateOrdersListDefaultResponse, AppServiceCertificateOrdersValidatePurchaseInformation204Response, AppServiceCertificateOrdersValidatePurchaseInformationDefaultResponse, AppServiceCertificateOrdersListByResourceGroup200Response, AppServiceCertificateOrdersListByResourceGroupDefaultResponse, AppServiceCertificateOrdersGet200Response, AppServiceCertificateOrdersGetDefaultResponse, AppServiceCertificateOrdersCreateOrUpdate200Response, AppServiceCertificateOrdersCreateOrUpdate201Response, AppServiceCertificateOrdersCreateOrUpdateDefaultResponse, AppServiceCertificateOrdersDelete200Response, AppServiceCertificateOrdersDelete204Response, AppServiceCertificateOrdersDeleteDefaultResponse, AppServiceCertificateOrdersUpdate200Response, AppServiceCertificateOrdersUpdateDefaultResponse, AppServiceCertificateOrdersListCertificates200Response, AppServiceCertificateOrdersListCertificatesDefaultResponse, AppServiceCertificateOrdersGetCertificate200Response, AppServiceCertificateOrdersGetCertificateDefaultResponse, AppServiceCertificateOrdersCreateOrUpdateCertificate200Response, AppServiceCertificateOrdersCreateOrUpdateCertificate201Response, AppServiceCertificateOrdersCreateOrUpdateCertificateDefaultResponse, AppServiceCertificateOrdersDeleteCertificate200Response, AppServiceCertificateOrdersDeleteCertificate204Response, AppServiceCertificateOrdersDeleteCertificateDefaultResponse, AppServiceCertificateOrdersUpdateCertificate200Response, AppServiceCertificateOrdersUpdateCertificateDefaultResponse, AppServiceCertificateOrdersReissue204Response, AppServiceCertificateOrdersReissueDefaultResponse, AppServiceCertificateOrdersRenew204Response, AppServiceCertificateOrdersRenewDefaultResponse, AppServiceCertificateOrdersResendEmail204Response, AppServiceCertificateOrdersResendEmailDefaultResponse, AppServiceCertificateOrdersResendRequestEmails204Response, AppServiceCertificateOrdersResendRequestEmailsDefaultResponse, AppServiceCertificateOrdersRetrieveSiteSeal200Response, AppServiceCertificateOrdersRetrieveSiteSealDefaultResponse, AppServiceCertificateOrdersVerifyDomainOwnership204Response, AppServiceCertificateOrdersVerifyDomainOwnershipDefaultResponse, AppServiceCertificateOrdersRetrieveCertificateActions200Response, AppServiceCertificateOrdersRetrieveCertificateActionsDefaultResponse, AppServiceCertificateOrdersRetrieveCertificateEmailHistory200Response, AppServiceCertificateOrdersRetrieveCertificateEmailHistoryDefaultResponse, CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponse200Response, CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseDefaultResponse, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponse200Response, CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseDefaultResponse, CertificateRegistrationProviderListOperations200Response, CertificateRegistrationProviderListOperationsDefaultResponse, DomainsCheckAvailability200Response, DomainsCheckAvailabilityDefaultResponse, DomainsList200Response, DomainsListDefaultResponse, DomainsGetControlCenterSsoRequest200Response, DomainsGetControlCenterSsoRequestDefaultResponse, DomainsListRecommendations200Response, DomainsListRecommendationsDefaultResponse, DomainsListByResourceGroup200Response, DomainsListByResourceGroupDefaultResponse, DomainsGet200Response, DomainsGetDefaultResponse, DomainsCreateOrUpdate200Response, DomainsCreateOrUpdate202Response, DomainsCreateOrUpdateDefaultResponse, DomainsDelete200Response, DomainsDelete204Response, DomainsDeleteDefaultResponse, DomainsUpdate200Response, DomainsUpdate202Response, DomainsUpdateDefaultResponse, DomainsListOwnershipIdentifiers200Response, DomainsListOwnershipIdentifiersDefaultResponse, DomainsGetOwnershipIdentifier200Response, DomainsGetOwnershipIdentifierDefaultResponse, DomainsCreateOrUpdateOwnershipIdentifier200Response, DomainsCreateOrUpdateOwnershipIdentifierDefaultResponse, DomainsDeleteOwnershipIdentifier200Response, DomainsDeleteOwnershipIdentifier204Response, DomainsDeleteOwnershipIdentifierDefaultResponse, DomainsUpdateOwnershipIdentifier200Response, DomainsUpdateOwnershipIdentifierDefaultResponse, DomainsRenew200Response, DomainsRenew202Response, DomainsRenew204Response, DomainsRenewDefaultResponse, DomainsTransferOut200Response, DomainsTransferOut400Response, DomainsTransferOutDefaultResponse, TopLevelDomainsList200Response, TopLevelDomainsListDefaultResponse, TopLevelDomainsGet200Response, TopLevelDomainsGetDefaultResponse, TopLevelDomainsListAgreements200Response, TopLevelDomainsListAgreementsDefaultResponse, DomainRegistrationProviderListOperations200Response, DomainRegistrationProviderListOperationsDefaultResponse, AppServiceEnvironmentsList200Response, AppServiceEnvironmentsListDefaultResponse, AppServiceEnvironmentsListByResourceGroup200Response, AppServiceEnvironmentsListByResourceGroupDefaultResponse, AppServiceEnvironmentsGet200Response, AppServiceEnvironmentsGetDefaultResponse, AppServiceEnvironmentsCreateOrUpdate200Response, AppServiceEnvironmentsCreateOrUpdate201Response, AppServiceEnvironmentsCreateOrUpdate202Response, AppServiceEnvironmentsCreateOrUpdateDefaultResponse, AppServiceEnvironmentsDelete202Response, AppServiceEnvironmentsDelete204Response, AppServiceEnvironmentsDeleteDefaultResponse, AppServiceEnvironmentsUpdate200Response, AppServiceEnvironmentsUpdate201Response, AppServiceEnvironmentsUpdate202Response, AppServiceEnvironmentsUpdateDefaultResponse, AppServiceEnvironmentsListCapacities200Response, AppServiceEnvironmentsListCapacitiesDefaultResponse, AppServiceEnvironmentsGetVipInfo200Response, AppServiceEnvironmentsGetVipInfoDefaultResponse, AppServiceEnvironmentsChangeVnet200Response, AppServiceEnvironmentsChangeVnet202Response, AppServiceEnvironmentsChangeVnetDefaultResponse, AppServiceEnvironmentsGetAseV3NetworkingConfiguration200Response, AppServiceEnvironmentsGetAseV3NetworkingConfigurationDefaultResponse, AppServiceEnvironmentsUpdateAseNetworkingConfiguration200Response, AppServiceEnvironmentsUpdateAseNetworkingConfigurationDefaultResponse, AppServiceEnvironmentsListDiagnostics200Response, AppServiceEnvironmentsListDiagnosticsDefaultResponse, AppServiceEnvironmentsGetDiagnosticsItem200Response, AppServiceEnvironmentsGetDiagnosticsItemDefaultResponse, AppServiceEnvironmentsGetInboundNetworkDependenciesEndpoints200Response, AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsDefaultResponse, AppServiceEnvironmentsListMultiRolePools200Response, AppServiceEnvironmentsListMultiRolePoolsDefaultResponse, AppServiceEnvironmentsGetMultiRolePool200Response, AppServiceEnvironmentsGetMultiRolePoolDefaultResponse, AppServiceEnvironmentsCreateOrUpdateMultiRolePool200Response, AppServiceEnvironmentsCreateOrUpdateMultiRolePool202Response, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolDefaultResponse, AppServiceEnvironmentsUpdateMultiRolePool200Response, AppServiceEnvironmentsUpdateMultiRolePool202Response, AppServiceEnvironmentsUpdateMultiRolePoolDefaultResponse, AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitions200Response, AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsDefaultResponse, AppServiceEnvironmentsListMultiRoleMetricDefinitions200Response, AppServiceEnvironmentsListMultiRoleMetricDefinitionsDefaultResponse, AppServiceEnvironmentsListMultiRolePoolSkus200Response, AppServiceEnvironmentsListMultiRolePoolSkusDefaultResponse, AppServiceEnvironmentsListMultiRoleUsages200Response, AppServiceEnvironmentsListMultiRoleUsagesDefaultResponse, AppServiceEnvironmentsListOperations200Response, AppServiceEnvironmentsListOperationsDefaultResponse, AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpoints200Response, AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsDefaultResponse, AppServiceEnvironmentsGetPrivateEndpointConnectionList200Response, AppServiceEnvironmentsGetPrivateEndpointConnectionListDefaultResponse, AppServiceEnvironmentsGetPrivateEndpointConnection200Response, AppServiceEnvironmentsGetPrivateEndpointConnectionDefaultResponse, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection200Response, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection202Response, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionDefaultResponse, AppServiceEnvironmentsDeletePrivateEndpointConnection200Response, AppServiceEnvironmentsDeletePrivateEndpointConnection202Response, AppServiceEnvironmentsDeletePrivateEndpointConnection204Response, AppServiceEnvironmentsDeletePrivateEndpointConnectionDefaultResponse, AppServiceEnvironmentsGetPrivateLinkResources200Response, AppServiceEnvironmentsGetPrivateLinkResourcesDefaultResponse, AppServiceEnvironmentsReboot202Response, AppServiceEnvironmentsRebootDefaultResponse, AppServiceEnvironmentsResume200Response, AppServiceEnvironmentsResume202Response, AppServiceEnvironmentsResumeDefaultResponse, AppServiceEnvironmentsListAppServicePlans200Response, AppServiceEnvironmentsListAppServicePlansDefaultResponse, AppServiceEnvironmentsListWebApps200Response, AppServiceEnvironmentsListWebAppsDefaultResponse, AppServiceEnvironmentsSuspend200Response, AppServiceEnvironmentsSuspend202Response, AppServiceEnvironmentsSuspendDefaultResponse, AppServiceEnvironmentsListUsages200Response, AppServiceEnvironmentsListUsagesDefaultResponse, AppServiceEnvironmentsListWorkerPools200Response, AppServiceEnvironmentsListWorkerPoolsDefaultResponse, AppServiceEnvironmentsGetWorkerPool200Response, AppServiceEnvironmentsGetWorkerPoolDefaultResponse, AppServiceEnvironmentsCreateOrUpdateWorkerPool200Response, AppServiceEnvironmentsCreateOrUpdateWorkerPool202Response, AppServiceEnvironmentsCreateOrUpdateWorkerPoolDefaultResponse, AppServiceEnvironmentsUpdateWorkerPool200Response, AppServiceEnvironmentsUpdateWorkerPool202Response, AppServiceEnvironmentsUpdateWorkerPoolDefaultResponse, AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitions200Response, AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsDefaultResponse, AppServiceEnvironmentsListWebWorkerMetricDefinitions200Response, AppServiceEnvironmentsListWebWorkerMetricDefinitionsDefaultResponse, AppServiceEnvironmentsListWorkerPoolSkus200Response, AppServiceEnvironmentsListWorkerPoolSkusDefaultResponse, AppServiceEnvironmentsListWebWorkerUsages200Response, AppServiceEnvironmentsListWebWorkerUsagesDefaultResponse, AppServicePlansList200Response, AppServicePlansListDefaultResponse, AppServicePlansListByResourceGroup200Response, AppServicePlansListByResourceGroupDefaultResponse, AppServicePlansGet200Response, AppServicePlansGet404Response, AppServicePlansGetDefaultResponse, AppServicePlansCreateOrUpdate200Response, AppServicePlansCreateOrUpdate202Response, AppServicePlansCreateOrUpdateDefaultResponse, AppServicePlansDelete200Response, AppServicePlansDelete204Response, AppServicePlansDeleteDefaultResponse, AppServicePlansUpdate200Response, AppServicePlansUpdate202Response, AppServicePlansUpdateDefaultResponse, AppServicePlansListCapabilities200Response, AppServicePlansListCapabilitiesDefaultResponse, AppServicePlansGetHybridConnection200Response, AppServicePlansGetHybridConnectionDefaultResponse, AppServicePlansDeleteHybridConnection200Response, AppServicePlansDeleteHybridConnection204Response, AppServicePlansDeleteHybridConnectionDefaultResponse, AppServicePlansListHybridConnectionKeys200Response, AppServicePlansListHybridConnectionKeysDefaultResponse, AppServicePlansListWebAppsByHybridConnection200Response, AppServicePlansListWebAppsByHybridConnectionDefaultResponse, AppServicePlansGetHybridConnectionPlanLimit200Response, AppServicePlansGetHybridConnectionPlanLimitDefaultResponse, AppServicePlansListHybridConnections200Response, AppServicePlansListHybridConnectionsDefaultResponse, AppServicePlansRestartWebApps204Response, AppServicePlansRestartWebAppsDefaultResponse, AppServicePlansListWebApps200Response, AppServicePlansListWebAppsDefaultResponse, AppServicePlansGetServerFarmSkus200Response, AppServicePlansGetServerFarmSkusDefaultResponse, AppServicePlansListUsages200Response, AppServicePlansListUsagesDefaultResponse, AppServicePlansListVnets200Response, AppServicePlansListVnetsDefaultResponse, AppServicePlansGetVnetFromServerFarm200Response, AppServicePlansGetVnetFromServerFarm404Response, AppServicePlansGetVnetFromServerFarmDefaultResponse, AppServicePlansGetVnetGateway200Response, AppServicePlansGetVnetGatewayDefaultResponse, AppServicePlansUpdateVnetGateway200Response, AppServicePlansUpdateVnetGatewayDefaultResponse, AppServicePlansListRoutesForVnet200Response, AppServicePlansListRoutesForVnetDefaultResponse, AppServicePlansGetRouteForVnet200Response, AppServicePlansGetRouteForVnet404Response, AppServicePlansGetRouteForVnetDefaultResponse, AppServicePlansCreateOrUpdateVnetRoute200Response, AppServicePlansCreateOrUpdateVnetRoute400Response, AppServicePlansCreateOrUpdateVnetRoute404Response, AppServicePlansCreateOrUpdateVnetRouteDefaultResponse, AppServicePlansDeleteVnetRoute200Response, AppServicePlansDeleteVnetRoute404Response, AppServicePlansDeleteVnetRouteDefaultResponse, AppServicePlansUpdateVnetRoute200Response, AppServicePlansUpdateVnetRoute400Response, AppServicePlansUpdateVnetRoute404Response, AppServicePlansUpdateVnetRouteDefaultResponse, AppServicePlansRebootWorker204Response, AppServicePlansRebootWorkerDefaultResponse, CertificatesList200Response, CertificatesListDefaultResponse, CertificatesListByResourceGroup200Response, CertificatesListByResourceGroupDefaultResponse, CertificatesGet200Response, CertificatesGetDefaultResponse, CertificatesCreateOrUpdate200Response, CertificatesCreateOrUpdateDefaultResponse, CertificatesDelete200Response, CertificatesDelete204Response, CertificatesDeleteDefaultResponse, CertificatesUpdate200Response, CertificatesUpdateDefaultResponse, ContainerAppsListBySubscription200Response, ContainerAppsListBySubscriptionDefaultResponse, ContainerAppsListByResourceGroup200Response, ContainerAppsListByResourceGroupDefaultResponse, ContainerAppsGet200Response, ContainerAppsGet404Response, ContainerAppsGetDefaultResponse, ContainerAppsCreateOrUpdate200Response, ContainerAppsCreateOrUpdate201Response, ContainerAppsCreateOrUpdateDefaultResponse, ContainerAppsDelete200Response, ContainerAppsDelete202Response, ContainerAppsDelete204Response, ContainerAppsDeleteDefaultResponse, ContainerAppsListSecrets200Response, ContainerAppsListSecretsDefaultResponse, ContainerAppsRevisionsListRevisions200Response, ContainerAppsRevisionsListRevisionsDefaultResponse, ContainerAppsRevisionsGetRevision200Response, ContainerAppsRevisionsGetRevisionDefaultResponse, ContainerAppsRevisionsActivateRevision200Response, ContainerAppsRevisionsActivateRevisionDefaultResponse, ContainerAppsRevisionsDeactivateRevision200Response, ContainerAppsRevisionsDeactivateRevisionDefaultResponse, ContainerAppsRevisionsRestartRevision200Response, ContainerAppsRevisionsRestartRevisionDefaultResponse, DeletedWebAppsList200Response, DeletedWebAppsListDefaultResponse, DeletedWebAppsListByLocation200Response, DeletedWebAppsListByLocationDefaultResponse, DeletedWebAppsGetDeletedWebAppByLocation200Response, DeletedWebAppsGetDeletedWebAppByLocationDefaultResponse, DiagnosticsListHostingEnvironmentDetectorResponses200Response, DiagnosticsListHostingEnvironmentDetectorResponsesDefaultResponse, DiagnosticsGetHostingEnvironmentDetectorResponse200Response, DiagnosticsGetHostingEnvironmentDetectorResponseDefaultResponse, DiagnosticsListSiteDetectorResponses200Response, DiagnosticsListSiteDetectorResponsesDefaultResponse, DiagnosticsGetSiteDetectorResponse200Response, DiagnosticsGetSiteDetectorResponseDefaultResponse, DiagnosticsListSiteDiagnosticCategories200Response, DiagnosticsListSiteDiagnosticCategoriesDefaultResponse, DiagnosticsGetSiteDiagnosticCategory200Response, DiagnosticsGetSiteDiagnosticCategoryDefaultResponse, DiagnosticsListSiteAnalyses200Response, DiagnosticsListSiteAnalysesDefaultResponse, DiagnosticsGetSiteAnalysis200Response, DiagnosticsGetSiteAnalysisDefaultResponse, DiagnosticsExecuteSiteAnalysis200Response, DiagnosticsExecuteSiteAnalysisDefaultResponse, DiagnosticsListSiteDetectors200Response, DiagnosticsListSiteDetectorsDefaultResponse, DiagnosticsGetSiteDetector200Response, DiagnosticsGetSiteDetectorDefaultResponse, DiagnosticsExecuteSiteDetector200Response, DiagnosticsExecuteSiteDetectorDefaultResponse, DiagnosticsListSiteDetectorResponsesSlot200Response, DiagnosticsListSiteDetectorResponsesSlotDefaultResponse, DiagnosticsGetSiteDetectorResponseSlot200Response, DiagnosticsGetSiteDetectorResponseSlotDefaultResponse, DiagnosticsListSiteDiagnosticCategoriesSlot200Response, DiagnosticsListSiteDiagnosticCategoriesSlotDefaultResponse, DiagnosticsGetSiteDiagnosticCategorySlot200Response, DiagnosticsGetSiteDiagnosticCategorySlotDefaultResponse, DiagnosticsListSiteAnalysesSlot200Response, DiagnosticsListSiteAnalysesSlotDefaultResponse, DiagnosticsGetSiteAnalysisSlot200Response, DiagnosticsGetSiteAnalysisSlotDefaultResponse, DiagnosticsExecuteSiteAnalysisSlot200Response, DiagnosticsExecuteSiteAnalysisSlotDefaultResponse, DiagnosticsListSiteDetectorsSlot200Response, DiagnosticsListSiteDetectorsSlotDefaultResponse, DiagnosticsGetSiteDetectorSlot200Response, DiagnosticsGetSiteDetectorSlotDefaultResponse, DiagnosticsExecuteSiteDetectorSlot200Response, DiagnosticsExecuteSiteDetectorSlotDefaultResponse, GlobalGetDeletedWebApp200Response, GlobalGetDeletedWebAppDefaultResponse, GlobalGetDeletedWebAppSnapshots200Response, GlobalGetDeletedWebAppSnapshotsDefaultResponse, GlobalGetSubscriptionOperationWithAsyncResponse204Response, GlobalGetSubscriptionOperationWithAsyncResponseDefaultResponse, KubeEnvironmentsListBySubscription200Response, KubeEnvironmentsListBySubscriptionDefaultResponse, KubeEnvironmentsListByResourceGroup200Response, KubeEnvironmentsListByResourceGroupDefaultResponse, KubeEnvironmentsGet200Response, KubeEnvironmentsGetDefaultResponse, KubeEnvironmentsCreateOrUpdate200Response, KubeEnvironmentsCreateOrUpdate201Response, KubeEnvironmentsCreateOrUpdateDefaultResponse, KubeEnvironmentsDelete200Response, KubeEnvironmentsDelete202Response, KubeEnvironmentsDelete204Response, KubeEnvironmentsDeleteDefaultResponse, KubeEnvironmentsUpdate200Response, KubeEnvironmentsUpdate201Response, KubeEnvironmentsUpdateDefaultResponse, ProviderGetAvailableStacks200Response, ProviderGetAvailableStacksDefaultResponse, ProviderGetFunctionAppStacks200Response, ProviderGetFunctionAppStacksDefaultResponse, ProviderGetFunctionAppStacksForLocation200Response, ProviderGetFunctionAppStacksForLocationDefaultResponse, ProviderGetWebAppStacksForLocation200Response, ProviderGetWebAppStacksForLocationDefaultResponse, ProviderListOperations200Response, ProviderListOperationsDefaultResponse, ProviderGetWebAppStacks200Response, ProviderGetWebAppStacksDefaultResponse, ProviderGetAvailableStacksOnPrem200Response, ProviderGetAvailableStacksOnPremDefaultResponse, RecommendationsList200Response, RecommendationsListDefaultResponse, RecommendationsResetAllFilters204Response, RecommendationsResetAllFiltersDefaultResponse, RecommendationsDisableRecommendationForSubscription200Response, RecommendationsDisableRecommendationForSubscriptionDefaultResponse, RecommendationsListHistoryForHostingEnvironment200Response, RecommendationsListHistoryForHostingEnvironmentDefaultResponse, RecommendationsListRecommendedRulesForHostingEnvironment200Response, RecommendationsListRecommendedRulesForHostingEnvironmentDefaultResponse, RecommendationsDisableAllForHostingEnvironment204Response, RecommendationsDisableAllForHostingEnvironmentDefaultResponse, RecommendationsResetAllFiltersForHostingEnvironment204Response, RecommendationsResetAllFiltersForHostingEnvironmentDefaultResponse, RecommendationsGetRuleDetailsByHostingEnvironment200Response, RecommendationsGetRuleDetailsByHostingEnvironmentDefaultResponse, RecommendationsDisableRecommendationForHostingEnvironment200Response, RecommendationsDisableRecommendationForHostingEnvironmentDefaultResponse, RecommendationsListHistoryForWebApp200Response, RecommendationsListHistoryForWebAppDefaultResponse, RecommendationsListRecommendedRulesForWebApp200Response, RecommendationsListRecommendedRulesForWebAppDefaultResponse, RecommendationsDisableAllForWebApp204Response, RecommendationsDisableAllForWebAppDefaultResponse, RecommendationsResetAllFiltersForWebApp204Response, RecommendationsResetAllFiltersForWebAppDefaultResponse, RecommendationsGetRuleDetailsByWebApp200Response, RecommendationsGetRuleDetailsByWebAppDefaultResponse, RecommendationsDisableRecommendationForSite200Response, RecommendationsDisableRecommendationForSiteDefaultResponse, ResourceHealthMetadataList200Response, ResourceHealthMetadataListDefaultResponse, ResourceHealthMetadataListByResourceGroup200Response, ResourceHealthMetadataListByResourceGroupDefaultResponse, ResourceHealthMetadataListBySite200Response, ResourceHealthMetadataListBySiteDefaultResponse, ResourceHealthMetadataGetBySite200Response, ResourceHealthMetadataGetBySiteDefaultResponse, ResourceHealthMetadataListBySiteSlot200Response, ResourceHealthMetadataListBySiteSlotDefaultResponse, ResourceHealthMetadataGetBySiteSlot200Response, ResourceHealthMetadataGetBySiteSlotDefaultResponse, GetPublishingUser200Response, GetPublishingUserDefaultResponse, UpdatePublishingUser200Response, UpdatePublishingUserDefaultResponse, ListSourceControls200Response, ListSourceControlsDefaultResponse, GetSourceControl200Response, GetSourceControlDefaultResponse, UpdateSourceControl200Response, UpdateSourceControlDefaultResponse, ListBillingMeters200Response, ListBillingMetersDefaultResponse, CheckNameAvailability200Response, CheckNameAvailabilityDefaultResponse, ListCustomHostNameSites200Response, ListCustomHostNameSitesDefaultResponse, GetSubscriptionDeploymentLocations200Response, GetSubscriptionDeploymentLocationsDefaultResponse, ListGeoRegions200Response, ListGeoRegionsDefaultResponse, ListSiteIdentifiersAssignedToHostName200Response, ListSiteIdentifiersAssignedToHostNameDefaultResponse, ListPremierAddOnOffers200Response, ListPremierAddOnOffersDefaultResponse, ListSkus200Response, ListSkusDefaultResponse, VerifyHostingEnvironmentVnet200Response, VerifyHostingEnvironmentVnetDefaultResponse, Move204Response, MoveDefaultResponse, Validate200Response, ValidateDefaultResponse, ValidateMove204Response, ValidateMoveDefaultResponse, StaticSitesPreviewWorkflow200Response, StaticSitesPreviewWorkflowDefaultResponse, StaticSitesList200Response, StaticSitesListDefaultResponse, StaticSitesGetStaticSitesByResourceGroup200Response, StaticSitesGetStaticSitesByResourceGroupDefaultResponse, StaticSitesGetStaticSite200Response, StaticSitesGetStaticSiteDefaultResponse, StaticSitesCreateOrUpdateStaticSite200Response, StaticSitesCreateOrUpdateStaticSite202Response, StaticSitesCreateOrUpdateStaticSiteDefaultResponse, StaticSitesDeleteStaticSite200Response, StaticSitesDeleteStaticSite202Response, StaticSitesDeleteStaticSiteDefaultResponse, StaticSitesUpdateStaticSite200Response, StaticSitesUpdateStaticSite202Response, StaticSitesUpdateStaticSiteDefaultResponse, StaticSitesListStaticSiteUsers200Response, StaticSitesListStaticSiteUsersDefaultResponse, StaticSitesDeleteStaticSiteUser200Response, StaticSitesDeleteStaticSiteUserDefaultResponse, StaticSitesUpdateStaticSiteUser200Response, StaticSitesUpdateStaticSiteUserDefaultResponse, StaticSitesGetStaticSiteBuilds200Response, StaticSitesGetStaticSiteBuildsDefaultResponse, StaticSitesGetStaticSiteBuild200Response, StaticSitesGetStaticSiteBuildDefaultResponse, StaticSitesDeleteStaticSiteBuild200Response, StaticSitesDeleteStaticSiteBuild202Response, StaticSitesDeleteStaticSiteBuild204Response, StaticSitesDeleteStaticSiteBuildDefaultResponse, StaticSitesCreateOrUpdateStaticSiteBuildAppSettings200Response, StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsDefaultResponse, StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettings200Response, StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsDefaultResponse, StaticSitesListStaticSiteBuildFunctions200Response, StaticSitesListStaticSiteBuildFunctionsDefaultResponse, StaticSitesListStaticSiteBuildAppSettings200Response, StaticSitesListStaticSiteBuildAppSettingsDefaultResponse, StaticSitesListStaticSiteBuildFunctionAppSettings200Response, StaticSitesListStaticSiteBuildFunctionAppSettingsDefaultResponse, StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuild200Response, StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildDefaultResponse, StaticSitesGetUserProvidedFunctionAppForStaticSiteBuild200Response, StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildDefaultResponse, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuild200Response, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuild202Response, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildDefaultResponse, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuild200Response, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuild204Response, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildDefaultResponse, StaticSitesCreateZipDeploymentForStaticSiteBuild200Response, StaticSitesCreateZipDeploymentForStaticSiteBuild202Response, StaticSitesCreateZipDeploymentForStaticSiteBuildDefaultResponse, StaticSitesCreateOrUpdateStaticSiteAppSettings200Response, StaticSitesCreateOrUpdateStaticSiteAppSettingsDefaultResponse, StaticSitesCreateOrUpdateStaticSiteFunctionAppSettings200Response, StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsDefaultResponse, StaticSitesCreateUserRolesInvitationLink200Response, StaticSitesCreateUserRolesInvitationLinkDefaultResponse, StaticSitesListStaticSiteCustomDomains200Response, StaticSitesListStaticSiteCustomDomainsDefaultResponse, StaticSitesGetStaticSiteCustomDomain200Response, StaticSitesGetStaticSiteCustomDomainDefaultResponse, StaticSitesCreateOrUpdateStaticSiteCustomDomain200Response, StaticSitesCreateOrUpdateStaticSiteCustomDomain202Response, StaticSitesCreateOrUpdateStaticSiteCustomDomainDefaultResponse, StaticSitesDeleteStaticSiteCustomDomain200Response, StaticSitesDeleteStaticSiteCustomDomain202Response, StaticSitesDeleteStaticSiteCustomDomainDefaultResponse, StaticSitesValidateCustomDomainCanBeAddedToStaticSite200Response, StaticSitesValidateCustomDomainCanBeAddedToStaticSite202Response, StaticSitesValidateCustomDomainCanBeAddedToStaticSiteDefaultResponse, StaticSitesDetachStaticSite200Response, StaticSitesDetachStaticSite202Response, StaticSitesDetachStaticSiteDefaultResponse, StaticSitesListStaticSiteFunctions200Response, StaticSitesListStaticSiteFunctionsDefaultResponse, StaticSitesListStaticSiteAppSettings200Response, StaticSitesListStaticSiteAppSettingsDefaultResponse, StaticSitesListStaticSiteConfiguredRoles200Response, StaticSitesListStaticSiteConfiguredRolesDefaultResponse, StaticSitesListStaticSiteFunctionAppSettings200Response, StaticSitesListStaticSiteFunctionAppSettingsDefaultResponse, StaticSitesListStaticSiteSecrets200Response, StaticSitesListStaticSiteSecretsDefaultResponse, StaticSitesGetPrivateEndpointConnectionList200Response, StaticSitesGetPrivateEndpointConnectionListDefaultResponse, StaticSitesGetPrivateEndpointConnection200Response, StaticSitesGetPrivateEndpointConnectionDefaultResponse, StaticSitesApproveOrRejectPrivateEndpointConnection200Response, StaticSitesApproveOrRejectPrivateEndpointConnection202Response, StaticSitesApproveOrRejectPrivateEndpointConnectionDefaultResponse, StaticSitesDeletePrivateEndpointConnection200Response, StaticSitesDeletePrivateEndpointConnection202Response, StaticSitesDeletePrivateEndpointConnection204Response, StaticSitesDeletePrivateEndpointConnectionDefaultResponse, StaticSitesGetPrivateLinkResources200Response, StaticSitesGetPrivateLinkResourcesDefaultResponse, StaticSitesResetStaticSiteApiKey200Response, StaticSitesResetStaticSiteApiKeyDefaultResponse, StaticSitesGetUserProvidedFunctionAppsForStaticSite200Response, StaticSitesGetUserProvidedFunctionAppsForStaticSiteDefaultResponse, StaticSitesGetUserProvidedFunctionAppForStaticSite200Response, StaticSitesGetUserProvidedFunctionAppForStaticSiteDefaultResponse, StaticSitesRegisterUserProvidedFunctionAppWithStaticSite200Response, StaticSitesRegisterUserProvidedFunctionAppWithStaticSite202Response, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteDefaultResponse, StaticSitesDetachUserProvidedFunctionAppFromStaticSite200Response, StaticSitesDetachUserProvidedFunctionAppFromStaticSite204Response, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteDefaultResponse, StaticSitesCreateZipDeploymentForStaticSite200Response, StaticSitesCreateZipDeploymentForStaticSite202Response, StaticSitesCreateZipDeploymentForStaticSiteDefaultResponse, WebAppsList200Response, WebAppsListDefaultResponse, WebAppsListByResourceGroup200Response, WebAppsListByResourceGroupDefaultResponse, WebAppsGet200Response, WebAppsGet404Response, WebAppsGetDefaultResponse, WebAppsCreateOrUpdate200Response, WebAppsCreateOrUpdate202Response, WebAppsCreateOrUpdateDefaultResponse, WebAppsDelete200Response, WebAppsDelete204Response, WebAppsDelete404Response, WebAppsDeleteDefaultResponse, WebAppsUpdate200Response, WebAppsUpdate202Response, WebAppsUpdateDefaultResponse, WebAppsAnalyzeCustomHostname200Response, WebAppsAnalyzeCustomHostnameDefaultResponse, WebAppsApplySlotConfigToProduction200Response, WebAppsApplySlotConfigToProductionDefaultResponse, WebAppsBackup200Response, WebAppsBackupDefaultResponse, WebAppsListBackups200Response, WebAppsListBackupsDefaultResponse, WebAppsGetBackupStatus200Response, WebAppsGetBackupStatusDefaultResponse, WebAppsDeleteBackup200Response, WebAppsDeleteBackup404Response, WebAppsDeleteBackupDefaultResponse, WebAppsListBackupStatusSecrets200Response, WebAppsListBackupStatusSecretsDefaultResponse, WebAppsRestore200Response, WebAppsRestore202Response, WebAppsRestoreDefaultResponse, WebAppsListBasicPublishingCredentialsPolicies200Response, WebAppsListBasicPublishingCredentialsPoliciesDefaultResponse, WebAppsGetFtpAllowed200Response, WebAppsGetFtpAllowedDefaultResponse, WebAppsUpdateFtpAllowed200Response, WebAppsUpdateFtpAllowedDefaultResponse, WebAppsGetScmAllowed200Response, WebAppsGetScmAllowedDefaultResponse, WebAppsUpdateScmAllowed200Response, WebAppsUpdateScmAllowedDefaultResponse, WebAppsListConfigurations200Response, WebAppsListConfigurationsDefaultResponse, WebAppsUpdateApplicationSettings200Response, WebAppsUpdateApplicationSettingsDefaultResponse, WebAppsListApplicationSettings200Response, WebAppsListApplicationSettingsDefaultResponse, WebAppsUpdateAuthSettings200Response, WebAppsUpdateAuthSettingsDefaultResponse, WebAppsGetAuthSettings200Response, WebAppsGetAuthSettingsDefaultResponse, WebAppsGetAuthSettingsV2WithoutSecrets200Response, WebAppsGetAuthSettingsV2WithoutSecretsDefaultResponse, WebAppsUpdateAuthSettingsV2200Response, WebAppsUpdateAuthSettingsV2DefaultResponse, WebAppsGetAuthSettingsV2200Response, WebAppsGetAuthSettingsV2DefaultResponse, WebAppsUpdateAzureStorageAccounts200Response, WebAppsUpdateAzureStorageAccountsDefaultResponse, WebAppsListAzureStorageAccounts200Response, WebAppsListAzureStorageAccountsDefaultResponse, WebAppsUpdateBackupConfiguration200Response, WebAppsUpdateBackupConfigurationDefaultResponse, WebAppsDeleteBackupConfiguration200Response, WebAppsDeleteBackupConfigurationDefaultResponse, WebAppsGetBackupConfiguration200Response, WebAppsGetBackupConfigurationDefaultResponse, WebAppsGetAppSettingsKeyVaultReferences200Response, WebAppsGetAppSettingsKeyVaultReferencesDefaultResponse, WebAppsGetAppSettingKeyVaultReference200Response, WebAppsGetAppSettingKeyVaultReferenceDefaultResponse, WebAppsGetSiteConnectionStringKeyVaultReferences200Response, WebAppsGetSiteConnectionStringKeyVaultReferencesDefaultResponse, WebAppsGetSiteConnectionStringKeyVaultReference200Response, WebAppsGetSiteConnectionStringKeyVaultReferenceDefaultResponse, WebAppsUpdateConnectionStrings200Response, WebAppsUpdateConnectionStringsDefaultResponse, WebAppsListConnectionStrings200Response, WebAppsListConnectionStringsDefaultResponse, WebAppsGetDiagnosticLogsConfiguration200Response, WebAppsGetDiagnosticLogsConfigurationDefaultResponse, WebAppsUpdateDiagnosticLogsConfig200Response, WebAppsUpdateDiagnosticLogsConfigDefaultResponse, WebAppsUpdateMetadata200Response, WebAppsUpdateMetadataDefaultResponse, WebAppsListMetadata200Response, WebAppsListMetadataDefaultResponse, WebAppsListPublishingCredentials200Response, WebAppsListPublishingCredentialsDefaultResponse, WebAppsUpdateSitePushSettings200Response, WebAppsUpdateSitePushSettingsDefaultResponse, WebAppsListSitePushSettings200Response, WebAppsListSitePushSettingsDefaultResponse, WebAppsListSlotConfigurationNames200Response, WebAppsListSlotConfigurationNamesDefaultResponse, WebAppsUpdateSlotConfigurationNames200Response, WebAppsUpdateSlotConfigurationNamesDefaultResponse, WebAppsGetConfiguration200Response, WebAppsGetConfigurationDefaultResponse, WebAppsCreateOrUpdateConfiguration200Response, WebAppsCreateOrUpdateConfigurationDefaultResponse, WebAppsUpdateConfiguration200Response, WebAppsUpdateConfigurationDefaultResponse, WebAppsListConfigurationSnapshotInfo200Response, WebAppsListConfigurationSnapshotInfoDefaultResponse, WebAppsGetConfigurationSnapshot200Response, WebAppsGetConfigurationSnapshotDefaultResponse, WebAppsRecoverSiteConfigurationSnapshot204Response, WebAppsRecoverSiteConfigurationSnapshotDefaultResponse, WebAppsGetWebSiteContainerLogs200Response, WebAppsGetWebSiteContainerLogs204Response, WebAppsGetWebSiteContainerLogsDefaultResponse, WebAppsGetContainerLogsZip200Response, WebAppsGetContainerLogsZip204Response, WebAppsGetContainerLogsZipDefaultResponse, WebAppsListContinuousWebJobs200Response, WebAppsListContinuousWebJobsDefaultResponse, WebAppsGetContinuousWebJob200Response, WebAppsGetContinuousWebJob404Response, WebAppsGetContinuousWebJobDefaultResponse, WebAppsDeleteContinuousWebJob200Response, WebAppsDeleteContinuousWebJob204Response, WebAppsDeleteContinuousWebJobDefaultResponse, WebAppsStartContinuousWebJob200Response, WebAppsStartContinuousWebJob404Response, WebAppsStartContinuousWebJobDefaultResponse, WebAppsStopContinuousWebJob200Response, WebAppsStopContinuousWebJob404Response, WebAppsStopContinuousWebJobDefaultResponse, WebAppsListDeployments200Response, WebAppsListDeploymentsDefaultResponse, WebAppsGetDeployment200Response, WebAppsGetDeploymentDefaultResponse, WebAppsCreateDeployment200Response, WebAppsCreateDeploymentDefaultResponse, WebAppsDeleteDeployment200Response, WebAppsDeleteDeployment204Response, WebAppsDeleteDeploymentDefaultResponse, WebAppsListDeploymentLog200Response, WebAppsListDeploymentLogDefaultResponse, WebAppsDiscoverBackup200Response, WebAppsDiscoverBackupDefaultResponse, WebAppsListDomainOwnershipIdentifiers200Response, WebAppsListDomainOwnershipIdentifiersDefaultResponse, WebAppsGetDomainOwnershipIdentifier200Response, WebAppsGetDomainOwnershipIdentifierDefaultResponse, WebAppsCreateOrUpdateDomainOwnershipIdentifier200Response, WebAppsCreateOrUpdateDomainOwnershipIdentifierDefaultResponse, WebAppsDeleteDomainOwnershipIdentifier200Response, WebAppsDeleteDomainOwnershipIdentifier204Response, WebAppsDeleteDomainOwnershipIdentifierDefaultResponse, WebAppsUpdateDomainOwnershipIdentifier200Response, WebAppsUpdateDomainOwnershipIdentifierDefaultResponse, WebAppsGetMSDeployStatus200Response, WebAppsGetMSDeployStatusDefaultResponse, WebAppsCreateMSDeployOperation201Response, WebAppsCreateMSDeployOperation409Response, WebAppsCreateMSDeployOperationDefaultResponse, WebAppsGetMSDeployLog200Response, WebAppsGetMSDeployLog404Response, WebAppsGetMSDeployLogDefaultResponse, WebAppsGetOneDeployStatus200Response, WebAppsGetOneDeployStatusDefaultResponse, WebAppsCreateOneDeployOperation200Response, WebAppsCreateOneDeployOperationDefaultResponse, WebAppsListFunctions200Response, WebAppsListFunctions404Response, WebAppsListFunctionsDefaultResponse, WebAppsGetFunctionsAdminToken200Response, WebAppsGetFunctionsAdminTokenDefaultResponse, WebAppsGetFunction200Response, WebAppsGetFunction404Response, WebAppsGetFunctionDefaultResponse, WebAppsCreateFunction201Response, WebAppsCreateFunctionDefaultResponse, WebAppsDeleteFunction204Response, WebAppsDeleteFunction404Response, WebAppsDeleteFunctionDefaultResponse, WebAppsCreateOrUpdateFunctionSecret200Response, WebAppsCreateOrUpdateFunctionSecret201Response, WebAppsCreateOrUpdateFunctionSecretDefaultResponse, WebAppsDeleteFunctionSecret204Response, WebAppsDeleteFunctionSecret404Response, WebAppsDeleteFunctionSecretDefaultResponse, WebAppsListFunctionKeys200Response, WebAppsListFunctionKeysDefaultResponse, WebAppsListFunctionSecrets200Response, WebAppsListFunctionSecretsDefaultResponse, WebAppsListHostKeys200Response, WebAppsListHostKeysDefaultResponse, WebAppsListSyncStatus204Response, WebAppsListSyncStatusDefaultResponse, WebAppsSyncFunctions204Response, WebAppsSyncFunctionsDefaultResponse, WebAppsCreateOrUpdateHostSecret200Response, WebAppsCreateOrUpdateHostSecret201Response, WebAppsCreateOrUpdateHostSecretDefaultResponse, WebAppsDeleteHostSecret204Response, WebAppsDeleteHostSecret404Response, WebAppsDeleteHostSecretDefaultResponse, WebAppsListHostNameBindings200Response, WebAppsListHostNameBindingsDefaultResponse, WebAppsGetHostNameBinding200Response, WebAppsGetHostNameBindingDefaultResponse, WebAppsCreateOrUpdateHostNameBinding200Response, WebAppsCreateOrUpdateHostNameBindingDefaultResponse, WebAppsDeleteHostNameBinding200Response, WebAppsDeleteHostNameBinding204Response, WebAppsDeleteHostNameBindingDefaultResponse, WebAppsGetHybridConnection200Response, WebAppsGetHybridConnectionDefaultResponse, WebAppsCreateOrUpdateHybridConnection200Response, WebAppsCreateOrUpdateHybridConnectionDefaultResponse, WebAppsDeleteHybridConnection200Response, WebAppsDeleteHybridConnection404Response, WebAppsDeleteHybridConnectionDefaultResponse, WebAppsUpdateHybridConnection200Response, WebAppsUpdateHybridConnectionDefaultResponse, WebAppsListHybridConnections200Response, WebAppsListHybridConnectionsDefaultResponse, WebAppsListRelayServiceConnections200Response, WebAppsListRelayServiceConnectionsDefaultResponse, WebAppsGetRelayServiceConnection200Response, WebAppsGetRelayServiceConnectionDefaultResponse, WebAppsCreateOrUpdateRelayServiceConnection200Response, WebAppsCreateOrUpdateRelayServiceConnectionDefaultResponse, WebAppsDeleteRelayServiceConnection200Response, WebAppsDeleteRelayServiceConnection404Response, WebAppsDeleteRelayServiceConnectionDefaultResponse, WebAppsUpdateRelayServiceConnection200Response, WebAppsUpdateRelayServiceConnectionDefaultResponse, WebAppsListInstanceIdentifiers200Response, WebAppsListInstanceIdentifiersDefaultResponse, WebAppsGetInstanceInfo200Response, WebAppsGetInstanceInfoDefaultResponse, WebAppsGetInstanceMsDeployStatus200Response, WebAppsGetInstanceMsDeployStatusDefaultResponse, WebAppsCreateInstanceMSDeployOperation201Response, WebAppsCreateInstanceMSDeployOperation409Response, WebAppsCreateInstanceMSDeployOperationDefaultResponse, WebAppsGetInstanceMSDeployLog200Response, WebAppsGetInstanceMSDeployLog404Response, WebAppsGetInstanceMSDeployLogDefaultResponse, WebAppsListInstanceProcesses200Response, WebAppsListInstanceProcesses404Response, WebAppsListInstanceProcessesDefaultResponse, WebAppsGetInstanceProcess200Response, WebAppsGetInstanceProcess404Response, WebAppsGetInstanceProcessDefaultResponse, WebAppsDeleteInstanceProcess204Response, WebAppsDeleteInstanceProcess404Response, WebAppsDeleteInstanceProcessDefaultResponse, WebAppsGetInstanceProcessDump200Response, WebAppsGetInstanceProcessDump404Response, WebAppsGetInstanceProcessDumpDefaultResponse, WebAppsListInstanceProcessModules200Response, WebAppsListInstanceProcessModules404Response, WebAppsListInstanceProcessModulesDefaultResponse, WebAppsGetInstanceProcessModule200Response, WebAppsGetInstanceProcessModule404Response, WebAppsGetInstanceProcessModuleDefaultResponse, WebAppsListInstanceProcessThreads200Response, WebAppsListInstanceProcessThreads404Response, WebAppsListInstanceProcessThreadsDefaultResponse, WebAppsIsCloneable200Response, WebAppsIsCloneableDefaultResponse, WebAppsListSiteBackups200Response, WebAppsListSiteBackupsDefaultResponse, WebAppsListSyncFunctionTriggers200Response, WebAppsListSyncFunctionTriggersDefaultResponse, WebAppsMigrateStorage200Response, WebAppsMigrateStorageDefaultResponse, WebAppsMigrateMySql200Response, WebAppsMigrateMySqlDefaultResponse, WebAppsGetMigrateMySqlStatus200Response, WebAppsGetMigrateMySqlStatusDefaultResponse, WebAppsGetSwiftVirtualNetworkConnection200Response, WebAppsGetSwiftVirtualNetworkConnectionDefaultResponse, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheck200Response, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse, WebAppsDeleteSwiftVirtualNetwork200Response, WebAppsDeleteSwiftVirtualNetwork404Response, WebAppsDeleteSwiftVirtualNetworkDefaultResponse, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheck200Response, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse, WebAppsListNetworkFeatures200Response, WebAppsListNetworkFeatures404Response, WebAppsListNetworkFeaturesDefaultResponse, WebAppsGetNetworkTraceOperation200Response, WebAppsGetNetworkTraceOperation202Response, WebAppsGetNetworkTraceOperationDefaultResponse, WebAppsStartWebSiteNetworkTrace200Response, WebAppsStartWebSiteNetworkTraceDefaultResponse, WebAppsStartWebSiteNetworkTraceOperation200Response, WebAppsStartWebSiteNetworkTraceOperation202Response, WebAppsStartWebSiteNetworkTraceOperationDefaultResponse, WebAppsStopWebSiteNetworkTrace200Response, WebAppsStopWebSiteNetworkTrace204Response, WebAppsStopWebSiteNetworkTraceDefaultResponse, WebAppsGetNetworkTraces200Response, WebAppsGetNetworkTracesDefaultResponse, WebAppsGetNetworkTraceOperationV2200Response, WebAppsGetNetworkTraceOperationV2202Response, WebAppsGetNetworkTraceOperationV2DefaultResponse, WebAppsGetNetworkTracesV2200Response, WebAppsGetNetworkTracesV2DefaultResponse, WebAppsGenerateNewSitePublishingPassword200Response, WebAppsGenerateNewSitePublishingPassword204Response, WebAppsGenerateNewSitePublishingPasswordDefaultResponse, WebAppsListPerfMonCounters200Response, WebAppsListPerfMonCountersDefaultResponse, WebAppsGetSitePhpErrorLogFlag200Response, WebAppsGetSitePhpErrorLogFlagDefaultResponse, WebAppsListPremierAddOns200Response, WebAppsListPremierAddOnsDefaultResponse, WebAppsGetPremierAddOn200Response, WebAppsGetPremierAddOnDefaultResponse, WebAppsAddPremierAddOn200Response, WebAppsAddPremierAddOnDefaultResponse, WebAppsDeletePremierAddOn200Response, WebAppsDeletePremierAddOnDefaultResponse, WebAppsUpdatePremierAddOn200Response, WebAppsUpdatePremierAddOnDefaultResponse, WebAppsGetPrivateAccess200Response, WebAppsGetPrivateAccessDefaultResponse, WebAppsPutPrivateAccessVnet200Response, WebAppsPutPrivateAccessVnetDefaultResponse, WebAppsGetPrivateEndpointConnectionList200Response, WebAppsGetPrivateEndpointConnectionListDefaultResponse, WebAppsGetPrivateEndpointConnection200Response, WebAppsGetPrivateEndpointConnectionDefaultResponse, WebAppsApproveOrRejectPrivateEndpointConnection200Response, WebAppsApproveOrRejectPrivateEndpointConnection202Response, WebAppsApproveOrRejectPrivateEndpointConnectionDefaultResponse, WebAppsDeletePrivateEndpointConnection200Response, WebAppsDeletePrivateEndpointConnection202Response, WebAppsDeletePrivateEndpointConnection204Response, WebAppsDeletePrivateEndpointConnectionDefaultResponse, WebAppsGetPrivateLinkResources200Response, WebAppsGetPrivateLinkResourcesDefaultResponse, WebAppsListProcesses200Response, WebAppsListProcesses404Response, WebAppsListProcessesDefaultResponse, WebAppsGetProcess200Response, WebAppsGetProcess404Response, WebAppsGetProcessDefaultResponse, WebAppsDeleteProcess204Response, WebAppsDeleteProcess404Response, WebAppsDeleteProcessDefaultResponse, WebAppsGetProcessDump200Response, WebAppsGetProcessDump404Response, WebAppsGetProcessDumpDefaultResponse, WebAppsListProcessModules200Response, WebAppsListProcessModules404Response, WebAppsListProcessModulesDefaultResponse, WebAppsGetProcessModule200Response, WebAppsGetProcessModule404Response, WebAppsGetProcessModuleDefaultResponse, WebAppsListProcessThreads200Response, WebAppsListProcessThreads404Response, WebAppsListProcessThreadsDefaultResponse, WebAppsListPublicCertificates200Response, WebAppsListPublicCertificatesDefaultResponse, WebAppsGetPublicCertificate200Response, WebAppsGetPublicCertificateDefaultResponse, WebAppsCreateOrUpdatePublicCertificate200Response, WebAppsCreateOrUpdatePublicCertificateDefaultResponse, WebAppsDeletePublicCertificate200Response, WebAppsDeletePublicCertificate204Response, WebAppsDeletePublicCertificateDefaultResponse, WebAppsListPublishingProfileXmlWithSecrets200Response, WebAppsListPublishingProfileXmlWithSecretsDefaultResponse, WebAppsResetProductionSlotConfig200Response, WebAppsResetProductionSlotConfigDefaultResponse, WebAppsRestart200Response, WebAppsRestartDefaultResponse, WebAppsRestoreFromBackupBlob200Response, WebAppsRestoreFromBackupBlob202Response, WebAppsRestoreFromBackupBlobDefaultResponse, WebAppsRestoreFromDeletedApp200Response, WebAppsRestoreFromDeletedApp202Response, WebAppsRestoreFromDeletedAppDefaultResponse, WebAppsRestoreSnapshot200Response, WebAppsRestoreSnapshot202Response, WebAppsRestoreSnapshotDefaultResponse, WebAppsListSiteExtensions200Response, WebAppsListSiteExtensions404Response, WebAppsListSiteExtensionsDefaultResponse, WebAppsGetSiteExtension200Response, WebAppsGetSiteExtension404Response, WebAppsGetSiteExtensionDefaultResponse, WebAppsInstallSiteExtension200Response, WebAppsInstallSiteExtension201Response, WebAppsInstallSiteExtension429Response, WebAppsInstallSiteExtensionDefaultResponse, WebAppsDeleteSiteExtension204Response, WebAppsDeleteSiteExtension404Response, WebAppsDeleteSiteExtensionDefaultResponse, WebAppsListSlots200Response, WebAppsListSlotsDefaultResponse, WebAppsGetSlot200Response, WebAppsGetSlot404Response, WebAppsGetSlotDefaultResponse, WebAppsCreateOrUpdateSlot200Response, WebAppsCreateOrUpdateSlot202Response, WebAppsCreateOrUpdateSlotDefaultResponse, WebAppsDeleteSlot200Response, WebAppsDeleteSlot204Response, WebAppsDeleteSlot404Response, WebAppsDeleteSlotDefaultResponse, WebAppsUpdateSlot200Response, WebAppsUpdateSlot202Response, WebAppsUpdateSlotDefaultResponse, WebAppsAnalyzeCustomHostnameSlot200Response, WebAppsAnalyzeCustomHostnameSlotDefaultResponse, WebAppsApplySlotConfigurationSlot200Response, WebAppsApplySlotConfigurationSlotDefaultResponse, WebAppsBackupSlot200Response, WebAppsBackupSlotDefaultResponse, WebAppsListBackupsSlot200Response, WebAppsListBackupsSlotDefaultResponse, WebAppsGetBackupStatusSlot200Response, WebAppsGetBackupStatusSlotDefaultResponse, WebAppsDeleteBackupSlot200Response, WebAppsDeleteBackupSlot404Response, WebAppsDeleteBackupSlotDefaultResponse, WebAppsListBackupStatusSecretsSlot200Response, WebAppsListBackupStatusSecretsSlotDefaultResponse, WebAppsRestoreSlot200Response, WebAppsRestoreSlot202Response, WebAppsRestoreSlotDefaultResponse, WebAppsListBasicPublishingCredentialsPoliciesSlot200Response, WebAppsListBasicPublishingCredentialsPoliciesSlotDefaultResponse, WebAppsGetFtpAllowedSlot200Response, WebAppsGetFtpAllowedSlotDefaultResponse, WebAppsUpdateFtpAllowedSlot200Response, WebAppsUpdateFtpAllowedSlotDefaultResponse, WebAppsGetScmAllowedSlot200Response, WebAppsGetScmAllowedSlotDefaultResponse, WebAppsUpdateScmAllowedSlot200Response, WebAppsUpdateScmAllowedSlotDefaultResponse, WebAppsListConfigurationsSlot200Response, WebAppsListConfigurationsSlotDefaultResponse, WebAppsUpdateApplicationSettingsSlot200Response, WebAppsUpdateApplicationSettingsSlotDefaultResponse, WebAppsListApplicationSettingsSlot200Response, WebAppsListApplicationSettingsSlotDefaultResponse, WebAppsUpdateAuthSettingsSlot200Response, WebAppsUpdateAuthSettingsSlotDefaultResponse, WebAppsGetAuthSettingsSlot200Response, WebAppsGetAuthSettingsSlotDefaultResponse, WebAppsGetAuthSettingsV2WithoutSecretsSlot200Response, WebAppsGetAuthSettingsV2WithoutSecretsSlotDefaultResponse, WebAppsUpdateAuthSettingsV2Slot200Response, WebAppsUpdateAuthSettingsV2SlotDefaultResponse, WebAppsGetAuthSettingsV2Slot200Response, WebAppsGetAuthSettingsV2SlotDefaultResponse, WebAppsUpdateAzureStorageAccountsSlot200Response, WebAppsUpdateAzureStorageAccountsSlotDefaultResponse, WebAppsListAzureStorageAccountsSlot200Response, WebAppsListAzureStorageAccountsSlotDefaultResponse, WebAppsUpdateBackupConfigurationSlot200Response, WebAppsUpdateBackupConfigurationSlotDefaultResponse, WebAppsDeleteBackupConfigurationSlot200Response, WebAppsDeleteBackupConfigurationSlotDefaultResponse, WebAppsGetBackupConfigurationSlot200Response, WebAppsGetBackupConfigurationSlotDefaultResponse, WebAppsGetAppSettingsKeyVaultReferencesSlot200Response, WebAppsGetAppSettingsKeyVaultReferencesSlotDefaultResponse, WebAppsGetAppSettingKeyVaultReferenceSlot200Response, WebAppsGetAppSettingKeyVaultReferenceSlotDefaultResponse, WebAppsGetSiteConnectionStringKeyVaultReferencesSlot200Response, WebAppsGetSiteConnectionStringKeyVaultReferencesSlotDefaultResponse, WebAppsGetSiteConnectionStringKeyVaultReferenceSlot200Response, WebAppsGetSiteConnectionStringKeyVaultReferenceSlotDefaultResponse, WebAppsUpdateConnectionStringsSlot200Response, WebAppsUpdateConnectionStringsSlotDefaultResponse, WebAppsListConnectionStringsSlot200Response, WebAppsListConnectionStringsSlotDefaultResponse, WebAppsGetDiagnosticLogsConfigurationSlot200Response, WebAppsGetDiagnosticLogsConfigurationSlotDefaultResponse, WebAppsUpdateDiagnosticLogsConfigSlot200Response, WebAppsUpdateDiagnosticLogsConfigSlotDefaultResponse, WebAppsUpdateMetadataSlot200Response, WebAppsUpdateMetadataSlotDefaultResponse, WebAppsListMetadataSlot200Response, WebAppsListMetadataSlotDefaultResponse, WebAppsListPublishingCredentialsSlot200Response, WebAppsListPublishingCredentialsSlotDefaultResponse, WebAppsUpdateSitePushSettingsSlot200Response, WebAppsUpdateSitePushSettingsSlotDefaultResponse, WebAppsListSitePushSettingsSlot200Response, WebAppsListSitePushSettingsSlotDefaultResponse, WebAppsGetConfigurationSlot200Response, WebAppsGetConfigurationSlotDefaultResponse, WebAppsCreateOrUpdateConfigurationSlot200Response, WebAppsCreateOrUpdateConfigurationSlotDefaultResponse, WebAppsUpdateConfigurationSlot200Response, WebAppsUpdateConfigurationSlotDefaultResponse, WebAppsListConfigurationSnapshotInfoSlot200Response, WebAppsListConfigurationSnapshotInfoSlotDefaultResponse, WebAppsGetConfigurationSnapshotSlot200Response, WebAppsGetConfigurationSnapshotSlotDefaultResponse, WebAppsRecoverSiteConfigurationSnapshotSlot204Response, WebAppsRecoverSiteConfigurationSnapshotSlotDefaultResponse, WebAppsGetWebSiteContainerLogsSlot200Response, WebAppsGetWebSiteContainerLogsSlot204Response, WebAppsGetWebSiteContainerLogsSlotDefaultResponse, WebAppsGetContainerLogsZipSlot200Response, WebAppsGetContainerLogsZipSlot204Response, WebAppsGetContainerLogsZipSlotDefaultResponse, WebAppsListContinuousWebJobsSlot200Response, WebAppsListContinuousWebJobsSlotDefaultResponse, WebAppsGetContinuousWebJobSlot200Response, WebAppsGetContinuousWebJobSlot404Response, WebAppsGetContinuousWebJobSlotDefaultResponse, WebAppsDeleteContinuousWebJobSlot200Response, WebAppsDeleteContinuousWebJobSlot204Response, WebAppsDeleteContinuousWebJobSlotDefaultResponse, WebAppsStartContinuousWebJobSlot200Response, WebAppsStartContinuousWebJobSlot404Response, WebAppsStartContinuousWebJobSlotDefaultResponse, WebAppsStopContinuousWebJobSlot200Response, WebAppsStopContinuousWebJobSlot404Response, WebAppsStopContinuousWebJobSlotDefaultResponse, WebAppsListDeploymentsSlot200Response, WebAppsListDeploymentsSlotDefaultResponse, WebAppsGetDeploymentSlot200Response, WebAppsGetDeploymentSlotDefaultResponse, WebAppsCreateDeploymentSlot200Response, WebAppsCreateDeploymentSlotDefaultResponse, WebAppsDeleteDeploymentSlot200Response, WebAppsDeleteDeploymentSlot204Response, WebAppsDeleteDeploymentSlotDefaultResponse, WebAppsListDeploymentLogSlot200Response, WebAppsListDeploymentLogSlotDefaultResponse, WebAppsDiscoverBackupSlot200Response, WebAppsDiscoverBackupSlotDefaultResponse, WebAppsListDomainOwnershipIdentifiersSlot200Response, WebAppsListDomainOwnershipIdentifiersSlotDefaultResponse, WebAppsGetDomainOwnershipIdentifierSlot200Response, WebAppsGetDomainOwnershipIdentifierSlotDefaultResponse, WebAppsCreateOrUpdateDomainOwnershipIdentifierSlot200Response, WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotDefaultResponse, WebAppsDeleteDomainOwnershipIdentifierSlot200Response, WebAppsDeleteDomainOwnershipIdentifierSlot204Response, WebAppsDeleteDomainOwnershipIdentifierSlotDefaultResponse, WebAppsUpdateDomainOwnershipIdentifierSlot200Response, WebAppsUpdateDomainOwnershipIdentifierSlotDefaultResponse, WebAppsGetMSDeployStatusSlot200Response, WebAppsGetMSDeployStatusSlotDefaultResponse, WebAppsCreateMSDeployOperationSlot201Response, WebAppsCreateMSDeployOperationSlot409Response, WebAppsCreateMSDeployOperationSlotDefaultResponse, WebAppsGetMSDeployLogSlot200Response, WebAppsGetMSDeployLogSlot404Response, WebAppsGetMSDeployLogSlotDefaultResponse, WebAppsListInstanceFunctionsSlot200Response, WebAppsListInstanceFunctionsSlot404Response, WebAppsListInstanceFunctionsSlotDefaultResponse, WebAppsGetFunctionsAdminTokenSlot200Response, WebAppsGetFunctionsAdminTokenSlotDefaultResponse, WebAppsGetInstanceFunctionSlot200Response, WebAppsGetInstanceFunctionSlot404Response, WebAppsGetInstanceFunctionSlotDefaultResponse, WebAppsCreateInstanceFunctionSlot201Response, WebAppsCreateInstanceFunctionSlotDefaultResponse, WebAppsDeleteInstanceFunctionSlot204Response, WebAppsDeleteInstanceFunctionSlot404Response, WebAppsDeleteInstanceFunctionSlotDefaultResponse, WebAppsCreateOrUpdateFunctionSecretSlot200Response, WebAppsCreateOrUpdateFunctionSecretSlot201Response, WebAppsCreateOrUpdateFunctionSecretSlotDefaultResponse, WebAppsDeleteFunctionSecretSlot204Response, WebAppsDeleteFunctionSecretSlot404Response, WebAppsDeleteFunctionSecretSlotDefaultResponse, WebAppsListFunctionKeysSlot200Response, WebAppsListFunctionKeysSlotDefaultResponse, WebAppsListFunctionSecretsSlot200Response, WebAppsListFunctionSecretsSlotDefaultResponse, WebAppsListHostKeysSlot200Response, WebAppsListHostKeysSlotDefaultResponse, WebAppsListSyncStatusSlot204Response, WebAppsListSyncStatusSlotDefaultResponse, WebAppsSyncFunctionsSlot204Response, WebAppsSyncFunctionsSlotDefaultResponse, WebAppsCreateOrUpdateHostSecretSlot200Response, WebAppsCreateOrUpdateHostSecretSlot201Response, WebAppsCreateOrUpdateHostSecretSlotDefaultResponse, WebAppsDeleteHostSecretSlot204Response, WebAppsDeleteHostSecretSlot404Response, WebAppsDeleteHostSecretSlotDefaultResponse, WebAppsListHostNameBindingsSlot200Response, WebAppsListHostNameBindingsSlotDefaultResponse, WebAppsGetHostNameBindingSlot200Response, WebAppsGetHostNameBindingSlotDefaultResponse, WebAppsCreateOrUpdateHostNameBindingSlot200Response, WebAppsCreateOrUpdateHostNameBindingSlotDefaultResponse, WebAppsDeleteHostNameBindingSlot200Response, WebAppsDeleteHostNameBindingSlot204Response, WebAppsDeleteHostNameBindingSlotDefaultResponse, WebAppsGetHybridConnectionSlot200Response, WebAppsGetHybridConnectionSlotDefaultResponse, WebAppsCreateOrUpdateHybridConnectionSlot200Response, WebAppsCreateOrUpdateHybridConnectionSlotDefaultResponse, WebAppsDeleteHybridConnectionSlot200Response, WebAppsDeleteHybridConnectionSlot404Response, WebAppsDeleteHybridConnectionSlotDefaultResponse, WebAppsUpdateHybridConnectionSlot200Response, WebAppsUpdateHybridConnectionSlotDefaultResponse, WebAppsListHybridConnectionsSlot200Response, WebAppsListHybridConnectionsSlotDefaultResponse, WebAppsListRelayServiceConnectionsSlot200Response, WebAppsListRelayServiceConnectionsSlotDefaultResponse, WebAppsGetRelayServiceConnectionSlot200Response, WebAppsGetRelayServiceConnectionSlotDefaultResponse, WebAppsCreateOrUpdateRelayServiceConnectionSlot200Response, WebAppsCreateOrUpdateRelayServiceConnectionSlotDefaultResponse, WebAppsDeleteRelayServiceConnectionSlot200Response, WebAppsDeleteRelayServiceConnectionSlot404Response, WebAppsDeleteRelayServiceConnectionSlotDefaultResponse, WebAppsUpdateRelayServiceConnectionSlot200Response, WebAppsUpdateRelayServiceConnectionSlotDefaultResponse, WebAppsListInstanceIdentifiersSlot200Response, WebAppsListInstanceIdentifiersSlotDefaultResponse, WebAppsGetInstanceInfoSlot200Response, WebAppsGetInstanceInfoSlotDefaultResponse, WebAppsGetInstanceMsDeployStatusSlot200Response, WebAppsGetInstanceMsDeployStatusSlotDefaultResponse, WebAppsCreateInstanceMSDeployOperationSlot201Response, WebAppsCreateInstanceMSDeployOperationSlot409Response, WebAppsCreateInstanceMSDeployOperationSlotDefaultResponse, WebAppsGetInstanceMSDeployLogSlot200Response, WebAppsGetInstanceMSDeployLogSlot404Response, WebAppsGetInstanceMSDeployLogSlotDefaultResponse, WebAppsListInstanceProcessesSlot200Response, WebAppsListInstanceProcessesSlot404Response, WebAppsListInstanceProcessesSlotDefaultResponse, WebAppsGetInstanceProcessSlot200Response, WebAppsGetInstanceProcessSlot404Response, WebAppsGetInstanceProcessSlotDefaultResponse, WebAppsDeleteInstanceProcessSlot204Response, WebAppsDeleteInstanceProcessSlot404Response, WebAppsDeleteInstanceProcessSlotDefaultResponse, WebAppsGetInstanceProcessDumpSlot200Response, WebAppsGetInstanceProcessDumpSlot404Response, WebAppsGetInstanceProcessDumpSlotDefaultResponse, WebAppsListInstanceProcessModulesSlot200Response, WebAppsListInstanceProcessModulesSlot404Response, WebAppsListInstanceProcessModulesSlotDefaultResponse, WebAppsGetInstanceProcessModuleSlot200Response, WebAppsGetInstanceProcessModuleSlot404Response, WebAppsGetInstanceProcessModuleSlotDefaultResponse, WebAppsListInstanceProcessThreadsSlot200Response, WebAppsListInstanceProcessThreadsSlot404Response, WebAppsListInstanceProcessThreadsSlotDefaultResponse, WebAppsIsCloneableSlot200Response, WebAppsIsCloneableSlotDefaultResponse, WebAppsListSiteBackupsSlot200Response, WebAppsListSiteBackupsSlotDefaultResponse, WebAppsListSyncFunctionTriggersSlot200Response, WebAppsListSyncFunctionTriggersSlotDefaultResponse, WebAppsGetMigrateMySqlStatusSlot200Response, WebAppsGetMigrateMySqlStatusSlotDefaultResponse, WebAppsGetSwiftVirtualNetworkConnectionSlot200Response, WebAppsGetSwiftVirtualNetworkConnectionSlotDefaultResponse, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot200Response, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotDefaultResponse, WebAppsDeleteSwiftVirtualNetworkSlot200Response, WebAppsDeleteSwiftVirtualNetworkSlot404Response, WebAppsDeleteSwiftVirtualNetworkSlotDefaultResponse, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlot200Response, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotDefaultResponse, WebAppsListNetworkFeaturesSlot200Response, WebAppsListNetworkFeaturesSlot404Response, WebAppsListNetworkFeaturesSlotDefaultResponse, WebAppsGetNetworkTraceOperationSlot200Response, WebAppsGetNetworkTraceOperationSlot202Response, WebAppsGetNetworkTraceOperationSlotDefaultResponse, WebAppsStartWebSiteNetworkTraceSlot200Response, WebAppsStartWebSiteNetworkTraceSlotDefaultResponse, WebAppsStartWebSiteNetworkTraceOperationSlot200Response, WebAppsStartWebSiteNetworkTraceOperationSlot202Response, WebAppsStartWebSiteNetworkTraceOperationSlotDefaultResponse, WebAppsStopWebSiteNetworkTraceSlot200Response, WebAppsStopWebSiteNetworkTraceSlot204Response, WebAppsStopWebSiteNetworkTraceSlotDefaultResponse, WebAppsGetNetworkTracesSlot200Response, WebAppsGetNetworkTracesSlotDefaultResponse, WebAppsGetNetworkTraceOperationSlotV2200Response, WebAppsGetNetworkTraceOperationSlotV2202Response, WebAppsGetNetworkTraceOperationSlotV2DefaultResponse, WebAppsGetNetworkTracesSlotV2200Response, WebAppsGetNetworkTracesSlotV2DefaultResponse, WebAppsGenerateNewSitePublishingPasswordSlot200Response, WebAppsGenerateNewSitePublishingPasswordSlot204Response, WebAppsGenerateNewSitePublishingPasswordSlotDefaultResponse, WebAppsListPerfMonCountersSlot200Response, WebAppsListPerfMonCountersSlotDefaultResponse, WebAppsGetSitePhpErrorLogFlagSlot200Response, WebAppsGetSitePhpErrorLogFlagSlotDefaultResponse, WebAppsListPremierAddOnsSlot200Response, WebAppsListPremierAddOnsSlotDefaultResponse, WebAppsGetPremierAddOnSlot200Response, WebAppsGetPremierAddOnSlotDefaultResponse, WebAppsAddPremierAddOnSlot200Response, WebAppsAddPremierAddOnSlotDefaultResponse, WebAppsDeletePremierAddOnSlot200Response, WebAppsDeletePremierAddOnSlotDefaultResponse, WebAppsUpdatePremierAddOnSlot200Response, WebAppsUpdatePremierAddOnSlotDefaultResponse, WebAppsGetPrivateAccessSlot200Response, WebAppsGetPrivateAccessSlotDefaultResponse, WebAppsPutPrivateAccessVnetSlot200Response, WebAppsPutPrivateAccessVnetSlotDefaultResponse, WebAppsGetPrivateEndpointConnectionListSlot200Response, WebAppsGetPrivateEndpointConnectionListSlotDefaultResponse, WebAppsGetPrivateEndpointConnectionSlot200Response, WebAppsGetPrivateEndpointConnectionSlotDefaultResponse, WebAppsApproveOrRejectPrivateEndpointConnectionSlot200Response, WebAppsApproveOrRejectPrivateEndpointConnectionSlot202Response, WebAppsApproveOrRejectPrivateEndpointConnectionSlotDefaultResponse, WebAppsDeletePrivateEndpointConnectionSlot200Response, WebAppsDeletePrivateEndpointConnectionSlot202Response, WebAppsDeletePrivateEndpointConnectionSlot204Response, WebAppsDeletePrivateEndpointConnectionSlotDefaultResponse, WebAppsGetPrivateLinkResourcesSlot200Response, WebAppsGetPrivateLinkResourcesSlotDefaultResponse, WebAppsListProcessesSlot200Response, WebAppsListProcessesSlot404Response, WebAppsListProcessesSlotDefaultResponse, WebAppsGetProcessSlot200Response, WebAppsGetProcessSlot404Response, WebAppsGetProcessSlotDefaultResponse, WebAppsDeleteProcessSlot204Response, WebAppsDeleteProcessSlot404Response, WebAppsDeleteProcessSlotDefaultResponse, WebAppsGetProcessDumpSlot200Response, WebAppsGetProcessDumpSlot404Response, WebAppsGetProcessDumpSlotDefaultResponse, WebAppsListProcessModulesSlot200Response, WebAppsListProcessModulesSlot404Response, WebAppsListProcessModulesSlotDefaultResponse, WebAppsGetProcessModuleSlot200Response, WebAppsGetProcessModuleSlot404Response, WebAppsGetProcessModuleSlotDefaultResponse, WebAppsListProcessThreadsSlot200Response, WebAppsListProcessThreadsSlot404Response, WebAppsListProcessThreadsSlotDefaultResponse, WebAppsListPublicCertificatesSlot200Response, WebAppsListPublicCertificatesSlotDefaultResponse, WebAppsGetPublicCertificateSlot200Response, WebAppsGetPublicCertificateSlotDefaultResponse, WebAppsCreateOrUpdatePublicCertificateSlot200Response, WebAppsCreateOrUpdatePublicCertificateSlotDefaultResponse, WebAppsDeletePublicCertificateSlot200Response, WebAppsDeletePublicCertificateSlot204Response, WebAppsDeletePublicCertificateSlotDefaultResponse, WebAppsListPublishingProfileXmlWithSecretsSlot200Response, WebAppsListPublishingProfileXmlWithSecretsSlotDefaultResponse, WebAppsResetSlotConfigurationSlot200Response, WebAppsResetSlotConfigurationSlotDefaultResponse, WebAppsRestartSlot200Response, WebAppsRestartSlotDefaultResponse, WebAppsRestoreFromBackupBlobSlot200Response, WebAppsRestoreFromBackupBlobSlot202Response, WebAppsRestoreFromBackupBlobSlotDefaultResponse, WebAppsRestoreFromDeletedAppSlot200Response, WebAppsRestoreFromDeletedAppSlot202Response, WebAppsRestoreFromDeletedAppSlotDefaultResponse, WebAppsRestoreSnapshotSlot200Response, WebAppsRestoreSnapshotSlot202Response, WebAppsRestoreSnapshotSlotDefaultResponse, WebAppsListSiteExtensionsSlot200Response, WebAppsListSiteExtensionsSlot404Response, WebAppsListSiteExtensionsSlotDefaultResponse, WebAppsGetSiteExtensionSlot200Response, WebAppsGetSiteExtensionSlot404Response, WebAppsGetSiteExtensionSlotDefaultResponse, WebAppsInstallSiteExtensionSlot200Response, WebAppsInstallSiteExtensionSlot201Response, WebAppsInstallSiteExtensionSlot429Response, WebAppsInstallSiteExtensionSlotDefaultResponse, WebAppsDeleteSiteExtensionSlot204Response, WebAppsDeleteSiteExtensionSlot404Response, WebAppsDeleteSiteExtensionSlotDefaultResponse, WebAppsListSlotDifferencesSlot200Response, WebAppsListSlotDifferencesSlotDefaultResponse, WebAppsSwapSlot200Response, WebAppsSwapSlot202Response, WebAppsSwapSlotDefaultResponse, WebAppsListSnapshotsSlot200Response, WebAppsListSnapshotsSlotDefaultResponse, WebAppsListSnapshotsFromDRSecondarySlot200Response, WebAppsListSnapshotsFromDRSecondarySlotDefaultResponse, WebAppsGetSourceControlSlot200Response, WebAppsGetSourceControlSlot201Response, WebAppsGetSourceControlSlot202Response, WebAppsGetSourceControlSlotDefaultResponse, WebAppsCreateOrUpdateSourceControlSlot200Response, WebAppsCreateOrUpdateSourceControlSlot201Response, WebAppsCreateOrUpdateSourceControlSlot202Response, WebAppsCreateOrUpdateSourceControlSlotDefaultResponse, WebAppsDeleteSourceControlSlot200Response, WebAppsDeleteSourceControlSlot202Response, WebAppsDeleteSourceControlSlot404Response, WebAppsDeleteSourceControlSlotDefaultResponse, WebAppsUpdateSourceControlSlot200Response, WebAppsUpdateSourceControlSlot201Response, WebAppsUpdateSourceControlSlot202Response, WebAppsUpdateSourceControlSlotDefaultResponse, WebAppsStartSlot200Response, WebAppsStartSlotDefaultResponse, WebAppsStartNetworkTraceSlot200Response, WebAppsStartNetworkTraceSlot202Response, WebAppsStartNetworkTraceSlotDefaultResponse, WebAppsStopSlot200Response, WebAppsStopSlotDefaultResponse, WebAppsStopNetworkTraceSlot200Response, WebAppsStopNetworkTraceSlot204Response, WebAppsStopNetworkTraceSlotDefaultResponse, WebAppsSyncRepositorySlot200Response, WebAppsSyncRepositorySlotDefaultResponse, WebAppsSyncFunctionTriggersSlot204Response, WebAppsSyncFunctionTriggersSlotDefaultResponse, WebAppsListTriggeredWebJobsSlot200Response, WebAppsListTriggeredWebJobsSlotDefaultResponse, WebAppsGetTriggeredWebJobSlot200Response, WebAppsGetTriggeredWebJobSlot404Response, WebAppsGetTriggeredWebJobSlotDefaultResponse, WebAppsDeleteTriggeredWebJobSlot200Response, WebAppsDeleteTriggeredWebJobSlot204Response, WebAppsDeleteTriggeredWebJobSlotDefaultResponse, WebAppsListTriggeredWebJobHistorySlot200Response, WebAppsListTriggeredWebJobHistorySlot404Response, WebAppsListTriggeredWebJobHistorySlotDefaultResponse, WebAppsGetTriggeredWebJobHistorySlot200Response, WebAppsGetTriggeredWebJobHistorySlot404Response, WebAppsGetTriggeredWebJobHistorySlotDefaultResponse, WebAppsRunTriggeredWebJobSlot200Response, WebAppsRunTriggeredWebJobSlot404Response, WebAppsRunTriggeredWebJobSlotDefaultResponse, WebAppsListUsagesSlot200Response, WebAppsListUsagesSlotDefaultResponse, WebAppsListVnetConnectionsSlot200Response, WebAppsListVnetConnectionsSlotDefaultResponse, WebAppsGetVnetConnectionSlot200Response, WebAppsGetVnetConnectionSlotDefaultResponse, WebAppsCreateOrUpdateVnetConnectionSlot200Response, WebAppsCreateOrUpdateVnetConnectionSlotDefaultResponse, WebAppsDeleteVnetConnectionSlot200Response, WebAppsDeleteVnetConnectionSlot404Response, WebAppsDeleteVnetConnectionSlotDefaultResponse, WebAppsUpdateVnetConnectionSlot200Response, WebAppsUpdateVnetConnectionSlotDefaultResponse, WebAppsGetVnetConnectionGatewaySlot200Response, WebAppsGetVnetConnectionGatewaySlot404Response, WebAppsGetVnetConnectionGatewaySlotDefaultResponse, WebAppsCreateOrUpdateVnetConnectionGatewaySlot200Response, WebAppsCreateOrUpdateVnetConnectionGatewaySlotDefaultResponse, WebAppsUpdateVnetConnectionGatewaySlot200Response, WebAppsUpdateVnetConnectionGatewaySlotDefaultResponse, WebAppsListWebJobsSlot200Response, WebAppsListWebJobsSlotDefaultResponse, WebAppsGetWebJobSlot200Response, WebAppsGetWebJobSlotDefaultResponse, WebAppsListSlotDifferencesFromProduction200Response, WebAppsListSlotDifferencesFromProductionDefaultResponse, WebAppsSwapSlotWithProduction200Response, WebAppsSwapSlotWithProduction202Response, WebAppsSwapSlotWithProductionDefaultResponse, WebAppsListSnapshots200Response, WebAppsListSnapshotsDefaultResponse, WebAppsListSnapshotsFromDRSecondary200Response, WebAppsListSnapshotsFromDRSecondaryDefaultResponse, WebAppsGetSourceControl200Response, WebAppsGetSourceControl201Response, WebAppsGetSourceControl202Response, WebAppsGetSourceControlDefaultResponse, WebAppsCreateOrUpdateSourceControl200Response, WebAppsCreateOrUpdateSourceControl201Response, WebAppsCreateOrUpdateSourceControl202Response, WebAppsCreateOrUpdateSourceControlDefaultResponse, WebAppsDeleteSourceControl200Response, WebAppsDeleteSourceControl202Response, WebAppsDeleteSourceControl404Response, WebAppsDeleteSourceControlDefaultResponse, WebAppsUpdateSourceControl200Response, WebAppsUpdateSourceControl201Response, WebAppsUpdateSourceControl202Response, WebAppsUpdateSourceControlDefaultResponse, WebAppsStart200Response, WebAppsStartDefaultResponse, WebAppsStartNetworkTrace200Response, WebAppsStartNetworkTrace202Response, WebAppsStartNetworkTraceDefaultResponse, WebAppsStop200Response, WebAppsStopDefaultResponse, WebAppsStopNetworkTrace200Response, WebAppsStopNetworkTrace204Response, WebAppsStopNetworkTraceDefaultResponse, WebAppsSyncRepository200Response, WebAppsSyncRepositoryDefaultResponse, WebAppsSyncFunctionTriggers204Response, WebAppsSyncFunctionTriggersDefaultResponse, WebAppsListTriggeredWebJobs200Response, WebAppsListTriggeredWebJobsDefaultResponse, WebAppsGetTriggeredWebJob200Response, WebAppsGetTriggeredWebJob404Response, WebAppsGetTriggeredWebJobDefaultResponse, WebAppsDeleteTriggeredWebJob200Response, WebAppsDeleteTriggeredWebJob204Response, WebAppsDeleteTriggeredWebJobDefaultResponse, WebAppsListTriggeredWebJobHistory200Response, WebAppsListTriggeredWebJobHistory404Response, WebAppsListTriggeredWebJobHistoryDefaultResponse, WebAppsGetTriggeredWebJobHistory200Response, WebAppsGetTriggeredWebJobHistory404Response, WebAppsGetTriggeredWebJobHistoryDefaultResponse, WebAppsRunTriggeredWebJob200Response, WebAppsRunTriggeredWebJob404Response, WebAppsRunTriggeredWebJobDefaultResponse, WebAppsListUsages200Response, WebAppsListUsagesDefaultResponse, WebAppsListVnetConnections200Response, WebAppsListVnetConnectionsDefaultResponse, WebAppsGetVnetConnection200Response, WebAppsGetVnetConnectionDefaultResponse, WebAppsCreateOrUpdateVnetConnection200Response, WebAppsCreateOrUpdateVnetConnectionDefaultResponse, WebAppsDeleteVnetConnection200Response, WebAppsDeleteVnetConnection404Response, WebAppsDeleteVnetConnectionDefaultResponse, WebAppsUpdateVnetConnection200Response, WebAppsUpdateVnetConnectionDefaultResponse, WebAppsGetVnetConnectionGateway200Response, WebAppsGetVnetConnectionGateway404Response, WebAppsGetVnetConnectionGatewayDefaultResponse, WebAppsCreateOrUpdateVnetConnectionGateway200Response, WebAppsCreateOrUpdateVnetConnectionGatewayDefaultResponse, WebAppsUpdateVnetConnectionGateway200Response, WebAppsUpdateVnetConnectionGatewayDefaultResponse, WebAppsListWebJobs200Response, WebAppsListWebJobsDefaultResponse, WebAppsGetWebJob200Response, WebAppsGetWebJobDefaultResponse } from "./responses.js";
3
+ import type { Client, StreamableMethod } from "@azure-rest/core-client";
4
+ export interface AppServiceCertificateOrdersList {
5
+ /** List all certificate orders in a subscription. */
6
+ get(options?: AppServiceCertificateOrdersListParameters): StreamableMethod<AppServiceCertificateOrdersList200Response | AppServiceCertificateOrdersListDefaultResponse>;
7
+ }
8
+ export interface AppServiceCertificateOrdersValidatePurchaseInformation {
9
+ /** Validate information for a certificate order. */
10
+ post(options: AppServiceCertificateOrdersValidatePurchaseInformationParameters): StreamableMethod<AppServiceCertificateOrdersValidatePurchaseInformation204Response | AppServiceCertificateOrdersValidatePurchaseInformationDefaultResponse>;
11
+ }
12
+ export interface AppServiceCertificateOrdersListByResourceGroup {
13
+ /** Get certificate orders in a resource group. */
14
+ get(options?: AppServiceCertificateOrdersListByResourceGroupParameters): StreamableMethod<AppServiceCertificateOrdersListByResourceGroup200Response | AppServiceCertificateOrdersListByResourceGroupDefaultResponse>;
15
+ }
16
+ export interface AppServiceCertificateOrdersGet {
17
+ /** Get a certificate order. */
18
+ get(options?: AppServiceCertificateOrdersGetParameters): StreamableMethod<AppServiceCertificateOrdersGet200Response | AppServiceCertificateOrdersGetDefaultResponse>;
19
+ /** Create or update a certificate purchase order. */
20
+ put(options: AppServiceCertificateOrdersCreateOrUpdateParameters): StreamableMethod<AppServiceCertificateOrdersCreateOrUpdate200Response | AppServiceCertificateOrdersCreateOrUpdate201Response | AppServiceCertificateOrdersCreateOrUpdateDefaultResponse>;
21
+ /** Delete an existing certificate order. */
22
+ delete(options?: AppServiceCertificateOrdersDeleteParameters): StreamableMethod<AppServiceCertificateOrdersDelete200Response | AppServiceCertificateOrdersDelete204Response | AppServiceCertificateOrdersDeleteDefaultResponse>;
23
+ /** Create or update a certificate purchase order. */
24
+ patch(options: AppServiceCertificateOrdersUpdateParameters): StreamableMethod<AppServiceCertificateOrdersUpdate200Response | AppServiceCertificateOrdersUpdateDefaultResponse>;
25
+ }
26
+ export interface AppServiceCertificateOrdersListCertificates {
27
+ /** List all certificates associated with a certificate order. */
28
+ get(options?: AppServiceCertificateOrdersListCertificatesParameters): StreamableMethod<AppServiceCertificateOrdersListCertificates200Response | AppServiceCertificateOrdersListCertificatesDefaultResponse>;
29
+ }
30
+ export interface AppServiceCertificateOrdersGetCertificate {
31
+ /** Get the certificate associated with a certificate order. */
32
+ get(options?: AppServiceCertificateOrdersGetCertificateParameters): StreamableMethod<AppServiceCertificateOrdersGetCertificate200Response | AppServiceCertificateOrdersGetCertificateDefaultResponse>;
33
+ /** Creates or updates a certificate and associates with key vault secret. */
34
+ put(options: AppServiceCertificateOrdersCreateOrUpdateCertificateParameters): StreamableMethod<AppServiceCertificateOrdersCreateOrUpdateCertificate200Response | AppServiceCertificateOrdersCreateOrUpdateCertificate201Response | AppServiceCertificateOrdersCreateOrUpdateCertificateDefaultResponse>;
35
+ /** Delete the certificate associated with a certificate order. */
36
+ delete(options?: AppServiceCertificateOrdersDeleteCertificateParameters): StreamableMethod<AppServiceCertificateOrdersDeleteCertificate200Response | AppServiceCertificateOrdersDeleteCertificate204Response | AppServiceCertificateOrdersDeleteCertificateDefaultResponse>;
37
+ /** Creates or updates a certificate and associates with key vault secret. */
38
+ patch(options: AppServiceCertificateOrdersUpdateCertificateParameters): StreamableMethod<AppServiceCertificateOrdersUpdateCertificate200Response | AppServiceCertificateOrdersUpdateCertificateDefaultResponse>;
39
+ }
40
+ export interface AppServiceCertificateOrdersReissue {
41
+ /** Reissue an existing certificate order. */
42
+ post(options: AppServiceCertificateOrdersReissueParameters): StreamableMethod<AppServiceCertificateOrdersReissue204Response | AppServiceCertificateOrdersReissueDefaultResponse>;
43
+ }
44
+ export interface AppServiceCertificateOrdersRenew {
45
+ /** Renew an existing certificate order. */
46
+ post(options: AppServiceCertificateOrdersRenewParameters): StreamableMethod<AppServiceCertificateOrdersRenew204Response | AppServiceCertificateOrdersRenewDefaultResponse>;
47
+ }
48
+ export interface AppServiceCertificateOrdersResendEmail {
49
+ /** Resend certificate email. */
50
+ post(options?: AppServiceCertificateOrdersResendEmailParameters): StreamableMethod<AppServiceCertificateOrdersResendEmail204Response | AppServiceCertificateOrdersResendEmailDefaultResponse>;
51
+ }
52
+ export interface AppServiceCertificateOrdersResendRequestEmails {
53
+ /** Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order */
54
+ post(options: AppServiceCertificateOrdersResendRequestEmailsParameters): StreamableMethod<AppServiceCertificateOrdersResendRequestEmails204Response | AppServiceCertificateOrdersResendRequestEmailsDefaultResponse>;
55
+ }
56
+ export interface AppServiceCertificateOrdersRetrieveSiteSeal {
57
+ /** 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. */
58
+ post(options: AppServiceCertificateOrdersRetrieveSiteSealParameters): StreamableMethod<AppServiceCertificateOrdersRetrieveSiteSeal200Response | AppServiceCertificateOrdersRetrieveSiteSealDefaultResponse>;
59
+ }
60
+ export interface AppServiceCertificateOrdersVerifyDomainOwnership {
61
+ /** Verify domain ownership for this certificate order. */
62
+ post(options?: AppServiceCertificateOrdersVerifyDomainOwnershipParameters): StreamableMethod<AppServiceCertificateOrdersVerifyDomainOwnership204Response | AppServiceCertificateOrdersVerifyDomainOwnershipDefaultResponse>;
63
+ }
64
+ export interface AppServiceCertificateOrdersRetrieveCertificateActions {
65
+ /** Retrieve the list of certificate actions. */
66
+ post(options?: AppServiceCertificateOrdersRetrieveCertificateActionsParameters): StreamableMethod<AppServiceCertificateOrdersRetrieveCertificateActions200Response | AppServiceCertificateOrdersRetrieveCertificateActionsDefaultResponse>;
67
+ }
68
+ export interface AppServiceCertificateOrdersRetrieveCertificateEmailHistory {
69
+ /** Retrieve email history. */
70
+ post(options?: AppServiceCertificateOrdersRetrieveCertificateEmailHistoryParameters): StreamableMethod<AppServiceCertificateOrdersRetrieveCertificateEmailHistory200Response | AppServiceCertificateOrdersRetrieveCertificateEmailHistoryDefaultResponse>;
71
+ }
72
+ export interface CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponse {
73
+ /** Microsoft.CertificateRegistration to get the list of detectors for this RP. */
74
+ get(options?: CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseParameters): StreamableMethod<CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponse200Response | CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseDefaultResponse>;
75
+ }
76
+ export interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponse {
77
+ /** Microsoft.CertificateRegistration call to get a detector response from App Lens. */
78
+ get(options?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseParameters): StreamableMethod<CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponse200Response | CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseDefaultResponse>;
79
+ }
80
+ export interface CertificateRegistrationProviderListOperations {
81
+ /** Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */
82
+ get(options?: CertificateRegistrationProviderListOperationsParameters): StreamableMethod<CertificateRegistrationProviderListOperations200Response | CertificateRegistrationProviderListOperationsDefaultResponse>;
83
+ }
84
+ export interface DomainsCheckAvailability {
85
+ /** Check if a domain is available for registration. */
86
+ post(options: DomainsCheckAvailabilityParameters): StreamableMethod<DomainsCheckAvailability200Response | DomainsCheckAvailabilityDefaultResponse>;
87
+ }
88
+ export interface DomainsList {
89
+ /** Get all domains in a subscription. */
90
+ get(options?: DomainsListParameters): StreamableMethod<DomainsList200Response | DomainsListDefaultResponse>;
91
+ }
92
+ export interface DomainsGetControlCenterSsoRequest {
93
+ /** Generate a single sign-on request for the domain management portal. */
94
+ post(options?: DomainsGetControlCenterSsoRequestParameters): StreamableMethod<DomainsGetControlCenterSsoRequest200Response | DomainsGetControlCenterSsoRequestDefaultResponse>;
95
+ }
96
+ export interface DomainsListRecommendations {
97
+ /** Get domain name recommendations based on keywords. */
98
+ post(options: DomainsListRecommendationsParameters): StreamableMethod<DomainsListRecommendations200Response | DomainsListRecommendationsDefaultResponse>;
99
+ }
100
+ export interface DomainsListByResourceGroup {
101
+ /** Get all domains in a resource group. */
102
+ get(options?: DomainsListByResourceGroupParameters): StreamableMethod<DomainsListByResourceGroup200Response | DomainsListByResourceGroupDefaultResponse>;
103
+ }
104
+ export interface DomainsGet {
105
+ /** Get a domain. */
106
+ get(options?: DomainsGetParameters): StreamableMethod<DomainsGet200Response | DomainsGetDefaultResponse>;
107
+ /** Creates or updates a domain. */
108
+ put(options: DomainsCreateOrUpdateParameters): StreamableMethod<DomainsCreateOrUpdate200Response | DomainsCreateOrUpdate202Response | DomainsCreateOrUpdateDefaultResponse>;
109
+ /** Delete a domain. */
110
+ delete(options?: DomainsDeleteParameters): StreamableMethod<DomainsDelete200Response | DomainsDelete204Response | DomainsDeleteDefaultResponse>;
111
+ /** Creates or updates a domain. */
112
+ patch(options: DomainsUpdateParameters): StreamableMethod<DomainsUpdate200Response | DomainsUpdate202Response | DomainsUpdateDefaultResponse>;
113
+ }
114
+ export interface DomainsListOwnershipIdentifiers {
115
+ /** Lists domain ownership identifiers. */
116
+ get(options?: DomainsListOwnershipIdentifiersParameters): StreamableMethod<DomainsListOwnershipIdentifiers200Response | DomainsListOwnershipIdentifiersDefaultResponse>;
117
+ }
118
+ export interface DomainsGetOwnershipIdentifier {
119
+ /** Get ownership identifier for domain */
120
+ get(options?: DomainsGetOwnershipIdentifierParameters): StreamableMethod<DomainsGetOwnershipIdentifier200Response | DomainsGetOwnershipIdentifierDefaultResponse>;
121
+ /** Creates an ownership identifier for a domain or updates identifier details for an existing identifier */
122
+ put(options: DomainsCreateOrUpdateOwnershipIdentifierParameters): StreamableMethod<DomainsCreateOrUpdateOwnershipIdentifier200Response | DomainsCreateOrUpdateOwnershipIdentifierDefaultResponse>;
123
+ /** Delete ownership identifier for domain */
124
+ delete(options?: DomainsDeleteOwnershipIdentifierParameters): StreamableMethod<DomainsDeleteOwnershipIdentifier200Response | DomainsDeleteOwnershipIdentifier204Response | DomainsDeleteOwnershipIdentifierDefaultResponse>;
125
+ /** Creates an ownership identifier for a domain or updates identifier details for an existing identifier */
126
+ patch(options: DomainsUpdateOwnershipIdentifierParameters): StreamableMethod<DomainsUpdateOwnershipIdentifier200Response | DomainsUpdateOwnershipIdentifierDefaultResponse>;
127
+ }
128
+ export interface DomainsRenew {
129
+ /** Renew a domain. */
130
+ post(options?: DomainsRenewParameters): StreamableMethod<DomainsRenew200Response | DomainsRenew202Response | DomainsRenew204Response | DomainsRenewDefaultResponse>;
131
+ }
132
+ export interface DomainsTransferOut {
133
+ /** Transfer out domain to another registrar */
134
+ put(options?: DomainsTransferOutParameters): StreamableMethod<DomainsTransferOut200Response | DomainsTransferOut400Response | DomainsTransferOutDefaultResponse>;
135
+ }
136
+ export interface TopLevelDomainsList {
137
+ /** Get all top-level domains supported for registration. */
138
+ get(options?: TopLevelDomainsListParameters): StreamableMethod<TopLevelDomainsList200Response | TopLevelDomainsListDefaultResponse>;
139
+ }
140
+ export interface TopLevelDomainsGet {
141
+ /** Get details of a top-level domain. */
142
+ get(options?: TopLevelDomainsGetParameters): StreamableMethod<TopLevelDomainsGet200Response | TopLevelDomainsGetDefaultResponse>;
143
+ }
144
+ export interface TopLevelDomainsListAgreements {
145
+ /** Gets all legal agreements that user needs to accept before purchasing a domain. */
146
+ post(options: TopLevelDomainsListAgreementsParameters): StreamableMethod<TopLevelDomainsListAgreements200Response | TopLevelDomainsListAgreementsDefaultResponse>;
147
+ }
148
+ export interface DomainRegistrationProviderListOperations {
149
+ /** Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider */
150
+ get(options?: DomainRegistrationProviderListOperationsParameters): StreamableMethod<DomainRegistrationProviderListOperations200Response | DomainRegistrationProviderListOperationsDefaultResponse>;
151
+ }
152
+ export interface AppServiceEnvironmentsList {
153
+ /** Get all App Service Environments for a subscription. */
154
+ get(options?: AppServiceEnvironmentsListParameters): StreamableMethod<AppServiceEnvironmentsList200Response | AppServiceEnvironmentsListDefaultResponse>;
155
+ }
156
+ export interface AppServiceEnvironmentsListByResourceGroup {
157
+ /** Get all App Service Environments in a resource group. */
158
+ get(options?: AppServiceEnvironmentsListByResourceGroupParameters): StreamableMethod<AppServiceEnvironmentsListByResourceGroup200Response | AppServiceEnvironmentsListByResourceGroupDefaultResponse>;
159
+ }
160
+ export interface AppServiceEnvironmentsGet {
161
+ /** Get the properties of an App Service Environment. */
162
+ get(options?: AppServiceEnvironmentsGetParameters): StreamableMethod<AppServiceEnvironmentsGet200Response | AppServiceEnvironmentsGetDefaultResponse>;
163
+ /** Create or update an App Service Environment. */
164
+ put(options: AppServiceEnvironmentsCreateOrUpdateParameters): StreamableMethod<AppServiceEnvironmentsCreateOrUpdate200Response | AppServiceEnvironmentsCreateOrUpdate201Response | AppServiceEnvironmentsCreateOrUpdate202Response | AppServiceEnvironmentsCreateOrUpdateDefaultResponse>;
165
+ /** Delete an App Service Environment. */
166
+ delete(options?: AppServiceEnvironmentsDeleteParameters): StreamableMethod<AppServiceEnvironmentsDelete202Response | AppServiceEnvironmentsDelete204Response | AppServiceEnvironmentsDeleteDefaultResponse>;
167
+ /** Create or update an App Service Environment. */
168
+ patch(options: AppServiceEnvironmentsUpdateParameters): StreamableMethod<AppServiceEnvironmentsUpdate200Response | AppServiceEnvironmentsUpdate201Response | AppServiceEnvironmentsUpdate202Response | AppServiceEnvironmentsUpdateDefaultResponse>;
169
+ }
170
+ export interface AppServiceEnvironmentsListCapacities {
171
+ /** Get the used, available, and total worker capacity an App Service Environment. */
172
+ get(options?: AppServiceEnvironmentsListCapacitiesParameters): StreamableMethod<AppServiceEnvironmentsListCapacities200Response | AppServiceEnvironmentsListCapacitiesDefaultResponse>;
173
+ }
174
+ export interface AppServiceEnvironmentsGetVipInfo {
175
+ /** Get IP addresses assigned to an App Service Environment. */
176
+ get(options?: AppServiceEnvironmentsGetVipInfoParameters): StreamableMethod<AppServiceEnvironmentsGetVipInfo200Response | AppServiceEnvironmentsGetVipInfoDefaultResponse>;
177
+ }
178
+ export interface AppServiceEnvironmentsChangeVnet {
179
+ /** Move an App Service Environment to a different VNET. */
180
+ post(options: AppServiceEnvironmentsChangeVnetParameters): StreamableMethod<AppServiceEnvironmentsChangeVnet200Response | AppServiceEnvironmentsChangeVnet202Response | AppServiceEnvironmentsChangeVnetDefaultResponse>;
181
+ }
182
+ export interface AppServiceEnvironmentsGetAseV3NetworkingConfiguration {
183
+ /** Get networking configuration of an App Service Environment */
184
+ get(options?: AppServiceEnvironmentsGetAseV3NetworkingConfigurationParameters): StreamableMethod<AppServiceEnvironmentsGetAseV3NetworkingConfiguration200Response | AppServiceEnvironmentsGetAseV3NetworkingConfigurationDefaultResponse>;
185
+ /** Update networking configuration of an App Service Environment */
186
+ put(options: AppServiceEnvironmentsUpdateAseNetworkingConfigurationParameters): StreamableMethod<AppServiceEnvironmentsUpdateAseNetworkingConfiguration200Response | AppServiceEnvironmentsUpdateAseNetworkingConfigurationDefaultResponse>;
187
+ }
188
+ export interface AppServiceEnvironmentsListDiagnostics {
189
+ /** Get diagnostic information for an App Service Environment. */
190
+ get(options?: AppServiceEnvironmentsListDiagnosticsParameters): StreamableMethod<AppServiceEnvironmentsListDiagnostics200Response | AppServiceEnvironmentsListDiagnosticsDefaultResponse>;
191
+ }
192
+ export interface AppServiceEnvironmentsGetDiagnosticsItem {
193
+ /** Get a diagnostics item for an App Service Environment. */
194
+ get(options?: AppServiceEnvironmentsGetDiagnosticsItemParameters): StreamableMethod<AppServiceEnvironmentsGetDiagnosticsItem200Response | AppServiceEnvironmentsGetDiagnosticsItemDefaultResponse>;
195
+ }
196
+ export interface AppServiceEnvironmentsGetInboundNetworkDependenciesEndpoints {
197
+ /** Get the network endpoints of all inbound dependencies of an App Service Environment. */
198
+ get(options?: AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsParameters): StreamableMethod<AppServiceEnvironmentsGetInboundNetworkDependenciesEndpoints200Response | AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsDefaultResponse>;
199
+ }
200
+ export interface AppServiceEnvironmentsListMultiRolePools {
201
+ /** Get all multi-role pools. */
202
+ get(options?: AppServiceEnvironmentsListMultiRolePoolsParameters): StreamableMethod<AppServiceEnvironmentsListMultiRolePools200Response | AppServiceEnvironmentsListMultiRolePoolsDefaultResponse>;
203
+ }
204
+ export interface AppServiceEnvironmentsGetMultiRolePool {
205
+ /** Get properties of a multi-role pool. */
206
+ get(options?: AppServiceEnvironmentsGetMultiRolePoolParameters): StreamableMethod<AppServiceEnvironmentsGetMultiRolePool200Response | AppServiceEnvironmentsGetMultiRolePoolDefaultResponse>;
207
+ /** Create or update a multi-role pool. */
208
+ put(options: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolParameters): StreamableMethod<AppServiceEnvironmentsCreateOrUpdateMultiRolePool200Response | AppServiceEnvironmentsCreateOrUpdateMultiRolePool202Response | AppServiceEnvironmentsCreateOrUpdateMultiRolePoolDefaultResponse>;
209
+ /** Create or update a multi-role pool. */
210
+ patch(options: AppServiceEnvironmentsUpdateMultiRolePoolParameters): StreamableMethod<AppServiceEnvironmentsUpdateMultiRolePool200Response | AppServiceEnvironmentsUpdateMultiRolePool202Response | AppServiceEnvironmentsUpdateMultiRolePoolDefaultResponse>;
211
+ }
212
+ export interface AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitions {
213
+ /** Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. */
214
+ get(options?: AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsParameters): StreamableMethod<AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitions200Response | AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsDefaultResponse>;
215
+ }
216
+ export interface AppServiceEnvironmentsListMultiRoleMetricDefinitions {
217
+ /** Get metric definitions for a multi-role pool of an App Service Environment. */
218
+ get(options?: AppServiceEnvironmentsListMultiRoleMetricDefinitionsParameters): StreamableMethod<AppServiceEnvironmentsListMultiRoleMetricDefinitions200Response | AppServiceEnvironmentsListMultiRoleMetricDefinitionsDefaultResponse>;
219
+ }
220
+ export interface AppServiceEnvironmentsListMultiRolePoolSkus {
221
+ /** Get available SKUs for scaling a multi-role pool. */
222
+ get(options?: AppServiceEnvironmentsListMultiRolePoolSkusParameters): StreamableMethod<AppServiceEnvironmentsListMultiRolePoolSkus200Response | AppServiceEnvironmentsListMultiRolePoolSkusDefaultResponse>;
223
+ }
224
+ export interface AppServiceEnvironmentsListMultiRoleUsages {
225
+ /** Get usage metrics for a multi-role pool of an App Service Environment. */
226
+ get(options?: AppServiceEnvironmentsListMultiRoleUsagesParameters): StreamableMethod<AppServiceEnvironmentsListMultiRoleUsages200Response | AppServiceEnvironmentsListMultiRoleUsagesDefaultResponse>;
227
+ }
228
+ export interface AppServiceEnvironmentsListOperations {
229
+ /** List all currently running operations on the App Service Environment. */
230
+ get(options?: AppServiceEnvironmentsListOperationsParameters): StreamableMethod<AppServiceEnvironmentsListOperations200Response | AppServiceEnvironmentsListOperationsDefaultResponse>;
231
+ }
232
+ export interface AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpoints {
233
+ /** Get the network endpoints of all outbound dependencies of an App Service Environment. */
234
+ get(options?: AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsParameters): StreamableMethod<AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpoints200Response | AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsDefaultResponse>;
235
+ }
236
+ export interface AppServiceEnvironmentsGetPrivateEndpointConnectionList {
237
+ /** Gets the list of private endpoints associated with a hosting environment */
238
+ get(options?: AppServiceEnvironmentsGetPrivateEndpointConnectionListParameters): StreamableMethod<AppServiceEnvironmentsGetPrivateEndpointConnectionList200Response | AppServiceEnvironmentsGetPrivateEndpointConnectionListDefaultResponse>;
239
+ }
240
+ export interface AppServiceEnvironmentsGetPrivateEndpointConnection {
241
+ /** Gets a private endpoint connection */
242
+ get(options?: AppServiceEnvironmentsGetPrivateEndpointConnectionParameters): StreamableMethod<AppServiceEnvironmentsGetPrivateEndpointConnection200Response | AppServiceEnvironmentsGetPrivateEndpointConnectionDefaultResponse>;
243
+ /** Approves or rejects a private endpoint connection */
244
+ put(options: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionParameters): StreamableMethod<AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection200Response | AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection202Response | AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionDefaultResponse>;
245
+ /** Deletes a private endpoint connection */
246
+ delete(options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionParameters): StreamableMethod<AppServiceEnvironmentsDeletePrivateEndpointConnection200Response | AppServiceEnvironmentsDeletePrivateEndpointConnection202Response | AppServiceEnvironmentsDeletePrivateEndpointConnection204Response | AppServiceEnvironmentsDeletePrivateEndpointConnectionDefaultResponse>;
247
+ }
248
+ export interface AppServiceEnvironmentsGetPrivateLinkResources {
249
+ /** Gets the private link resources */
250
+ get(options?: AppServiceEnvironmentsGetPrivateLinkResourcesParameters): StreamableMethod<AppServiceEnvironmentsGetPrivateLinkResources200Response | AppServiceEnvironmentsGetPrivateLinkResourcesDefaultResponse>;
251
+ }
252
+ export interface AppServiceEnvironmentsReboot {
253
+ /** Reboot all machines in an App Service Environment. */
254
+ post(options?: AppServiceEnvironmentsRebootParameters): StreamableMethod<AppServiceEnvironmentsReboot202Response | AppServiceEnvironmentsRebootDefaultResponse>;
255
+ }
256
+ export interface AppServiceEnvironmentsResume {
257
+ /** Resume an App Service Environment. */
258
+ post(options?: AppServiceEnvironmentsResumeParameters): StreamableMethod<AppServiceEnvironmentsResume200Response | AppServiceEnvironmentsResume202Response | AppServiceEnvironmentsResumeDefaultResponse>;
259
+ }
260
+ export interface AppServiceEnvironmentsListAppServicePlans {
261
+ /** Get all App Service plans in an App Service Environment. */
262
+ get(options?: AppServiceEnvironmentsListAppServicePlansParameters): StreamableMethod<AppServiceEnvironmentsListAppServicePlans200Response | AppServiceEnvironmentsListAppServicePlansDefaultResponse>;
263
+ }
264
+ export interface AppServiceEnvironmentsListWebApps {
265
+ /** Get all apps in an App Service Environment. */
266
+ get(options?: AppServiceEnvironmentsListWebAppsParameters): StreamableMethod<AppServiceEnvironmentsListWebApps200Response | AppServiceEnvironmentsListWebAppsDefaultResponse>;
267
+ }
268
+ export interface AppServiceEnvironmentsSuspend {
269
+ /** Suspend an App Service Environment. */
270
+ post(options?: AppServiceEnvironmentsSuspendParameters): StreamableMethod<AppServiceEnvironmentsSuspend200Response | AppServiceEnvironmentsSuspend202Response | AppServiceEnvironmentsSuspendDefaultResponse>;
271
+ }
272
+ export interface AppServiceEnvironmentsListUsages {
273
+ /** Get global usage metrics of an App Service Environment. */
274
+ get(options?: AppServiceEnvironmentsListUsagesParameters): StreamableMethod<AppServiceEnvironmentsListUsages200Response | AppServiceEnvironmentsListUsagesDefaultResponse>;
275
+ }
276
+ export interface AppServiceEnvironmentsListWorkerPools {
277
+ /** Get all worker pools of an App Service Environment. */
278
+ get(options?: AppServiceEnvironmentsListWorkerPoolsParameters): StreamableMethod<AppServiceEnvironmentsListWorkerPools200Response | AppServiceEnvironmentsListWorkerPoolsDefaultResponse>;
279
+ }
280
+ export interface AppServiceEnvironmentsGetWorkerPool {
281
+ /** Get properties of a worker pool. */
282
+ get(options?: AppServiceEnvironmentsGetWorkerPoolParameters): StreamableMethod<AppServiceEnvironmentsGetWorkerPool200Response | AppServiceEnvironmentsGetWorkerPoolDefaultResponse>;
283
+ /** Create or update a worker pool. */
284
+ put(options: AppServiceEnvironmentsCreateOrUpdateWorkerPoolParameters): StreamableMethod<AppServiceEnvironmentsCreateOrUpdateWorkerPool200Response | AppServiceEnvironmentsCreateOrUpdateWorkerPool202Response | AppServiceEnvironmentsCreateOrUpdateWorkerPoolDefaultResponse>;
285
+ /** Create or update a worker pool. */
286
+ patch(options: AppServiceEnvironmentsUpdateWorkerPoolParameters): StreamableMethod<AppServiceEnvironmentsUpdateWorkerPool200Response | AppServiceEnvironmentsUpdateWorkerPool202Response | AppServiceEnvironmentsUpdateWorkerPoolDefaultResponse>;
287
+ }
288
+ export interface AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitions {
289
+ /** Get metric definitions for a specific instance of a worker pool of an App Service Environment. */
290
+ get(options?: AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsParameters): StreamableMethod<AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitions200Response | AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsDefaultResponse>;
291
+ }
292
+ export interface AppServiceEnvironmentsListWebWorkerMetricDefinitions {
293
+ /** Get metric definitions for a worker pool of an App Service Environment. */
294
+ get(options?: AppServiceEnvironmentsListWebWorkerMetricDefinitionsParameters): StreamableMethod<AppServiceEnvironmentsListWebWorkerMetricDefinitions200Response | AppServiceEnvironmentsListWebWorkerMetricDefinitionsDefaultResponse>;
295
+ }
296
+ export interface AppServiceEnvironmentsListWorkerPoolSkus {
297
+ /** Get available SKUs for scaling a worker pool. */
298
+ get(options?: AppServiceEnvironmentsListWorkerPoolSkusParameters): StreamableMethod<AppServiceEnvironmentsListWorkerPoolSkus200Response | AppServiceEnvironmentsListWorkerPoolSkusDefaultResponse>;
299
+ }
300
+ export interface AppServiceEnvironmentsListWebWorkerUsages {
301
+ /** Get usage metrics for a worker pool of an App Service Environment. */
302
+ get(options?: AppServiceEnvironmentsListWebWorkerUsagesParameters): StreamableMethod<AppServiceEnvironmentsListWebWorkerUsages200Response | AppServiceEnvironmentsListWebWorkerUsagesDefaultResponse>;
303
+ }
304
+ export interface AppServicePlansList {
305
+ /** Get all App Service plans for a subscription. */
306
+ get(options?: AppServicePlansListParameters): StreamableMethod<AppServicePlansList200Response | AppServicePlansListDefaultResponse>;
307
+ }
308
+ export interface AppServicePlansListByResourceGroup {
309
+ /** Get all App Service plans in a resource group. */
310
+ get(options?: AppServicePlansListByResourceGroupParameters): StreamableMethod<AppServicePlansListByResourceGroup200Response | AppServicePlansListByResourceGroupDefaultResponse>;
311
+ }
312
+ export interface AppServicePlansGet {
313
+ /** Get an App Service plan. */
314
+ get(options?: AppServicePlansGetParameters): StreamableMethod<AppServicePlansGet200Response | AppServicePlansGet404Response | AppServicePlansGetDefaultResponse>;
315
+ /** Creates or updates an App Service Plan. */
316
+ put(options: AppServicePlansCreateOrUpdateParameters): StreamableMethod<AppServicePlansCreateOrUpdate200Response | AppServicePlansCreateOrUpdate202Response | AppServicePlansCreateOrUpdateDefaultResponse>;
317
+ /** Delete an App Service plan. */
318
+ delete(options?: AppServicePlansDeleteParameters): StreamableMethod<AppServicePlansDelete200Response | AppServicePlansDelete204Response | AppServicePlansDeleteDefaultResponse>;
319
+ /** Creates or updates an App Service Plan. */
320
+ patch(options: AppServicePlansUpdateParameters): StreamableMethod<AppServicePlansUpdate200Response | AppServicePlansUpdate202Response | AppServicePlansUpdateDefaultResponse>;
321
+ }
322
+ export interface AppServicePlansListCapabilities {
323
+ /** List all capabilities of an App Service plan. */
324
+ get(options?: AppServicePlansListCapabilitiesParameters): StreamableMethod<AppServicePlansListCapabilities200Response | AppServicePlansListCapabilitiesDefaultResponse>;
325
+ }
326
+ export interface AppServicePlansGetHybridConnection {
327
+ /** Retrieve a Hybrid Connection in use in an App Service plan. */
328
+ get(options?: AppServicePlansGetHybridConnectionParameters): StreamableMethod<AppServicePlansGetHybridConnection200Response | AppServicePlansGetHybridConnectionDefaultResponse>;
329
+ /** Delete a Hybrid Connection in use in an App Service plan. */
330
+ delete(options?: AppServicePlansDeleteHybridConnectionParameters): StreamableMethod<AppServicePlansDeleteHybridConnection200Response | AppServicePlansDeleteHybridConnection204Response | AppServicePlansDeleteHybridConnectionDefaultResponse>;
331
+ }
332
+ export interface AppServicePlansListHybridConnectionKeys {
333
+ /** Get the send key name and value of a Hybrid Connection. */
334
+ post(options?: AppServicePlansListHybridConnectionKeysParameters): StreamableMethod<AppServicePlansListHybridConnectionKeys200Response | AppServicePlansListHybridConnectionKeysDefaultResponse>;
335
+ }
336
+ export interface AppServicePlansListWebAppsByHybridConnection {
337
+ /** Get all apps that use a Hybrid Connection in an App Service Plan. */
338
+ get(options?: AppServicePlansListWebAppsByHybridConnectionParameters): StreamableMethod<AppServicePlansListWebAppsByHybridConnection200Response | AppServicePlansListWebAppsByHybridConnectionDefaultResponse>;
339
+ }
340
+ export interface AppServicePlansGetHybridConnectionPlanLimit {
341
+ /** Get the maximum number of Hybrid Connections allowed in an App Service plan. */
342
+ get(options?: AppServicePlansGetHybridConnectionPlanLimitParameters): StreamableMethod<AppServicePlansGetHybridConnectionPlanLimit200Response | AppServicePlansGetHybridConnectionPlanLimitDefaultResponse>;
343
+ }
344
+ export interface AppServicePlansListHybridConnections {
345
+ /** Retrieve all Hybrid Connections in use in an App Service plan. */
346
+ get(options?: AppServicePlansListHybridConnectionsParameters): StreamableMethod<AppServicePlansListHybridConnections200Response | AppServicePlansListHybridConnectionsDefaultResponse>;
347
+ }
348
+ export interface AppServicePlansRestartWebApps {
349
+ /** Restart all apps in an App Service plan. */
350
+ post(options?: AppServicePlansRestartWebAppsParameters): StreamableMethod<AppServicePlansRestartWebApps204Response | AppServicePlansRestartWebAppsDefaultResponse>;
351
+ }
352
+ export interface AppServicePlansListWebApps {
353
+ /** Get all apps associated with an App Service plan. */
354
+ get(options?: AppServicePlansListWebAppsParameters): StreamableMethod<AppServicePlansListWebApps200Response | AppServicePlansListWebAppsDefaultResponse>;
355
+ }
356
+ export interface AppServicePlansGetServerFarmSkus {
357
+ /** Gets all selectable SKUs for a given App Service Plan */
358
+ get(options?: AppServicePlansGetServerFarmSkusParameters): StreamableMethod<AppServicePlansGetServerFarmSkus200Response | AppServicePlansGetServerFarmSkusDefaultResponse>;
359
+ }
360
+ export interface AppServicePlansListUsages {
361
+ /** Gets server farm usage information */
362
+ get(options?: AppServicePlansListUsagesParameters): StreamableMethod<AppServicePlansListUsages200Response | AppServicePlansListUsagesDefaultResponse>;
363
+ }
364
+ export interface AppServicePlansListVnets {
365
+ /** Get all Virtual Networks associated with an App Service plan. */
366
+ get(options?: AppServicePlansListVnetsParameters): StreamableMethod<AppServicePlansListVnets200Response | AppServicePlansListVnetsDefaultResponse>;
367
+ }
368
+ export interface AppServicePlansGetVnetFromServerFarm {
369
+ /** Get a Virtual Network associated with an App Service plan. */
370
+ get(options?: AppServicePlansGetVnetFromServerFarmParameters): StreamableMethod<AppServicePlansGetVnetFromServerFarm200Response | AppServicePlansGetVnetFromServerFarm404Response | AppServicePlansGetVnetFromServerFarmDefaultResponse>;
371
+ }
372
+ export interface AppServicePlansGetVnetGateway {
373
+ /** Get a Virtual Network gateway. */
374
+ get(options?: AppServicePlansGetVnetGatewayParameters): StreamableMethod<AppServicePlansGetVnetGateway200Response | AppServicePlansGetVnetGatewayDefaultResponse>;
375
+ /** Update a Virtual Network gateway. */
376
+ put(options: AppServicePlansUpdateVnetGatewayParameters): StreamableMethod<AppServicePlansUpdateVnetGateway200Response | AppServicePlansUpdateVnetGatewayDefaultResponse>;
377
+ }
378
+ export interface AppServicePlansListRoutesForVnet {
379
+ /** Get all routes that are associated with a Virtual Network in an App Service plan. */
380
+ get(options?: AppServicePlansListRoutesForVnetParameters): StreamableMethod<AppServicePlansListRoutesForVnet200Response | AppServicePlansListRoutesForVnetDefaultResponse>;
381
+ }
382
+ export interface AppServicePlansGetRouteForVnet {
383
+ /** Get a Virtual Network route in an App Service plan. */
384
+ get(options?: AppServicePlansGetRouteForVnetParameters): StreamableMethod<AppServicePlansGetRouteForVnet200Response | AppServicePlansGetRouteForVnet404Response | AppServicePlansGetRouteForVnetDefaultResponse>;
385
+ /** Create or update a Virtual Network route in an App Service plan. */
386
+ put(options: AppServicePlansCreateOrUpdateVnetRouteParameters): StreamableMethod<AppServicePlansCreateOrUpdateVnetRoute200Response | AppServicePlansCreateOrUpdateVnetRoute400Response | AppServicePlansCreateOrUpdateVnetRoute404Response | AppServicePlansCreateOrUpdateVnetRouteDefaultResponse>;
387
+ /** Delete a Virtual Network route in an App Service plan. */
388
+ delete(options?: AppServicePlansDeleteVnetRouteParameters): StreamableMethod<AppServicePlansDeleteVnetRoute200Response | AppServicePlansDeleteVnetRoute404Response | AppServicePlansDeleteVnetRouteDefaultResponse>;
389
+ /** Create or update a Virtual Network route in an App Service plan. */
390
+ patch(options: AppServicePlansUpdateVnetRouteParameters): StreamableMethod<AppServicePlansUpdateVnetRoute200Response | AppServicePlansUpdateVnetRoute400Response | AppServicePlansUpdateVnetRoute404Response | AppServicePlansUpdateVnetRouteDefaultResponse>;
391
+ }
392
+ export interface AppServicePlansRebootWorker {
393
+ /** Reboot a worker machine in an App Service plan. */
394
+ post(options?: AppServicePlansRebootWorkerParameters): StreamableMethod<AppServicePlansRebootWorker204Response | AppServicePlansRebootWorkerDefaultResponse>;
395
+ }
396
+ export interface CertificatesList {
397
+ /** Get all certificates for a subscription. */
398
+ get(options?: CertificatesListParameters): StreamableMethod<CertificatesList200Response | CertificatesListDefaultResponse>;
399
+ }
400
+ export interface CertificatesListByResourceGroup {
401
+ /** Get all certificates in a resource group. */
402
+ get(options?: CertificatesListByResourceGroupParameters): StreamableMethod<CertificatesListByResourceGroup200Response | CertificatesListByResourceGroupDefaultResponse>;
403
+ }
404
+ export interface CertificatesGet {
405
+ /** Get a certificate. */
406
+ get(options?: CertificatesGetParameters): StreamableMethod<CertificatesGet200Response | CertificatesGetDefaultResponse>;
407
+ /** Create or update a certificate. */
408
+ put(options: CertificatesCreateOrUpdateParameters): StreamableMethod<CertificatesCreateOrUpdate200Response | CertificatesCreateOrUpdateDefaultResponse>;
409
+ /** Delete a certificate. */
410
+ delete(options?: CertificatesDeleteParameters): StreamableMethod<CertificatesDelete200Response | CertificatesDelete204Response | CertificatesDeleteDefaultResponse>;
411
+ /** Create or update a certificate. */
412
+ patch(options: CertificatesUpdateParameters): StreamableMethod<CertificatesUpdate200Response | CertificatesUpdateDefaultResponse>;
413
+ }
414
+ export interface ContainerAppsListBySubscription {
415
+ /** Get the Container Apps in a given subscription. */
416
+ get(options?: ContainerAppsListBySubscriptionParameters): StreamableMethod<ContainerAppsListBySubscription200Response | ContainerAppsListBySubscriptionDefaultResponse>;
417
+ }
418
+ export interface ContainerAppsListByResourceGroup {
419
+ /** Get the Container Apps in a given resource group. */
420
+ get(options?: ContainerAppsListByResourceGroupParameters): StreamableMethod<ContainerAppsListByResourceGroup200Response | ContainerAppsListByResourceGroupDefaultResponse>;
421
+ }
422
+ export interface ContainerAppsGet {
423
+ /** Get the properties of a Container App. */
424
+ get(options?: ContainerAppsGetParameters): StreamableMethod<ContainerAppsGet200Response | ContainerAppsGet404Response | ContainerAppsGetDefaultResponse>;
425
+ /** Create or update a Container App. */
426
+ put(options: ContainerAppsCreateOrUpdateParameters): StreamableMethod<ContainerAppsCreateOrUpdate200Response | ContainerAppsCreateOrUpdate201Response | ContainerAppsCreateOrUpdateDefaultResponse>;
427
+ /** Delete a Container App. */
428
+ delete(options?: ContainerAppsDeleteParameters): StreamableMethod<ContainerAppsDelete200Response | ContainerAppsDelete202Response | ContainerAppsDelete204Response | ContainerAppsDeleteDefaultResponse>;
429
+ }
430
+ export interface ContainerAppsListSecrets {
431
+ /** List secrets for a container app */
432
+ post(options?: ContainerAppsListSecretsParameters): StreamableMethod<ContainerAppsListSecrets200Response | ContainerAppsListSecretsDefaultResponse>;
433
+ }
434
+ export interface ContainerAppsRevisionsListRevisions {
435
+ /** Get the Revisions for a given Container App. */
436
+ get(options?: ContainerAppsRevisionsListRevisionsParameters): StreamableMethod<ContainerAppsRevisionsListRevisions200Response | ContainerAppsRevisionsListRevisionsDefaultResponse>;
437
+ }
438
+ export interface ContainerAppsRevisionsGetRevision {
439
+ /** Get a revision of a Container App. */
440
+ get(options?: ContainerAppsRevisionsGetRevisionParameters): StreamableMethod<ContainerAppsRevisionsGetRevision200Response | ContainerAppsRevisionsGetRevisionDefaultResponse>;
441
+ }
442
+ export interface ContainerAppsRevisionsActivateRevision {
443
+ /** Activates a revision for a Container App */
444
+ post(options?: ContainerAppsRevisionsActivateRevisionParameters): StreamableMethod<ContainerAppsRevisionsActivateRevision200Response | ContainerAppsRevisionsActivateRevisionDefaultResponse>;
445
+ }
446
+ export interface ContainerAppsRevisionsDeactivateRevision {
447
+ /** Deactivates a revision for a Container App */
448
+ post(options?: ContainerAppsRevisionsDeactivateRevisionParameters): StreamableMethod<ContainerAppsRevisionsDeactivateRevision200Response | ContainerAppsRevisionsDeactivateRevisionDefaultResponse>;
449
+ }
450
+ export interface ContainerAppsRevisionsRestartRevision {
451
+ /** Restarts a revision for a Container App */
452
+ post(options?: ContainerAppsRevisionsRestartRevisionParameters): StreamableMethod<ContainerAppsRevisionsRestartRevision200Response | ContainerAppsRevisionsRestartRevisionDefaultResponse>;
453
+ }
454
+ export interface DeletedWebAppsList {
455
+ /** Get all deleted apps for a subscription. */
456
+ get(options?: DeletedWebAppsListParameters): StreamableMethod<DeletedWebAppsList200Response | DeletedWebAppsListDefaultResponse>;
457
+ }
458
+ export interface DeletedWebAppsListByLocation {
459
+ /** Get all deleted apps for a subscription at location */
460
+ get(options?: DeletedWebAppsListByLocationParameters): StreamableMethod<DeletedWebAppsListByLocation200Response | DeletedWebAppsListByLocationDefaultResponse>;
461
+ }
462
+ export interface DeletedWebAppsGetDeletedWebAppByLocation {
463
+ /** Get deleted app for a subscription at location. */
464
+ get(options?: DeletedWebAppsGetDeletedWebAppByLocationParameters): StreamableMethod<DeletedWebAppsGetDeletedWebAppByLocation200Response | DeletedWebAppsGetDeletedWebAppByLocationDefaultResponse>;
465
+ }
466
+ export interface DiagnosticsListHostingEnvironmentDetectorResponses {
467
+ /** List Hosting Environment Detector Responses */
468
+ get(options?: DiagnosticsListHostingEnvironmentDetectorResponsesParameters): StreamableMethod<DiagnosticsListHostingEnvironmentDetectorResponses200Response | DiagnosticsListHostingEnvironmentDetectorResponsesDefaultResponse>;
469
+ }
470
+ export interface DiagnosticsGetHostingEnvironmentDetectorResponse {
471
+ /** Get Hosting Environment Detector Response */
472
+ get(options?: DiagnosticsGetHostingEnvironmentDetectorResponseParameters): StreamableMethod<DiagnosticsGetHostingEnvironmentDetectorResponse200Response | DiagnosticsGetHostingEnvironmentDetectorResponseDefaultResponse>;
473
+ }
474
+ export interface DiagnosticsListSiteDetectorResponses {
475
+ /** List Site Detector Responses */
476
+ get(options?: DiagnosticsListSiteDetectorResponsesParameters): StreamableMethod<DiagnosticsListSiteDetectorResponses200Response | DiagnosticsListSiteDetectorResponsesDefaultResponse>;
477
+ }
478
+ export interface DiagnosticsGetSiteDetectorResponse {
479
+ /** Get site detector response */
480
+ get(options?: DiagnosticsGetSiteDetectorResponseParameters): StreamableMethod<DiagnosticsGetSiteDetectorResponse200Response | DiagnosticsGetSiteDetectorResponseDefaultResponse>;
481
+ }
482
+ export interface DiagnosticsListSiteDiagnosticCategories {
483
+ /** Get Diagnostics Categories */
484
+ get(options?: DiagnosticsListSiteDiagnosticCategoriesParameters): StreamableMethod<DiagnosticsListSiteDiagnosticCategories200Response | DiagnosticsListSiteDiagnosticCategoriesDefaultResponse>;
485
+ }
486
+ export interface DiagnosticsGetSiteDiagnosticCategory {
487
+ /** Get Diagnostics Category */
488
+ get(options?: DiagnosticsGetSiteDiagnosticCategoryParameters): StreamableMethod<DiagnosticsGetSiteDiagnosticCategory200Response | DiagnosticsGetSiteDiagnosticCategoryDefaultResponse>;
489
+ }
490
+ export interface DiagnosticsListSiteAnalyses {
491
+ /** Get Site Analyses */
492
+ get(options?: DiagnosticsListSiteAnalysesParameters): StreamableMethod<DiagnosticsListSiteAnalyses200Response | DiagnosticsListSiteAnalysesDefaultResponse>;
493
+ }
494
+ export interface DiagnosticsGetSiteAnalysis {
495
+ /** Get Site Analysis */
496
+ get(options?: DiagnosticsGetSiteAnalysisParameters): StreamableMethod<DiagnosticsGetSiteAnalysis200Response | DiagnosticsGetSiteAnalysisDefaultResponse>;
497
+ }
498
+ export interface DiagnosticsExecuteSiteAnalysis {
499
+ /** Execute Analysis */
500
+ post(options?: DiagnosticsExecuteSiteAnalysisParameters): StreamableMethod<DiagnosticsExecuteSiteAnalysis200Response | DiagnosticsExecuteSiteAnalysisDefaultResponse>;
501
+ }
502
+ export interface DiagnosticsListSiteDetectors {
503
+ /** Get Detectors */
504
+ get(options?: DiagnosticsListSiteDetectorsParameters): StreamableMethod<DiagnosticsListSiteDetectors200Response | DiagnosticsListSiteDetectorsDefaultResponse>;
505
+ }
506
+ export interface DiagnosticsGetSiteDetector {
507
+ /** Get Detector */
508
+ get(options?: DiagnosticsGetSiteDetectorParameters): StreamableMethod<DiagnosticsGetSiteDetector200Response | DiagnosticsGetSiteDetectorDefaultResponse>;
509
+ }
510
+ export interface DiagnosticsExecuteSiteDetector {
511
+ /** Execute Detector */
512
+ post(options?: DiagnosticsExecuteSiteDetectorParameters): StreamableMethod<DiagnosticsExecuteSiteDetector200Response | DiagnosticsExecuteSiteDetectorDefaultResponse>;
513
+ }
514
+ export interface DiagnosticsListSiteDetectorResponsesSlot {
515
+ /** List Site Detector Responses */
516
+ get(options?: DiagnosticsListSiteDetectorResponsesSlotParameters): StreamableMethod<DiagnosticsListSiteDetectorResponsesSlot200Response | DiagnosticsListSiteDetectorResponsesSlotDefaultResponse>;
517
+ }
518
+ export interface DiagnosticsGetSiteDetectorResponseSlot {
519
+ /** Get site detector response */
520
+ get(options?: DiagnosticsGetSiteDetectorResponseSlotParameters): StreamableMethod<DiagnosticsGetSiteDetectorResponseSlot200Response | DiagnosticsGetSiteDetectorResponseSlotDefaultResponse>;
521
+ }
522
+ export interface DiagnosticsListSiteDiagnosticCategoriesSlot {
523
+ /** Get Diagnostics Categories */
524
+ get(options?: DiagnosticsListSiteDiagnosticCategoriesSlotParameters): StreamableMethod<DiagnosticsListSiteDiagnosticCategoriesSlot200Response | DiagnosticsListSiteDiagnosticCategoriesSlotDefaultResponse>;
525
+ }
526
+ export interface DiagnosticsGetSiteDiagnosticCategorySlot {
527
+ /** Get Diagnostics Category */
528
+ get(options?: DiagnosticsGetSiteDiagnosticCategorySlotParameters): StreamableMethod<DiagnosticsGetSiteDiagnosticCategorySlot200Response | DiagnosticsGetSiteDiagnosticCategorySlotDefaultResponse>;
529
+ }
530
+ export interface DiagnosticsListSiteAnalysesSlot {
531
+ /** Get Site Analyses */
532
+ get(options?: DiagnosticsListSiteAnalysesSlotParameters): StreamableMethod<DiagnosticsListSiteAnalysesSlot200Response | DiagnosticsListSiteAnalysesSlotDefaultResponse>;
533
+ }
534
+ export interface DiagnosticsGetSiteAnalysisSlot {
535
+ /** Get Site Analysis */
536
+ get(options?: DiagnosticsGetSiteAnalysisSlotParameters): StreamableMethod<DiagnosticsGetSiteAnalysisSlot200Response | DiagnosticsGetSiteAnalysisSlotDefaultResponse>;
537
+ }
538
+ export interface DiagnosticsExecuteSiteAnalysisSlot {
539
+ /** Execute Analysis */
540
+ post(options?: DiagnosticsExecuteSiteAnalysisSlotParameters): StreamableMethod<DiagnosticsExecuteSiteAnalysisSlot200Response | DiagnosticsExecuteSiteAnalysisSlotDefaultResponse>;
541
+ }
542
+ export interface DiagnosticsListSiteDetectorsSlot {
543
+ /** Get Detectors */
544
+ get(options?: DiagnosticsListSiteDetectorsSlotParameters): StreamableMethod<DiagnosticsListSiteDetectorsSlot200Response | DiagnosticsListSiteDetectorsSlotDefaultResponse>;
545
+ }
546
+ export interface DiagnosticsGetSiteDetectorSlot {
547
+ /** Get Detector */
548
+ get(options?: DiagnosticsGetSiteDetectorSlotParameters): StreamableMethod<DiagnosticsGetSiteDetectorSlot200Response | DiagnosticsGetSiteDetectorSlotDefaultResponse>;
549
+ }
550
+ export interface DiagnosticsExecuteSiteDetectorSlot {
551
+ /** Execute Detector */
552
+ post(options?: DiagnosticsExecuteSiteDetectorSlotParameters): StreamableMethod<DiagnosticsExecuteSiteDetectorSlot200Response | DiagnosticsExecuteSiteDetectorSlotDefaultResponse>;
553
+ }
554
+ export interface GlobalGetDeletedWebApp {
555
+ /** Get deleted app for a subscription. */
556
+ get(options?: GlobalGetDeletedWebAppParameters): StreamableMethod<GlobalGetDeletedWebApp200Response | GlobalGetDeletedWebAppDefaultResponse>;
557
+ }
558
+ export interface GlobalGetDeletedWebAppSnapshots {
559
+ /** Get all deleted apps for a subscription. */
560
+ get(options?: GlobalGetDeletedWebAppSnapshotsParameters): StreamableMethod<GlobalGetDeletedWebAppSnapshots200Response | GlobalGetDeletedWebAppSnapshotsDefaultResponse>;
561
+ }
562
+ export interface GlobalGetSubscriptionOperationWithAsyncResponse {
563
+ /** Gets an operation in a subscription and given region */
564
+ get(options?: GlobalGetSubscriptionOperationWithAsyncResponseParameters): StreamableMethod<GlobalGetSubscriptionOperationWithAsyncResponse204Response | GlobalGetSubscriptionOperationWithAsyncResponseDefaultResponse>;
565
+ }
566
+ export interface KubeEnvironmentsListBySubscription {
567
+ /** Get all Kubernetes Environments for a subscription. */
568
+ get(options?: KubeEnvironmentsListBySubscriptionParameters): StreamableMethod<KubeEnvironmentsListBySubscription200Response | KubeEnvironmentsListBySubscriptionDefaultResponse>;
569
+ }
570
+ export interface KubeEnvironmentsListByResourceGroup {
571
+ /** Get all the Kubernetes Environments in a resource group. */
572
+ get(options?: KubeEnvironmentsListByResourceGroupParameters): StreamableMethod<KubeEnvironmentsListByResourceGroup200Response | KubeEnvironmentsListByResourceGroupDefaultResponse>;
573
+ }
574
+ export interface KubeEnvironmentsGet {
575
+ /** Get the properties of a Kubernetes Environment. */
576
+ get(options?: KubeEnvironmentsGetParameters): StreamableMethod<KubeEnvironmentsGet200Response | KubeEnvironmentsGetDefaultResponse>;
577
+ /** Creates or updates a Kubernetes Environment. */
578
+ put(options: KubeEnvironmentsCreateOrUpdateParameters): StreamableMethod<KubeEnvironmentsCreateOrUpdate200Response | KubeEnvironmentsCreateOrUpdate201Response | KubeEnvironmentsCreateOrUpdateDefaultResponse>;
579
+ /** Delete a Kubernetes Environment. */
580
+ delete(options?: KubeEnvironmentsDeleteParameters): StreamableMethod<KubeEnvironmentsDelete200Response | KubeEnvironmentsDelete202Response | KubeEnvironmentsDelete204Response | KubeEnvironmentsDeleteDefaultResponse>;
581
+ /** Creates or updates a Kubernetes Environment. */
582
+ patch(options: KubeEnvironmentsUpdateParameters): StreamableMethod<KubeEnvironmentsUpdate200Response | KubeEnvironmentsUpdate201Response | KubeEnvironmentsUpdateDefaultResponse>;
583
+ }
584
+ export interface ProviderGetAvailableStacks {
585
+ /** Get available application frameworks and their versions */
586
+ get(options?: ProviderGetAvailableStacksParameters): StreamableMethod<ProviderGetAvailableStacks200Response | ProviderGetAvailableStacksDefaultResponse>;
587
+ }
588
+ export interface ProviderGetFunctionAppStacks {
589
+ /** Get available Function app frameworks and their versions */
590
+ get(options?: ProviderGetFunctionAppStacksParameters): StreamableMethod<ProviderGetFunctionAppStacks200Response | ProviderGetFunctionAppStacksDefaultResponse>;
591
+ }
592
+ export interface ProviderGetFunctionAppStacksForLocation {
593
+ /** Get available Function app frameworks and their versions for location */
594
+ get(options?: ProviderGetFunctionAppStacksForLocationParameters): StreamableMethod<ProviderGetFunctionAppStacksForLocation200Response | ProviderGetFunctionAppStacksForLocationDefaultResponse>;
595
+ }
596
+ export interface ProviderGetWebAppStacksForLocation {
597
+ /** Get available Web app frameworks and their versions for location */
598
+ get(options?: ProviderGetWebAppStacksForLocationParameters): StreamableMethod<ProviderGetWebAppStacksForLocation200Response | ProviderGetWebAppStacksForLocationDefaultResponse>;
599
+ }
600
+ export interface ProviderListOperations {
601
+ /** Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions */
602
+ get(options?: ProviderListOperationsParameters): StreamableMethod<ProviderListOperations200Response | ProviderListOperationsDefaultResponse>;
603
+ }
604
+ export interface ProviderGetWebAppStacks {
605
+ /** Get available Web app frameworks and their versions */
606
+ get(options?: ProviderGetWebAppStacksParameters): StreamableMethod<ProviderGetWebAppStacks200Response | ProviderGetWebAppStacksDefaultResponse>;
607
+ }
608
+ export interface ProviderGetAvailableStacksOnPrem {
609
+ /** Get available application frameworks and their versions */
610
+ get(options?: ProviderGetAvailableStacksOnPremParameters): StreamableMethod<ProviderGetAvailableStacksOnPrem200Response | ProviderGetAvailableStacksOnPremDefaultResponse>;
611
+ }
612
+ export interface RecommendationsList {
613
+ /** List all recommendations for a subscription. */
614
+ get(options?: RecommendationsListParameters): StreamableMethod<RecommendationsList200Response | RecommendationsListDefaultResponse>;
615
+ }
616
+ export interface RecommendationsResetAllFilters {
617
+ /** Reset all recommendation opt-out settings for a subscription. */
618
+ post(options?: RecommendationsResetAllFiltersParameters): StreamableMethod<RecommendationsResetAllFilters204Response | RecommendationsResetAllFiltersDefaultResponse>;
619
+ }
620
+ export interface RecommendationsDisableRecommendationForSubscription {
621
+ /** Disables the specified rule so it will not apply to a subscription in the future. */
622
+ post(options?: RecommendationsDisableRecommendationForSubscriptionParameters): StreamableMethod<RecommendationsDisableRecommendationForSubscription200Response | RecommendationsDisableRecommendationForSubscriptionDefaultResponse>;
623
+ }
624
+ export interface RecommendationsListHistoryForHostingEnvironment {
625
+ /** Get past recommendations for an app, optionally specified by the time range. */
626
+ get(options?: RecommendationsListHistoryForHostingEnvironmentParameters): StreamableMethod<RecommendationsListHistoryForHostingEnvironment200Response | RecommendationsListHistoryForHostingEnvironmentDefaultResponse>;
627
+ }
628
+ export interface RecommendationsListRecommendedRulesForHostingEnvironment {
629
+ /** Get all recommendations for a hosting environment. */
630
+ get(options?: RecommendationsListRecommendedRulesForHostingEnvironmentParameters): StreamableMethod<RecommendationsListRecommendedRulesForHostingEnvironment200Response | RecommendationsListRecommendedRulesForHostingEnvironmentDefaultResponse>;
631
+ }
632
+ export interface RecommendationsDisableAllForHostingEnvironment {
633
+ /** Disable all recommendations for an app. */
634
+ post(options: RecommendationsDisableAllForHostingEnvironmentParameters): StreamableMethod<RecommendationsDisableAllForHostingEnvironment204Response | RecommendationsDisableAllForHostingEnvironmentDefaultResponse>;
635
+ }
636
+ export interface RecommendationsResetAllFiltersForHostingEnvironment {
637
+ /** Reset all recommendation opt-out settings for an app. */
638
+ post(options: RecommendationsResetAllFiltersForHostingEnvironmentParameters): StreamableMethod<RecommendationsResetAllFiltersForHostingEnvironment204Response | RecommendationsResetAllFiltersForHostingEnvironmentDefaultResponse>;
639
+ }
640
+ export interface RecommendationsGetRuleDetailsByHostingEnvironment {
641
+ /** Get a recommendation rule for an app. */
642
+ get(options?: RecommendationsGetRuleDetailsByHostingEnvironmentParameters): StreamableMethod<RecommendationsGetRuleDetailsByHostingEnvironment200Response | RecommendationsGetRuleDetailsByHostingEnvironmentDefaultResponse>;
643
+ }
644
+ export interface RecommendationsDisableRecommendationForHostingEnvironment {
645
+ /** Disables the specific rule for a web site permanently. */
646
+ post(options: RecommendationsDisableRecommendationForHostingEnvironmentParameters): StreamableMethod<RecommendationsDisableRecommendationForHostingEnvironment200Response | RecommendationsDisableRecommendationForHostingEnvironmentDefaultResponse>;
647
+ }
648
+ export interface RecommendationsListHistoryForWebApp {
649
+ /** Get past recommendations for an app, optionally specified by the time range. */
650
+ get(options?: RecommendationsListHistoryForWebAppParameters): StreamableMethod<RecommendationsListHistoryForWebApp200Response | RecommendationsListHistoryForWebAppDefaultResponse>;
651
+ }
652
+ export interface RecommendationsListRecommendedRulesForWebApp {
653
+ /** Get all recommendations for an app. */
654
+ get(options?: RecommendationsListRecommendedRulesForWebAppParameters): StreamableMethod<RecommendationsListRecommendedRulesForWebApp200Response | RecommendationsListRecommendedRulesForWebAppDefaultResponse>;
655
+ }
656
+ export interface RecommendationsDisableAllForWebApp {
657
+ /** Disable all recommendations for an app. */
658
+ post(options?: RecommendationsDisableAllForWebAppParameters): StreamableMethod<RecommendationsDisableAllForWebApp204Response | RecommendationsDisableAllForWebAppDefaultResponse>;
659
+ }
660
+ export interface RecommendationsResetAllFiltersForWebApp {
661
+ /** Reset all recommendation opt-out settings for an app. */
662
+ post(options?: RecommendationsResetAllFiltersForWebAppParameters): StreamableMethod<RecommendationsResetAllFiltersForWebApp204Response | RecommendationsResetAllFiltersForWebAppDefaultResponse>;
663
+ }
664
+ export interface RecommendationsGetRuleDetailsByWebApp {
665
+ /** Get a recommendation rule for an app. */
666
+ get(options?: RecommendationsGetRuleDetailsByWebAppParameters): StreamableMethod<RecommendationsGetRuleDetailsByWebApp200Response | RecommendationsGetRuleDetailsByWebAppDefaultResponse>;
667
+ }
668
+ export interface RecommendationsDisableRecommendationForSite {
669
+ /** Disables the specific rule for a web site permanently. */
670
+ post(options?: RecommendationsDisableRecommendationForSiteParameters): StreamableMethod<RecommendationsDisableRecommendationForSite200Response | RecommendationsDisableRecommendationForSiteDefaultResponse>;
671
+ }
672
+ export interface ResourceHealthMetadataList {
673
+ /** List all ResourceHealthMetadata for all sites in the subscription. */
674
+ get(options?: ResourceHealthMetadataListParameters): StreamableMethod<ResourceHealthMetadataList200Response | ResourceHealthMetadataListDefaultResponse>;
675
+ }
676
+ export interface ResourceHealthMetadataListByResourceGroup {
677
+ /** List all ResourceHealthMetadata for all sites in the resource group in the subscription. */
678
+ get(options?: ResourceHealthMetadataListByResourceGroupParameters): StreamableMethod<ResourceHealthMetadataListByResourceGroup200Response | ResourceHealthMetadataListByResourceGroupDefaultResponse>;
679
+ }
680
+ export interface ResourceHealthMetadataListBySite {
681
+ /** Gets the category of ResourceHealthMetadata to use for the given site as a collection */
682
+ get(options?: ResourceHealthMetadataListBySiteParameters): StreamableMethod<ResourceHealthMetadataListBySite200Response | ResourceHealthMetadataListBySiteDefaultResponse>;
683
+ }
684
+ export interface ResourceHealthMetadataGetBySite {
685
+ /** Gets the category of ResourceHealthMetadata to use for the given site */
686
+ get(options?: ResourceHealthMetadataGetBySiteParameters): StreamableMethod<ResourceHealthMetadataGetBySite200Response | ResourceHealthMetadataGetBySiteDefaultResponse>;
687
+ }
688
+ export interface ResourceHealthMetadataListBySiteSlot {
689
+ /** Gets the category of ResourceHealthMetadata to use for the given site as a collection */
690
+ get(options?: ResourceHealthMetadataListBySiteSlotParameters): StreamableMethod<ResourceHealthMetadataListBySiteSlot200Response | ResourceHealthMetadataListBySiteSlotDefaultResponse>;
691
+ }
692
+ export interface ResourceHealthMetadataGetBySiteSlot {
693
+ /** Gets the category of ResourceHealthMetadata to use for the given site */
694
+ get(options?: ResourceHealthMetadataGetBySiteSlotParameters): StreamableMethod<ResourceHealthMetadataGetBySiteSlot200Response | ResourceHealthMetadataGetBySiteSlotDefaultResponse>;
695
+ }
696
+ export interface GetPublishingUser {
697
+ /** Gets publishing user */
698
+ get(options?: GetPublishingUserParameters): StreamableMethod<GetPublishingUser200Response | GetPublishingUserDefaultResponse>;
699
+ /** Updates publishing user */
700
+ put(options: UpdatePublishingUserParameters): StreamableMethod<UpdatePublishingUser200Response | UpdatePublishingUserDefaultResponse>;
701
+ }
702
+ export interface ListSourceControls {
703
+ /** Gets the source controls available for Azure websites. */
704
+ get(options?: ListSourceControlsParameters): StreamableMethod<ListSourceControls200Response | ListSourceControlsDefaultResponse>;
705
+ }
706
+ export interface GetSourceControl {
707
+ /** Gets source control token */
708
+ get(options?: GetSourceControlParameters): StreamableMethod<GetSourceControl200Response | GetSourceControlDefaultResponse>;
709
+ /** Updates source control token */
710
+ put(options: UpdateSourceControlParameters): StreamableMethod<UpdateSourceControl200Response | UpdateSourceControlDefaultResponse>;
711
+ }
712
+ export interface ListBillingMeters {
713
+ /** Gets a list of meters for a given location. */
714
+ get(options?: ListBillingMetersParameters): StreamableMethod<ListBillingMeters200Response | ListBillingMetersDefaultResponse>;
715
+ }
716
+ export interface CheckNameAvailability {
717
+ /** Check if a resource name is available. */
718
+ post(options: CheckNameAvailabilityParameters): StreamableMethod<CheckNameAvailability200Response | CheckNameAvailabilityDefaultResponse>;
719
+ }
720
+ export interface ListCustomHostNameSites {
721
+ /** Get custom hostnames under this subscription */
722
+ get(options?: ListCustomHostNameSitesParameters): StreamableMethod<ListCustomHostNameSites200Response | ListCustomHostNameSitesDefaultResponse>;
723
+ }
724
+ export interface GetSubscriptionDeploymentLocations {
725
+ /** Gets list of available geo regions plus ministamps */
726
+ get(options?: GetSubscriptionDeploymentLocationsParameters): StreamableMethod<GetSubscriptionDeploymentLocations200Response | GetSubscriptionDeploymentLocationsDefaultResponse>;
727
+ }
728
+ export interface ListGeoRegions {
729
+ /** Get a list of available geographical regions. */
730
+ get(options?: ListGeoRegionsParameters): StreamableMethod<ListGeoRegions200Response | ListGeoRegionsDefaultResponse>;
731
+ }
732
+ export interface ListSiteIdentifiersAssignedToHostName {
733
+ /** List all apps that are assigned to a hostname. */
734
+ post(options: ListSiteIdentifiersAssignedToHostNameParameters): StreamableMethod<ListSiteIdentifiersAssignedToHostName200Response | ListSiteIdentifiersAssignedToHostNameDefaultResponse>;
735
+ }
736
+ export interface ListPremierAddOnOffers {
737
+ /** List all premier add-on offers. */
738
+ get(options?: ListPremierAddOnOffersParameters): StreamableMethod<ListPremierAddOnOffers200Response | ListPremierAddOnOffersDefaultResponse>;
739
+ }
740
+ export interface ListSkus {
741
+ /** List all SKUs. */
742
+ get(options?: ListSkusParameters): StreamableMethod<ListSkus200Response | ListSkusDefaultResponse>;
743
+ }
744
+ export interface VerifyHostingEnvironmentVnet {
745
+ /** Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. */
746
+ post(options: VerifyHostingEnvironmentVnetParameters): StreamableMethod<VerifyHostingEnvironmentVnet200Response | VerifyHostingEnvironmentVnetDefaultResponse>;
747
+ }
748
+ export interface Move {
749
+ /** Move resources between resource groups. */
750
+ post(options: MoveParameters): StreamableMethod<Move204Response | MoveDefaultResponse>;
751
+ }
752
+ export interface Validate {
753
+ /** Validate if a resource can be created. */
754
+ post(options: ValidateParameters): StreamableMethod<Validate200Response | ValidateDefaultResponse>;
755
+ }
756
+ export interface ValidateMove {
757
+ /** Validate whether a resource can be moved. */
758
+ post(options: ValidateMoveParameters): StreamableMethod<ValidateMove204Response | ValidateMoveDefaultResponse>;
759
+ }
760
+ export interface StaticSitesPreviewWorkflow {
761
+ /** Generates a preview workflow file for the static site */
762
+ post(options: StaticSitesPreviewWorkflowParameters): StreamableMethod<StaticSitesPreviewWorkflow200Response | StaticSitesPreviewWorkflowDefaultResponse>;
763
+ }
764
+ export interface StaticSitesList {
765
+ /** Get all Static Sites for a subscription. */
766
+ get(options?: StaticSitesListParameters): StreamableMethod<StaticSitesList200Response | StaticSitesListDefaultResponse>;
767
+ }
768
+ export interface StaticSitesGetStaticSitesByResourceGroup {
769
+ /** Gets all static sites in the specified resource group. */
770
+ get(options?: StaticSitesGetStaticSitesByResourceGroupParameters): StreamableMethod<StaticSitesGetStaticSitesByResourceGroup200Response | StaticSitesGetStaticSitesByResourceGroupDefaultResponse>;
771
+ }
772
+ export interface StaticSitesGetStaticSite {
773
+ /** Gets the details of a static site. */
774
+ get(options?: StaticSitesGetStaticSiteParameters): StreamableMethod<StaticSitesGetStaticSite200Response | StaticSitesGetStaticSiteDefaultResponse>;
775
+ /** Creates a new static site in an existing resource group, or updates an existing static site. */
776
+ put(options: StaticSitesCreateOrUpdateStaticSiteParameters): StreamableMethod<StaticSitesCreateOrUpdateStaticSite200Response | StaticSitesCreateOrUpdateStaticSite202Response | StaticSitesCreateOrUpdateStaticSiteDefaultResponse>;
777
+ /** Deletes a static site. */
778
+ delete(options?: StaticSitesDeleteStaticSiteParameters): StreamableMethod<StaticSitesDeleteStaticSite200Response | StaticSitesDeleteStaticSite202Response | StaticSitesDeleteStaticSiteDefaultResponse>;
779
+ /** Creates a new static site in an existing resource group, or updates an existing static site. */
780
+ patch(options: StaticSitesUpdateStaticSiteParameters): StreamableMethod<StaticSitesUpdateStaticSite200Response | StaticSitesUpdateStaticSite202Response | StaticSitesUpdateStaticSiteDefaultResponse>;
781
+ }
782
+ export interface StaticSitesListStaticSiteUsers {
783
+ /** Gets the list of users of a static site. */
784
+ post(options?: StaticSitesListStaticSiteUsersParameters): StreamableMethod<StaticSitesListStaticSiteUsers200Response | StaticSitesListStaticSiteUsersDefaultResponse>;
785
+ }
786
+ export interface StaticSitesDeleteStaticSiteUser {
787
+ /** Deletes the user entry from the static site. */
788
+ delete(options?: StaticSitesDeleteStaticSiteUserParameters): StreamableMethod<StaticSitesDeleteStaticSiteUser200Response | StaticSitesDeleteStaticSiteUserDefaultResponse>;
789
+ /** Updates a user entry with the listed roles */
790
+ patch(options: StaticSitesUpdateStaticSiteUserParameters): StreamableMethod<StaticSitesUpdateStaticSiteUser200Response | StaticSitesUpdateStaticSiteUserDefaultResponse>;
791
+ }
792
+ export interface StaticSitesGetStaticSiteBuilds {
793
+ /** Gets all static site builds for a particular static site. */
794
+ get(options?: StaticSitesGetStaticSiteBuildsParameters): StreamableMethod<StaticSitesGetStaticSiteBuilds200Response | StaticSitesGetStaticSiteBuildsDefaultResponse>;
795
+ }
796
+ export interface StaticSitesGetStaticSiteBuild {
797
+ /** Gets the details of a static site build. */
798
+ get(options?: StaticSitesGetStaticSiteBuildParameters): StreamableMethod<StaticSitesGetStaticSiteBuild200Response | StaticSitesGetStaticSiteBuildDefaultResponse>;
799
+ /** Deletes a static site build. */
800
+ delete(options?: StaticSitesDeleteStaticSiteBuildParameters): StreamableMethod<StaticSitesDeleteStaticSiteBuild200Response | StaticSitesDeleteStaticSiteBuild202Response | StaticSitesDeleteStaticSiteBuild204Response | StaticSitesDeleteStaticSiteBuildDefaultResponse>;
801
+ }
802
+ export interface StaticSitesCreateOrUpdateStaticSiteBuildAppSettings {
803
+ /** Creates or updates the app settings of a static site build. */
804
+ put(options: StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsParameters): StreamableMethod<StaticSitesCreateOrUpdateStaticSiteBuildAppSettings200Response | StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsDefaultResponse>;
805
+ }
806
+ export interface StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettings {
807
+ /** Creates or updates the function app settings of a static site build. */
808
+ put(options: StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsParameters): StreamableMethod<StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettings200Response | StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsDefaultResponse>;
809
+ }
810
+ export interface StaticSitesListStaticSiteBuildFunctions {
811
+ /** Gets the functions of a particular static site build. */
812
+ get(options?: StaticSitesListStaticSiteBuildFunctionsParameters): StreamableMethod<StaticSitesListStaticSiteBuildFunctions200Response | StaticSitesListStaticSiteBuildFunctionsDefaultResponse>;
813
+ }
814
+ export interface StaticSitesListStaticSiteBuildAppSettings {
815
+ /** Gets the application settings of a static site build. */
816
+ post(options?: StaticSitesListStaticSiteBuildAppSettingsParameters): StreamableMethod<StaticSitesListStaticSiteBuildAppSettings200Response | StaticSitesListStaticSiteBuildAppSettingsDefaultResponse>;
817
+ }
818
+ export interface StaticSitesListStaticSiteBuildFunctionAppSettings {
819
+ /** Gets the application settings of a static site build. */
820
+ post(options?: StaticSitesListStaticSiteBuildFunctionAppSettingsParameters): StreamableMethod<StaticSitesListStaticSiteBuildFunctionAppSettings200Response | StaticSitesListStaticSiteBuildFunctionAppSettingsDefaultResponse>;
821
+ }
822
+ export interface StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuild {
823
+ /** Gets the details of the user provided function apps registered with a static site build */
824
+ get(options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildParameters): StreamableMethod<StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuild200Response | StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildDefaultResponse>;
825
+ }
826
+ export interface StaticSitesGetUserProvidedFunctionAppForStaticSiteBuild {
827
+ /** Gets the details of the user provided function app registered with a static site build */
828
+ get(options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildParameters): StreamableMethod<StaticSitesGetUserProvidedFunctionAppForStaticSiteBuild200Response | StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildDefaultResponse>;
829
+ /** Register a user provided function app with a static site build */
830
+ put(options: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildParameters): StreamableMethod<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuild200Response | StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuild202Response | StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildDefaultResponse>;
831
+ /** Detach the user provided function app from the static site build */
832
+ delete(options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildParameters): StreamableMethod<StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuild200Response | StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuild204Response | StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildDefaultResponse>;
833
+ }
834
+ export interface StaticSitesCreateZipDeploymentForStaticSiteBuild {
835
+ /** Deploys zipped content to a specific environment of a static site. */
836
+ post(options: StaticSitesCreateZipDeploymentForStaticSiteBuildParameters): StreamableMethod<StaticSitesCreateZipDeploymentForStaticSiteBuild200Response | StaticSitesCreateZipDeploymentForStaticSiteBuild202Response | StaticSitesCreateZipDeploymentForStaticSiteBuildDefaultResponse>;
837
+ }
838
+ export interface StaticSitesCreateOrUpdateStaticSiteAppSettings {
839
+ /** Creates or updates the app settings of a static site. */
840
+ put(options: StaticSitesCreateOrUpdateStaticSiteAppSettingsParameters): StreamableMethod<StaticSitesCreateOrUpdateStaticSiteAppSettings200Response | StaticSitesCreateOrUpdateStaticSiteAppSettingsDefaultResponse>;
841
+ }
842
+ export interface StaticSitesCreateOrUpdateStaticSiteFunctionAppSettings {
843
+ /** Creates or updates the function app settings of a static site. */
844
+ put(options: StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsParameters): StreamableMethod<StaticSitesCreateOrUpdateStaticSiteFunctionAppSettings200Response | StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsDefaultResponse>;
845
+ }
846
+ export interface StaticSitesCreateUserRolesInvitationLink {
847
+ /** Creates an invitation link for a user with the role */
848
+ post(options: StaticSitesCreateUserRolesInvitationLinkParameters): StreamableMethod<StaticSitesCreateUserRolesInvitationLink200Response | StaticSitesCreateUserRolesInvitationLinkDefaultResponse>;
849
+ }
850
+ export interface StaticSitesListStaticSiteCustomDomains {
851
+ /** Gets all static site custom domains for a particular static site. */
852
+ get(options?: StaticSitesListStaticSiteCustomDomainsParameters): StreamableMethod<StaticSitesListStaticSiteCustomDomains200Response | StaticSitesListStaticSiteCustomDomainsDefaultResponse>;
853
+ }
854
+ export interface StaticSitesGetStaticSiteCustomDomain {
855
+ /** Gets an existing custom domain for a particular static site. */
856
+ get(options?: StaticSitesGetStaticSiteCustomDomainParameters): StreamableMethod<StaticSitesGetStaticSiteCustomDomain200Response | StaticSitesGetStaticSiteCustomDomainDefaultResponse>;
857
+ /** Creates a new static site custom domain in an existing resource group and static site. */
858
+ put(options: StaticSitesCreateOrUpdateStaticSiteCustomDomainParameters): StreamableMethod<StaticSitesCreateOrUpdateStaticSiteCustomDomain200Response | StaticSitesCreateOrUpdateStaticSiteCustomDomain202Response | StaticSitesCreateOrUpdateStaticSiteCustomDomainDefaultResponse>;
859
+ /** Deletes a custom domain. */
860
+ delete(options?: StaticSitesDeleteStaticSiteCustomDomainParameters): StreamableMethod<StaticSitesDeleteStaticSiteCustomDomain200Response | StaticSitesDeleteStaticSiteCustomDomain202Response | StaticSitesDeleteStaticSiteCustomDomainDefaultResponse>;
861
+ }
862
+ export interface StaticSitesValidateCustomDomainCanBeAddedToStaticSite {
863
+ /** Validates a particular custom domain can be added to a static site. */
864
+ post(options: StaticSitesValidateCustomDomainCanBeAddedToStaticSiteParameters): StreamableMethod<StaticSitesValidateCustomDomainCanBeAddedToStaticSite200Response | StaticSitesValidateCustomDomainCanBeAddedToStaticSite202Response | StaticSitesValidateCustomDomainCanBeAddedToStaticSiteDefaultResponse>;
865
+ }
866
+ export interface StaticSitesDetachStaticSite {
867
+ /** Detaches a static site. */
868
+ post(options?: StaticSitesDetachStaticSiteParameters): StreamableMethod<StaticSitesDetachStaticSite200Response | StaticSitesDetachStaticSite202Response | StaticSitesDetachStaticSiteDefaultResponse>;
869
+ }
870
+ export interface StaticSitesListStaticSiteFunctions {
871
+ /** Gets the functions of a static site. */
872
+ get(options?: StaticSitesListStaticSiteFunctionsParameters): StreamableMethod<StaticSitesListStaticSiteFunctions200Response | StaticSitesListStaticSiteFunctionsDefaultResponse>;
873
+ }
874
+ export interface StaticSitesListStaticSiteAppSettings {
875
+ /** Gets the application settings of a static site. */
876
+ post(options?: StaticSitesListStaticSiteAppSettingsParameters): StreamableMethod<StaticSitesListStaticSiteAppSettings200Response | StaticSitesListStaticSiteAppSettingsDefaultResponse>;
877
+ }
878
+ export interface StaticSitesListStaticSiteConfiguredRoles {
879
+ /** Lists the roles configured for the static site. */
880
+ post(options?: StaticSitesListStaticSiteConfiguredRolesParameters): StreamableMethod<StaticSitesListStaticSiteConfiguredRoles200Response | StaticSitesListStaticSiteConfiguredRolesDefaultResponse>;
881
+ }
882
+ export interface StaticSitesListStaticSiteFunctionAppSettings {
883
+ /** Gets the application settings of a static site. */
884
+ post(options?: StaticSitesListStaticSiteFunctionAppSettingsParameters): StreamableMethod<StaticSitesListStaticSiteFunctionAppSettings200Response | StaticSitesListStaticSiteFunctionAppSettingsDefaultResponse>;
885
+ }
886
+ export interface StaticSitesListStaticSiteSecrets {
887
+ /** Lists the secrets for an existing static site. */
888
+ post(options?: StaticSitesListStaticSiteSecretsParameters): StreamableMethod<StaticSitesListStaticSiteSecrets200Response | StaticSitesListStaticSiteSecretsDefaultResponse>;
889
+ }
890
+ export interface StaticSitesGetPrivateEndpointConnectionList {
891
+ /** Gets the list of private endpoint connections associated with a static site */
892
+ get(options?: StaticSitesGetPrivateEndpointConnectionListParameters): StreamableMethod<StaticSitesGetPrivateEndpointConnectionList200Response | StaticSitesGetPrivateEndpointConnectionListDefaultResponse>;
893
+ }
894
+ export interface StaticSitesGetPrivateEndpointConnection {
895
+ /** Gets a private endpoint connection */
896
+ get(options?: StaticSitesGetPrivateEndpointConnectionParameters): StreamableMethod<StaticSitesGetPrivateEndpointConnection200Response | StaticSitesGetPrivateEndpointConnectionDefaultResponse>;
897
+ /** Approves or rejects a private endpoint connection */
898
+ put(options: StaticSitesApproveOrRejectPrivateEndpointConnectionParameters): StreamableMethod<StaticSitesApproveOrRejectPrivateEndpointConnection200Response | StaticSitesApproveOrRejectPrivateEndpointConnection202Response | StaticSitesApproveOrRejectPrivateEndpointConnectionDefaultResponse>;
899
+ /** Deletes a private endpoint connection */
900
+ delete(options?: StaticSitesDeletePrivateEndpointConnectionParameters): StreamableMethod<StaticSitesDeletePrivateEndpointConnection200Response | StaticSitesDeletePrivateEndpointConnection202Response | StaticSitesDeletePrivateEndpointConnection204Response | StaticSitesDeletePrivateEndpointConnectionDefaultResponse>;
901
+ }
902
+ export interface StaticSitesGetPrivateLinkResources {
903
+ /** Gets the private link resources */
904
+ get(options?: StaticSitesGetPrivateLinkResourcesParameters): StreamableMethod<StaticSitesGetPrivateLinkResources200Response | StaticSitesGetPrivateLinkResourcesDefaultResponse>;
905
+ }
906
+ export interface StaticSitesResetStaticSiteApiKey {
907
+ /** Resets the api key for an existing static site. */
908
+ post(options: StaticSitesResetStaticSiteApiKeyParameters): StreamableMethod<StaticSitesResetStaticSiteApiKey200Response | StaticSitesResetStaticSiteApiKeyDefaultResponse>;
909
+ }
910
+ export interface StaticSitesGetUserProvidedFunctionAppsForStaticSite {
911
+ /** Gets the details of the user provided function apps registered with a static site */
912
+ get(options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteParameters): StreamableMethod<StaticSitesGetUserProvidedFunctionAppsForStaticSite200Response | StaticSitesGetUserProvidedFunctionAppsForStaticSiteDefaultResponse>;
913
+ }
914
+ export interface StaticSitesGetUserProvidedFunctionAppForStaticSite {
915
+ /** Gets the details of the user provided function app registered with a static site */
916
+ get(options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteParameters): StreamableMethod<StaticSitesGetUserProvidedFunctionAppForStaticSite200Response | StaticSitesGetUserProvidedFunctionAppForStaticSiteDefaultResponse>;
917
+ /** Register a user provided function app with a static site */
918
+ put(options: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteParameters): StreamableMethod<StaticSitesRegisterUserProvidedFunctionAppWithStaticSite200Response | StaticSitesRegisterUserProvidedFunctionAppWithStaticSite202Response | StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteDefaultResponse>;
919
+ /** Detach the user provided function app from the static site */
920
+ delete(options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteParameters): StreamableMethod<StaticSitesDetachUserProvidedFunctionAppFromStaticSite200Response | StaticSitesDetachUserProvidedFunctionAppFromStaticSite204Response | StaticSitesDetachUserProvidedFunctionAppFromStaticSiteDefaultResponse>;
921
+ }
922
+ export interface StaticSitesCreateZipDeploymentForStaticSite {
923
+ /** Deploys zipped content to a static site. */
924
+ post(options: StaticSitesCreateZipDeploymentForStaticSiteParameters): StreamableMethod<StaticSitesCreateZipDeploymentForStaticSite200Response | StaticSitesCreateZipDeploymentForStaticSite202Response | StaticSitesCreateZipDeploymentForStaticSiteDefaultResponse>;
925
+ }
926
+ export interface WebAppsList {
927
+ /** Get all apps for a subscription. */
928
+ get(options?: WebAppsListParameters): StreamableMethod<WebAppsList200Response | WebAppsListDefaultResponse>;
929
+ }
930
+ export interface WebAppsListByResourceGroup {
931
+ /** Gets all web, mobile, and API apps in the specified resource group. */
932
+ get(options?: WebAppsListByResourceGroupParameters): StreamableMethod<WebAppsListByResourceGroup200Response | WebAppsListByResourceGroupDefaultResponse>;
933
+ }
934
+ export interface WebAppsGet {
935
+ /** Gets the details of a web, mobile, or API app. */
936
+ get(options?: WebAppsGetParameters): StreamableMethod<WebAppsGet200Response | WebAppsGet404Response | WebAppsGetDefaultResponse>;
937
+ /** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */
938
+ put(options: WebAppsCreateOrUpdateParameters): StreamableMethod<WebAppsCreateOrUpdate200Response | WebAppsCreateOrUpdate202Response | WebAppsCreateOrUpdateDefaultResponse>;
939
+ /** Deletes a web, mobile, or API app, or one of the deployment slots. */
940
+ delete(options?: WebAppsDeleteParameters): StreamableMethod<WebAppsDelete200Response | WebAppsDelete204Response | WebAppsDelete404Response | WebAppsDeleteDefaultResponse>;
941
+ /** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */
942
+ patch(options: WebAppsUpdateParameters): StreamableMethod<WebAppsUpdate200Response | WebAppsUpdate202Response | WebAppsUpdateDefaultResponse>;
943
+ }
944
+ export interface WebAppsAnalyzeCustomHostname {
945
+ /** Analyze a custom hostname. */
946
+ get(options?: WebAppsAnalyzeCustomHostnameParameters): StreamableMethod<WebAppsAnalyzeCustomHostname200Response | WebAppsAnalyzeCustomHostnameDefaultResponse>;
947
+ }
948
+ export interface WebAppsApplySlotConfigToProduction {
949
+ /** Applies the configuration settings from the target slot onto the current slot. */
950
+ post(options: WebAppsApplySlotConfigToProductionParameters): StreamableMethod<WebAppsApplySlotConfigToProduction200Response | WebAppsApplySlotConfigToProductionDefaultResponse>;
951
+ }
952
+ export interface WebAppsBackup {
953
+ /** Creates a backup of an app. */
954
+ post(options: WebAppsBackupParameters): StreamableMethod<WebAppsBackup200Response | WebAppsBackupDefaultResponse>;
955
+ }
956
+ export interface WebAppsListBackups {
957
+ /** Gets existing backups of an app. */
958
+ get(options?: WebAppsListBackupsParameters): StreamableMethod<WebAppsListBackups200Response | WebAppsListBackupsDefaultResponse>;
959
+ }
960
+ export interface WebAppsGetBackupStatus {
961
+ /** Gets a backup of an app by its ID. */
962
+ get(options?: WebAppsGetBackupStatusParameters): StreamableMethod<WebAppsGetBackupStatus200Response | WebAppsGetBackupStatusDefaultResponse>;
963
+ /** Deletes a backup of an app by its ID. */
964
+ delete(options?: WebAppsDeleteBackupParameters): StreamableMethod<WebAppsDeleteBackup200Response | WebAppsDeleteBackup404Response | WebAppsDeleteBackupDefaultResponse>;
965
+ }
966
+ export interface WebAppsListBackupStatusSecrets {
967
+ /** 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. */
968
+ post(options: WebAppsListBackupStatusSecretsParameters): StreamableMethod<WebAppsListBackupStatusSecrets200Response | WebAppsListBackupStatusSecretsDefaultResponse>;
969
+ }
970
+ export interface WebAppsRestore {
971
+ /** Restores a specific backup to another app (or deployment slot, if specified). */
972
+ post(options: WebAppsRestoreParameters): StreamableMethod<WebAppsRestore200Response | WebAppsRestore202Response | WebAppsRestoreDefaultResponse>;
973
+ }
974
+ export interface WebAppsListBasicPublishingCredentialsPolicies {
975
+ /** Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. */
976
+ get(options?: WebAppsListBasicPublishingCredentialsPoliciesParameters): StreamableMethod<WebAppsListBasicPublishingCredentialsPolicies200Response | WebAppsListBasicPublishingCredentialsPoliciesDefaultResponse>;
977
+ }
978
+ export interface WebAppsGetFtpAllowed {
979
+ /** Returns whether FTP is allowed on the site or not. */
980
+ get(options?: WebAppsGetFtpAllowedParameters): StreamableMethod<WebAppsGetFtpAllowed200Response | WebAppsGetFtpAllowedDefaultResponse>;
981
+ /** Updates whether FTP is allowed on the site or not. */
982
+ put(options: WebAppsUpdateFtpAllowedParameters): StreamableMethod<WebAppsUpdateFtpAllowed200Response | WebAppsUpdateFtpAllowedDefaultResponse>;
983
+ }
984
+ export interface WebAppsGetScmAllowed {
985
+ /** Returns whether Scm basic auth is allowed on the site or not. */
986
+ get(options?: WebAppsGetScmAllowedParameters): StreamableMethod<WebAppsGetScmAllowed200Response | WebAppsGetScmAllowedDefaultResponse>;
987
+ /** Updates whether user publishing credentials are allowed on the site or not. */
988
+ put(options: WebAppsUpdateScmAllowedParameters): StreamableMethod<WebAppsUpdateScmAllowed200Response | WebAppsUpdateScmAllowedDefaultResponse>;
989
+ }
990
+ export interface WebAppsListConfigurations {
991
+ /** List the configurations of an app */
992
+ get(options?: WebAppsListConfigurationsParameters): StreamableMethod<WebAppsListConfigurations200Response | WebAppsListConfigurationsDefaultResponse>;
993
+ }
994
+ export interface WebAppsUpdateApplicationSettings {
995
+ /** Replaces the application settings of an app. */
996
+ put(options: WebAppsUpdateApplicationSettingsParameters): StreamableMethod<WebAppsUpdateApplicationSettings200Response | WebAppsUpdateApplicationSettingsDefaultResponse>;
997
+ }
998
+ export interface WebAppsListApplicationSettings {
999
+ /** Gets the application settings of an app. */
1000
+ post(options?: WebAppsListApplicationSettingsParameters): StreamableMethod<WebAppsListApplicationSettings200Response | WebAppsListApplicationSettingsDefaultResponse>;
1001
+ }
1002
+ export interface WebAppsUpdateAuthSettings {
1003
+ /** Updates the Authentication / Authorization settings associated with web app. */
1004
+ put(options: WebAppsUpdateAuthSettingsParameters): StreamableMethod<WebAppsUpdateAuthSettings200Response | WebAppsUpdateAuthSettingsDefaultResponse>;
1005
+ }
1006
+ export interface WebAppsGetAuthSettings {
1007
+ /** Gets the Authentication/Authorization settings of an app. */
1008
+ post(options?: WebAppsGetAuthSettingsParameters): StreamableMethod<WebAppsGetAuthSettings200Response | WebAppsGetAuthSettingsDefaultResponse>;
1009
+ }
1010
+ export interface WebAppsGetAuthSettingsV2WithoutSecrets {
1011
+ /** Gets site's Authentication / Authorization settings for apps via the V2 format */
1012
+ get(options?: WebAppsGetAuthSettingsV2WithoutSecretsParameters): StreamableMethod<WebAppsGetAuthSettingsV2WithoutSecrets200Response | WebAppsGetAuthSettingsV2WithoutSecretsDefaultResponse>;
1013
+ /** Updates site's Authentication / Authorization settings for apps via the V2 format */
1014
+ put(options: WebAppsUpdateAuthSettingsV2Parameters): StreamableMethod<WebAppsUpdateAuthSettingsV2200Response | WebAppsUpdateAuthSettingsV2DefaultResponse>;
1015
+ }
1016
+ export interface WebAppsGetAuthSettingsV2 {
1017
+ /** Gets site's Authentication / Authorization settings for apps via the V2 format */
1018
+ get(options?: WebAppsGetAuthSettingsV2Parameters): StreamableMethod<WebAppsGetAuthSettingsV2200Response | WebAppsGetAuthSettingsV2DefaultResponse>;
1019
+ }
1020
+ export interface WebAppsUpdateAzureStorageAccounts {
1021
+ /** Updates the Azure storage account configurations of an app. */
1022
+ put(options: WebAppsUpdateAzureStorageAccountsParameters): StreamableMethod<WebAppsUpdateAzureStorageAccounts200Response | WebAppsUpdateAzureStorageAccountsDefaultResponse>;
1023
+ }
1024
+ export interface WebAppsListAzureStorageAccounts {
1025
+ /** Gets the Azure storage account configurations of an app. */
1026
+ post(options?: WebAppsListAzureStorageAccountsParameters): StreamableMethod<WebAppsListAzureStorageAccounts200Response | WebAppsListAzureStorageAccountsDefaultResponse>;
1027
+ }
1028
+ export interface WebAppsUpdateBackupConfiguration {
1029
+ /** Updates the backup configuration of an app. */
1030
+ put(options: WebAppsUpdateBackupConfigurationParameters): StreamableMethod<WebAppsUpdateBackupConfiguration200Response | WebAppsUpdateBackupConfigurationDefaultResponse>;
1031
+ /** Deletes the backup configuration of an app. */
1032
+ delete(options?: WebAppsDeleteBackupConfigurationParameters): StreamableMethod<WebAppsDeleteBackupConfiguration200Response | WebAppsDeleteBackupConfigurationDefaultResponse>;
1033
+ }
1034
+ export interface WebAppsGetBackupConfiguration {
1035
+ /** Gets the backup configuration of an app. */
1036
+ post(options?: WebAppsGetBackupConfigurationParameters): StreamableMethod<WebAppsGetBackupConfiguration200Response | WebAppsGetBackupConfigurationDefaultResponse>;
1037
+ }
1038
+ export interface WebAppsGetAppSettingsKeyVaultReferences {
1039
+ /** Gets the config reference app settings and status of an app */
1040
+ get(options?: WebAppsGetAppSettingsKeyVaultReferencesParameters): StreamableMethod<WebAppsGetAppSettingsKeyVaultReferences200Response | WebAppsGetAppSettingsKeyVaultReferencesDefaultResponse>;
1041
+ }
1042
+ export interface WebAppsGetAppSettingKeyVaultReference {
1043
+ /** Gets the config reference and status of an app */
1044
+ get(options?: WebAppsGetAppSettingKeyVaultReferenceParameters): StreamableMethod<WebAppsGetAppSettingKeyVaultReference200Response | WebAppsGetAppSettingKeyVaultReferenceDefaultResponse>;
1045
+ }
1046
+ export interface WebAppsGetSiteConnectionStringKeyVaultReferences {
1047
+ /** Gets the config reference app settings and status of an app */
1048
+ get(options?: WebAppsGetSiteConnectionStringKeyVaultReferencesParameters): StreamableMethod<WebAppsGetSiteConnectionStringKeyVaultReferences200Response | WebAppsGetSiteConnectionStringKeyVaultReferencesDefaultResponse>;
1049
+ }
1050
+ export interface WebAppsGetSiteConnectionStringKeyVaultReference {
1051
+ /** Gets the config reference and status of an app */
1052
+ get(options?: WebAppsGetSiteConnectionStringKeyVaultReferenceParameters): StreamableMethod<WebAppsGetSiteConnectionStringKeyVaultReference200Response | WebAppsGetSiteConnectionStringKeyVaultReferenceDefaultResponse>;
1053
+ }
1054
+ export interface WebAppsUpdateConnectionStrings {
1055
+ /** Replaces the connection strings of an app. */
1056
+ put(options: WebAppsUpdateConnectionStringsParameters): StreamableMethod<WebAppsUpdateConnectionStrings200Response | WebAppsUpdateConnectionStringsDefaultResponse>;
1057
+ }
1058
+ export interface WebAppsListConnectionStrings {
1059
+ /** Gets the connection strings of an app. */
1060
+ post(options?: WebAppsListConnectionStringsParameters): StreamableMethod<WebAppsListConnectionStrings200Response | WebAppsListConnectionStringsDefaultResponse>;
1061
+ }
1062
+ export interface WebAppsGetDiagnosticLogsConfiguration {
1063
+ /** Gets the logging configuration of an app. */
1064
+ get(options?: WebAppsGetDiagnosticLogsConfigurationParameters): StreamableMethod<WebAppsGetDiagnosticLogsConfiguration200Response | WebAppsGetDiagnosticLogsConfigurationDefaultResponse>;
1065
+ /** Updates the logging configuration of an app. */
1066
+ put(options: WebAppsUpdateDiagnosticLogsConfigParameters): StreamableMethod<WebAppsUpdateDiagnosticLogsConfig200Response | WebAppsUpdateDiagnosticLogsConfigDefaultResponse>;
1067
+ }
1068
+ export interface WebAppsUpdateMetadata {
1069
+ /** Replaces the metadata of an app. */
1070
+ put(options: WebAppsUpdateMetadataParameters): StreamableMethod<WebAppsUpdateMetadata200Response | WebAppsUpdateMetadataDefaultResponse>;
1071
+ }
1072
+ export interface WebAppsListMetadata {
1073
+ /** Gets the metadata of an app. */
1074
+ post(options?: WebAppsListMetadataParameters): StreamableMethod<WebAppsListMetadata200Response | WebAppsListMetadataDefaultResponse>;
1075
+ }
1076
+ export interface WebAppsListPublishingCredentials {
1077
+ /** Gets the Git/FTP publishing credentials of an app. */
1078
+ post(options?: WebAppsListPublishingCredentialsParameters): StreamableMethod<WebAppsListPublishingCredentials200Response | WebAppsListPublishingCredentialsDefaultResponse>;
1079
+ }
1080
+ export interface WebAppsUpdateSitePushSettings {
1081
+ /** Updates the Push settings associated with web app. */
1082
+ put(options: WebAppsUpdateSitePushSettingsParameters): StreamableMethod<WebAppsUpdateSitePushSettings200Response | WebAppsUpdateSitePushSettingsDefaultResponse>;
1083
+ }
1084
+ export interface WebAppsListSitePushSettings {
1085
+ /** Gets the Push settings associated with web app. */
1086
+ post(options?: WebAppsListSitePushSettingsParameters): StreamableMethod<WebAppsListSitePushSettings200Response | WebAppsListSitePushSettingsDefaultResponse>;
1087
+ }
1088
+ export interface WebAppsListSlotConfigurationNames {
1089
+ /** Gets the names of app settings and connection strings that stick to the slot (not swapped). */
1090
+ get(options?: WebAppsListSlotConfigurationNamesParameters): StreamableMethod<WebAppsListSlotConfigurationNames200Response | WebAppsListSlotConfigurationNamesDefaultResponse>;
1091
+ /** Updates the names of application settings and connection string that remain with the slot during swap operation. */
1092
+ put(options: WebAppsUpdateSlotConfigurationNamesParameters): StreamableMethod<WebAppsUpdateSlotConfigurationNames200Response | WebAppsUpdateSlotConfigurationNamesDefaultResponse>;
1093
+ }
1094
+ export interface WebAppsGetConfiguration {
1095
+ /** Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. */
1096
+ get(options?: WebAppsGetConfigurationParameters): StreamableMethod<WebAppsGetConfiguration200Response | WebAppsGetConfigurationDefaultResponse>;
1097
+ /** Updates the configuration of an app. */
1098
+ put(options: WebAppsCreateOrUpdateConfigurationParameters): StreamableMethod<WebAppsCreateOrUpdateConfiguration200Response | WebAppsCreateOrUpdateConfigurationDefaultResponse>;
1099
+ /** Updates the configuration of an app. */
1100
+ patch(options: WebAppsUpdateConfigurationParameters): StreamableMethod<WebAppsUpdateConfiguration200Response | WebAppsUpdateConfigurationDefaultResponse>;
1101
+ }
1102
+ export interface WebAppsListConfigurationSnapshotInfo {
1103
+ /** Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. */
1104
+ get(options?: WebAppsListConfigurationSnapshotInfoParameters): StreamableMethod<WebAppsListConfigurationSnapshotInfo200Response | WebAppsListConfigurationSnapshotInfoDefaultResponse>;
1105
+ }
1106
+ export interface WebAppsGetConfigurationSnapshot {
1107
+ /** Gets a snapshot of the configuration of an app at a previous point in time. */
1108
+ get(options?: WebAppsGetConfigurationSnapshotParameters): StreamableMethod<WebAppsGetConfigurationSnapshot200Response | WebAppsGetConfigurationSnapshotDefaultResponse>;
1109
+ }
1110
+ export interface WebAppsRecoverSiteConfigurationSnapshot {
1111
+ /** Reverts the configuration of an app to a previous snapshot. */
1112
+ post(options?: WebAppsRecoverSiteConfigurationSnapshotParameters): StreamableMethod<WebAppsRecoverSiteConfigurationSnapshot204Response | WebAppsRecoverSiteConfigurationSnapshotDefaultResponse>;
1113
+ }
1114
+ export interface WebAppsGetWebSiteContainerLogs {
1115
+ /** Gets the last lines of docker logs for the given site */
1116
+ post(options?: WebAppsGetWebSiteContainerLogsParameters): StreamableMethod<WebAppsGetWebSiteContainerLogs200Response | WebAppsGetWebSiteContainerLogs204Response | WebAppsGetWebSiteContainerLogsDefaultResponse>;
1117
+ }
1118
+ export interface WebAppsGetContainerLogsZip {
1119
+ /** Gets the ZIP archived docker log files for the given site */
1120
+ post(options?: WebAppsGetContainerLogsZipParameters): StreamableMethod<WebAppsGetContainerLogsZip200Response | WebAppsGetContainerLogsZip204Response | WebAppsGetContainerLogsZipDefaultResponse>;
1121
+ }
1122
+ export interface WebAppsListContinuousWebJobs {
1123
+ /** List continuous web jobs for an app, or a deployment slot. */
1124
+ get(options?: WebAppsListContinuousWebJobsParameters): StreamableMethod<WebAppsListContinuousWebJobs200Response | WebAppsListContinuousWebJobsDefaultResponse>;
1125
+ }
1126
+ export interface WebAppsGetContinuousWebJob {
1127
+ /** Gets a continuous web job by its ID for an app, or a deployment slot. */
1128
+ get(options?: WebAppsGetContinuousWebJobParameters): StreamableMethod<WebAppsGetContinuousWebJob200Response | WebAppsGetContinuousWebJob404Response | WebAppsGetContinuousWebJobDefaultResponse>;
1129
+ /** Delete a continuous web job by its ID for an app, or a deployment slot. */
1130
+ delete(options?: WebAppsDeleteContinuousWebJobParameters): StreamableMethod<WebAppsDeleteContinuousWebJob200Response | WebAppsDeleteContinuousWebJob204Response | WebAppsDeleteContinuousWebJobDefaultResponse>;
1131
+ }
1132
+ export interface WebAppsStartContinuousWebJob {
1133
+ /** Start a continuous web job for an app, or a deployment slot. */
1134
+ post(options?: WebAppsStartContinuousWebJobParameters): StreamableMethod<WebAppsStartContinuousWebJob200Response | WebAppsStartContinuousWebJob404Response | WebAppsStartContinuousWebJobDefaultResponse>;
1135
+ }
1136
+ export interface WebAppsStopContinuousWebJob {
1137
+ /** Stop a continuous web job for an app, or a deployment slot. */
1138
+ post(options?: WebAppsStopContinuousWebJobParameters): StreamableMethod<WebAppsStopContinuousWebJob200Response | WebAppsStopContinuousWebJob404Response | WebAppsStopContinuousWebJobDefaultResponse>;
1139
+ }
1140
+ export interface WebAppsListDeployments {
1141
+ /** List deployments for an app, or a deployment slot. */
1142
+ get(options?: WebAppsListDeploymentsParameters): StreamableMethod<WebAppsListDeployments200Response | WebAppsListDeploymentsDefaultResponse>;
1143
+ }
1144
+ export interface WebAppsGetDeployment {
1145
+ /** Get a deployment by its ID for an app, or a deployment slot. */
1146
+ get(options?: WebAppsGetDeploymentParameters): StreamableMethod<WebAppsGetDeployment200Response | WebAppsGetDeploymentDefaultResponse>;
1147
+ /** Create a deployment for an app, or a deployment slot. */
1148
+ put(options: WebAppsCreateDeploymentParameters): StreamableMethod<WebAppsCreateDeployment200Response | WebAppsCreateDeploymentDefaultResponse>;
1149
+ /** Delete a deployment by its ID for an app, or a deployment slot. */
1150
+ delete(options?: WebAppsDeleteDeploymentParameters): StreamableMethod<WebAppsDeleteDeployment200Response | WebAppsDeleteDeployment204Response | WebAppsDeleteDeploymentDefaultResponse>;
1151
+ }
1152
+ export interface WebAppsListDeploymentLog {
1153
+ /** List deployment log for specific deployment for an app, or a deployment slot. */
1154
+ get(options?: WebAppsListDeploymentLogParameters): StreamableMethod<WebAppsListDeploymentLog200Response | WebAppsListDeploymentLogDefaultResponse>;
1155
+ }
1156
+ export interface WebAppsDiscoverBackup {
1157
+ /** 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. */
1158
+ post(options: WebAppsDiscoverBackupParameters): StreamableMethod<WebAppsDiscoverBackup200Response | WebAppsDiscoverBackupDefaultResponse>;
1159
+ }
1160
+ export interface WebAppsListDomainOwnershipIdentifiers {
1161
+ /** Lists ownership identifiers for domain associated with web app. */
1162
+ get(options?: WebAppsListDomainOwnershipIdentifiersParameters): StreamableMethod<WebAppsListDomainOwnershipIdentifiers200Response | WebAppsListDomainOwnershipIdentifiersDefaultResponse>;
1163
+ }
1164
+ export interface WebAppsGetDomainOwnershipIdentifier {
1165
+ /** Get domain ownership identifier for web app. */
1166
+ get(options?: WebAppsGetDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsGetDomainOwnershipIdentifier200Response | WebAppsGetDomainOwnershipIdentifierDefaultResponse>;
1167
+ /** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */
1168
+ put(options: WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsCreateOrUpdateDomainOwnershipIdentifier200Response | WebAppsCreateOrUpdateDomainOwnershipIdentifierDefaultResponse>;
1169
+ /** Deletes a domain ownership identifier for a web app. */
1170
+ delete(options?: WebAppsDeleteDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsDeleteDomainOwnershipIdentifier200Response | WebAppsDeleteDomainOwnershipIdentifier204Response | WebAppsDeleteDomainOwnershipIdentifierDefaultResponse>;
1171
+ /** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */
1172
+ patch(options: WebAppsUpdateDomainOwnershipIdentifierParameters): StreamableMethod<WebAppsUpdateDomainOwnershipIdentifier200Response | WebAppsUpdateDomainOwnershipIdentifierDefaultResponse>;
1173
+ }
1174
+ export interface WebAppsGetMSDeployStatus {
1175
+ /** Get the status of the last MSDeploy operation. */
1176
+ get(options?: WebAppsGetMSDeployStatusParameters): StreamableMethod<WebAppsGetMSDeployStatus200Response | WebAppsGetMSDeployStatusDefaultResponse>;
1177
+ /** Invoke the MSDeploy web app extension. */
1178
+ put(options: WebAppsCreateMSDeployOperationParameters): StreamableMethod<WebAppsCreateMSDeployOperation201Response | WebAppsCreateMSDeployOperation409Response | WebAppsCreateMSDeployOperationDefaultResponse>;
1179
+ }
1180
+ export interface WebAppsGetMSDeployLog {
1181
+ /** Get the MSDeploy Log for the last MSDeploy operation. */
1182
+ get(options?: WebAppsGetMSDeployLogParameters): StreamableMethod<WebAppsGetMSDeployLog200Response | WebAppsGetMSDeployLog404Response | WebAppsGetMSDeployLogDefaultResponse>;
1183
+ }
1184
+ export interface WebAppsGetOneDeployStatus {
1185
+ /** Invoke onedeploy status API /api/deployments and gets the deployment status for the site */
1186
+ get(options?: WebAppsGetOneDeployStatusParameters): StreamableMethod<WebAppsGetOneDeployStatus200Response | WebAppsGetOneDeployStatusDefaultResponse>;
1187
+ /** Invoke the OneDeploy publish web app extension. */
1188
+ put(options?: WebAppsCreateOneDeployOperationParameters): StreamableMethod<WebAppsCreateOneDeployOperation200Response | WebAppsCreateOneDeployOperationDefaultResponse>;
1189
+ }
1190
+ export interface WebAppsListFunctions {
1191
+ /** List the functions for a web site, or a deployment slot. */
1192
+ get(options?: WebAppsListFunctionsParameters): StreamableMethod<WebAppsListFunctions200Response | WebAppsListFunctions404Response | WebAppsListFunctionsDefaultResponse>;
1193
+ }
1194
+ export interface WebAppsGetFunctionsAdminToken {
1195
+ /** Fetch a short lived token that can be exchanged for a master key. */
1196
+ get(options?: WebAppsGetFunctionsAdminTokenParameters): StreamableMethod<WebAppsGetFunctionsAdminToken200Response | WebAppsGetFunctionsAdminTokenDefaultResponse>;
1197
+ }
1198
+ export interface WebAppsGetFunction {
1199
+ /** Get function information by its ID for web site, or a deployment slot. */
1200
+ get(options?: WebAppsGetFunctionParameters): StreamableMethod<WebAppsGetFunction200Response | WebAppsGetFunction404Response | WebAppsGetFunctionDefaultResponse>;
1201
+ /** Create function for web site, or a deployment slot. */
1202
+ put(options: WebAppsCreateFunctionParameters): StreamableMethod<WebAppsCreateFunction201Response | WebAppsCreateFunctionDefaultResponse>;
1203
+ /** Delete a function for web site, or a deployment slot. */
1204
+ delete(options?: WebAppsDeleteFunctionParameters): StreamableMethod<WebAppsDeleteFunction204Response | WebAppsDeleteFunction404Response | WebAppsDeleteFunctionDefaultResponse>;
1205
+ }
1206
+ export interface WebAppsCreateOrUpdateFunctionSecret {
1207
+ /** Add or update a function secret. */
1208
+ put(options: WebAppsCreateOrUpdateFunctionSecretParameters): StreamableMethod<WebAppsCreateOrUpdateFunctionSecret200Response | WebAppsCreateOrUpdateFunctionSecret201Response | WebAppsCreateOrUpdateFunctionSecretDefaultResponse>;
1209
+ /** Delete a function secret. */
1210
+ delete(options?: WebAppsDeleteFunctionSecretParameters): StreamableMethod<WebAppsDeleteFunctionSecret204Response | WebAppsDeleteFunctionSecret404Response | WebAppsDeleteFunctionSecretDefaultResponse>;
1211
+ }
1212
+ export interface WebAppsListFunctionKeys {
1213
+ /** Get function keys for a function in a web site, or a deployment slot. */
1214
+ post(options?: WebAppsListFunctionKeysParameters): StreamableMethod<WebAppsListFunctionKeys200Response | WebAppsListFunctionKeysDefaultResponse>;
1215
+ }
1216
+ export interface WebAppsListFunctionSecrets {
1217
+ /** Get function secrets for a function in a web site, or a deployment slot. */
1218
+ post(options?: WebAppsListFunctionSecretsParameters): StreamableMethod<WebAppsListFunctionSecrets200Response | WebAppsListFunctionSecretsDefaultResponse>;
1219
+ }
1220
+ export interface WebAppsListHostKeys {
1221
+ /** Get host secrets for a function app. */
1222
+ post(options?: WebAppsListHostKeysParameters): StreamableMethod<WebAppsListHostKeys200Response | WebAppsListHostKeysDefaultResponse>;
1223
+ }
1224
+ export interface WebAppsListSyncStatus {
1225
+ /** This is to allow calling via powershell and ARM template. */
1226
+ post(options?: WebAppsListSyncStatusParameters): StreamableMethod<WebAppsListSyncStatus204Response | WebAppsListSyncStatusDefaultResponse>;
1227
+ }
1228
+ export interface WebAppsSyncFunctions {
1229
+ /** Syncs function trigger metadata to the management database */
1230
+ post(options?: WebAppsSyncFunctionsParameters): StreamableMethod<WebAppsSyncFunctions204Response | WebAppsSyncFunctionsDefaultResponse>;
1231
+ }
1232
+ export interface WebAppsCreateOrUpdateHostSecret {
1233
+ /** Add or update a host level secret. */
1234
+ put(options: WebAppsCreateOrUpdateHostSecretParameters): StreamableMethod<WebAppsCreateOrUpdateHostSecret200Response | WebAppsCreateOrUpdateHostSecret201Response | WebAppsCreateOrUpdateHostSecretDefaultResponse>;
1235
+ /** Delete a host level secret. */
1236
+ delete(options?: WebAppsDeleteHostSecretParameters): StreamableMethod<WebAppsDeleteHostSecret204Response | WebAppsDeleteHostSecret404Response | WebAppsDeleteHostSecretDefaultResponse>;
1237
+ }
1238
+ export interface WebAppsListHostNameBindings {
1239
+ /** Get hostname bindings for an app or a deployment slot. */
1240
+ get(options?: WebAppsListHostNameBindingsParameters): StreamableMethod<WebAppsListHostNameBindings200Response | WebAppsListHostNameBindingsDefaultResponse>;
1241
+ }
1242
+ export interface WebAppsGetHostNameBinding {
1243
+ /** Get the named hostname binding for an app (or deployment slot, if specified). */
1244
+ get(options?: WebAppsGetHostNameBindingParameters): StreamableMethod<WebAppsGetHostNameBinding200Response | WebAppsGetHostNameBindingDefaultResponse>;
1245
+ /** Creates a hostname binding for an app. */
1246
+ put(options: WebAppsCreateOrUpdateHostNameBindingParameters): StreamableMethod<WebAppsCreateOrUpdateHostNameBinding200Response | WebAppsCreateOrUpdateHostNameBindingDefaultResponse>;
1247
+ /** Deletes a hostname binding for an app. */
1248
+ delete(options?: WebAppsDeleteHostNameBindingParameters): StreamableMethod<WebAppsDeleteHostNameBinding200Response | WebAppsDeleteHostNameBinding204Response | WebAppsDeleteHostNameBindingDefaultResponse>;
1249
+ }
1250
+ export interface WebAppsGetHybridConnection {
1251
+ /** Retrieves a specific Service Bus Hybrid Connection used by this Web App. */
1252
+ get(options?: WebAppsGetHybridConnectionParameters): StreamableMethod<WebAppsGetHybridConnection200Response | WebAppsGetHybridConnectionDefaultResponse>;
1253
+ /** Creates a new Hybrid Connection using a Service Bus relay. */
1254
+ put(options: WebAppsCreateOrUpdateHybridConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateHybridConnection200Response | WebAppsCreateOrUpdateHybridConnectionDefaultResponse>;
1255
+ /** Removes a Hybrid Connection from this site. */
1256
+ delete(options?: WebAppsDeleteHybridConnectionParameters): StreamableMethod<WebAppsDeleteHybridConnection200Response | WebAppsDeleteHybridConnection404Response | WebAppsDeleteHybridConnectionDefaultResponse>;
1257
+ /** Creates a new Hybrid Connection using a Service Bus relay. */
1258
+ patch(options: WebAppsUpdateHybridConnectionParameters): StreamableMethod<WebAppsUpdateHybridConnection200Response | WebAppsUpdateHybridConnectionDefaultResponse>;
1259
+ }
1260
+ export interface WebAppsListHybridConnections {
1261
+ /** Retrieves all Service Bus Hybrid Connections used by this Web App. */
1262
+ get(options?: WebAppsListHybridConnectionsParameters): StreamableMethod<WebAppsListHybridConnections200Response | WebAppsListHybridConnectionsDefaultResponse>;
1263
+ }
1264
+ export interface WebAppsListRelayServiceConnections {
1265
+ /** Gets hybrid connections configured for an app (or deployment slot, if specified). */
1266
+ get(options?: WebAppsListRelayServiceConnectionsParameters): StreamableMethod<WebAppsListRelayServiceConnections200Response | WebAppsListRelayServiceConnectionsDefaultResponse>;
1267
+ }
1268
+ export interface WebAppsGetRelayServiceConnection {
1269
+ /** Gets a hybrid connection configuration by its name. */
1270
+ get(options?: WebAppsGetRelayServiceConnectionParameters): StreamableMethod<WebAppsGetRelayServiceConnection200Response | WebAppsGetRelayServiceConnectionDefaultResponse>;
1271
+ /** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */
1272
+ put(options: WebAppsCreateOrUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateRelayServiceConnection200Response | WebAppsCreateOrUpdateRelayServiceConnectionDefaultResponse>;
1273
+ /** Deletes a relay service connection by its name. */
1274
+ delete(options?: WebAppsDeleteRelayServiceConnectionParameters): StreamableMethod<WebAppsDeleteRelayServiceConnection200Response | WebAppsDeleteRelayServiceConnection404Response | WebAppsDeleteRelayServiceConnectionDefaultResponse>;
1275
+ /** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */
1276
+ patch(options: WebAppsUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsUpdateRelayServiceConnection200Response | WebAppsUpdateRelayServiceConnectionDefaultResponse>;
1277
+ }
1278
+ export interface WebAppsListInstanceIdentifiers {
1279
+ /** Gets all scale-out instances of an app. */
1280
+ get(options?: WebAppsListInstanceIdentifiersParameters): StreamableMethod<WebAppsListInstanceIdentifiers200Response | WebAppsListInstanceIdentifiersDefaultResponse>;
1281
+ }
1282
+ export interface WebAppsGetInstanceInfo {
1283
+ /** Gets all scale-out instances of an app. */
1284
+ get(options?: WebAppsGetInstanceInfoParameters): StreamableMethod<WebAppsGetInstanceInfo200Response | WebAppsGetInstanceInfoDefaultResponse>;
1285
+ }
1286
+ export interface WebAppsGetInstanceMsDeployStatus {
1287
+ /** Get the status of the last MSDeploy operation. */
1288
+ get(options?: WebAppsGetInstanceMsDeployStatusParameters): StreamableMethod<WebAppsGetInstanceMsDeployStatus200Response | WebAppsGetInstanceMsDeployStatusDefaultResponse>;
1289
+ /** Invoke the MSDeploy web app extension. */
1290
+ put(options: WebAppsCreateInstanceMSDeployOperationParameters): StreamableMethod<WebAppsCreateInstanceMSDeployOperation201Response | WebAppsCreateInstanceMSDeployOperation409Response | WebAppsCreateInstanceMSDeployOperationDefaultResponse>;
1291
+ }
1292
+ export interface WebAppsGetInstanceMSDeployLog {
1293
+ /** Get the MSDeploy Log for the last MSDeploy operation. */
1294
+ get(options?: WebAppsGetInstanceMSDeployLogParameters): StreamableMethod<WebAppsGetInstanceMSDeployLog200Response | WebAppsGetInstanceMSDeployLog404Response | WebAppsGetInstanceMSDeployLogDefaultResponse>;
1295
+ }
1296
+ export interface WebAppsListInstanceProcesses {
1297
+ /** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */
1298
+ get(options?: WebAppsListInstanceProcessesParameters): StreamableMethod<WebAppsListInstanceProcesses200Response | WebAppsListInstanceProcesses404Response | WebAppsListInstanceProcessesDefaultResponse>;
1299
+ }
1300
+ export interface WebAppsGetInstanceProcess {
1301
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
1302
+ get(options?: WebAppsGetInstanceProcessParameters): StreamableMethod<WebAppsGetInstanceProcess200Response | WebAppsGetInstanceProcess404Response | WebAppsGetInstanceProcessDefaultResponse>;
1303
+ /** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */
1304
+ delete(options?: WebAppsDeleteInstanceProcessParameters): StreamableMethod<WebAppsDeleteInstanceProcess204Response | WebAppsDeleteInstanceProcess404Response | WebAppsDeleteInstanceProcessDefaultResponse>;
1305
+ }
1306
+ export interface WebAppsGetInstanceProcessDump {
1307
+ /** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */
1308
+ get(options?: WebAppsGetInstanceProcessDumpParameters): StreamableMethod<WebAppsGetInstanceProcessDump200Response | WebAppsGetInstanceProcessDump404Response | WebAppsGetInstanceProcessDumpDefaultResponse>;
1309
+ }
1310
+ export interface WebAppsListInstanceProcessModules {
1311
+ /** List module information for a process by its ID for a specific scaled-out instance in a web site. */
1312
+ get(options?: WebAppsListInstanceProcessModulesParameters): StreamableMethod<WebAppsListInstanceProcessModules200Response | WebAppsListInstanceProcessModules404Response | WebAppsListInstanceProcessModulesDefaultResponse>;
1313
+ }
1314
+ export interface WebAppsGetInstanceProcessModule {
1315
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
1316
+ get(options?: WebAppsGetInstanceProcessModuleParameters): StreamableMethod<WebAppsGetInstanceProcessModule200Response | WebAppsGetInstanceProcessModule404Response | WebAppsGetInstanceProcessModuleDefaultResponse>;
1317
+ }
1318
+ export interface WebAppsListInstanceProcessThreads {
1319
+ /** List the threads in a process by its ID for a specific scaled-out instance in a web site. */
1320
+ get(options?: WebAppsListInstanceProcessThreadsParameters): StreamableMethod<WebAppsListInstanceProcessThreads200Response | WebAppsListInstanceProcessThreads404Response | WebAppsListInstanceProcessThreadsDefaultResponse>;
1321
+ }
1322
+ export interface WebAppsIsCloneable {
1323
+ /** Shows whether an app can be cloned to another resource group or subscription. */
1324
+ post(options?: WebAppsIsCloneableParameters): StreamableMethod<WebAppsIsCloneable200Response | WebAppsIsCloneableDefaultResponse>;
1325
+ }
1326
+ export interface WebAppsListSiteBackups {
1327
+ /** Gets existing backups of an app. */
1328
+ post(options?: WebAppsListSiteBackupsParameters): StreamableMethod<WebAppsListSiteBackups200Response | WebAppsListSiteBackupsDefaultResponse>;
1329
+ }
1330
+ export interface WebAppsListSyncFunctionTriggers {
1331
+ /** This is to allow calling via powershell and ARM template. */
1332
+ post(options?: WebAppsListSyncFunctionTriggersParameters): StreamableMethod<WebAppsListSyncFunctionTriggers200Response | WebAppsListSyncFunctionTriggersDefaultResponse>;
1333
+ }
1334
+ export interface WebAppsMigrateStorage {
1335
+ /** Restores a web app. */
1336
+ put(options: WebAppsMigrateStorageParameters): StreamableMethod<WebAppsMigrateStorage200Response | WebAppsMigrateStorageDefaultResponse>;
1337
+ }
1338
+ export interface WebAppsMigrateMySql {
1339
+ /** Migrates a local (in-app) MySql database to a remote MySql database. */
1340
+ post(options: WebAppsMigrateMySqlParameters): StreamableMethod<WebAppsMigrateMySql200Response | WebAppsMigrateMySqlDefaultResponse>;
1341
+ }
1342
+ export interface WebAppsGetMigrateMySqlStatus {
1343
+ /** Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled */
1344
+ get(options?: WebAppsGetMigrateMySqlStatusParameters): StreamableMethod<WebAppsGetMigrateMySqlStatus200Response | WebAppsGetMigrateMySqlStatusDefaultResponse>;
1345
+ }
1346
+ export interface WebAppsGetSwiftVirtualNetworkConnection {
1347
+ /** Gets a Swift Virtual Network connection. */
1348
+ get(options?: WebAppsGetSwiftVirtualNetworkConnectionParameters): StreamableMethod<WebAppsGetSwiftVirtualNetworkConnection200Response | WebAppsGetSwiftVirtualNetworkConnectionDefaultResponse>;
1349
+ /**
1350
+ * 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
1351
+ * in use by another App Service Plan other than the one this App is in.
1352
+ */
1353
+ put(options: WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckParameters): StreamableMethod<WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheck200Response | WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse>;
1354
+ /** Deletes a Swift Virtual Network connection from an app (or deployment slot). */
1355
+ delete(options?: WebAppsDeleteSwiftVirtualNetworkParameters): StreamableMethod<WebAppsDeleteSwiftVirtualNetwork200Response | WebAppsDeleteSwiftVirtualNetwork404Response | WebAppsDeleteSwiftVirtualNetworkDefaultResponse>;
1356
+ /**
1357
+ * 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
1358
+ * in use by another App Service Plan other than the one this App is in.
1359
+ */
1360
+ patch(options: WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckParameters): StreamableMethod<WebAppsUpdateSwiftVirtualNetworkConnectionWithCheck200Response | WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse>;
1361
+ }
1362
+ export interface WebAppsListNetworkFeatures {
1363
+ /** Gets all network features used by the app (or deployment slot, if specified). */
1364
+ get(options?: WebAppsListNetworkFeaturesParameters): StreamableMethod<WebAppsListNetworkFeatures200Response | WebAppsListNetworkFeatures404Response | WebAppsListNetworkFeaturesDefaultResponse>;
1365
+ }
1366
+ export interface WebAppsGetNetworkTraceOperation {
1367
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1368
+ get(options?: WebAppsGetNetworkTraceOperationParameters): StreamableMethod<WebAppsGetNetworkTraceOperation200Response | WebAppsGetNetworkTraceOperation202Response | WebAppsGetNetworkTraceOperationDefaultResponse>;
1369
+ }
1370
+ export interface WebAppsStartWebSiteNetworkTrace {
1371
+ /** Start capturing network packets for the site (To be deprecated). */
1372
+ post(options?: WebAppsStartWebSiteNetworkTraceParameters): StreamableMethod<WebAppsStartWebSiteNetworkTrace200Response | WebAppsStartWebSiteNetworkTraceDefaultResponse>;
1373
+ }
1374
+ export interface WebAppsStartWebSiteNetworkTraceOperation {
1375
+ /** Start capturing network packets for the site. */
1376
+ post(options?: WebAppsStartWebSiteNetworkTraceOperationParameters): StreamableMethod<WebAppsStartWebSiteNetworkTraceOperation200Response | WebAppsStartWebSiteNetworkTraceOperation202Response | WebAppsStartWebSiteNetworkTraceOperationDefaultResponse>;
1377
+ }
1378
+ export interface WebAppsStopWebSiteNetworkTrace {
1379
+ /** Stop ongoing capturing network packets for the site. */
1380
+ post(options?: WebAppsStopWebSiteNetworkTraceParameters): StreamableMethod<WebAppsStopWebSiteNetworkTrace200Response | WebAppsStopWebSiteNetworkTrace204Response | WebAppsStopWebSiteNetworkTraceDefaultResponse>;
1381
+ }
1382
+ export interface WebAppsGetNetworkTraces {
1383
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1384
+ get(options?: WebAppsGetNetworkTracesParameters): StreamableMethod<WebAppsGetNetworkTraces200Response | WebAppsGetNetworkTracesDefaultResponse>;
1385
+ }
1386
+ export interface WebAppsGetNetworkTraceOperationV2 {
1387
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1388
+ get(options?: WebAppsGetNetworkTraceOperationV2Parameters): StreamableMethod<WebAppsGetNetworkTraceOperationV2200Response | WebAppsGetNetworkTraceOperationV2202Response | WebAppsGetNetworkTraceOperationV2DefaultResponse>;
1389
+ }
1390
+ export interface WebAppsGetNetworkTracesV2 {
1391
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1392
+ get(options?: WebAppsGetNetworkTracesV2Parameters): StreamableMethod<WebAppsGetNetworkTracesV2200Response | WebAppsGetNetworkTracesV2DefaultResponse>;
1393
+ }
1394
+ export interface WebAppsGenerateNewSitePublishingPassword {
1395
+ /** Generates a new publishing password for an app (or deployment slot, if specified). */
1396
+ post(options?: WebAppsGenerateNewSitePublishingPasswordParameters): StreamableMethod<WebAppsGenerateNewSitePublishingPassword200Response | WebAppsGenerateNewSitePublishingPassword204Response | WebAppsGenerateNewSitePublishingPasswordDefaultResponse>;
1397
+ }
1398
+ export interface WebAppsListPerfMonCounters {
1399
+ /** Gets perfmon counters for web app. */
1400
+ get(options?: WebAppsListPerfMonCountersParameters): StreamableMethod<WebAppsListPerfMonCounters200Response | WebAppsListPerfMonCountersDefaultResponse>;
1401
+ }
1402
+ export interface WebAppsGetSitePhpErrorLogFlag {
1403
+ /** Gets web app's event logs. */
1404
+ get(options?: WebAppsGetSitePhpErrorLogFlagParameters): StreamableMethod<WebAppsGetSitePhpErrorLogFlag200Response | WebAppsGetSitePhpErrorLogFlagDefaultResponse>;
1405
+ }
1406
+ export interface WebAppsListPremierAddOns {
1407
+ /** Gets the premier add-ons of an app. */
1408
+ get(options?: WebAppsListPremierAddOnsParameters): StreamableMethod<WebAppsListPremierAddOns200Response | WebAppsListPremierAddOnsDefaultResponse>;
1409
+ }
1410
+ export interface WebAppsGetPremierAddOn {
1411
+ /** Gets a named add-on of an app. */
1412
+ get(options?: WebAppsGetPremierAddOnParameters): StreamableMethod<WebAppsGetPremierAddOn200Response | WebAppsGetPremierAddOnDefaultResponse>;
1413
+ /** Updates a named add-on of an app. */
1414
+ put(options: WebAppsAddPremierAddOnParameters): StreamableMethod<WebAppsAddPremierAddOn200Response | WebAppsAddPremierAddOnDefaultResponse>;
1415
+ /** Delete a premier add-on from an app. */
1416
+ delete(options?: WebAppsDeletePremierAddOnParameters): StreamableMethod<WebAppsDeletePremierAddOn200Response | WebAppsDeletePremierAddOnDefaultResponse>;
1417
+ /** Updates a named add-on of an app. */
1418
+ patch(options: WebAppsUpdatePremierAddOnParameters): StreamableMethod<WebAppsUpdatePremierAddOn200Response | WebAppsUpdatePremierAddOnDefaultResponse>;
1419
+ }
1420
+ export interface WebAppsGetPrivateAccess {
1421
+ /** Gets data around private site access enablement and authorized Virtual Networks that can access the site. */
1422
+ get(options?: WebAppsGetPrivateAccessParameters): StreamableMethod<WebAppsGetPrivateAccess200Response | WebAppsGetPrivateAccessDefaultResponse>;
1423
+ /** Sets data around private site access enablement and authorized Virtual Networks that can access the site. */
1424
+ put(options: WebAppsPutPrivateAccessVnetParameters): StreamableMethod<WebAppsPutPrivateAccessVnet200Response | WebAppsPutPrivateAccessVnetDefaultResponse>;
1425
+ }
1426
+ export interface WebAppsGetPrivateEndpointConnectionList {
1427
+ /** Gets the list of private endpoint connections associated with a site */
1428
+ get(options?: WebAppsGetPrivateEndpointConnectionListParameters): StreamableMethod<WebAppsGetPrivateEndpointConnectionList200Response | WebAppsGetPrivateEndpointConnectionListDefaultResponse>;
1429
+ }
1430
+ export interface WebAppsGetPrivateEndpointConnection {
1431
+ /** Gets a private endpoint connection */
1432
+ get(options?: WebAppsGetPrivateEndpointConnectionParameters): StreamableMethod<WebAppsGetPrivateEndpointConnection200Response | WebAppsGetPrivateEndpointConnectionDefaultResponse>;
1433
+ /** Approves or rejects a private endpoint connection */
1434
+ put(options: WebAppsApproveOrRejectPrivateEndpointConnectionParameters): StreamableMethod<WebAppsApproveOrRejectPrivateEndpointConnection200Response | WebAppsApproveOrRejectPrivateEndpointConnection202Response | WebAppsApproveOrRejectPrivateEndpointConnectionDefaultResponse>;
1435
+ /** Deletes a private endpoint connection */
1436
+ delete(options?: WebAppsDeletePrivateEndpointConnectionParameters): StreamableMethod<WebAppsDeletePrivateEndpointConnection200Response | WebAppsDeletePrivateEndpointConnection202Response | WebAppsDeletePrivateEndpointConnection204Response | WebAppsDeletePrivateEndpointConnectionDefaultResponse>;
1437
+ }
1438
+ export interface WebAppsGetPrivateLinkResources {
1439
+ /** Gets the private link resources */
1440
+ get(options?: WebAppsGetPrivateLinkResourcesParameters): StreamableMethod<WebAppsGetPrivateLinkResources200Response | WebAppsGetPrivateLinkResourcesDefaultResponse>;
1441
+ }
1442
+ export interface WebAppsListProcesses {
1443
+ /** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */
1444
+ get(options?: WebAppsListProcessesParameters): StreamableMethod<WebAppsListProcesses200Response | WebAppsListProcesses404Response | WebAppsListProcessesDefaultResponse>;
1445
+ }
1446
+ export interface WebAppsGetProcess {
1447
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
1448
+ get(options?: WebAppsGetProcessParameters): StreamableMethod<WebAppsGetProcess200Response | WebAppsGetProcess404Response | WebAppsGetProcessDefaultResponse>;
1449
+ /** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */
1450
+ delete(options?: WebAppsDeleteProcessParameters): StreamableMethod<WebAppsDeleteProcess204Response | WebAppsDeleteProcess404Response | WebAppsDeleteProcessDefaultResponse>;
1451
+ }
1452
+ export interface WebAppsGetProcessDump {
1453
+ /** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */
1454
+ get(options?: WebAppsGetProcessDumpParameters): StreamableMethod<WebAppsGetProcessDump200Response | WebAppsGetProcessDump404Response | WebAppsGetProcessDumpDefaultResponse>;
1455
+ }
1456
+ export interface WebAppsListProcessModules {
1457
+ /** List module information for a process by its ID for a specific scaled-out instance in a web site. */
1458
+ get(options?: WebAppsListProcessModulesParameters): StreamableMethod<WebAppsListProcessModules200Response | WebAppsListProcessModules404Response | WebAppsListProcessModulesDefaultResponse>;
1459
+ }
1460
+ export interface WebAppsGetProcessModule {
1461
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
1462
+ get(options?: WebAppsGetProcessModuleParameters): StreamableMethod<WebAppsGetProcessModule200Response | WebAppsGetProcessModule404Response | WebAppsGetProcessModuleDefaultResponse>;
1463
+ }
1464
+ export interface WebAppsListProcessThreads {
1465
+ /** List the threads in a process by its ID for a specific scaled-out instance in a web site. */
1466
+ get(options?: WebAppsListProcessThreadsParameters): StreamableMethod<WebAppsListProcessThreads200Response | WebAppsListProcessThreads404Response | WebAppsListProcessThreadsDefaultResponse>;
1467
+ }
1468
+ export interface WebAppsListPublicCertificates {
1469
+ /** Get public certificates for an app or a deployment slot. */
1470
+ get(options?: WebAppsListPublicCertificatesParameters): StreamableMethod<WebAppsListPublicCertificates200Response | WebAppsListPublicCertificatesDefaultResponse>;
1471
+ }
1472
+ export interface WebAppsGetPublicCertificate {
1473
+ /** Get the named public certificate for an app (or deployment slot, if specified). */
1474
+ get(options?: WebAppsGetPublicCertificateParameters): StreamableMethod<WebAppsGetPublicCertificate200Response | WebAppsGetPublicCertificateDefaultResponse>;
1475
+ /** Creates a hostname binding for an app. */
1476
+ put(options: WebAppsCreateOrUpdatePublicCertificateParameters): StreamableMethod<WebAppsCreateOrUpdatePublicCertificate200Response | WebAppsCreateOrUpdatePublicCertificateDefaultResponse>;
1477
+ /** Deletes a hostname binding for an app. */
1478
+ delete(options?: WebAppsDeletePublicCertificateParameters): StreamableMethod<WebAppsDeletePublicCertificate200Response | WebAppsDeletePublicCertificate204Response | WebAppsDeletePublicCertificateDefaultResponse>;
1479
+ }
1480
+ export interface WebAppsListPublishingProfileXmlWithSecrets {
1481
+ /** Gets the publishing profile for an app (or deployment slot, if specified). */
1482
+ post(options: WebAppsListPublishingProfileXmlWithSecretsParameters): StreamableMethod<WebAppsListPublishingProfileXmlWithSecrets200Response | WebAppsListPublishingProfileXmlWithSecretsDefaultResponse>;
1483
+ }
1484
+ export interface WebAppsResetProductionSlotConfig {
1485
+ /** Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. */
1486
+ post(options?: WebAppsResetProductionSlotConfigParameters): StreamableMethod<WebAppsResetProductionSlotConfig200Response | WebAppsResetProductionSlotConfigDefaultResponse>;
1487
+ }
1488
+ export interface WebAppsRestart {
1489
+ /** Restarts an app (or deployment slot, if specified). */
1490
+ post(options?: WebAppsRestartParameters): StreamableMethod<WebAppsRestart200Response | WebAppsRestartDefaultResponse>;
1491
+ }
1492
+ export interface WebAppsRestoreFromBackupBlob {
1493
+ /** Restores an app from a backup blob in Azure Storage. */
1494
+ post(options: WebAppsRestoreFromBackupBlobParameters): StreamableMethod<WebAppsRestoreFromBackupBlob200Response | WebAppsRestoreFromBackupBlob202Response | WebAppsRestoreFromBackupBlobDefaultResponse>;
1495
+ }
1496
+ export interface WebAppsRestoreFromDeletedApp {
1497
+ /** Restores a deleted web app to this web app. */
1498
+ post(options: WebAppsRestoreFromDeletedAppParameters): StreamableMethod<WebAppsRestoreFromDeletedApp200Response | WebAppsRestoreFromDeletedApp202Response | WebAppsRestoreFromDeletedAppDefaultResponse>;
1499
+ }
1500
+ export interface WebAppsRestoreSnapshot {
1501
+ /** Restores a web app from a snapshot. */
1502
+ post(options: WebAppsRestoreSnapshotParameters): StreamableMethod<WebAppsRestoreSnapshot200Response | WebAppsRestoreSnapshot202Response | WebAppsRestoreSnapshotDefaultResponse>;
1503
+ }
1504
+ export interface WebAppsListSiteExtensions {
1505
+ /** Get list of siteextensions for a web site, or a deployment slot. */
1506
+ get(options?: WebAppsListSiteExtensionsParameters): StreamableMethod<WebAppsListSiteExtensions200Response | WebAppsListSiteExtensions404Response | WebAppsListSiteExtensionsDefaultResponse>;
1507
+ }
1508
+ export interface WebAppsGetSiteExtension {
1509
+ /** Get site extension information by its ID for a web site, or a deployment slot. */
1510
+ get(options?: WebAppsGetSiteExtensionParameters): StreamableMethod<WebAppsGetSiteExtension200Response | WebAppsGetSiteExtension404Response | WebAppsGetSiteExtensionDefaultResponse>;
1511
+ /** Install site extension on a web site, or a deployment slot. */
1512
+ put(options?: WebAppsInstallSiteExtensionParameters): StreamableMethod<WebAppsInstallSiteExtension200Response | WebAppsInstallSiteExtension201Response | WebAppsInstallSiteExtension429Response | WebAppsInstallSiteExtensionDefaultResponse>;
1513
+ /** Remove a site extension from a web site, or a deployment slot. */
1514
+ delete(options?: WebAppsDeleteSiteExtensionParameters): StreamableMethod<WebAppsDeleteSiteExtension204Response | WebAppsDeleteSiteExtension404Response | WebAppsDeleteSiteExtensionDefaultResponse>;
1515
+ }
1516
+ export interface WebAppsListSlots {
1517
+ /** Gets an app's deployment slots. */
1518
+ get(options?: WebAppsListSlotsParameters): StreamableMethod<WebAppsListSlots200Response | WebAppsListSlotsDefaultResponse>;
1519
+ }
1520
+ export interface WebAppsGetSlot {
1521
+ /** Gets the details of a web, mobile, or API app. */
1522
+ get(options?: WebAppsGetSlotParameters): StreamableMethod<WebAppsGetSlot200Response | WebAppsGetSlot404Response | WebAppsGetSlotDefaultResponse>;
1523
+ /** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */
1524
+ put(options: WebAppsCreateOrUpdateSlotParameters): StreamableMethod<WebAppsCreateOrUpdateSlot200Response | WebAppsCreateOrUpdateSlot202Response | WebAppsCreateOrUpdateSlotDefaultResponse>;
1525
+ /** Deletes a web, mobile, or API app, or one of the deployment slots. */
1526
+ delete(options?: WebAppsDeleteSlotParameters): StreamableMethod<WebAppsDeleteSlot200Response | WebAppsDeleteSlot204Response | WebAppsDeleteSlot404Response | WebAppsDeleteSlotDefaultResponse>;
1527
+ /** Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. */
1528
+ patch(options: WebAppsUpdateSlotParameters): StreamableMethod<WebAppsUpdateSlot200Response | WebAppsUpdateSlot202Response | WebAppsUpdateSlotDefaultResponse>;
1529
+ }
1530
+ export interface WebAppsAnalyzeCustomHostnameSlot {
1531
+ /** Analyze a custom hostname. */
1532
+ get(options?: WebAppsAnalyzeCustomHostnameSlotParameters): StreamableMethod<WebAppsAnalyzeCustomHostnameSlot200Response | WebAppsAnalyzeCustomHostnameSlotDefaultResponse>;
1533
+ }
1534
+ export interface WebAppsApplySlotConfigurationSlot {
1535
+ /** Applies the configuration settings from the target slot onto the current slot. */
1536
+ post(options: WebAppsApplySlotConfigurationSlotParameters): StreamableMethod<WebAppsApplySlotConfigurationSlot200Response | WebAppsApplySlotConfigurationSlotDefaultResponse>;
1537
+ }
1538
+ export interface WebAppsBackupSlot {
1539
+ /** Creates a backup of an app. */
1540
+ post(options: WebAppsBackupSlotParameters): StreamableMethod<WebAppsBackupSlot200Response | WebAppsBackupSlotDefaultResponse>;
1541
+ }
1542
+ export interface WebAppsListBackupsSlot {
1543
+ /** Gets existing backups of an app. */
1544
+ get(options?: WebAppsListBackupsSlotParameters): StreamableMethod<WebAppsListBackupsSlot200Response | WebAppsListBackupsSlotDefaultResponse>;
1545
+ }
1546
+ export interface WebAppsGetBackupStatusSlot {
1547
+ /** Gets a backup of an app by its ID. */
1548
+ get(options?: WebAppsGetBackupStatusSlotParameters): StreamableMethod<WebAppsGetBackupStatusSlot200Response | WebAppsGetBackupStatusSlotDefaultResponse>;
1549
+ /** Deletes a backup of an app by its ID. */
1550
+ delete(options?: WebAppsDeleteBackupSlotParameters): StreamableMethod<WebAppsDeleteBackupSlot200Response | WebAppsDeleteBackupSlot404Response | WebAppsDeleteBackupSlotDefaultResponse>;
1551
+ }
1552
+ export interface WebAppsListBackupStatusSecretsSlot {
1553
+ /** 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. */
1554
+ post(options: WebAppsListBackupStatusSecretsSlotParameters): StreamableMethod<WebAppsListBackupStatusSecretsSlot200Response | WebAppsListBackupStatusSecretsSlotDefaultResponse>;
1555
+ }
1556
+ export interface WebAppsRestoreSlot {
1557
+ /** Restores a specific backup to another app (or deployment slot, if specified). */
1558
+ post(options: WebAppsRestoreSlotParameters): StreamableMethod<WebAppsRestoreSlot200Response | WebAppsRestoreSlot202Response | WebAppsRestoreSlotDefaultResponse>;
1559
+ }
1560
+ export interface WebAppsListBasicPublishingCredentialsPoliciesSlot {
1561
+ /** Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site. */
1562
+ get(options?: WebAppsListBasicPublishingCredentialsPoliciesSlotParameters): StreamableMethod<WebAppsListBasicPublishingCredentialsPoliciesSlot200Response | WebAppsListBasicPublishingCredentialsPoliciesSlotDefaultResponse>;
1563
+ }
1564
+ export interface WebAppsGetFtpAllowedSlot {
1565
+ /** Returns whether FTP is allowed on the site or not. */
1566
+ get(options?: WebAppsGetFtpAllowedSlotParameters): StreamableMethod<WebAppsGetFtpAllowedSlot200Response | WebAppsGetFtpAllowedSlotDefaultResponse>;
1567
+ /** Updates whether FTP is allowed on the site or not. */
1568
+ put(options: WebAppsUpdateFtpAllowedSlotParameters): StreamableMethod<WebAppsUpdateFtpAllowedSlot200Response | WebAppsUpdateFtpAllowedSlotDefaultResponse>;
1569
+ }
1570
+ export interface WebAppsGetScmAllowedSlot {
1571
+ /** Returns whether Scm basic auth is allowed on the site or not. */
1572
+ get(options?: WebAppsGetScmAllowedSlotParameters): StreamableMethod<WebAppsGetScmAllowedSlot200Response | WebAppsGetScmAllowedSlotDefaultResponse>;
1573
+ /** Updates whether user publishing credentials are allowed on the site or not. */
1574
+ put(options: WebAppsUpdateScmAllowedSlotParameters): StreamableMethod<WebAppsUpdateScmAllowedSlot200Response | WebAppsUpdateScmAllowedSlotDefaultResponse>;
1575
+ }
1576
+ export interface WebAppsListConfigurationsSlot {
1577
+ /** List the configurations of an app */
1578
+ get(options?: WebAppsListConfigurationsSlotParameters): StreamableMethod<WebAppsListConfigurationsSlot200Response | WebAppsListConfigurationsSlotDefaultResponse>;
1579
+ }
1580
+ export interface WebAppsUpdateApplicationSettingsSlot {
1581
+ /** Replaces the application settings of an app. */
1582
+ put(options: WebAppsUpdateApplicationSettingsSlotParameters): StreamableMethod<WebAppsUpdateApplicationSettingsSlot200Response | WebAppsUpdateApplicationSettingsSlotDefaultResponse>;
1583
+ }
1584
+ export interface WebAppsListApplicationSettingsSlot {
1585
+ /** Gets the application settings of an app. */
1586
+ post(options?: WebAppsListApplicationSettingsSlotParameters): StreamableMethod<WebAppsListApplicationSettingsSlot200Response | WebAppsListApplicationSettingsSlotDefaultResponse>;
1587
+ }
1588
+ export interface WebAppsUpdateAuthSettingsSlot {
1589
+ /** Updates the Authentication / Authorization settings associated with web app. */
1590
+ put(options: WebAppsUpdateAuthSettingsSlotParameters): StreamableMethod<WebAppsUpdateAuthSettingsSlot200Response | WebAppsUpdateAuthSettingsSlotDefaultResponse>;
1591
+ }
1592
+ export interface WebAppsGetAuthSettingsSlot {
1593
+ /** Gets the Authentication/Authorization settings of an app. */
1594
+ post(options?: WebAppsGetAuthSettingsSlotParameters): StreamableMethod<WebAppsGetAuthSettingsSlot200Response | WebAppsGetAuthSettingsSlotDefaultResponse>;
1595
+ }
1596
+ export interface WebAppsGetAuthSettingsV2WithoutSecretsSlot {
1597
+ /** Gets site's Authentication / Authorization settings for apps via the V2 format */
1598
+ get(options?: WebAppsGetAuthSettingsV2WithoutSecretsSlotParameters): StreamableMethod<WebAppsGetAuthSettingsV2WithoutSecretsSlot200Response | WebAppsGetAuthSettingsV2WithoutSecretsSlotDefaultResponse>;
1599
+ /** Updates site's Authentication / Authorization settings for apps via the V2 format */
1600
+ put(options: WebAppsUpdateAuthSettingsV2SlotParameters): StreamableMethod<WebAppsUpdateAuthSettingsV2Slot200Response | WebAppsUpdateAuthSettingsV2SlotDefaultResponse>;
1601
+ }
1602
+ export interface WebAppsGetAuthSettingsV2Slot {
1603
+ /** Gets site's Authentication / Authorization settings for apps via the V2 format */
1604
+ get(options?: WebAppsGetAuthSettingsV2SlotParameters): StreamableMethod<WebAppsGetAuthSettingsV2Slot200Response | WebAppsGetAuthSettingsV2SlotDefaultResponse>;
1605
+ }
1606
+ export interface WebAppsUpdateAzureStorageAccountsSlot {
1607
+ /** Updates the Azure storage account configurations of an app. */
1608
+ put(options: WebAppsUpdateAzureStorageAccountsSlotParameters): StreamableMethod<WebAppsUpdateAzureStorageAccountsSlot200Response | WebAppsUpdateAzureStorageAccountsSlotDefaultResponse>;
1609
+ }
1610
+ export interface WebAppsListAzureStorageAccountsSlot {
1611
+ /** Gets the Azure storage account configurations of an app. */
1612
+ post(options?: WebAppsListAzureStorageAccountsSlotParameters): StreamableMethod<WebAppsListAzureStorageAccountsSlot200Response | WebAppsListAzureStorageAccountsSlotDefaultResponse>;
1613
+ }
1614
+ export interface WebAppsUpdateBackupConfigurationSlot {
1615
+ /** Updates the backup configuration of an app. */
1616
+ put(options: WebAppsUpdateBackupConfigurationSlotParameters): StreamableMethod<WebAppsUpdateBackupConfigurationSlot200Response | WebAppsUpdateBackupConfigurationSlotDefaultResponse>;
1617
+ /** Deletes the backup configuration of an app. */
1618
+ delete(options?: WebAppsDeleteBackupConfigurationSlotParameters): StreamableMethod<WebAppsDeleteBackupConfigurationSlot200Response | WebAppsDeleteBackupConfigurationSlotDefaultResponse>;
1619
+ }
1620
+ export interface WebAppsGetBackupConfigurationSlot {
1621
+ /** Gets the backup configuration of an app. */
1622
+ post(options?: WebAppsGetBackupConfigurationSlotParameters): StreamableMethod<WebAppsGetBackupConfigurationSlot200Response | WebAppsGetBackupConfigurationSlotDefaultResponse>;
1623
+ }
1624
+ export interface WebAppsGetAppSettingsKeyVaultReferencesSlot {
1625
+ /** Gets the config reference app settings and status of an app */
1626
+ get(options?: WebAppsGetAppSettingsKeyVaultReferencesSlotParameters): StreamableMethod<WebAppsGetAppSettingsKeyVaultReferencesSlot200Response | WebAppsGetAppSettingsKeyVaultReferencesSlotDefaultResponse>;
1627
+ }
1628
+ export interface WebAppsGetAppSettingKeyVaultReferenceSlot {
1629
+ /** Gets the config reference and status of an app */
1630
+ get(options?: WebAppsGetAppSettingKeyVaultReferenceSlotParameters): StreamableMethod<WebAppsGetAppSettingKeyVaultReferenceSlot200Response | WebAppsGetAppSettingKeyVaultReferenceSlotDefaultResponse>;
1631
+ }
1632
+ export interface WebAppsGetSiteConnectionStringKeyVaultReferencesSlot {
1633
+ /** Gets the config reference app settings and status of an app */
1634
+ get(options?: WebAppsGetSiteConnectionStringKeyVaultReferencesSlotParameters): StreamableMethod<WebAppsGetSiteConnectionStringKeyVaultReferencesSlot200Response | WebAppsGetSiteConnectionStringKeyVaultReferencesSlotDefaultResponse>;
1635
+ }
1636
+ export interface WebAppsGetSiteConnectionStringKeyVaultReferenceSlot {
1637
+ /** Gets the config reference and status of an app */
1638
+ get(options?: WebAppsGetSiteConnectionStringKeyVaultReferenceSlotParameters): StreamableMethod<WebAppsGetSiteConnectionStringKeyVaultReferenceSlot200Response | WebAppsGetSiteConnectionStringKeyVaultReferenceSlotDefaultResponse>;
1639
+ }
1640
+ export interface WebAppsUpdateConnectionStringsSlot {
1641
+ /** Replaces the connection strings of an app. */
1642
+ put(options: WebAppsUpdateConnectionStringsSlotParameters): StreamableMethod<WebAppsUpdateConnectionStringsSlot200Response | WebAppsUpdateConnectionStringsSlotDefaultResponse>;
1643
+ }
1644
+ export interface WebAppsListConnectionStringsSlot {
1645
+ /** Gets the connection strings of an app. */
1646
+ post(options?: WebAppsListConnectionStringsSlotParameters): StreamableMethod<WebAppsListConnectionStringsSlot200Response | WebAppsListConnectionStringsSlotDefaultResponse>;
1647
+ }
1648
+ export interface WebAppsGetDiagnosticLogsConfigurationSlot {
1649
+ /** Gets the logging configuration of an app. */
1650
+ get(options?: WebAppsGetDiagnosticLogsConfigurationSlotParameters): StreamableMethod<WebAppsGetDiagnosticLogsConfigurationSlot200Response | WebAppsGetDiagnosticLogsConfigurationSlotDefaultResponse>;
1651
+ /** Updates the logging configuration of an app. */
1652
+ put(options: WebAppsUpdateDiagnosticLogsConfigSlotParameters): StreamableMethod<WebAppsUpdateDiagnosticLogsConfigSlot200Response | WebAppsUpdateDiagnosticLogsConfigSlotDefaultResponse>;
1653
+ }
1654
+ export interface WebAppsUpdateMetadataSlot {
1655
+ /** Replaces the metadata of an app. */
1656
+ put(options: WebAppsUpdateMetadataSlotParameters): StreamableMethod<WebAppsUpdateMetadataSlot200Response | WebAppsUpdateMetadataSlotDefaultResponse>;
1657
+ }
1658
+ export interface WebAppsListMetadataSlot {
1659
+ /** Gets the metadata of an app. */
1660
+ post(options?: WebAppsListMetadataSlotParameters): StreamableMethod<WebAppsListMetadataSlot200Response | WebAppsListMetadataSlotDefaultResponse>;
1661
+ }
1662
+ export interface WebAppsListPublishingCredentialsSlot {
1663
+ /** Gets the Git/FTP publishing credentials of an app. */
1664
+ post(options?: WebAppsListPublishingCredentialsSlotParameters): StreamableMethod<WebAppsListPublishingCredentialsSlot200Response | WebAppsListPublishingCredentialsSlotDefaultResponse>;
1665
+ }
1666
+ export interface WebAppsUpdateSitePushSettingsSlot {
1667
+ /** Updates the Push settings associated with web app. */
1668
+ put(options: WebAppsUpdateSitePushSettingsSlotParameters): StreamableMethod<WebAppsUpdateSitePushSettingsSlot200Response | WebAppsUpdateSitePushSettingsSlotDefaultResponse>;
1669
+ }
1670
+ export interface WebAppsListSitePushSettingsSlot {
1671
+ /** Gets the Push settings associated with web app. */
1672
+ post(options?: WebAppsListSitePushSettingsSlotParameters): StreamableMethod<WebAppsListSitePushSettingsSlot200Response | WebAppsListSitePushSettingsSlotDefaultResponse>;
1673
+ }
1674
+ export interface WebAppsGetConfigurationSlot {
1675
+ /** Gets the configuration of an app, such as platform version and bitness, default documents, virtual applications, Always On, etc. */
1676
+ get(options?: WebAppsGetConfigurationSlotParameters): StreamableMethod<WebAppsGetConfigurationSlot200Response | WebAppsGetConfigurationSlotDefaultResponse>;
1677
+ /** Updates the configuration of an app. */
1678
+ put(options: WebAppsCreateOrUpdateConfigurationSlotParameters): StreamableMethod<WebAppsCreateOrUpdateConfigurationSlot200Response | WebAppsCreateOrUpdateConfigurationSlotDefaultResponse>;
1679
+ /** Updates the configuration of an app. */
1680
+ patch(options: WebAppsUpdateConfigurationSlotParameters): StreamableMethod<WebAppsUpdateConfigurationSlot200Response | WebAppsUpdateConfigurationSlotDefaultResponse>;
1681
+ }
1682
+ export interface WebAppsListConfigurationSnapshotInfoSlot {
1683
+ /** Gets a list of web app configuration snapshots identifiers. Each element of the list contains a timestamp and the ID of the snapshot. */
1684
+ get(options?: WebAppsListConfigurationSnapshotInfoSlotParameters): StreamableMethod<WebAppsListConfigurationSnapshotInfoSlot200Response | WebAppsListConfigurationSnapshotInfoSlotDefaultResponse>;
1685
+ }
1686
+ export interface WebAppsGetConfigurationSnapshotSlot {
1687
+ /** Gets a snapshot of the configuration of an app at a previous point in time. */
1688
+ get(options?: WebAppsGetConfigurationSnapshotSlotParameters): StreamableMethod<WebAppsGetConfigurationSnapshotSlot200Response | WebAppsGetConfigurationSnapshotSlotDefaultResponse>;
1689
+ }
1690
+ export interface WebAppsRecoverSiteConfigurationSnapshotSlot {
1691
+ /** Reverts the configuration of an app to a previous snapshot. */
1692
+ post(options?: WebAppsRecoverSiteConfigurationSnapshotSlotParameters): StreamableMethod<WebAppsRecoverSiteConfigurationSnapshotSlot204Response | WebAppsRecoverSiteConfigurationSnapshotSlotDefaultResponse>;
1693
+ }
1694
+ export interface WebAppsGetWebSiteContainerLogsSlot {
1695
+ /** Gets the last lines of docker logs for the given site */
1696
+ post(options?: WebAppsGetWebSiteContainerLogsSlotParameters): StreamableMethod<WebAppsGetWebSiteContainerLogsSlot200Response | WebAppsGetWebSiteContainerLogsSlot204Response | WebAppsGetWebSiteContainerLogsSlotDefaultResponse>;
1697
+ }
1698
+ export interface WebAppsGetContainerLogsZipSlot {
1699
+ /** Gets the ZIP archived docker log files for the given site */
1700
+ post(options?: WebAppsGetContainerLogsZipSlotParameters): StreamableMethod<WebAppsGetContainerLogsZipSlot200Response | WebAppsGetContainerLogsZipSlot204Response | WebAppsGetContainerLogsZipSlotDefaultResponse>;
1701
+ }
1702
+ export interface WebAppsListContinuousWebJobsSlot {
1703
+ /** List continuous web jobs for an app, or a deployment slot. */
1704
+ get(options?: WebAppsListContinuousWebJobsSlotParameters): StreamableMethod<WebAppsListContinuousWebJobsSlot200Response | WebAppsListContinuousWebJobsSlotDefaultResponse>;
1705
+ }
1706
+ export interface WebAppsGetContinuousWebJobSlot {
1707
+ /** Gets a continuous web job by its ID for an app, or a deployment slot. */
1708
+ get(options?: WebAppsGetContinuousWebJobSlotParameters): StreamableMethod<WebAppsGetContinuousWebJobSlot200Response | WebAppsGetContinuousWebJobSlot404Response | WebAppsGetContinuousWebJobSlotDefaultResponse>;
1709
+ /** Delete a continuous web job by its ID for an app, or a deployment slot. */
1710
+ delete(options?: WebAppsDeleteContinuousWebJobSlotParameters): StreamableMethod<WebAppsDeleteContinuousWebJobSlot200Response | WebAppsDeleteContinuousWebJobSlot204Response | WebAppsDeleteContinuousWebJobSlotDefaultResponse>;
1711
+ }
1712
+ export interface WebAppsStartContinuousWebJobSlot {
1713
+ /** Start a continuous web job for an app, or a deployment slot. */
1714
+ post(options?: WebAppsStartContinuousWebJobSlotParameters): StreamableMethod<WebAppsStartContinuousWebJobSlot200Response | WebAppsStartContinuousWebJobSlot404Response | WebAppsStartContinuousWebJobSlotDefaultResponse>;
1715
+ }
1716
+ export interface WebAppsStopContinuousWebJobSlot {
1717
+ /** Stop a continuous web job for an app, or a deployment slot. */
1718
+ post(options?: WebAppsStopContinuousWebJobSlotParameters): StreamableMethod<WebAppsStopContinuousWebJobSlot200Response | WebAppsStopContinuousWebJobSlot404Response | WebAppsStopContinuousWebJobSlotDefaultResponse>;
1719
+ }
1720
+ export interface WebAppsListDeploymentsSlot {
1721
+ /** List deployments for an app, or a deployment slot. */
1722
+ get(options?: WebAppsListDeploymentsSlotParameters): StreamableMethod<WebAppsListDeploymentsSlot200Response | WebAppsListDeploymentsSlotDefaultResponse>;
1723
+ }
1724
+ export interface WebAppsGetDeploymentSlot {
1725
+ /** Get a deployment by its ID for an app, or a deployment slot. */
1726
+ get(options?: WebAppsGetDeploymentSlotParameters): StreamableMethod<WebAppsGetDeploymentSlot200Response | WebAppsGetDeploymentSlotDefaultResponse>;
1727
+ /** Create a deployment for an app, or a deployment slot. */
1728
+ put(options: WebAppsCreateDeploymentSlotParameters): StreamableMethod<WebAppsCreateDeploymentSlot200Response | WebAppsCreateDeploymentSlotDefaultResponse>;
1729
+ /** Delete a deployment by its ID for an app, or a deployment slot. */
1730
+ delete(options?: WebAppsDeleteDeploymentSlotParameters): StreamableMethod<WebAppsDeleteDeploymentSlot200Response | WebAppsDeleteDeploymentSlot204Response | WebAppsDeleteDeploymentSlotDefaultResponse>;
1731
+ }
1732
+ export interface WebAppsListDeploymentLogSlot {
1733
+ /** List deployment log for specific deployment for an app, or a deployment slot. */
1734
+ get(options?: WebAppsListDeploymentLogSlotParameters): StreamableMethod<WebAppsListDeploymentLogSlot200Response | WebAppsListDeploymentLogSlotDefaultResponse>;
1735
+ }
1736
+ export interface WebAppsDiscoverBackupSlot {
1737
+ /** 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. */
1738
+ post(options: WebAppsDiscoverBackupSlotParameters): StreamableMethod<WebAppsDiscoverBackupSlot200Response | WebAppsDiscoverBackupSlotDefaultResponse>;
1739
+ }
1740
+ export interface WebAppsListDomainOwnershipIdentifiersSlot {
1741
+ /** Lists ownership identifiers for domain associated with web app. */
1742
+ get(options?: WebAppsListDomainOwnershipIdentifiersSlotParameters): StreamableMethod<WebAppsListDomainOwnershipIdentifiersSlot200Response | WebAppsListDomainOwnershipIdentifiersSlotDefaultResponse>;
1743
+ }
1744
+ export interface WebAppsGetDomainOwnershipIdentifierSlot {
1745
+ /** Get domain ownership identifier for web app. */
1746
+ get(options?: WebAppsGetDomainOwnershipIdentifierSlotParameters): StreamableMethod<WebAppsGetDomainOwnershipIdentifierSlot200Response | WebAppsGetDomainOwnershipIdentifierSlotDefaultResponse>;
1747
+ /** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */
1748
+ put(options: WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotParameters): StreamableMethod<WebAppsCreateOrUpdateDomainOwnershipIdentifierSlot200Response | WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotDefaultResponse>;
1749
+ /** Deletes a domain ownership identifier for a web app. */
1750
+ delete(options?: WebAppsDeleteDomainOwnershipIdentifierSlotParameters): StreamableMethod<WebAppsDeleteDomainOwnershipIdentifierSlot200Response | WebAppsDeleteDomainOwnershipIdentifierSlot204Response | WebAppsDeleteDomainOwnershipIdentifierSlotDefaultResponse>;
1751
+ /** Creates a domain ownership identifier for web app, or updates an existing ownership identifier. */
1752
+ patch(options: WebAppsUpdateDomainOwnershipIdentifierSlotParameters): StreamableMethod<WebAppsUpdateDomainOwnershipIdentifierSlot200Response | WebAppsUpdateDomainOwnershipIdentifierSlotDefaultResponse>;
1753
+ }
1754
+ export interface WebAppsGetMSDeployStatusSlot {
1755
+ /** Get the status of the last MSDeploy operation. */
1756
+ get(options?: WebAppsGetMSDeployStatusSlotParameters): StreamableMethod<WebAppsGetMSDeployStatusSlot200Response | WebAppsGetMSDeployStatusSlotDefaultResponse>;
1757
+ /** Invoke the MSDeploy web app extension. */
1758
+ put(options: WebAppsCreateMSDeployOperationSlotParameters): StreamableMethod<WebAppsCreateMSDeployOperationSlot201Response | WebAppsCreateMSDeployOperationSlot409Response | WebAppsCreateMSDeployOperationSlotDefaultResponse>;
1759
+ }
1760
+ export interface WebAppsGetMSDeployLogSlot {
1761
+ /** Get the MSDeploy Log for the last MSDeploy operation. */
1762
+ get(options?: WebAppsGetMSDeployLogSlotParameters): StreamableMethod<WebAppsGetMSDeployLogSlot200Response | WebAppsGetMSDeployLogSlot404Response | WebAppsGetMSDeployLogSlotDefaultResponse>;
1763
+ }
1764
+ export interface WebAppsListInstanceFunctionsSlot {
1765
+ /** List the functions for a web site, or a deployment slot. */
1766
+ get(options?: WebAppsListInstanceFunctionsSlotParameters): StreamableMethod<WebAppsListInstanceFunctionsSlot200Response | WebAppsListInstanceFunctionsSlot404Response | WebAppsListInstanceFunctionsSlotDefaultResponse>;
1767
+ }
1768
+ export interface WebAppsGetFunctionsAdminTokenSlot {
1769
+ /** Fetch a short lived token that can be exchanged for a master key. */
1770
+ get(options?: WebAppsGetFunctionsAdminTokenSlotParameters): StreamableMethod<WebAppsGetFunctionsAdminTokenSlot200Response | WebAppsGetFunctionsAdminTokenSlotDefaultResponse>;
1771
+ }
1772
+ export interface WebAppsGetInstanceFunctionSlot {
1773
+ /** Get function information by its ID for web site, or a deployment slot. */
1774
+ get(options?: WebAppsGetInstanceFunctionSlotParameters): StreamableMethod<WebAppsGetInstanceFunctionSlot200Response | WebAppsGetInstanceFunctionSlot404Response | WebAppsGetInstanceFunctionSlotDefaultResponse>;
1775
+ /** Create function for web site, or a deployment slot. */
1776
+ put(options: WebAppsCreateInstanceFunctionSlotParameters): StreamableMethod<WebAppsCreateInstanceFunctionSlot201Response | WebAppsCreateInstanceFunctionSlotDefaultResponse>;
1777
+ /** Delete a function for web site, or a deployment slot. */
1778
+ delete(options?: WebAppsDeleteInstanceFunctionSlotParameters): StreamableMethod<WebAppsDeleteInstanceFunctionSlot204Response | WebAppsDeleteInstanceFunctionSlot404Response | WebAppsDeleteInstanceFunctionSlotDefaultResponse>;
1779
+ }
1780
+ export interface WebAppsCreateOrUpdateFunctionSecretSlot {
1781
+ /** Add or update a function secret. */
1782
+ put(options: WebAppsCreateOrUpdateFunctionSecretSlotParameters): StreamableMethod<WebAppsCreateOrUpdateFunctionSecretSlot200Response | WebAppsCreateOrUpdateFunctionSecretSlot201Response | WebAppsCreateOrUpdateFunctionSecretSlotDefaultResponse>;
1783
+ /** Delete a function secret. */
1784
+ delete(options?: WebAppsDeleteFunctionSecretSlotParameters): StreamableMethod<WebAppsDeleteFunctionSecretSlot204Response | WebAppsDeleteFunctionSecretSlot404Response | WebAppsDeleteFunctionSecretSlotDefaultResponse>;
1785
+ }
1786
+ export interface WebAppsListFunctionKeysSlot {
1787
+ /** Get function keys for a function in a web site, or a deployment slot. */
1788
+ post(options?: WebAppsListFunctionKeysSlotParameters): StreamableMethod<WebAppsListFunctionKeysSlot200Response | WebAppsListFunctionKeysSlotDefaultResponse>;
1789
+ }
1790
+ export interface WebAppsListFunctionSecretsSlot {
1791
+ /** Get function secrets for a function in a web site, or a deployment slot. */
1792
+ post(options?: WebAppsListFunctionSecretsSlotParameters): StreamableMethod<WebAppsListFunctionSecretsSlot200Response | WebAppsListFunctionSecretsSlotDefaultResponse>;
1793
+ }
1794
+ export interface WebAppsListHostKeysSlot {
1795
+ /** Get host secrets for a function app. */
1796
+ post(options?: WebAppsListHostKeysSlotParameters): StreamableMethod<WebAppsListHostKeysSlot200Response | WebAppsListHostKeysSlotDefaultResponse>;
1797
+ }
1798
+ export interface WebAppsListSyncStatusSlot {
1799
+ /** This is to allow calling via powershell and ARM template. */
1800
+ post(options?: WebAppsListSyncStatusSlotParameters): StreamableMethod<WebAppsListSyncStatusSlot204Response | WebAppsListSyncStatusSlotDefaultResponse>;
1801
+ }
1802
+ export interface WebAppsSyncFunctionsSlot {
1803
+ /** Syncs function trigger metadata to the management database */
1804
+ post(options?: WebAppsSyncFunctionsSlotParameters): StreamableMethod<WebAppsSyncFunctionsSlot204Response | WebAppsSyncFunctionsSlotDefaultResponse>;
1805
+ }
1806
+ export interface WebAppsCreateOrUpdateHostSecretSlot {
1807
+ /** Add or update a host level secret. */
1808
+ put(options: WebAppsCreateOrUpdateHostSecretSlotParameters): StreamableMethod<WebAppsCreateOrUpdateHostSecretSlot200Response | WebAppsCreateOrUpdateHostSecretSlot201Response | WebAppsCreateOrUpdateHostSecretSlotDefaultResponse>;
1809
+ /** Delete a host level secret. */
1810
+ delete(options?: WebAppsDeleteHostSecretSlotParameters): StreamableMethod<WebAppsDeleteHostSecretSlot204Response | WebAppsDeleteHostSecretSlot404Response | WebAppsDeleteHostSecretSlotDefaultResponse>;
1811
+ }
1812
+ export interface WebAppsListHostNameBindingsSlot {
1813
+ /** Get hostname bindings for an app or a deployment slot. */
1814
+ get(options?: WebAppsListHostNameBindingsSlotParameters): StreamableMethod<WebAppsListHostNameBindingsSlot200Response | WebAppsListHostNameBindingsSlotDefaultResponse>;
1815
+ }
1816
+ export interface WebAppsGetHostNameBindingSlot {
1817
+ /** Get the named hostname binding for an app (or deployment slot, if specified). */
1818
+ get(options?: WebAppsGetHostNameBindingSlotParameters): StreamableMethod<WebAppsGetHostNameBindingSlot200Response | WebAppsGetHostNameBindingSlotDefaultResponse>;
1819
+ /** Creates a hostname binding for an app. */
1820
+ put(options: WebAppsCreateOrUpdateHostNameBindingSlotParameters): StreamableMethod<WebAppsCreateOrUpdateHostNameBindingSlot200Response | WebAppsCreateOrUpdateHostNameBindingSlotDefaultResponse>;
1821
+ /** Deletes a hostname binding for an app. */
1822
+ delete(options?: WebAppsDeleteHostNameBindingSlotParameters): StreamableMethod<WebAppsDeleteHostNameBindingSlot200Response | WebAppsDeleteHostNameBindingSlot204Response | WebAppsDeleteHostNameBindingSlotDefaultResponse>;
1823
+ }
1824
+ export interface WebAppsGetHybridConnectionSlot {
1825
+ /** Retrieves a specific Service Bus Hybrid Connection used by this Web App. */
1826
+ get(options?: WebAppsGetHybridConnectionSlotParameters): StreamableMethod<WebAppsGetHybridConnectionSlot200Response | WebAppsGetHybridConnectionSlotDefaultResponse>;
1827
+ /** Creates a new Hybrid Connection using a Service Bus relay. */
1828
+ put(options: WebAppsCreateOrUpdateHybridConnectionSlotParameters): StreamableMethod<WebAppsCreateOrUpdateHybridConnectionSlot200Response | WebAppsCreateOrUpdateHybridConnectionSlotDefaultResponse>;
1829
+ /** Removes a Hybrid Connection from this site. */
1830
+ delete(options?: WebAppsDeleteHybridConnectionSlotParameters): StreamableMethod<WebAppsDeleteHybridConnectionSlot200Response | WebAppsDeleteHybridConnectionSlot404Response | WebAppsDeleteHybridConnectionSlotDefaultResponse>;
1831
+ /** Creates a new Hybrid Connection using a Service Bus relay. */
1832
+ patch(options: WebAppsUpdateHybridConnectionSlotParameters): StreamableMethod<WebAppsUpdateHybridConnectionSlot200Response | WebAppsUpdateHybridConnectionSlotDefaultResponse>;
1833
+ }
1834
+ export interface WebAppsListHybridConnectionsSlot {
1835
+ /** Retrieves all Service Bus Hybrid Connections used by this Web App. */
1836
+ get(options?: WebAppsListHybridConnectionsSlotParameters): StreamableMethod<WebAppsListHybridConnectionsSlot200Response | WebAppsListHybridConnectionsSlotDefaultResponse>;
1837
+ }
1838
+ export interface WebAppsListRelayServiceConnectionsSlot {
1839
+ /** Gets hybrid connections configured for an app (or deployment slot, if specified). */
1840
+ get(options?: WebAppsListRelayServiceConnectionsSlotParameters): StreamableMethod<WebAppsListRelayServiceConnectionsSlot200Response | WebAppsListRelayServiceConnectionsSlotDefaultResponse>;
1841
+ }
1842
+ export interface WebAppsGetRelayServiceConnectionSlot {
1843
+ /** Gets a hybrid connection configuration by its name. */
1844
+ get(options?: WebAppsGetRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsGetRelayServiceConnectionSlot200Response | WebAppsGetRelayServiceConnectionSlotDefaultResponse>;
1845
+ /** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */
1846
+ put(options: WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsCreateOrUpdateRelayServiceConnectionSlot200Response | WebAppsCreateOrUpdateRelayServiceConnectionSlotDefaultResponse>;
1847
+ /** Deletes a relay service connection by its name. */
1848
+ delete(options?: WebAppsDeleteRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsDeleteRelayServiceConnectionSlot200Response | WebAppsDeleteRelayServiceConnectionSlot404Response | WebAppsDeleteRelayServiceConnectionSlotDefaultResponse>;
1849
+ /** Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). */
1850
+ patch(options: WebAppsUpdateRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsUpdateRelayServiceConnectionSlot200Response | WebAppsUpdateRelayServiceConnectionSlotDefaultResponse>;
1851
+ }
1852
+ export interface WebAppsListInstanceIdentifiersSlot {
1853
+ /** Gets all scale-out instances of an app. */
1854
+ get(options?: WebAppsListInstanceIdentifiersSlotParameters): StreamableMethod<WebAppsListInstanceIdentifiersSlot200Response | WebAppsListInstanceIdentifiersSlotDefaultResponse>;
1855
+ }
1856
+ export interface WebAppsGetInstanceInfoSlot {
1857
+ /** Gets all scale-out instances of an app. */
1858
+ get(options?: WebAppsGetInstanceInfoSlotParameters): StreamableMethod<WebAppsGetInstanceInfoSlot200Response | WebAppsGetInstanceInfoSlotDefaultResponse>;
1859
+ }
1860
+ export interface WebAppsGetInstanceMsDeployStatusSlot {
1861
+ /** Get the status of the last MSDeploy operation. */
1862
+ get(options?: WebAppsGetInstanceMsDeployStatusSlotParameters): StreamableMethod<WebAppsGetInstanceMsDeployStatusSlot200Response | WebAppsGetInstanceMsDeployStatusSlotDefaultResponse>;
1863
+ /** Invoke the MSDeploy web app extension. */
1864
+ put(options: WebAppsCreateInstanceMSDeployOperationSlotParameters): StreamableMethod<WebAppsCreateInstanceMSDeployOperationSlot201Response | WebAppsCreateInstanceMSDeployOperationSlot409Response | WebAppsCreateInstanceMSDeployOperationSlotDefaultResponse>;
1865
+ }
1866
+ export interface WebAppsGetInstanceMSDeployLogSlot {
1867
+ /** Get the MSDeploy Log for the last MSDeploy operation. */
1868
+ get(options?: WebAppsGetInstanceMSDeployLogSlotParameters): StreamableMethod<WebAppsGetInstanceMSDeployLogSlot200Response | WebAppsGetInstanceMSDeployLogSlot404Response | WebAppsGetInstanceMSDeployLogSlotDefaultResponse>;
1869
+ }
1870
+ export interface WebAppsListInstanceProcessesSlot {
1871
+ /** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */
1872
+ get(options?: WebAppsListInstanceProcessesSlotParameters): StreamableMethod<WebAppsListInstanceProcessesSlot200Response | WebAppsListInstanceProcessesSlot404Response | WebAppsListInstanceProcessesSlotDefaultResponse>;
1873
+ }
1874
+ export interface WebAppsGetInstanceProcessSlot {
1875
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
1876
+ get(options?: WebAppsGetInstanceProcessSlotParameters): StreamableMethod<WebAppsGetInstanceProcessSlot200Response | WebAppsGetInstanceProcessSlot404Response | WebAppsGetInstanceProcessSlotDefaultResponse>;
1877
+ /** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */
1878
+ delete(options?: WebAppsDeleteInstanceProcessSlotParameters): StreamableMethod<WebAppsDeleteInstanceProcessSlot204Response | WebAppsDeleteInstanceProcessSlot404Response | WebAppsDeleteInstanceProcessSlotDefaultResponse>;
1879
+ }
1880
+ export interface WebAppsGetInstanceProcessDumpSlot {
1881
+ /** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */
1882
+ get(options?: WebAppsGetInstanceProcessDumpSlotParameters): StreamableMethod<WebAppsGetInstanceProcessDumpSlot200Response | WebAppsGetInstanceProcessDumpSlot404Response | WebAppsGetInstanceProcessDumpSlotDefaultResponse>;
1883
+ }
1884
+ export interface WebAppsListInstanceProcessModulesSlot {
1885
+ /** List module information for a process by its ID for a specific scaled-out instance in a web site. */
1886
+ get(options?: WebAppsListInstanceProcessModulesSlotParameters): StreamableMethod<WebAppsListInstanceProcessModulesSlot200Response | WebAppsListInstanceProcessModulesSlot404Response | WebAppsListInstanceProcessModulesSlotDefaultResponse>;
1887
+ }
1888
+ export interface WebAppsGetInstanceProcessModuleSlot {
1889
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
1890
+ get(options?: WebAppsGetInstanceProcessModuleSlotParameters): StreamableMethod<WebAppsGetInstanceProcessModuleSlot200Response | WebAppsGetInstanceProcessModuleSlot404Response | WebAppsGetInstanceProcessModuleSlotDefaultResponse>;
1891
+ }
1892
+ export interface WebAppsListInstanceProcessThreadsSlot {
1893
+ /** List the threads in a process by its ID for a specific scaled-out instance in a web site. */
1894
+ get(options?: WebAppsListInstanceProcessThreadsSlotParameters): StreamableMethod<WebAppsListInstanceProcessThreadsSlot200Response | WebAppsListInstanceProcessThreadsSlot404Response | WebAppsListInstanceProcessThreadsSlotDefaultResponse>;
1895
+ }
1896
+ export interface WebAppsIsCloneableSlot {
1897
+ /** Shows whether an app can be cloned to another resource group or subscription. */
1898
+ post(options?: WebAppsIsCloneableSlotParameters): StreamableMethod<WebAppsIsCloneableSlot200Response | WebAppsIsCloneableSlotDefaultResponse>;
1899
+ }
1900
+ export interface WebAppsListSiteBackupsSlot {
1901
+ /** Gets existing backups of an app. */
1902
+ post(options?: WebAppsListSiteBackupsSlotParameters): StreamableMethod<WebAppsListSiteBackupsSlot200Response | WebAppsListSiteBackupsSlotDefaultResponse>;
1903
+ }
1904
+ export interface WebAppsListSyncFunctionTriggersSlot {
1905
+ /** This is to allow calling via powershell and ARM template. */
1906
+ post(options?: WebAppsListSyncFunctionTriggersSlotParameters): StreamableMethod<WebAppsListSyncFunctionTriggersSlot200Response | WebAppsListSyncFunctionTriggersSlotDefaultResponse>;
1907
+ }
1908
+ export interface WebAppsGetMigrateMySqlStatusSlot {
1909
+ /** Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled */
1910
+ get(options?: WebAppsGetMigrateMySqlStatusSlotParameters): StreamableMethod<WebAppsGetMigrateMySqlStatusSlot200Response | WebAppsGetMigrateMySqlStatusSlotDefaultResponse>;
1911
+ }
1912
+ export interface WebAppsGetSwiftVirtualNetworkConnectionSlot {
1913
+ /** Gets a Swift Virtual Network connection. */
1914
+ get(options?: WebAppsGetSwiftVirtualNetworkConnectionSlotParameters): StreamableMethod<WebAppsGetSwiftVirtualNetworkConnectionSlot200Response | WebAppsGetSwiftVirtualNetworkConnectionSlotDefaultResponse>;
1915
+ /**
1916
+ * 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
1917
+ * in use by another App Service Plan other than the one this App is in.
1918
+ */
1919
+ put(options: WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotParameters): StreamableMethod<WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot200Response | WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotDefaultResponse>;
1920
+ /** Deletes a Swift Virtual Network connection from an app (or deployment slot). */
1921
+ delete(options?: WebAppsDeleteSwiftVirtualNetworkSlotParameters): StreamableMethod<WebAppsDeleteSwiftVirtualNetworkSlot200Response | WebAppsDeleteSwiftVirtualNetworkSlot404Response | WebAppsDeleteSwiftVirtualNetworkSlotDefaultResponse>;
1922
+ /**
1923
+ * 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
1924
+ * in use by another App Service Plan other than the one this App is in.
1925
+ */
1926
+ patch(options: WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotParameters): StreamableMethod<WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlot200Response | WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotDefaultResponse>;
1927
+ }
1928
+ export interface WebAppsListNetworkFeaturesSlot {
1929
+ /** Gets all network features used by the app (or deployment slot, if specified). */
1930
+ get(options?: WebAppsListNetworkFeaturesSlotParameters): StreamableMethod<WebAppsListNetworkFeaturesSlot200Response | WebAppsListNetworkFeaturesSlot404Response | WebAppsListNetworkFeaturesSlotDefaultResponse>;
1931
+ }
1932
+ export interface WebAppsGetNetworkTraceOperationSlot {
1933
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1934
+ get(options?: WebAppsGetNetworkTraceOperationSlotParameters): StreamableMethod<WebAppsGetNetworkTraceOperationSlot200Response | WebAppsGetNetworkTraceOperationSlot202Response | WebAppsGetNetworkTraceOperationSlotDefaultResponse>;
1935
+ }
1936
+ export interface WebAppsStartWebSiteNetworkTraceSlot {
1937
+ /** Start capturing network packets for the site (To be deprecated). */
1938
+ post(options?: WebAppsStartWebSiteNetworkTraceSlotParameters): StreamableMethod<WebAppsStartWebSiteNetworkTraceSlot200Response | WebAppsStartWebSiteNetworkTraceSlotDefaultResponse>;
1939
+ }
1940
+ export interface WebAppsStartWebSiteNetworkTraceOperationSlot {
1941
+ /** Start capturing network packets for the site. */
1942
+ post(options?: WebAppsStartWebSiteNetworkTraceOperationSlotParameters): StreamableMethod<WebAppsStartWebSiteNetworkTraceOperationSlot200Response | WebAppsStartWebSiteNetworkTraceOperationSlot202Response | WebAppsStartWebSiteNetworkTraceOperationSlotDefaultResponse>;
1943
+ }
1944
+ export interface WebAppsStopWebSiteNetworkTraceSlot {
1945
+ /** Stop ongoing capturing network packets for the site. */
1946
+ post(options?: WebAppsStopWebSiteNetworkTraceSlotParameters): StreamableMethod<WebAppsStopWebSiteNetworkTraceSlot200Response | WebAppsStopWebSiteNetworkTraceSlot204Response | WebAppsStopWebSiteNetworkTraceSlotDefaultResponse>;
1947
+ }
1948
+ export interface WebAppsGetNetworkTracesSlot {
1949
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1950
+ get(options?: WebAppsGetNetworkTracesSlotParameters): StreamableMethod<WebAppsGetNetworkTracesSlot200Response | WebAppsGetNetworkTracesSlotDefaultResponse>;
1951
+ }
1952
+ export interface WebAppsGetNetworkTraceOperationSlotV2 {
1953
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1954
+ get(options?: WebAppsGetNetworkTraceOperationSlotV2Parameters): StreamableMethod<WebAppsGetNetworkTraceOperationSlotV2200Response | WebAppsGetNetworkTraceOperationSlotV2202Response | WebAppsGetNetworkTraceOperationSlotV2DefaultResponse>;
1955
+ }
1956
+ export interface WebAppsGetNetworkTracesSlotV2 {
1957
+ /** Gets a named operation for a network trace capturing (or deployment slot, if specified). */
1958
+ get(options?: WebAppsGetNetworkTracesSlotV2Parameters): StreamableMethod<WebAppsGetNetworkTracesSlotV2200Response | WebAppsGetNetworkTracesSlotV2DefaultResponse>;
1959
+ }
1960
+ export interface WebAppsGenerateNewSitePublishingPasswordSlot {
1961
+ /** Generates a new publishing password for an app (or deployment slot, if specified). */
1962
+ post(options?: WebAppsGenerateNewSitePublishingPasswordSlotParameters): StreamableMethod<WebAppsGenerateNewSitePublishingPasswordSlot200Response | WebAppsGenerateNewSitePublishingPasswordSlot204Response | WebAppsGenerateNewSitePublishingPasswordSlotDefaultResponse>;
1963
+ }
1964
+ export interface WebAppsListPerfMonCountersSlot {
1965
+ /** Gets perfmon counters for web app. */
1966
+ get(options?: WebAppsListPerfMonCountersSlotParameters): StreamableMethod<WebAppsListPerfMonCountersSlot200Response | WebAppsListPerfMonCountersSlotDefaultResponse>;
1967
+ }
1968
+ export interface WebAppsGetSitePhpErrorLogFlagSlot {
1969
+ /** Gets web app's event logs. */
1970
+ get(options?: WebAppsGetSitePhpErrorLogFlagSlotParameters): StreamableMethod<WebAppsGetSitePhpErrorLogFlagSlot200Response | WebAppsGetSitePhpErrorLogFlagSlotDefaultResponse>;
1971
+ }
1972
+ export interface WebAppsListPremierAddOnsSlot {
1973
+ /** Gets the premier add-ons of an app. */
1974
+ get(options?: WebAppsListPremierAddOnsSlotParameters): StreamableMethod<WebAppsListPremierAddOnsSlot200Response | WebAppsListPremierAddOnsSlotDefaultResponse>;
1975
+ }
1976
+ export interface WebAppsGetPremierAddOnSlot {
1977
+ /** Gets a named add-on of an app. */
1978
+ get(options?: WebAppsGetPremierAddOnSlotParameters): StreamableMethod<WebAppsGetPremierAddOnSlot200Response | WebAppsGetPremierAddOnSlotDefaultResponse>;
1979
+ /** Updates a named add-on of an app. */
1980
+ put(options: WebAppsAddPremierAddOnSlotParameters): StreamableMethod<WebAppsAddPremierAddOnSlot200Response | WebAppsAddPremierAddOnSlotDefaultResponse>;
1981
+ /** Delete a premier add-on from an app. */
1982
+ delete(options?: WebAppsDeletePremierAddOnSlotParameters): StreamableMethod<WebAppsDeletePremierAddOnSlot200Response | WebAppsDeletePremierAddOnSlotDefaultResponse>;
1983
+ /** Updates a named add-on of an app. */
1984
+ patch(options: WebAppsUpdatePremierAddOnSlotParameters): StreamableMethod<WebAppsUpdatePremierAddOnSlot200Response | WebAppsUpdatePremierAddOnSlotDefaultResponse>;
1985
+ }
1986
+ export interface WebAppsGetPrivateAccessSlot {
1987
+ /** Gets data around private site access enablement and authorized Virtual Networks that can access the site. */
1988
+ get(options?: WebAppsGetPrivateAccessSlotParameters): StreamableMethod<WebAppsGetPrivateAccessSlot200Response | WebAppsGetPrivateAccessSlotDefaultResponse>;
1989
+ /** Sets data around private site access enablement and authorized Virtual Networks that can access the site. */
1990
+ put(options: WebAppsPutPrivateAccessVnetSlotParameters): StreamableMethod<WebAppsPutPrivateAccessVnetSlot200Response | WebAppsPutPrivateAccessVnetSlotDefaultResponse>;
1991
+ }
1992
+ export interface WebAppsGetPrivateEndpointConnectionListSlot {
1993
+ /** Gets the list of private endpoint connections associated with a site */
1994
+ get(options?: WebAppsGetPrivateEndpointConnectionListSlotParameters): StreamableMethod<WebAppsGetPrivateEndpointConnectionListSlot200Response | WebAppsGetPrivateEndpointConnectionListSlotDefaultResponse>;
1995
+ }
1996
+ export interface WebAppsGetPrivateEndpointConnectionSlot {
1997
+ /** Gets a private endpoint connection */
1998
+ get(options?: WebAppsGetPrivateEndpointConnectionSlotParameters): StreamableMethod<WebAppsGetPrivateEndpointConnectionSlot200Response | WebAppsGetPrivateEndpointConnectionSlotDefaultResponse>;
1999
+ /** Approves or rejects a private endpoint connection */
2000
+ put(options: WebAppsApproveOrRejectPrivateEndpointConnectionSlotParameters): StreamableMethod<WebAppsApproveOrRejectPrivateEndpointConnectionSlot200Response | WebAppsApproveOrRejectPrivateEndpointConnectionSlot202Response | WebAppsApproveOrRejectPrivateEndpointConnectionSlotDefaultResponse>;
2001
+ /** Deletes a private endpoint connection */
2002
+ delete(options?: WebAppsDeletePrivateEndpointConnectionSlotParameters): StreamableMethod<WebAppsDeletePrivateEndpointConnectionSlot200Response | WebAppsDeletePrivateEndpointConnectionSlot202Response | WebAppsDeletePrivateEndpointConnectionSlot204Response | WebAppsDeletePrivateEndpointConnectionSlotDefaultResponse>;
2003
+ }
2004
+ export interface WebAppsGetPrivateLinkResourcesSlot {
2005
+ /** Gets the private link resources */
2006
+ get(options?: WebAppsGetPrivateLinkResourcesSlotParameters): StreamableMethod<WebAppsGetPrivateLinkResourcesSlot200Response | WebAppsGetPrivateLinkResourcesSlotDefaultResponse>;
2007
+ }
2008
+ export interface WebAppsListProcessesSlot {
2009
+ /** Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. */
2010
+ get(options?: WebAppsListProcessesSlotParameters): StreamableMethod<WebAppsListProcessesSlot200Response | WebAppsListProcessesSlot404Response | WebAppsListProcessesSlotDefaultResponse>;
2011
+ }
2012
+ export interface WebAppsGetProcessSlot {
2013
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
2014
+ get(options?: WebAppsGetProcessSlotParameters): StreamableMethod<WebAppsGetProcessSlot200Response | WebAppsGetProcessSlot404Response | WebAppsGetProcessSlotDefaultResponse>;
2015
+ /** Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. */
2016
+ delete(options?: WebAppsDeleteProcessSlotParameters): StreamableMethod<WebAppsDeleteProcessSlot204Response | WebAppsDeleteProcessSlot404Response | WebAppsDeleteProcessSlotDefaultResponse>;
2017
+ }
2018
+ export interface WebAppsGetProcessDumpSlot {
2019
+ /** Get a memory dump of a process by its ID for a specific scaled-out instance in a web site. */
2020
+ get(options?: WebAppsGetProcessDumpSlotParameters): StreamableMethod<WebAppsGetProcessDumpSlot200Response | WebAppsGetProcessDumpSlot404Response | WebAppsGetProcessDumpSlotDefaultResponse>;
2021
+ }
2022
+ export interface WebAppsListProcessModulesSlot {
2023
+ /** List module information for a process by its ID for a specific scaled-out instance in a web site. */
2024
+ get(options?: WebAppsListProcessModulesSlotParameters): StreamableMethod<WebAppsListProcessModulesSlot200Response | WebAppsListProcessModulesSlot404Response | WebAppsListProcessModulesSlotDefaultResponse>;
2025
+ }
2026
+ export interface WebAppsGetProcessModuleSlot {
2027
+ /** Get process information by its ID for a specific scaled-out instance in a web site. */
2028
+ get(options?: WebAppsGetProcessModuleSlotParameters): StreamableMethod<WebAppsGetProcessModuleSlot200Response | WebAppsGetProcessModuleSlot404Response | WebAppsGetProcessModuleSlotDefaultResponse>;
2029
+ }
2030
+ export interface WebAppsListProcessThreadsSlot {
2031
+ /** List the threads in a process by its ID for a specific scaled-out instance in a web site. */
2032
+ get(options?: WebAppsListProcessThreadsSlotParameters): StreamableMethod<WebAppsListProcessThreadsSlot200Response | WebAppsListProcessThreadsSlot404Response | WebAppsListProcessThreadsSlotDefaultResponse>;
2033
+ }
2034
+ export interface WebAppsListPublicCertificatesSlot {
2035
+ /** Get public certificates for an app or a deployment slot. */
2036
+ get(options?: WebAppsListPublicCertificatesSlotParameters): StreamableMethod<WebAppsListPublicCertificatesSlot200Response | WebAppsListPublicCertificatesSlotDefaultResponse>;
2037
+ }
2038
+ export interface WebAppsGetPublicCertificateSlot {
2039
+ /** Get the named public certificate for an app (or deployment slot, if specified). */
2040
+ get(options?: WebAppsGetPublicCertificateSlotParameters): StreamableMethod<WebAppsGetPublicCertificateSlot200Response | WebAppsGetPublicCertificateSlotDefaultResponse>;
2041
+ /** Creates a hostname binding for an app. */
2042
+ put(options: WebAppsCreateOrUpdatePublicCertificateSlotParameters): StreamableMethod<WebAppsCreateOrUpdatePublicCertificateSlot200Response | WebAppsCreateOrUpdatePublicCertificateSlotDefaultResponse>;
2043
+ /** Deletes a hostname binding for an app. */
2044
+ delete(options?: WebAppsDeletePublicCertificateSlotParameters): StreamableMethod<WebAppsDeletePublicCertificateSlot200Response | WebAppsDeletePublicCertificateSlot204Response | WebAppsDeletePublicCertificateSlotDefaultResponse>;
2045
+ }
2046
+ export interface WebAppsListPublishingProfileXmlWithSecretsSlot {
2047
+ /** Gets the publishing profile for an app (or deployment slot, if specified). */
2048
+ post(options: WebAppsListPublishingProfileXmlWithSecretsSlotParameters): StreamableMethod<WebAppsListPublishingProfileXmlWithSecretsSlot200Response | WebAppsListPublishingProfileXmlWithSecretsSlotDefaultResponse>;
2049
+ }
2050
+ export interface WebAppsResetSlotConfigurationSlot {
2051
+ /** Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. */
2052
+ post(options?: WebAppsResetSlotConfigurationSlotParameters): StreamableMethod<WebAppsResetSlotConfigurationSlot200Response | WebAppsResetSlotConfigurationSlotDefaultResponse>;
2053
+ }
2054
+ export interface WebAppsRestartSlot {
2055
+ /** Restarts an app (or deployment slot, if specified). */
2056
+ post(options?: WebAppsRestartSlotParameters): StreamableMethod<WebAppsRestartSlot200Response | WebAppsRestartSlotDefaultResponse>;
2057
+ }
2058
+ export interface WebAppsRestoreFromBackupBlobSlot {
2059
+ /** Restores an app from a backup blob in Azure Storage. */
2060
+ post(options: WebAppsRestoreFromBackupBlobSlotParameters): StreamableMethod<WebAppsRestoreFromBackupBlobSlot200Response | WebAppsRestoreFromBackupBlobSlot202Response | WebAppsRestoreFromBackupBlobSlotDefaultResponse>;
2061
+ }
2062
+ export interface WebAppsRestoreFromDeletedAppSlot {
2063
+ /** Restores a deleted web app to this web app. */
2064
+ post(options: WebAppsRestoreFromDeletedAppSlotParameters): StreamableMethod<WebAppsRestoreFromDeletedAppSlot200Response | WebAppsRestoreFromDeletedAppSlot202Response | WebAppsRestoreFromDeletedAppSlotDefaultResponse>;
2065
+ }
2066
+ export interface WebAppsRestoreSnapshotSlot {
2067
+ /** Restores a web app from a snapshot. */
2068
+ post(options: WebAppsRestoreSnapshotSlotParameters): StreamableMethod<WebAppsRestoreSnapshotSlot200Response | WebAppsRestoreSnapshotSlot202Response | WebAppsRestoreSnapshotSlotDefaultResponse>;
2069
+ }
2070
+ export interface WebAppsListSiteExtensionsSlot {
2071
+ /** Get list of siteextensions for a web site, or a deployment slot. */
2072
+ get(options?: WebAppsListSiteExtensionsSlotParameters): StreamableMethod<WebAppsListSiteExtensionsSlot200Response | WebAppsListSiteExtensionsSlot404Response | WebAppsListSiteExtensionsSlotDefaultResponse>;
2073
+ }
2074
+ export interface WebAppsGetSiteExtensionSlot {
2075
+ /** Get site extension information by its ID for a web site, or a deployment slot. */
2076
+ get(options?: WebAppsGetSiteExtensionSlotParameters): StreamableMethod<WebAppsGetSiteExtensionSlot200Response | WebAppsGetSiteExtensionSlot404Response | WebAppsGetSiteExtensionSlotDefaultResponse>;
2077
+ /** Install site extension on a web site, or a deployment slot. */
2078
+ put(options?: WebAppsInstallSiteExtensionSlotParameters): StreamableMethod<WebAppsInstallSiteExtensionSlot200Response | WebAppsInstallSiteExtensionSlot201Response | WebAppsInstallSiteExtensionSlot429Response | WebAppsInstallSiteExtensionSlotDefaultResponse>;
2079
+ /** Remove a site extension from a web site, or a deployment slot. */
2080
+ delete(options?: WebAppsDeleteSiteExtensionSlotParameters): StreamableMethod<WebAppsDeleteSiteExtensionSlot204Response | WebAppsDeleteSiteExtensionSlot404Response | WebAppsDeleteSiteExtensionSlotDefaultResponse>;
2081
+ }
2082
+ export interface WebAppsListSlotDifferencesSlot {
2083
+ /** Get the difference in configuration settings between two web app slots. */
2084
+ post(options: WebAppsListSlotDifferencesSlotParameters): StreamableMethod<WebAppsListSlotDifferencesSlot200Response | WebAppsListSlotDifferencesSlotDefaultResponse>;
2085
+ }
2086
+ export interface WebAppsSwapSlot {
2087
+ /** Swaps two deployment slots of an app. */
2088
+ post(options: WebAppsSwapSlotParameters): StreamableMethod<WebAppsSwapSlot200Response | WebAppsSwapSlot202Response | WebAppsSwapSlotDefaultResponse>;
2089
+ }
2090
+ export interface WebAppsListSnapshotsSlot {
2091
+ /** Returns all Snapshots to the user. */
2092
+ get(options?: WebAppsListSnapshotsSlotParameters): StreamableMethod<WebAppsListSnapshotsSlot200Response | WebAppsListSnapshotsSlotDefaultResponse>;
2093
+ }
2094
+ export interface WebAppsListSnapshotsFromDRSecondarySlot {
2095
+ /** Returns all Snapshots to the user from DRSecondary endpoint. */
2096
+ get(options?: WebAppsListSnapshotsFromDRSecondarySlotParameters): StreamableMethod<WebAppsListSnapshotsFromDRSecondarySlot200Response | WebAppsListSnapshotsFromDRSecondarySlotDefaultResponse>;
2097
+ }
2098
+ export interface WebAppsGetSourceControlSlot {
2099
+ /** Gets the source control configuration of an app. */
2100
+ get(options?: WebAppsGetSourceControlSlotParameters): StreamableMethod<WebAppsGetSourceControlSlot200Response | WebAppsGetSourceControlSlot201Response | WebAppsGetSourceControlSlot202Response | WebAppsGetSourceControlSlotDefaultResponse>;
2101
+ /** Updates the source control configuration of an app. */
2102
+ put(options: WebAppsCreateOrUpdateSourceControlSlotParameters): StreamableMethod<WebAppsCreateOrUpdateSourceControlSlot200Response | WebAppsCreateOrUpdateSourceControlSlot201Response | WebAppsCreateOrUpdateSourceControlSlot202Response | WebAppsCreateOrUpdateSourceControlSlotDefaultResponse>;
2103
+ /** Deletes the source control configuration of an app. */
2104
+ delete(options?: WebAppsDeleteSourceControlSlotParameters): StreamableMethod<WebAppsDeleteSourceControlSlot200Response | WebAppsDeleteSourceControlSlot202Response | WebAppsDeleteSourceControlSlot404Response | WebAppsDeleteSourceControlSlotDefaultResponse>;
2105
+ /** Updates the source control configuration of an app. */
2106
+ patch(options: WebAppsUpdateSourceControlSlotParameters): StreamableMethod<WebAppsUpdateSourceControlSlot200Response | WebAppsUpdateSourceControlSlot201Response | WebAppsUpdateSourceControlSlot202Response | WebAppsUpdateSourceControlSlotDefaultResponse>;
2107
+ }
2108
+ export interface WebAppsStartSlot {
2109
+ /** Starts an app (or deployment slot, if specified). */
2110
+ post(options?: WebAppsStartSlotParameters): StreamableMethod<WebAppsStartSlot200Response | WebAppsStartSlotDefaultResponse>;
2111
+ }
2112
+ export interface WebAppsStartNetworkTraceSlot {
2113
+ /** Start capturing network packets for the site. */
2114
+ post(options?: WebAppsStartNetworkTraceSlotParameters): StreamableMethod<WebAppsStartNetworkTraceSlot200Response | WebAppsStartNetworkTraceSlot202Response | WebAppsStartNetworkTraceSlotDefaultResponse>;
2115
+ }
2116
+ export interface WebAppsStopSlot {
2117
+ /** Stops an app (or deployment slot, if specified). */
2118
+ post(options?: WebAppsStopSlotParameters): StreamableMethod<WebAppsStopSlot200Response | WebAppsStopSlotDefaultResponse>;
2119
+ }
2120
+ export interface WebAppsStopNetworkTraceSlot {
2121
+ /** Stop ongoing capturing network packets for the site. */
2122
+ post(options?: WebAppsStopNetworkTraceSlotParameters): StreamableMethod<WebAppsStopNetworkTraceSlot200Response | WebAppsStopNetworkTraceSlot204Response | WebAppsStopNetworkTraceSlotDefaultResponse>;
2123
+ }
2124
+ export interface WebAppsSyncRepositorySlot {
2125
+ /** Sync web app repository. */
2126
+ post(options?: WebAppsSyncRepositorySlotParameters): StreamableMethod<WebAppsSyncRepositorySlot200Response | WebAppsSyncRepositorySlotDefaultResponse>;
2127
+ }
2128
+ export interface WebAppsSyncFunctionTriggersSlot {
2129
+ /** Syncs function trigger metadata to the management database */
2130
+ post(options?: WebAppsSyncFunctionTriggersSlotParameters): StreamableMethod<WebAppsSyncFunctionTriggersSlot204Response | WebAppsSyncFunctionTriggersSlotDefaultResponse>;
2131
+ }
2132
+ export interface WebAppsListTriggeredWebJobsSlot {
2133
+ /** List triggered web jobs for an app, or a deployment slot. */
2134
+ get(options?: WebAppsListTriggeredWebJobsSlotParameters): StreamableMethod<WebAppsListTriggeredWebJobsSlot200Response | WebAppsListTriggeredWebJobsSlotDefaultResponse>;
2135
+ }
2136
+ export interface WebAppsGetTriggeredWebJobSlot {
2137
+ /** Gets a triggered web job by its ID for an app, or a deployment slot. */
2138
+ get(options?: WebAppsGetTriggeredWebJobSlotParameters): StreamableMethod<WebAppsGetTriggeredWebJobSlot200Response | WebAppsGetTriggeredWebJobSlot404Response | WebAppsGetTriggeredWebJobSlotDefaultResponse>;
2139
+ /** Delete a triggered web job by its ID for an app, or a deployment slot. */
2140
+ delete(options?: WebAppsDeleteTriggeredWebJobSlotParameters): StreamableMethod<WebAppsDeleteTriggeredWebJobSlot200Response | WebAppsDeleteTriggeredWebJobSlot204Response | WebAppsDeleteTriggeredWebJobSlotDefaultResponse>;
2141
+ }
2142
+ export interface WebAppsListTriggeredWebJobHistorySlot {
2143
+ /** List a triggered web job's history for an app, or a deployment slot. */
2144
+ get(options?: WebAppsListTriggeredWebJobHistorySlotParameters): StreamableMethod<WebAppsListTriggeredWebJobHistorySlot200Response | WebAppsListTriggeredWebJobHistorySlot404Response | WebAppsListTriggeredWebJobHistorySlotDefaultResponse>;
2145
+ }
2146
+ export interface WebAppsGetTriggeredWebJobHistorySlot {
2147
+ /** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */
2148
+ get(options?: WebAppsGetTriggeredWebJobHistorySlotParameters): StreamableMethod<WebAppsGetTriggeredWebJobHistorySlot200Response | WebAppsGetTriggeredWebJobHistorySlot404Response | WebAppsGetTriggeredWebJobHistorySlotDefaultResponse>;
2149
+ }
2150
+ export interface WebAppsRunTriggeredWebJobSlot {
2151
+ /** Run a triggered web job for an app, or a deployment slot. */
2152
+ post(options?: WebAppsRunTriggeredWebJobSlotParameters): StreamableMethod<WebAppsRunTriggeredWebJobSlot200Response | WebAppsRunTriggeredWebJobSlot404Response | WebAppsRunTriggeredWebJobSlotDefaultResponse>;
2153
+ }
2154
+ export interface WebAppsListUsagesSlot {
2155
+ /** Gets the quota usage information of an app (or deployment slot, if specified). */
2156
+ get(options?: WebAppsListUsagesSlotParameters): StreamableMethod<WebAppsListUsagesSlot200Response | WebAppsListUsagesSlotDefaultResponse>;
2157
+ }
2158
+ export interface WebAppsListVnetConnectionsSlot {
2159
+ /** Gets the virtual networks the app (or deployment slot) is connected to. */
2160
+ get(options?: WebAppsListVnetConnectionsSlotParameters): StreamableMethod<WebAppsListVnetConnectionsSlot200Response | WebAppsListVnetConnectionsSlotDefaultResponse>;
2161
+ }
2162
+ export interface WebAppsGetVnetConnectionSlot {
2163
+ /** Gets a virtual network the app (or deployment slot) is connected to by name. */
2164
+ get(options?: WebAppsGetVnetConnectionSlotParameters): StreamableMethod<WebAppsGetVnetConnectionSlot200Response | WebAppsGetVnetConnectionSlotDefaultResponse>;
2165
+ /** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */
2166
+ put(options: WebAppsCreateOrUpdateVnetConnectionSlotParameters): StreamableMethod<WebAppsCreateOrUpdateVnetConnectionSlot200Response | WebAppsCreateOrUpdateVnetConnectionSlotDefaultResponse>;
2167
+ /** Deletes a connection from an app (or deployment slot to a named virtual network. */
2168
+ delete(options?: WebAppsDeleteVnetConnectionSlotParameters): StreamableMethod<WebAppsDeleteVnetConnectionSlot200Response | WebAppsDeleteVnetConnectionSlot404Response | WebAppsDeleteVnetConnectionSlotDefaultResponse>;
2169
+ /** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */
2170
+ patch(options: WebAppsUpdateVnetConnectionSlotParameters): StreamableMethod<WebAppsUpdateVnetConnectionSlot200Response | WebAppsUpdateVnetConnectionSlotDefaultResponse>;
2171
+ }
2172
+ export interface WebAppsGetVnetConnectionGatewaySlot {
2173
+ /** Gets an app's Virtual Network gateway. */
2174
+ get(options?: WebAppsGetVnetConnectionGatewaySlotParameters): StreamableMethod<WebAppsGetVnetConnectionGatewaySlot200Response | WebAppsGetVnetConnectionGatewaySlot404Response | WebAppsGetVnetConnectionGatewaySlotDefaultResponse>;
2175
+ /** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */
2176
+ put(options: WebAppsCreateOrUpdateVnetConnectionGatewaySlotParameters): StreamableMethod<WebAppsCreateOrUpdateVnetConnectionGatewaySlot200Response | WebAppsCreateOrUpdateVnetConnectionGatewaySlotDefaultResponse>;
2177
+ /** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */
2178
+ patch(options: WebAppsUpdateVnetConnectionGatewaySlotParameters): StreamableMethod<WebAppsUpdateVnetConnectionGatewaySlot200Response | WebAppsUpdateVnetConnectionGatewaySlotDefaultResponse>;
2179
+ }
2180
+ export interface WebAppsListWebJobsSlot {
2181
+ /** List webjobs for an app, or a deployment slot. */
2182
+ get(options?: WebAppsListWebJobsSlotParameters): StreamableMethod<WebAppsListWebJobsSlot200Response | WebAppsListWebJobsSlotDefaultResponse>;
2183
+ }
2184
+ export interface WebAppsGetWebJobSlot {
2185
+ /** Get webjob information for an app, or a deployment slot. */
2186
+ get(options?: WebAppsGetWebJobSlotParameters): StreamableMethod<WebAppsGetWebJobSlot200Response | WebAppsGetWebJobSlotDefaultResponse>;
2187
+ }
2188
+ export interface WebAppsListSlotDifferencesFromProduction {
2189
+ /** Get the difference in configuration settings between two web app slots. */
2190
+ post(options: WebAppsListSlotDifferencesFromProductionParameters): StreamableMethod<WebAppsListSlotDifferencesFromProduction200Response | WebAppsListSlotDifferencesFromProductionDefaultResponse>;
2191
+ }
2192
+ export interface WebAppsSwapSlotWithProduction {
2193
+ /** Swaps two deployment slots of an app. */
2194
+ post(options: WebAppsSwapSlotWithProductionParameters): StreamableMethod<WebAppsSwapSlotWithProduction200Response | WebAppsSwapSlotWithProduction202Response | WebAppsSwapSlotWithProductionDefaultResponse>;
2195
+ }
2196
+ export interface WebAppsListSnapshots {
2197
+ /** Returns all Snapshots to the user. */
2198
+ get(options?: WebAppsListSnapshotsParameters): StreamableMethod<WebAppsListSnapshots200Response | WebAppsListSnapshotsDefaultResponse>;
2199
+ }
2200
+ export interface WebAppsListSnapshotsFromDRSecondary {
2201
+ /** Returns all Snapshots to the user from DRSecondary endpoint. */
2202
+ get(options?: WebAppsListSnapshotsFromDRSecondaryParameters): StreamableMethod<WebAppsListSnapshotsFromDRSecondary200Response | WebAppsListSnapshotsFromDRSecondaryDefaultResponse>;
2203
+ }
2204
+ export interface WebAppsGetSourceControl {
2205
+ /** Gets the source control configuration of an app. */
2206
+ get(options?: WebAppsGetSourceControlParameters): StreamableMethod<WebAppsGetSourceControl200Response | WebAppsGetSourceControl201Response | WebAppsGetSourceControl202Response | WebAppsGetSourceControlDefaultResponse>;
2207
+ /** Updates the source control configuration of an app. */
2208
+ put(options: WebAppsCreateOrUpdateSourceControlParameters): StreamableMethod<WebAppsCreateOrUpdateSourceControl200Response | WebAppsCreateOrUpdateSourceControl201Response | WebAppsCreateOrUpdateSourceControl202Response | WebAppsCreateOrUpdateSourceControlDefaultResponse>;
2209
+ /** Deletes the source control configuration of an app. */
2210
+ delete(options?: WebAppsDeleteSourceControlParameters): StreamableMethod<WebAppsDeleteSourceControl200Response | WebAppsDeleteSourceControl202Response | WebAppsDeleteSourceControl404Response | WebAppsDeleteSourceControlDefaultResponse>;
2211
+ /** Updates the source control configuration of an app. */
2212
+ patch(options: WebAppsUpdateSourceControlParameters): StreamableMethod<WebAppsUpdateSourceControl200Response | WebAppsUpdateSourceControl201Response | WebAppsUpdateSourceControl202Response | WebAppsUpdateSourceControlDefaultResponse>;
2213
+ }
2214
+ export interface WebAppsStart {
2215
+ /** Starts an app (or deployment slot, if specified). */
2216
+ post(options?: WebAppsStartParameters): StreamableMethod<WebAppsStart200Response | WebAppsStartDefaultResponse>;
2217
+ }
2218
+ export interface WebAppsStartNetworkTrace {
2219
+ /** Start capturing network packets for the site. */
2220
+ post(options?: WebAppsStartNetworkTraceParameters): StreamableMethod<WebAppsStartNetworkTrace200Response | WebAppsStartNetworkTrace202Response | WebAppsStartNetworkTraceDefaultResponse>;
2221
+ }
2222
+ export interface WebAppsStop {
2223
+ /** Stops an app (or deployment slot, if specified). */
2224
+ post(options?: WebAppsStopParameters): StreamableMethod<WebAppsStop200Response | WebAppsStopDefaultResponse>;
2225
+ }
2226
+ export interface WebAppsStopNetworkTrace {
2227
+ /** Stop ongoing capturing network packets for the site. */
2228
+ post(options?: WebAppsStopNetworkTraceParameters): StreamableMethod<WebAppsStopNetworkTrace200Response | WebAppsStopNetworkTrace204Response | WebAppsStopNetworkTraceDefaultResponse>;
2229
+ }
2230
+ export interface WebAppsSyncRepository {
2231
+ /** Sync web app repository. */
2232
+ post(options?: WebAppsSyncRepositoryParameters): StreamableMethod<WebAppsSyncRepository200Response | WebAppsSyncRepositoryDefaultResponse>;
2233
+ }
2234
+ export interface WebAppsSyncFunctionTriggers {
2235
+ /** Syncs function trigger metadata to the management database */
2236
+ post(options?: WebAppsSyncFunctionTriggersParameters): StreamableMethod<WebAppsSyncFunctionTriggers204Response | WebAppsSyncFunctionTriggersDefaultResponse>;
2237
+ }
2238
+ export interface WebAppsListTriggeredWebJobs {
2239
+ /** List triggered web jobs for an app, or a deployment slot. */
2240
+ get(options?: WebAppsListTriggeredWebJobsParameters): StreamableMethod<WebAppsListTriggeredWebJobs200Response | WebAppsListTriggeredWebJobsDefaultResponse>;
2241
+ }
2242
+ export interface WebAppsGetTriggeredWebJob {
2243
+ /** Gets a triggered web job by its ID for an app, or a deployment slot. */
2244
+ get(options?: WebAppsGetTriggeredWebJobParameters): StreamableMethod<WebAppsGetTriggeredWebJob200Response | WebAppsGetTriggeredWebJob404Response | WebAppsGetTriggeredWebJobDefaultResponse>;
2245
+ /** Delete a triggered web job by its ID for an app, or a deployment slot. */
2246
+ delete(options?: WebAppsDeleteTriggeredWebJobParameters): StreamableMethod<WebAppsDeleteTriggeredWebJob200Response | WebAppsDeleteTriggeredWebJob204Response | WebAppsDeleteTriggeredWebJobDefaultResponse>;
2247
+ }
2248
+ export interface WebAppsListTriggeredWebJobHistory {
2249
+ /** List a triggered web job's history for an app, or a deployment slot. */
2250
+ get(options?: WebAppsListTriggeredWebJobHistoryParameters): StreamableMethod<WebAppsListTriggeredWebJobHistory200Response | WebAppsListTriggeredWebJobHistory404Response | WebAppsListTriggeredWebJobHistoryDefaultResponse>;
2251
+ }
2252
+ export interface WebAppsGetTriggeredWebJobHistory {
2253
+ /** Gets a triggered web job's history by its ID for an app, , or a deployment slot. */
2254
+ get(options?: WebAppsGetTriggeredWebJobHistoryParameters): StreamableMethod<WebAppsGetTriggeredWebJobHistory200Response | WebAppsGetTriggeredWebJobHistory404Response | WebAppsGetTriggeredWebJobHistoryDefaultResponse>;
2255
+ }
2256
+ export interface WebAppsRunTriggeredWebJob {
2257
+ /** Run a triggered web job for an app, or a deployment slot. */
2258
+ post(options?: WebAppsRunTriggeredWebJobParameters): StreamableMethod<WebAppsRunTriggeredWebJob200Response | WebAppsRunTriggeredWebJob404Response | WebAppsRunTriggeredWebJobDefaultResponse>;
2259
+ }
2260
+ export interface WebAppsListUsages {
2261
+ /** Gets the quota usage information of an app (or deployment slot, if specified). */
2262
+ get(options?: WebAppsListUsagesParameters): StreamableMethod<WebAppsListUsages200Response | WebAppsListUsagesDefaultResponse>;
2263
+ }
2264
+ export interface WebAppsListVnetConnections {
2265
+ /** Gets the virtual networks the app (or deployment slot) is connected to. */
2266
+ get(options?: WebAppsListVnetConnectionsParameters): StreamableMethod<WebAppsListVnetConnections200Response | WebAppsListVnetConnectionsDefaultResponse>;
2267
+ }
2268
+ export interface WebAppsGetVnetConnection {
2269
+ /** Gets a virtual network the app (or deployment slot) is connected to by name. */
2270
+ get(options?: WebAppsGetVnetConnectionParameters): StreamableMethod<WebAppsGetVnetConnection200Response | WebAppsGetVnetConnectionDefaultResponse>;
2271
+ /** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */
2272
+ put(options: WebAppsCreateOrUpdateVnetConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateVnetConnection200Response | WebAppsCreateOrUpdateVnetConnectionDefaultResponse>;
2273
+ /** Deletes a connection from an app (or deployment slot to a named virtual network. */
2274
+ delete(options?: WebAppsDeleteVnetConnectionParameters): StreamableMethod<WebAppsDeleteVnetConnection200Response | WebAppsDeleteVnetConnection404Response | WebAppsDeleteVnetConnectionDefaultResponse>;
2275
+ /** Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties (PATCH). */
2276
+ patch(options: WebAppsUpdateVnetConnectionParameters): StreamableMethod<WebAppsUpdateVnetConnection200Response | WebAppsUpdateVnetConnectionDefaultResponse>;
2277
+ }
2278
+ export interface WebAppsGetVnetConnectionGateway {
2279
+ /** Gets an app's Virtual Network gateway. */
2280
+ get(options?: WebAppsGetVnetConnectionGatewayParameters): StreamableMethod<WebAppsGetVnetConnectionGateway200Response | WebAppsGetVnetConnectionGateway404Response | WebAppsGetVnetConnectionGatewayDefaultResponse>;
2281
+ /** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */
2282
+ put(options: WebAppsCreateOrUpdateVnetConnectionGatewayParameters): StreamableMethod<WebAppsCreateOrUpdateVnetConnectionGateway200Response | WebAppsCreateOrUpdateVnetConnectionGatewayDefaultResponse>;
2283
+ /** Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). */
2284
+ patch(options: WebAppsUpdateVnetConnectionGatewayParameters): StreamableMethod<WebAppsUpdateVnetConnectionGateway200Response | WebAppsUpdateVnetConnectionGatewayDefaultResponse>;
2285
+ }
2286
+ export interface WebAppsListWebJobs {
2287
+ /** List webjobs for an app, or a deployment slot. */
2288
+ get(options?: WebAppsListWebJobsParameters): StreamableMethod<WebAppsListWebJobs200Response | WebAppsListWebJobsDefaultResponse>;
2289
+ }
2290
+ export interface WebAppsGetWebJob {
2291
+ /** Get webjob information for an app, or a deployment slot. */
2292
+ get(options?: WebAppsGetWebJobParameters): StreamableMethod<WebAppsGetWebJob200Response | WebAppsGetWebJobDefaultResponse>;
2293
+ }
2294
+ export interface Routes {
2295
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.CertificateRegistration/certificateOrders' has methods for the following verbs: get */
2296
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders", subscriptionId: string): AppServiceCertificateOrdersList;
2297
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation' has methods for the following verbs: post */
2298
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation", subscriptionId: string): AppServiceCertificateOrdersValidatePurchaseInformation;
2299
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders' has methods for the following verbs: get */
2300
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders", subscriptionId: string, resourceGroupName: string): AppServiceCertificateOrdersListByResourceGroup;
2301
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}' has methods for the following verbs: get, put, delete, patch */
2302
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersGet;
2303
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/certificates' has methods for the following verbs: get */
2304
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersListCertificates;
2305
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/certificates/\{name\}' has methods for the following verbs: get, put, delete, patch */
2306
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}", subscriptionId: string, resourceGroupName: string, certificateOrderName: string, name: string): AppServiceCertificateOrdersGetCertificate;
2307
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/reissue' has methods for the following verbs: post */
2308
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/reissue", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersReissue;
2309
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/renew' has methods for the following verbs: post */
2310
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/renew", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersRenew;
2311
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/resendEmail' has methods for the following verbs: post */
2312
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/resendEmail", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersResendEmail;
2313
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/resendRequestEmails' has methods for the following verbs: post */
2314
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/resendRequestEmails", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersResendRequestEmails;
2315
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/retrieveSiteSeal' has methods for the following verbs: post */
2316
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/retrieveSiteSeal", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersRetrieveSiteSeal;
2317
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/verifyDomainOwnership' has methods for the following verbs: post */
2318
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/verifyDomainOwnership", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): AppServiceCertificateOrdersVerifyDomainOwnership;
2319
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{name\}/retrieveCertificateActions' has methods for the following verbs: post */
2320
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveCertificateActions", subscriptionId: string, resourceGroupName: string, name: string): AppServiceCertificateOrdersRetrieveCertificateActions;
2321
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{name\}/retrieveEmailHistory' has methods for the following verbs: post */
2322
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveEmailHistory", subscriptionId: string, resourceGroupName: string, name: string): AppServiceCertificateOrdersRetrieveCertificateEmailHistory;
2323
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/detectors' has methods for the following verbs: get */
2324
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors", subscriptionId: string, resourceGroupName: string, certificateOrderName: string): CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponse;
2325
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.CertificateRegistration/certificateOrders/\{certificateOrderName\}/detectors/\{detectorName\}' has methods for the following verbs: get */
2326
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/detectors/{detectorName}", subscriptionId: string, resourceGroupName: string, certificateOrderName: string, detectorName: string): CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponse;
2327
+ /** Resource for '/providers/Microsoft.CertificateRegistration/operations' has methods for the following verbs: get */
2328
+ (path: "/providers/Microsoft.CertificateRegistration/operations"): CertificateRegistrationProviderListOperations;
2329
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.DomainRegistration/checkDomainAvailability' has methods for the following verbs: post */
2330
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability", subscriptionId: string): DomainsCheckAvailability;
2331
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.DomainRegistration/domains' has methods for the following verbs: get */
2332
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/domains", subscriptionId: string): DomainsList;
2333
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.DomainRegistration/generateSsoRequest' has methods for the following verbs: post */
2334
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest", subscriptionId: string): DomainsGetControlCenterSsoRequest;
2335
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.DomainRegistration/listDomainRecommendations' has methods for the following verbs: post */
2336
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations", subscriptionId: string): DomainsListRecommendations;
2337
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.DomainRegistration/domains' has methods for the following verbs: get */
2338
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains", subscriptionId: string, resourceGroupName: string): DomainsListByResourceGroup;
2339
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.DomainRegistration/domains/\{domainName\}' has methods for the following verbs: get, put, delete, patch */
2340
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}", subscriptionId: string, resourceGroupName: string, domainName: string): DomainsGet;
2341
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.DomainRegistration/domains/\{domainName\}/domainOwnershipIdentifiers' has methods for the following verbs: get */
2342
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers", subscriptionId: string, resourceGroupName: string, domainName: string): DomainsListOwnershipIdentifiers;
2343
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.DomainRegistration/domains/\{domainName\}/domainOwnershipIdentifiers/\{name\}' has methods for the following verbs: get, put, delete, patch */
2344
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}", subscriptionId: string, resourceGroupName: string, domainName: string, name: string): DomainsGetOwnershipIdentifier;
2345
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.DomainRegistration/domains/\{domainName\}/renew' has methods for the following verbs: post */
2346
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/renew", subscriptionId: string, resourceGroupName: string, domainName: string): DomainsRenew;
2347
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.DomainRegistration/domains/\{domainName\}/transferOut' has methods for the following verbs: put */
2348
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/transferOut", subscriptionId: string, resourceGroupName: string, domainName: string): DomainsTransferOut;
2349
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.DomainRegistration/topLevelDomains' has methods for the following verbs: get */
2350
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains", subscriptionId: string): TopLevelDomainsList;
2351
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.DomainRegistration/topLevelDomains/\{name\}' has methods for the following verbs: get */
2352
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}", subscriptionId: string, name: string): TopLevelDomainsGet;
2353
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.DomainRegistration/topLevelDomains/\{name\}/listAgreements' has methods for the following verbs: post */
2354
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}/listAgreements", subscriptionId: string, name: string): TopLevelDomainsListAgreements;
2355
+ /** Resource for '/providers/Microsoft.DomainRegistration/operations' has methods for the following verbs: get */
2356
+ (path: "/providers/Microsoft.DomainRegistration/operations"): DomainRegistrationProviderListOperations;
2357
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/hostingEnvironments' has methods for the following verbs: get */
2358
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments", subscriptionId: string): AppServiceEnvironmentsList;
2359
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments' has methods for the following verbs: get */
2360
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments", subscriptionId: string, resourceGroupName: string): AppServiceEnvironmentsListByResourceGroup;
2361
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}' has methods for the following verbs: get, put, delete, patch */
2362
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGet;
2363
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/capacities/compute' has methods for the following verbs: get */
2364
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/capacities/compute", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListCapacities;
2365
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/capacities/virtualip' has methods for the following verbs: get */
2366
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/capacities/virtualip", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGetVipInfo;
2367
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/changeVirtualNetwork' has methods for the following verbs: post */
2368
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/changeVirtualNetwork", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsChangeVnet;
2369
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/configurations/networking' has methods for the following verbs: get, put */
2370
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/configurations/networking", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGetAseV3NetworkingConfiguration;
2371
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/diagnostics' has methods for the following verbs: get */
2372
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/diagnostics", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListDiagnostics;
2373
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/diagnostics/\{diagnosticsName\}' has methods for the following verbs: get */
2374
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/diagnostics/{diagnosticsName}", subscriptionId: string, resourceGroupName: string, name: string, diagnosticsName: string): AppServiceEnvironmentsGetDiagnosticsItem;
2375
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/inboundNetworkDependenciesEndpoints' has methods for the following verbs: get */
2376
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/inboundNetworkDependenciesEndpoints", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGetInboundNetworkDependenciesEndpoints;
2377
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/multiRolePools' has methods for the following verbs: get */
2378
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListMultiRolePools;
2379
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/multiRolePools/default' has methods for the following verbs: get, put, patch */
2380
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools/default", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGetMultiRolePool;
2381
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/multiRolePools/default/instances/\{instance\}/metricdefinitions' has methods for the following verbs: get */
2382
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools/default/instances/{instance}/metricdefinitions", subscriptionId: string, resourceGroupName: string, name: string, instance: string): AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitions;
2383
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/multiRolePools/default/metricdefinitions' has methods for the following verbs: get */
2384
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools/default/metricdefinitions", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListMultiRoleMetricDefinitions;
2385
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/multiRolePools/default/skus' has methods for the following verbs: get */
2386
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools/default/skus", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListMultiRolePoolSkus;
2387
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/multiRolePools/default/usages' has methods for the following verbs: get */
2388
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/multiRolePools/default/usages", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListMultiRoleUsages;
2389
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/operations' has methods for the following verbs: get */
2390
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/operations", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListOperations;
2391
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/outboundNetworkDependenciesEndpoints' has methods for the following verbs: get */
2392
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/outboundNetworkDependenciesEndpoints", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpoints;
2393
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/privateEndpointConnections' has methods for the following verbs: get */
2394
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/privateEndpointConnections", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGetPrivateEndpointConnectionList;
2395
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/privateEndpointConnections/\{privateEndpointConnectionName\}' has methods for the following verbs: get, put, delete */
2396
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/privateEndpointConnections/{privateEndpointConnectionName}", subscriptionId: string, resourceGroupName: string, name: string, privateEndpointConnectionName: string): AppServiceEnvironmentsGetPrivateEndpointConnection;
2397
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/privateLinkResources' has methods for the following verbs: get */
2398
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/privateLinkResources", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsGetPrivateLinkResources;
2399
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/reboot' has methods for the following verbs: post */
2400
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/reboot", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsReboot;
2401
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/resume' has methods for the following verbs: post */
2402
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/resume", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsResume;
2403
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/serverfarms' has methods for the following verbs: get */
2404
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/serverfarms", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListAppServicePlans;
2405
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/sites' has methods for the following verbs: get */
2406
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/sites", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListWebApps;
2407
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/suspend' has methods for the following verbs: post */
2408
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/suspend", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsSuspend;
2409
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/usages' has methods for the following verbs: get */
2410
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/usages", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListUsages;
2411
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/workerPools' has methods for the following verbs: get */
2412
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools", subscriptionId: string, resourceGroupName: string, name: string): AppServiceEnvironmentsListWorkerPools;
2413
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/workerPools/\{workerPoolName\}' has methods for the following verbs: get, put, patch */
2414
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}", subscriptionId: string, resourceGroupName: string, name: string, workerPoolName: string): AppServiceEnvironmentsGetWorkerPool;
2415
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/workerPools/\{workerPoolName\}/instances/\{instance\}/metricdefinitions' has methods for the following verbs: get */
2416
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}/instances/{instance}/metricdefinitions", subscriptionId: string, resourceGroupName: string, name: string, workerPoolName: string, instance: string): AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitions;
2417
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/workerPools/\{workerPoolName\}/metricdefinitions' has methods for the following verbs: get */
2418
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}/metricdefinitions", subscriptionId: string, resourceGroupName: string, name: string, workerPoolName: string): AppServiceEnvironmentsListWebWorkerMetricDefinitions;
2419
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/workerPools/\{workerPoolName\}/skus' has methods for the following verbs: get */
2420
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}/skus", subscriptionId: string, resourceGroupName: string, name: string, workerPoolName: string): AppServiceEnvironmentsListWorkerPoolSkus;
2421
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/workerPools/\{workerPoolName\}/usages' has methods for the following verbs: get */
2422
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}/usages", subscriptionId: string, resourceGroupName: string, name: string, workerPoolName: string): AppServiceEnvironmentsListWebWorkerUsages;
2423
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/serverfarms' has methods for the following verbs: get */
2424
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms", subscriptionId: string): AppServicePlansList;
2425
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms' has methods for the following verbs: get */
2426
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms", subscriptionId: string, resourceGroupName: string): AppServicePlansListByResourceGroup;
2427
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}' has methods for the following verbs: get, put, delete, patch */
2428
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansGet;
2429
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/capabilities' has methods for the following verbs: get */
2430
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/capabilities", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansListCapabilities;
2431
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/hybridConnectionNamespaces/\{namespaceName\}/relays/\{relayName\}' has methods for the following verbs: get, delete */
2432
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}", subscriptionId: string, resourceGroupName: string, name: string, namespaceName: string, relayName: string): AppServicePlansGetHybridConnection;
2433
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/hybridConnectionNamespaces/\{namespaceName\}/relays/\{relayName\}/listKeys' has methods for the following verbs: post */
2434
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}/listKeys", subscriptionId: string, resourceGroupName: string, name: string, namespaceName: string, relayName: string): AppServicePlansListHybridConnectionKeys;
2435
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/hybridConnectionNamespaces/\{namespaceName\}/relays/\{relayName\}/sites' has methods for the following verbs: get */
2436
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}/sites", subscriptionId: string, resourceGroupName: string, name: string, namespaceName: string, relayName: string): AppServicePlansListWebAppsByHybridConnection;
2437
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/hybridConnectionPlanLimits/limit' has methods for the following verbs: get */
2438
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionPlanLimits/limit", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansGetHybridConnectionPlanLimit;
2439
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/hybridConnectionRelays' has methods for the following verbs: get */
2440
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionRelays", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansListHybridConnections;
2441
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/restartSites' has methods for the following verbs: post */
2442
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/restartSites", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansRestartWebApps;
2443
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/sites' has methods for the following verbs: get */
2444
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/sites", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansListWebApps;
2445
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/skus' has methods for the following verbs: get */
2446
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/skus", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansGetServerFarmSkus;
2447
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/usages' has methods for the following verbs: get */
2448
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/usages", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansListUsages;
2449
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/virtualNetworkConnections' has methods for the following verbs: get */
2450
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections", subscriptionId: string, resourceGroupName: string, name: string): AppServicePlansListVnets;
2451
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/virtualNetworkConnections/\{vnetName\}' has methods for the following verbs: get */
2452
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}", subscriptionId: string, resourceGroupName: string, name: string, vnetName: string): AppServicePlansGetVnetFromServerFarm;
2453
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/virtualNetworkConnections/\{vnetName\}/gateways/\{gatewayName\}' has methods for the following verbs: get, put */
2454
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}/gateways/{gatewayName}", subscriptionId: string, resourceGroupName: string, name: string, vnetName: string, gatewayName: string): AppServicePlansGetVnetGateway;
2455
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/virtualNetworkConnections/\{vnetName\}/routes' has methods for the following verbs: get */
2456
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}/routes", subscriptionId: string, resourceGroupName: string, name: string, vnetName: string): AppServicePlansListRoutesForVnet;
2457
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/virtualNetworkConnections/\{vnetName\}/routes/\{routeName\}' has methods for the following verbs: get, put, delete, patch */
2458
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/virtualNetworkConnections/{vnetName}/routes/{routeName}", subscriptionId: string, resourceGroupName: string, name: string, vnetName: string, routeName: string): AppServicePlansGetRouteForVnet;
2459
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/serverfarms/\{name\}/workers/\{workerName\}/reboot' has methods for the following verbs: post */
2460
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/workers/{workerName}/reboot", subscriptionId: string, resourceGroupName: string, name: string, workerName: string): AppServicePlansRebootWorker;
2461
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/certificates' has methods for the following verbs: get */
2462
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/certificates", subscriptionId: string): CertificatesList;
2463
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/certificates' has methods for the following verbs: get */
2464
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates", subscriptionId: string, resourceGroupName: string): CertificatesListByResourceGroup;
2465
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/certificates/\{name\}' has methods for the following verbs: get, put, delete, patch */
2466
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}", subscriptionId: string, resourceGroupName: string, name: string): CertificatesGet;
2467
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/containerApps' has methods for the following verbs: get */
2468
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/containerApps", subscriptionId: string): ContainerAppsListBySubscription;
2469
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/containerApps' has methods for the following verbs: get */
2470
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps", subscriptionId: string, resourceGroupName: string): ContainerAppsListByResourceGroup;
2471
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/containerApps/\{name\}' has methods for the following verbs: get, put, delete */
2472
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps/{name}", subscriptionId: string, resourceGroupName: string, name: string): ContainerAppsGet;
2473
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/containerApps/\{name\}/listSecrets' has methods for the following verbs: post */
2474
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/containerApps/{name}/listSecrets", subscriptionId: string, name: string): ContainerAppsListSecrets;
2475
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/containerApps/\{containerAppName\}/revisions' has methods for the following verbs: get */
2476
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps/{containerAppName}/revisions", subscriptionId: string, resourceGroupName: string, containerAppName: string): ContainerAppsRevisionsListRevisions;
2477
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/containerApps/\{containerAppName\}/revisions/\{name\}' has methods for the following verbs: get */
2478
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps/{containerAppName}/revisions/{name}", subscriptionId: string, resourceGroupName: string, containerAppName: string, name: string): ContainerAppsRevisionsGetRevision;
2479
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/containerApps/\{containerAppName\}/revisions/\{name\}/activate' has methods for the following verbs: post */
2480
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps/{containerAppName}/revisions/{name}/activate", subscriptionId: string, resourceGroupName: string, containerAppName: string, name: string): ContainerAppsRevisionsActivateRevision;
2481
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/containerApps/\{containerAppName\}/revisions/\{name\}/deactivate' has methods for the following verbs: post */
2482
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps/{containerAppName}/revisions/{name}/deactivate", subscriptionId: string, resourceGroupName: string, containerAppName: string, name: string): ContainerAppsRevisionsDeactivateRevision;
2483
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/containerApps/\{containerAppName\}/revisions/\{name\}/restart' has methods for the following verbs: post */
2484
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/containerApps/{containerAppName}/revisions/{name}/restart", subscriptionId: string, resourceGroupName: string, containerAppName: string, name: string): ContainerAppsRevisionsRestartRevision;
2485
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/deletedSites' has methods for the following verbs: get */
2486
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites", subscriptionId: string): DeletedWebAppsList;
2487
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/locations/\{location\}/deletedSites' has methods for the following verbs: get */
2488
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites", subscriptionId: string, location: string): DeletedWebAppsListByLocation;
2489
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/locations/\{location\}/deletedSites/\{deletedSiteId\}' has methods for the following verbs: get */
2490
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}", subscriptionId: string, location: string, deletedSiteId: string): DeletedWebAppsGetDeletedWebAppByLocation;
2491
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/detectors' has methods for the following verbs: get */
2492
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors", subscriptionId: string, resourceGroupName: string, name: string): DiagnosticsListHostingEnvironmentDetectorResponses;
2493
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{name\}/detectors/\{detectorName\}' has methods for the following verbs: get */
2494
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors/{detectorName}", subscriptionId: string, resourceGroupName: string, name: string, detectorName: string): DiagnosticsGetHostingEnvironmentDetectorResponse;
2495
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/detectors' has methods for the following verbs: get */
2496
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors", subscriptionId: string, resourceGroupName: string, siteName: string): DiagnosticsListSiteDetectorResponses;
2497
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/detectors/\{detectorName\}' has methods for the following verbs: get */
2498
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors/{detectorName}", subscriptionId: string, resourceGroupName: string, siteName: string, detectorName: string): DiagnosticsGetSiteDetectorResponse;
2499
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics' has methods for the following verbs: get */
2500
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics", subscriptionId: string, resourceGroupName: string, siteName: string): DiagnosticsListSiteDiagnosticCategories;
2501
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics/\{diagnosticCategory\}' has methods for the following verbs: get */
2502
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}", subscriptionId: string, resourceGroupName: string, siteName: string, diagnosticCategory: string): DiagnosticsGetSiteDiagnosticCategory;
2503
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics/\{diagnosticCategory\}/analyses' has methods for the following verbs: get */
2504
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses", subscriptionId: string, resourceGroupName: string, siteName: string, diagnosticCategory: string): DiagnosticsListSiteAnalyses;
2505
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics/\{diagnosticCategory\}/analyses/\{analysisName\}' has methods for the following verbs: get */
2506
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses/{analysisName}", subscriptionId: string, resourceGroupName: string, siteName: string, diagnosticCategory: string, analysisName: string): DiagnosticsGetSiteAnalysis;
2507
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics/\{diagnosticCategory\}/analyses/\{analysisName\}/execute' has methods for the following verbs: post */
2508
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses/{analysisName}/execute", subscriptionId: string, resourceGroupName: string, siteName: string, diagnosticCategory: string, analysisName: string): DiagnosticsExecuteSiteAnalysis;
2509
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics/\{diagnosticCategory\}/detectors' has methods for the following verbs: get */
2510
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors", subscriptionId: string, resourceGroupName: string, siteName: string, diagnosticCategory: string): DiagnosticsListSiteDetectors;
2511
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics/\{diagnosticCategory\}/detectors/\{detectorName\}' has methods for the following verbs: get */
2512
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors/{detectorName}", subscriptionId: string, resourceGroupName: string, siteName: string, diagnosticCategory: string, detectorName: string): DiagnosticsGetSiteDetector;
2513
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/diagnostics/\{diagnosticCategory\}/detectors/\{detectorName\}/execute' has methods for the following verbs: post */
2514
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors/{detectorName}/execute", subscriptionId: string, resourceGroupName: string, siteName: string, diagnosticCategory: string, detectorName: string): DiagnosticsExecuteSiteDetector;
2515
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/detectors' has methods for the following verbs: get */
2516
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string): DiagnosticsListSiteDetectorResponsesSlot;
2517
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/detectors/\{detectorName\}' has methods for the following verbs: get */
2518
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors/{detectorName}", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, detectorName: string): DiagnosticsGetSiteDetectorResponseSlot;
2519
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics' has methods for the following verbs: get */
2520
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string): DiagnosticsListSiteDiagnosticCategoriesSlot;
2521
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics/\{diagnosticCategory\}' has methods for the following verbs: get */
2522
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, diagnosticCategory: string): DiagnosticsGetSiteDiagnosticCategorySlot;
2523
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics/\{diagnosticCategory\}/analyses' has methods for the following verbs: get */
2524
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, diagnosticCategory: string): DiagnosticsListSiteAnalysesSlot;
2525
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics/\{diagnosticCategory\}/analyses/\{analysisName\}' has methods for the following verbs: get */
2526
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses/{analysisName}", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, diagnosticCategory: string, analysisName: string): DiagnosticsGetSiteAnalysisSlot;
2527
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics/\{diagnosticCategory\}/analyses/\{analysisName\}/execute' has methods for the following verbs: post */
2528
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses/{analysisName}/execute", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, diagnosticCategory: string, analysisName: string): DiagnosticsExecuteSiteAnalysisSlot;
2529
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics/\{diagnosticCategory\}/detectors' has methods for the following verbs: get */
2530
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, diagnosticCategory: string): DiagnosticsListSiteDetectorsSlot;
2531
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics/\{diagnosticCategory\}/detectors/\{detectorName\}' has methods for the following verbs: get */
2532
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors/{detectorName}", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, diagnosticCategory: string, detectorName: string): DiagnosticsGetSiteDetectorSlot;
2533
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/slots/\{slot\}/diagnostics/\{diagnosticCategory\}/detectors/\{detectorName\}/execute' has methods for the following verbs: post */
2534
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors/{detectorName}/execute", subscriptionId: string, resourceGroupName: string, siteName: string, slot: string, diagnosticCategory: string, detectorName: string): DiagnosticsExecuteSiteDetectorSlot;
2535
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/deletedSites/\{deletedSiteId\}' has methods for the following verbs: get */
2536
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}", subscriptionId: string, deletedSiteId: string): GlobalGetDeletedWebApp;
2537
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/deletedSites/\{deletedSiteId\}/snapshots' has methods for the following verbs: get */
2538
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}/snapshots", subscriptionId: string, deletedSiteId: string): GlobalGetDeletedWebAppSnapshots;
2539
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/locations/\{location\}/operations/\{operationId\}' has methods for the following verbs: get */
2540
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/operations/{operationId}", subscriptionId: string, location: string, operationId: string): GlobalGetSubscriptionOperationWithAsyncResponse;
2541
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/kubeEnvironments' has methods for the following verbs: get */
2542
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments", subscriptionId: string): KubeEnvironmentsListBySubscription;
2543
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/kubeEnvironments' has methods for the following verbs: get */
2544
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments", subscriptionId: string, resourceGroupName: string): KubeEnvironmentsListByResourceGroup;
2545
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/kubeEnvironments/\{name\}' has methods for the following verbs: get, put, delete, patch */
2546
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name}", subscriptionId: string, resourceGroupName: string, name: string): KubeEnvironmentsGet;
2547
+ /** Resource for '/providers/Microsoft.Web/availableStacks' has methods for the following verbs: get */
2548
+ (path: "/providers/Microsoft.Web/availableStacks"): ProviderGetAvailableStacks;
2549
+ /** Resource for '/providers/Microsoft.Web/functionAppStacks' has methods for the following verbs: get */
2550
+ (path: "/providers/Microsoft.Web/functionAppStacks"): ProviderGetFunctionAppStacks;
2551
+ /** Resource for '/providers/Microsoft.Web/locations/\{location\}/functionAppStacks' has methods for the following verbs: get */
2552
+ (path: "/providers/Microsoft.Web/locations/{location}/functionAppStacks", location: string): ProviderGetFunctionAppStacksForLocation;
2553
+ /** Resource for '/providers/Microsoft.Web/locations/\{location\}/webAppStacks' has methods for the following verbs: get */
2554
+ (path: "/providers/Microsoft.Web/locations/{location}/webAppStacks", location: string): ProviderGetWebAppStacksForLocation;
2555
+ /** Resource for '/providers/Microsoft.Web/operations' has methods for the following verbs: get */
2556
+ (path: "/providers/Microsoft.Web/operations"): ProviderListOperations;
2557
+ /** Resource for '/providers/Microsoft.Web/webAppStacks' has methods for the following verbs: get */
2558
+ (path: "/providers/Microsoft.Web/webAppStacks"): ProviderGetWebAppStacks;
2559
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/availableStacks' has methods for the following verbs: get */
2560
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks", subscriptionId: string): ProviderGetAvailableStacksOnPrem;
2561
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/recommendations' has methods for the following verbs: get */
2562
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations", subscriptionId: string): RecommendationsList;
2563
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/recommendations/reset' has methods for the following verbs: post */
2564
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/reset", subscriptionId: string): RecommendationsResetAllFilters;
2565
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/recommendations/\{name\}/disable' has methods for the following verbs: post */
2566
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable", subscriptionId: string, name: string): RecommendationsDisableRecommendationForSubscription;
2567
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{hostingEnvironmentName\}/recommendationHistory' has methods for the following verbs: get */
2568
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendationHistory", subscriptionId: string, resourceGroupName: string, hostingEnvironmentName: string): RecommendationsListHistoryForHostingEnvironment;
2569
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{hostingEnvironmentName\}/recommendations' has methods for the following verbs: get */
2570
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations", subscriptionId: string, resourceGroupName: string, hostingEnvironmentName: string): RecommendationsListRecommendedRulesForHostingEnvironment;
2571
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{hostingEnvironmentName\}/recommendations/disable' has methods for the following verbs: post */
2572
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/disable", subscriptionId: string, resourceGroupName: string, hostingEnvironmentName: string): RecommendationsDisableAllForHostingEnvironment;
2573
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{hostingEnvironmentName\}/recommendations/reset' has methods for the following verbs: post */
2574
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/reset", subscriptionId: string, resourceGroupName: string, hostingEnvironmentName: string): RecommendationsResetAllFiltersForHostingEnvironment;
2575
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{hostingEnvironmentName\}/recommendations/\{name\}' has methods for the following verbs: get */
2576
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/{name}", subscriptionId: string, resourceGroupName: string, hostingEnvironmentName: string, name: string): RecommendationsGetRuleDetailsByHostingEnvironment;
2577
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/hostingEnvironments/\{hostingEnvironmentName\}/recommendations/\{name\}/disable' has methods for the following verbs: post */
2578
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations/{name}/disable", subscriptionId: string, resourceGroupName: string, hostingEnvironmentName: string, name: string): RecommendationsDisableRecommendationForHostingEnvironment;
2579
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/recommendationHistory' has methods for the following verbs: get */
2580
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendationHistory", subscriptionId: string, resourceGroupName: string, siteName: string): RecommendationsListHistoryForWebApp;
2581
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/recommendations' has methods for the following verbs: get */
2582
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations", subscriptionId: string, resourceGroupName: string, siteName: string): RecommendationsListRecommendedRulesForWebApp;
2583
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/recommendations/disable' has methods for the following verbs: post */
2584
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/disable", subscriptionId: string, resourceGroupName: string, siteName: string): RecommendationsDisableAllForWebApp;
2585
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/recommendations/reset' has methods for the following verbs: post */
2586
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/reset", subscriptionId: string, resourceGroupName: string, siteName: string): RecommendationsResetAllFiltersForWebApp;
2587
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/recommendations/\{name\}' has methods for the following verbs: get */
2588
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/{name}", subscriptionId: string, resourceGroupName: string, siteName: string, name: string): RecommendationsGetRuleDetailsByWebApp;
2589
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{siteName\}/recommendations/\{name\}/disable' has methods for the following verbs: post */
2590
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/{name}/disable", subscriptionId: string, resourceGroupName: string, siteName: string, name: string): RecommendationsDisableRecommendationForSite;
2591
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/resourceHealthMetadata' has methods for the following verbs: get */
2592
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata", subscriptionId: string): ResourceHealthMetadataList;
2593
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/resourceHealthMetadata' has methods for the following verbs: get */
2594
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/resourceHealthMetadata", subscriptionId: string, resourceGroupName: string): ResourceHealthMetadataListByResourceGroup;
2595
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/resourceHealthMetadata' has methods for the following verbs: get */
2596
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resourceHealthMetadata", subscriptionId: string, resourceGroupName: string, name: string): ResourceHealthMetadataListBySite;
2597
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/resourceHealthMetadata/default' has methods for the following verbs: get */
2598
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resourceHealthMetadata/default", subscriptionId: string, resourceGroupName: string, name: string): ResourceHealthMetadataGetBySite;
2599
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/resourceHealthMetadata' has methods for the following verbs: get */
2600
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resourceHealthMetadata", subscriptionId: string, resourceGroupName: string, name: string, slot: string): ResourceHealthMetadataListBySiteSlot;
2601
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/resourceHealthMetadata/default' has methods for the following verbs: get */
2602
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resourceHealthMetadata/default", subscriptionId: string, resourceGroupName: string, name: string, slot: string): ResourceHealthMetadataGetBySiteSlot;
2603
+ /** Resource for '/providers/Microsoft.Web/publishingUsers/web' has methods for the following verbs: get, put */
2604
+ (path: "/providers/Microsoft.Web/publishingUsers/web"): GetPublishingUser;
2605
+ /** Resource for '/providers/Microsoft.Web/sourcecontrols' has methods for the following verbs: get */
2606
+ (path: "/providers/Microsoft.Web/sourcecontrols"): ListSourceControls;
2607
+ /** Resource for '/providers/Microsoft.Web/sourcecontrols/\{sourceControlType\}' has methods for the following verbs: get, put */
2608
+ (path: "/providers/Microsoft.Web/sourcecontrols/{sourceControlType}", sourceControlType: string): GetSourceControl;
2609
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/billingMeters' has methods for the following verbs: get */
2610
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/billingMeters", subscriptionId: string): ListBillingMeters;
2611
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/checknameavailability' has methods for the following verbs: post */
2612
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/checknameavailability", subscriptionId: string): CheckNameAvailability;
2613
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/customhostnameSites' has methods for the following verbs: get */
2614
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/customhostnameSites", subscriptionId: string): ListCustomHostNameSites;
2615
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/deploymentLocations' has methods for the following verbs: get */
2616
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations", subscriptionId: string): GetSubscriptionDeploymentLocations;
2617
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/geoRegions' has methods for the following verbs: get */
2618
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions", subscriptionId: string): ListGeoRegions;
2619
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/listSitesAssignedToHostName' has methods for the following verbs: post */
2620
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName", subscriptionId: string): ListSiteIdentifiersAssignedToHostName;
2621
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/premieraddonoffers' has methods for the following verbs: get */
2622
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers", subscriptionId: string): ListPremierAddOnOffers;
2623
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/skus' has methods for the following verbs: get */
2624
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/skus", subscriptionId: string): ListSkus;
2625
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/verifyHostingEnvironmentVnet' has methods for the following verbs: post */
2626
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet", subscriptionId: string): VerifyHostingEnvironmentVnet;
2627
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/moveResources' has methods for the following verbs: post */
2628
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources", subscriptionId: string, resourceGroupName: string): Move;
2629
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/validate' has methods for the following verbs: post */
2630
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validate", subscriptionId: string, resourceGroupName: string): Validate;
2631
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/validateMoveResources' has methods for the following verbs: post */
2632
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/validateMoveResources", subscriptionId: string, resourceGroupName: string): ValidateMove;
2633
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/locations/\{location\}/previewStaticSiteWorkflowFile' has methods for the following verbs: post */
2634
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile", subscriptionId: string, location: string): StaticSitesPreviewWorkflow;
2635
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/staticSites' has methods for the following verbs: get */
2636
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/staticSites", subscriptionId: string): StaticSitesList;
2637
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites' has methods for the following verbs: get */
2638
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites", subscriptionId: string, resourceGroupName: string): StaticSitesGetStaticSitesByResourceGroup;
2639
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}' has methods for the following verbs: get, put, delete, patch */
2640
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesGetStaticSite;
2641
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/authproviders/\{authprovider\}/listUsers' has methods for the following verbs: post */
2642
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/authproviders/{authprovider}/listUsers", subscriptionId: string, resourceGroupName: string, name: string, authprovider: string): StaticSitesListStaticSiteUsers;
2643
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/authproviders/\{authprovider\}/users/\{userid\}' has methods for the following verbs: delete, patch */
2644
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/authproviders/{authprovider}/users/{userid}", subscriptionId: string, resourceGroupName: string, name: string, authprovider: string, userid: string): StaticSitesDeleteStaticSiteUser;
2645
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds' has methods for the following verbs: get */
2646
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesGetStaticSiteBuilds;
2647
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}' has methods for the following verbs: get, delete */
2648
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesGetStaticSiteBuild;
2649
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/config/appsettings' has methods for the following verbs: put */
2650
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/config/appsettings", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesCreateOrUpdateStaticSiteBuildAppSettings;
2651
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/config/functionappsettings' has methods for the following verbs: put */
2652
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/config/functionappsettings", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettings;
2653
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/functions' has methods for the following verbs: get */
2654
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/functions", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesListStaticSiteBuildFunctions;
2655
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/listAppSettings' has methods for the following verbs: post */
2656
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/listAppSettings", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesListStaticSiteBuildAppSettings;
2657
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/listFunctionAppSettings' has methods for the following verbs: post */
2658
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/listFunctionAppSettings", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesListStaticSiteBuildFunctionAppSettings;
2659
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/userProvidedFunctionApps' has methods for the following verbs: get */
2660
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/userProvidedFunctionApps", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuild;
2661
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/userProvidedFunctionApps/\{functionAppName\}' has methods for the following verbs: get, put, delete */
2662
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/userProvidedFunctionApps/{functionAppName}", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string, functionAppName: string): StaticSitesGetUserProvidedFunctionAppForStaticSiteBuild;
2663
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/builds/\{environmentName\}/zipdeploy' has methods for the following verbs: post */
2664
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/builds/{environmentName}/zipdeploy", subscriptionId: string, resourceGroupName: string, name: string, environmentName: string): StaticSitesCreateZipDeploymentForStaticSiteBuild;
2665
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/config/appsettings' has methods for the following verbs: put */
2666
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/config/appsettings", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesCreateOrUpdateStaticSiteAppSettings;
2667
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/config/functionappsettings' has methods for the following verbs: put */
2668
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/config/functionappsettings", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesCreateOrUpdateStaticSiteFunctionAppSettings;
2669
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/createUserInvitation' has methods for the following verbs: post */
2670
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/createUserInvitation", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesCreateUserRolesInvitationLink;
2671
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/customDomains' has methods for the following verbs: get */
2672
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesListStaticSiteCustomDomains;
2673
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/customDomains/\{domainName\}' has methods for the following verbs: get, put, delete */
2674
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}", subscriptionId: string, resourceGroupName: string, name: string, domainName: string): StaticSitesGetStaticSiteCustomDomain;
2675
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/customDomains/\{domainName\}/validate' has methods for the following verbs: post */
2676
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}/validate", subscriptionId: string, resourceGroupName: string, name: string, domainName: string): StaticSitesValidateCustomDomainCanBeAddedToStaticSite;
2677
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/detach' has methods for the following verbs: post */
2678
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/detach", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesDetachStaticSite;
2679
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/functions' has methods for the following verbs: get */
2680
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/functions", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesListStaticSiteFunctions;
2681
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/listAppSettings' has methods for the following verbs: post */
2682
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/listAppSettings", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesListStaticSiteAppSettings;
2683
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/listConfiguredRoles' has methods for the following verbs: post */
2684
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/listConfiguredRoles", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesListStaticSiteConfiguredRoles;
2685
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/listFunctionAppSettings' has methods for the following verbs: post */
2686
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/listFunctionAppSettings", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesListStaticSiteFunctionAppSettings;
2687
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/listSecrets' has methods for the following verbs: post */
2688
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/listSecrets", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesListStaticSiteSecrets;
2689
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/privateEndpointConnections' has methods for the following verbs: get */
2690
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/privateEndpointConnections", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesGetPrivateEndpointConnectionList;
2691
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/privateEndpointConnections/\{privateEndpointConnectionName\}' has methods for the following verbs: get, put, delete */
2692
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/privateEndpointConnections/{privateEndpointConnectionName}", subscriptionId: string, resourceGroupName: string, name: string, privateEndpointConnectionName: string): StaticSitesGetPrivateEndpointConnection;
2693
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/privateLinkResources' has methods for the following verbs: get */
2694
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/privateLinkResources", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesGetPrivateLinkResources;
2695
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/resetapikey' has methods for the following verbs: post */
2696
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/resetapikey", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesResetStaticSiteApiKey;
2697
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/userProvidedFunctionApps' has methods for the following verbs: get */
2698
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/userProvidedFunctionApps", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesGetUserProvidedFunctionAppsForStaticSite;
2699
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/userProvidedFunctionApps/\{functionAppName\}' has methods for the following verbs: get, put, delete */
2700
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/userProvidedFunctionApps/{functionAppName}", subscriptionId: string, resourceGroupName: string, name: string, functionAppName: string): StaticSitesGetUserProvidedFunctionAppForStaticSite;
2701
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/staticSites/\{name\}/zipdeploy' has methods for the following verbs: post */
2702
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/zipdeploy", subscriptionId: string, resourceGroupName: string, name: string): StaticSitesCreateZipDeploymentForStaticSite;
2703
+ /** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Web/sites' has methods for the following verbs: get */
2704
+ (path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites", subscriptionId: string): WebAppsList;
2705
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites' has methods for the following verbs: get */
2706
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites", subscriptionId: string, resourceGroupName: string): WebAppsListByResourceGroup;
2707
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}' has methods for the following verbs: get, put, delete, patch */
2708
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGet;
2709
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/analyzeCustomHostname' has methods for the following verbs: get */
2710
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/analyzeCustomHostname", subscriptionId: string, resourceGroupName: string, name: string): WebAppsAnalyzeCustomHostname;
2711
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/applySlotConfig' has methods for the following verbs: post */
2712
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/applySlotConfig", subscriptionId: string, resourceGroupName: string, name: string): WebAppsApplySlotConfigToProduction;
2713
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/backup' has methods for the following verbs: post */
2714
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup", subscriptionId: string, resourceGroupName: string, name: string): WebAppsBackup;
2715
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/backups' has methods for the following verbs: get */
2716
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListBackups;
2717
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/backups/\{backupId\}' has methods for the following verbs: get, delete */
2718
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}", subscriptionId: string, resourceGroupName: string, name: string, backupId: string): WebAppsGetBackupStatus;
2719
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/backups/\{backupId\}/list' has methods for the following verbs: post */
2720
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/list", subscriptionId: string, resourceGroupName: string, name: string, backupId: string): WebAppsListBackupStatusSecrets;
2721
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/backups/\{backupId\}/restore' has methods for the following verbs: post */
2722
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}/restore", subscriptionId: string, resourceGroupName: string, name: string, backupId: string): WebAppsRestore;
2723
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/basicPublishingCredentialsPolicies' has methods for the following verbs: get */
2724
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/basicPublishingCredentialsPolicies", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListBasicPublishingCredentialsPolicies;
2725
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/basicPublishingCredentialsPolicies/ftp' has methods for the following verbs: get, put */
2726
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/basicPublishingCredentialsPolicies/ftp", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetFtpAllowed;
2727
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/basicPublishingCredentialsPolicies/scm' has methods for the following verbs: get, put */
2728
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/basicPublishingCredentialsPolicies/scm", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetScmAllowed;
2729
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config' has methods for the following verbs: get */
2730
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListConfigurations;
2731
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/appsettings' has methods for the following verbs: put */
2732
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings", subscriptionId: string, resourceGroupName: string, name: string): WebAppsUpdateApplicationSettings;
2733
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/appsettings/list' has methods for the following verbs: post */
2734
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListApplicationSettings;
2735
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/authsettings' has methods for the following verbs: put */
2736
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettings", subscriptionId: string, resourceGroupName: string, name: string): WebAppsUpdateAuthSettings;
2737
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/authsettings/list' has methods for the following verbs: post */
2738
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettings/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetAuthSettings;
2739
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/authsettingsV2' has methods for the following verbs: get, put */
2740
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetAuthSettingsV2WithoutSecrets;
2741
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/authsettingsV2/list' has methods for the following verbs: get */
2742
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetAuthSettingsV2;
2743
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/azurestorageaccounts' has methods for the following verbs: put */
2744
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts", subscriptionId: string, resourceGroupName: string, name: string): WebAppsUpdateAzureStorageAccounts;
2745
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/azurestorageaccounts/list' has methods for the following verbs: post */
2746
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListAzureStorageAccounts;
2747
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/backup' has methods for the following verbs: put, delete */
2748
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup", subscriptionId: string, resourceGroupName: string, name: string): WebAppsUpdateBackupConfiguration;
2749
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/backup/list' has methods for the following verbs: post */
2750
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetBackupConfiguration;
2751
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/configreferences/appsettings' has methods for the following verbs: get */
2752
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetAppSettingsKeyVaultReferences;
2753
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/configreferences/appsettings/\{appSettingKey\}' has methods for the following verbs: get */
2754
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings/{appSettingKey}", subscriptionId: string, resourceGroupName: string, name: string, appSettingKey: string): WebAppsGetAppSettingKeyVaultReference;
2755
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/configreferences/connectionstrings' has methods for the following verbs: get */
2756
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetSiteConnectionStringKeyVaultReferences;
2757
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/configreferences/connectionstrings/\{connectionStringKey\}' has methods for the following verbs: get */
2758
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}", subscriptionId: string, resourceGroupName: string, name: string, connectionStringKey: string): WebAppsGetSiteConnectionStringKeyVaultReference;
2759
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/connectionstrings' has methods for the following verbs: put */
2760
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings", subscriptionId: string, resourceGroupName: string, name: string): WebAppsUpdateConnectionStrings;
2761
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/connectionstrings/list' has methods for the following verbs: post */
2762
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListConnectionStrings;
2763
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/logs' has methods for the following verbs: get, put */
2764
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/logs", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetDiagnosticLogsConfiguration;
2765
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/metadata' has methods for the following verbs: put */
2766
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata", subscriptionId: string, resourceGroupName: string, name: string): WebAppsUpdateMetadata;
2767
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/metadata/list' has methods for the following verbs: post */
2768
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListMetadata;
2769
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/publishingcredentials/list' has methods for the following verbs: post */
2770
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/publishingcredentials/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListPublishingCredentials;
2771
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/pushsettings' has methods for the following verbs: put */
2772
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings", subscriptionId: string, resourceGroupName: string, name: string): WebAppsUpdateSitePushSettings;
2773
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/pushsettings/list' has methods for the following verbs: post */
2774
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings/list", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSitePushSettings;
2775
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/slotConfigNames' has methods for the following verbs: get, put */
2776
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/slotConfigNames", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSlotConfigurationNames;
2777
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/web' has methods for the following verbs: get, put, patch */
2778
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetConfiguration;
2779
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/web/snapshots' has methods for the following verbs: get */
2780
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListConfigurationSnapshotInfo;
2781
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/web/snapshots/\{snapshotId\}' has methods for the following verbs: get */
2782
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots/{snapshotId}", subscriptionId: string, resourceGroupName: string, name: string, snapshotId: string): WebAppsGetConfigurationSnapshot;
2783
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/config/web/snapshots/\{snapshotId\}/recover' has methods for the following verbs: post */
2784
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots/{snapshotId}/recover", subscriptionId: string, resourceGroupName: string, name: string, snapshotId: string): WebAppsRecoverSiteConfigurationSnapshot;
2785
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/containerlogs' has methods for the following verbs: post */
2786
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetWebSiteContainerLogs;
2787
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/containerlogs/zip/download' has methods for the following verbs: post */
2788
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs/zip/download", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetContainerLogsZip;
2789
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/continuouswebjobs' has methods for the following verbs: get */
2790
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/continuouswebjobs", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListContinuousWebJobs;
2791
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/continuouswebjobs/\{webJobName\}' has methods for the following verbs: get, delete */
2792
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/continuouswebjobs/{webJobName}", subscriptionId: string, resourceGroupName: string, name: string, webJobName: string): WebAppsGetContinuousWebJob;
2793
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/continuouswebjobs/\{webJobName\}/start' has methods for the following verbs: post */
2794
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/continuouswebjobs/{webJobName}/start", subscriptionId: string, resourceGroupName: string, name: string, webJobName: string): WebAppsStartContinuousWebJob;
2795
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/continuouswebjobs/\{webJobName\}/stop' has methods for the following verbs: post */
2796
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/continuouswebjobs/{webJobName}/stop", subscriptionId: string, resourceGroupName: string, name: string, webJobName: string): WebAppsStopContinuousWebJob;
2797
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/deployments' has methods for the following verbs: get */
2798
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployments", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListDeployments;
2799
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/deployments/\{id\}' has methods for the following verbs: get, put, delete */
2800
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployments/{id}", subscriptionId: string, resourceGroupName: string, id: string, name: string): WebAppsGetDeployment;
2801
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/deployments/\{id\}/log' has methods for the following verbs: get */
2802
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployments/{id}/log", subscriptionId: string, resourceGroupName: string, id: string, name: string): WebAppsListDeploymentLog;
2803
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/discoverbackup' has methods for the following verbs: post */
2804
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/discoverbackup", subscriptionId: string, resourceGroupName: string, name: string): WebAppsDiscoverBackup;
2805
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/domainOwnershipIdentifiers' has methods for the following verbs: get */
2806
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListDomainOwnershipIdentifiers;
2807
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/domainOwnershipIdentifiers/\{domainOwnershipIdentifierName\}' has methods for the following verbs: get, put, delete, patch */
2808
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}", subscriptionId: string, resourceGroupName: string, name: string, domainOwnershipIdentifierName: string): WebAppsGetDomainOwnershipIdentifier;
2809
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/extensions/MSDeploy' has methods for the following verbs: get, put */
2810
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/MSDeploy", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetMSDeployStatus;
2811
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/extensions/MSDeploy/log' has methods for the following verbs: get */
2812
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/MSDeploy/log", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetMSDeployLog;
2813
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/extensions/onedeploy' has methods for the following verbs: get, put */
2814
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetOneDeployStatus;
2815
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/functions' has methods for the following verbs: get */
2816
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListFunctions;
2817
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/functions/admin/token' has methods for the following verbs: get */
2818
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/admin/token", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetFunctionsAdminToken;
2819
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/functions/\{functionName\}' has methods for the following verbs: get, put, delete */
2820
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}", subscriptionId: string, resourceGroupName: string, name: string, functionName: string): WebAppsGetFunction;
2821
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/functions/\{functionName\}/keys/\{keyName\}' has methods for the following verbs: put, delete */
2822
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/keys/{keyName}", subscriptionId: string, resourceGroupName: string, name: string, functionName: string, keyName: string): WebAppsCreateOrUpdateFunctionSecret;
2823
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/functions/\{functionName\}/listkeys' has methods for the following verbs: post */
2824
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/listkeys", subscriptionId: string, resourceGroupName: string, name: string, functionName: string): WebAppsListFunctionKeys;
2825
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/functions/\{functionName\}/listsecrets' has methods for the following verbs: post */
2826
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}/listsecrets", subscriptionId: string, resourceGroupName: string, name: string, functionName: string): WebAppsListFunctionSecrets;
2827
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/host/default/listkeys' has methods for the following verbs: post */
2828
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listkeys", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListHostKeys;
2829
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/host/default/listsyncstatus' has methods for the following verbs: post */
2830
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listsyncstatus", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSyncStatus;
2831
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/host/default/sync' has methods for the following verbs: post */
2832
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/sync", subscriptionId: string, resourceGroupName: string, name: string): WebAppsSyncFunctions;
2833
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/host/default/\{keyType\}/\{keyName\}' has methods for the following verbs: put, delete */
2834
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}", subscriptionId: string, resourceGroupName: string, name: string, keyType: string, keyName: string): WebAppsCreateOrUpdateHostSecret;
2835
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/hostNameBindings' has methods for the following verbs: get */
2836
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostNameBindings", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListHostNameBindings;
2837
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/hostNameBindings/\{hostName\}' has methods for the following verbs: get, put, delete */
2838
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostNameBindings/{hostName}", subscriptionId: string, resourceGroupName: string, name: string, hostName: string): WebAppsGetHostNameBinding;
2839
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/hybridConnectionNamespaces/\{namespaceName\}/relays/\{relayName\}' has methods for the following verbs: get, put, delete, patch */
2840
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}", subscriptionId: string, resourceGroupName: string, name: string, namespaceName: string, relayName: string): WebAppsGetHybridConnection;
2841
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/hybridConnectionRelays' has methods for the following verbs: get */
2842
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionRelays", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListHybridConnections;
2843
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/hybridconnection' has methods for the following verbs: get */
2844
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListRelayServiceConnections;
2845
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/hybridconnection/\{entityName\}' has methods for the following verbs: get, put, delete, patch */
2846
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection/{entityName}", subscriptionId: string, resourceGroupName: string, name: string, entityName: string): WebAppsGetRelayServiceConnection;
2847
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances' has methods for the following verbs: get */
2848
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListInstanceIdentifiers;
2849
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}' has methods for the following verbs: get */
2850
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string): WebAppsGetInstanceInfo;
2851
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/extensions/MSDeploy' has methods for the following verbs: get, put */
2852
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/extensions/MSDeploy", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string): WebAppsGetInstanceMsDeployStatus;
2853
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/extensions/MSDeploy/log' has methods for the following verbs: get */
2854
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/extensions/MSDeploy/log", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string): WebAppsGetInstanceMSDeployLog;
2855
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/processes' has methods for the following verbs: get */
2856
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string): WebAppsListInstanceProcesses;
2857
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/processes/\{processId\}' has methods for the following verbs: get, delete */
2858
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string, processId: string): WebAppsGetInstanceProcess;
2859
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/processes/\{processId\}/dump' has methods for the following verbs: get */
2860
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}/dump", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string, processId: string): WebAppsGetInstanceProcessDump;
2861
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/processes/\{processId\}/modules' has methods for the following verbs: get */
2862
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}/modules", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string, processId: string): WebAppsListInstanceProcessModules;
2863
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/processes/\{processId\}/modules/\{baseAddress\}' has methods for the following verbs: get */
2864
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}/modules/{baseAddress}", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string, processId: string, baseAddress: string): WebAppsGetInstanceProcessModule;
2865
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/instances/\{instanceId\}/processes/\{processId\}/threads' has methods for the following verbs: get */
2866
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}/threads", subscriptionId: string, resourceGroupName: string, name: string, instanceId: string, processId: string): WebAppsListInstanceProcessThreads;
2867
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/iscloneable' has methods for the following verbs: post */
2868
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/iscloneable", subscriptionId: string, resourceGroupName: string, name: string): WebAppsIsCloneable;
2869
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/listbackups' has methods for the following verbs: post */
2870
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listbackups", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSiteBackups;
2871
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/listsyncfunctiontriggerstatus' has methods for the following verbs: post */
2872
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listsyncfunctiontriggerstatus", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSyncFunctionTriggers;
2873
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/migrate' has methods for the following verbs: put */
2874
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migrate", subscriptionId: string, resourceGroupName: string, name: string): WebAppsMigrateStorage;
2875
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/migratemysql' has methods for the following verbs: post */
2876
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migratemysql", subscriptionId: string, resourceGroupName: string, name: string): WebAppsMigrateMySql;
2877
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/migratemysql/status' has methods for the following verbs: get */
2878
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migratemysql/status", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetMigrateMySqlStatus;
2879
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkConfig/virtualNetwork' has methods for the following verbs: get, put, delete, patch */
2880
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkConfig/virtualNetwork", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetSwiftVirtualNetworkConnection;
2881
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkFeatures/\{view\}' has methods for the following verbs: get */
2882
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkFeatures/{view}", subscriptionId: string, resourceGroupName: string, name: string, view: string): WebAppsListNetworkFeatures;
2883
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkTrace/operationresults/\{operationId\}' has methods for the following verbs: get */
2884
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/operationresults/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, operationId: string): WebAppsGetNetworkTraceOperation;
2885
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkTrace/start' has methods for the following verbs: post */
2886
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/start", subscriptionId: string, resourceGroupName: string, name: string): WebAppsStartWebSiteNetworkTrace;
2887
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkTrace/startOperation' has methods for the following verbs: post */
2888
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/startOperation", subscriptionId: string, resourceGroupName: string, name: string): WebAppsStartWebSiteNetworkTraceOperation;
2889
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkTrace/stop' has methods for the following verbs: post */
2890
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/stop", subscriptionId: string, resourceGroupName: string, name: string): WebAppsStopWebSiteNetworkTrace;
2891
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkTrace/\{operationId\}' has methods for the following verbs: get */
2892
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, operationId: string): WebAppsGetNetworkTraces;
2893
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkTraces/current/operationresults/\{operationId\}' has methods for the following verbs: get */
2894
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTraces/current/operationresults/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, operationId: string): WebAppsGetNetworkTraceOperationV2;
2895
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/networkTraces/\{operationId\}' has methods for the following verbs: get */
2896
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTraces/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, operationId: string): WebAppsGetNetworkTracesV2;
2897
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/newpassword' has methods for the following verbs: post */
2898
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/newpassword", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGenerateNewSitePublishingPassword;
2899
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/perfcounters' has methods for the following verbs: get */
2900
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/perfcounters", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListPerfMonCounters;
2901
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/phplogging' has methods for the following verbs: get */
2902
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/phplogging", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetSitePhpErrorLogFlag;
2903
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/premieraddons' has methods for the following verbs: get */
2904
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListPremierAddOns;
2905
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/premieraddons/\{premierAddOnName\}' has methods for the following verbs: get, put, delete, patch */
2906
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}", subscriptionId: string, resourceGroupName: string, name: string, premierAddOnName: string): WebAppsGetPremierAddOn;
2907
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/privateAccess/virtualNetworks' has methods for the following verbs: get, put */
2908
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateAccess/virtualNetworks", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetPrivateAccess;
2909
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/privateEndpointConnections' has methods for the following verbs: get */
2910
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetPrivateEndpointConnectionList;
2911
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/privateEndpointConnections/\{privateEndpointConnectionName\}' has methods for the following verbs: get, put, delete */
2912
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}", subscriptionId: string, resourceGroupName: string, name: string, privateEndpointConnectionName: string): WebAppsGetPrivateEndpointConnection;
2913
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/privateLinkResources' has methods for the following verbs: get */
2914
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateLinkResources", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetPrivateLinkResources;
2915
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/processes' has methods for the following verbs: get */
2916
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListProcesses;
2917
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/processes/\{processId\}' has methods for the following verbs: get, delete */
2918
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}", subscriptionId: string, resourceGroupName: string, name: string, processId: string): WebAppsGetProcess;
2919
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/processes/\{processId\}/dump' has methods for the following verbs: get */
2920
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/dump", subscriptionId: string, resourceGroupName: string, name: string, processId: string): WebAppsGetProcessDump;
2921
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/processes/\{processId\}/modules' has methods for the following verbs: get */
2922
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/modules", subscriptionId: string, resourceGroupName: string, name: string, processId: string): WebAppsListProcessModules;
2923
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/processes/\{processId\}/modules/\{baseAddress\}' has methods for the following verbs: get */
2924
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/modules/{baseAddress}", subscriptionId: string, resourceGroupName: string, name: string, processId: string, baseAddress: string): WebAppsGetProcessModule;
2925
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/processes/\{processId\}/threads' has methods for the following verbs: get */
2926
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}/threads", subscriptionId: string, resourceGroupName: string, name: string, processId: string): WebAppsListProcessThreads;
2927
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/publicCertificates' has methods for the following verbs: get */
2928
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publicCertificates", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListPublicCertificates;
2929
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/publicCertificates/\{publicCertificateName\}' has methods for the following verbs: get, put, delete */
2930
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publicCertificates/{publicCertificateName}", subscriptionId: string, resourceGroupName: string, name: string, publicCertificateName: string): WebAppsGetPublicCertificate;
2931
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/publishxml' has methods for the following verbs: post */
2932
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publishxml", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListPublishingProfileXmlWithSecrets;
2933
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/resetSlotConfig' has methods for the following verbs: post */
2934
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resetSlotConfig", subscriptionId: string, resourceGroupName: string, name: string): WebAppsResetProductionSlotConfig;
2935
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/restart' has methods for the following verbs: post */
2936
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restart", subscriptionId: string, resourceGroupName: string, name: string): WebAppsRestart;
2937
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/restoreFromBackupBlob' has methods for the following verbs: post */
2938
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreFromBackupBlob", subscriptionId: string, resourceGroupName: string, name: string): WebAppsRestoreFromBackupBlob;
2939
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/restoreFromDeletedApp' has methods for the following verbs: post */
2940
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreFromDeletedApp", subscriptionId: string, resourceGroupName: string, name: string): WebAppsRestoreFromDeletedApp;
2941
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/restoreSnapshot' has methods for the following verbs: post */
2942
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreSnapshot", subscriptionId: string, resourceGroupName: string, name: string): WebAppsRestoreSnapshot;
2943
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/siteextensions' has methods for the following verbs: get */
2944
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSiteExtensions;
2945
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/siteextensions/\{siteExtensionId\}' has methods for the following verbs: get, put, delete */
2946
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}", subscriptionId: string, resourceGroupName: string, name: string, siteExtensionId: string): WebAppsGetSiteExtension;
2947
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots' has methods for the following verbs: get */
2948
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSlots;
2949
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}' has methods for the following verbs: get, put, delete, patch */
2950
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetSlot;
2951
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/analyzeCustomHostname' has methods for the following verbs: get */
2952
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/analyzeCustomHostname", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsAnalyzeCustomHostnameSlot;
2953
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/applySlotConfig' has methods for the following verbs: post */
2954
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/applySlotConfig", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsApplySlotConfigurationSlot;
2955
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/backup' has methods for the following verbs: post */
2956
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backup", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsBackupSlot;
2957
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/backups' has methods for the following verbs: get */
2958
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListBackupsSlot;
2959
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/backups/\{backupId\}' has methods for the following verbs: get, delete */
2960
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, backupId: string): WebAppsGetBackupStatusSlot;
2961
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/backups/\{backupId\}/list' has methods for the following verbs: post */
2962
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string, backupId: string): WebAppsListBackupStatusSecretsSlot;
2963
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/backups/\{backupId\}/restore' has methods for the following verbs: post */
2964
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}/restore", subscriptionId: string, resourceGroupName: string, name: string, slot: string, backupId: string): WebAppsRestoreSlot;
2965
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/basicPublishingCredentialsPolicies' has methods for the following verbs: get */
2966
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/basicPublishingCredentialsPolicies", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListBasicPublishingCredentialsPoliciesSlot;
2967
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/basicPublishingCredentialsPolicies/ftp' has methods for the following verbs: get, put */
2968
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/basicPublishingCredentialsPolicies/ftp", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetFtpAllowedSlot;
2969
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/basicPublishingCredentialsPolicies/scm' has methods for the following verbs: get, put */
2970
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/basicPublishingCredentialsPolicies/scm", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetScmAllowedSlot;
2971
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config' has methods for the following verbs: get */
2972
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListConfigurationsSlot;
2973
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/appsettings' has methods for the following verbs: put */
2974
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsUpdateApplicationSettingsSlot;
2975
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/appsettings/list' has methods for the following verbs: post */
2976
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListApplicationSettingsSlot;
2977
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/authsettings' has methods for the following verbs: put */
2978
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettings", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsUpdateAuthSettingsSlot;
2979
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/authsettings/list' has methods for the following verbs: post */
2980
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettings/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetAuthSettingsSlot;
2981
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/authsettingsV2' has methods for the following verbs: get, put */
2982
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetAuthSettingsV2WithoutSecretsSlot;
2983
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/authsettingsV2/list' has methods for the following verbs: get */
2984
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetAuthSettingsV2Slot;
2985
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/azurestorageaccounts' has methods for the following verbs: put */
2986
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsUpdateAzureStorageAccountsSlot;
2987
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/azurestorageaccounts/list' has methods for the following verbs: post */
2988
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListAzureStorageAccountsSlot;
2989
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/backup' has methods for the following verbs: put, delete */
2990
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsUpdateBackupConfigurationSlot;
2991
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/backup/list' has methods for the following verbs: post */
2992
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetBackupConfigurationSlot;
2993
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/configreferences/appsettings' has methods for the following verbs: get */
2994
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/appsettings", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetAppSettingsKeyVaultReferencesSlot;
2995
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/configreferences/appsettings/\{appSettingKey\}' has methods for the following verbs: get */
2996
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/appsettings/{appSettingKey}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, appSettingKey: string): WebAppsGetAppSettingKeyVaultReferenceSlot;
2997
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/configreferences/connectionstrings' has methods for the following verbs: get */
2998
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/connectionstrings", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetSiteConnectionStringKeyVaultReferencesSlot;
2999
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/configreferences/connectionstrings/\{connectionStringKey\}' has methods for the following verbs: get */
3000
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, connectionStringKey: string): WebAppsGetSiteConnectionStringKeyVaultReferenceSlot;
3001
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/connectionstrings' has methods for the following verbs: put */
3002
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/connectionstrings", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsUpdateConnectionStringsSlot;
3003
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/connectionstrings/list' has methods for the following verbs: post */
3004
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/connectionstrings/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListConnectionStringsSlot;
3005
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/logs' has methods for the following verbs: get, put */
3006
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/logs", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetDiagnosticLogsConfigurationSlot;
3007
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/metadata' has methods for the following verbs: put */
3008
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsUpdateMetadataSlot;
3009
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/metadata/list' has methods for the following verbs: post */
3010
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListMetadataSlot;
3011
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/publishingcredentials/list' has methods for the following verbs: post */
3012
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/publishingcredentials/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListPublishingCredentialsSlot;
3013
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/pushsettings' has methods for the following verbs: put */
3014
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/pushsettings", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsUpdateSitePushSettingsSlot;
3015
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/pushsettings/list' has methods for the following verbs: post */
3016
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/pushsettings/list", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSitePushSettingsSlot;
3017
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/web' has methods for the following verbs: get, put, patch */
3018
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetConfigurationSlot;
3019
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/web/snapshots' has methods for the following verbs: get */
3020
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListConfigurationSnapshotInfoSlot;
3021
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/web/snapshots/\{snapshotId\}' has methods for the following verbs: get */
3022
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, snapshotId: string): WebAppsGetConfigurationSnapshotSlot;
3023
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/config/web/snapshots/\{snapshotId\}/recover' has methods for the following verbs: post */
3024
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/web/snapshots/{snapshotId}/recover", subscriptionId: string, resourceGroupName: string, name: string, slot: string, snapshotId: string): WebAppsRecoverSiteConfigurationSnapshotSlot;
3025
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/containerlogs' has methods for the following verbs: post */
3026
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/containerlogs", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetWebSiteContainerLogsSlot;
3027
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/containerlogs/zip/download' has methods for the following verbs: post */
3028
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/containerlogs/zip/download", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetContainerLogsZipSlot;
3029
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/continuouswebjobs' has methods for the following verbs: get */
3030
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListContinuousWebJobsSlot;
3031
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/continuouswebjobs/\{webJobName\}' has methods for the following verbs: get, delete */
3032
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, webJobName: string): WebAppsGetContinuousWebJobSlot;
3033
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/continuouswebjobs/\{webJobName\}/start' has methods for the following verbs: post */
3034
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}/start", subscriptionId: string, resourceGroupName: string, name: string, slot: string, webJobName: string): WebAppsStartContinuousWebJobSlot;
3035
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/continuouswebjobs/\{webJobName\}/stop' has methods for the following verbs: post */
3036
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}/stop", subscriptionId: string, resourceGroupName: string, name: string, slot: string, webJobName: string): WebAppsStopContinuousWebJobSlot;
3037
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/deployments' has methods for the following verbs: get */
3038
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployments", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListDeploymentsSlot;
3039
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/deployments/\{id\}' has methods for the following verbs: get, put, delete */
3040
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployments/{id}", subscriptionId: string, resourceGroupName: string, id: string, name: string, slot: string): WebAppsGetDeploymentSlot;
3041
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/deployments/\{id\}/log' has methods for the following verbs: get */
3042
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployments/{id}/log", subscriptionId: string, resourceGroupName: string, id: string, name: string, slot: string): WebAppsListDeploymentLogSlot;
3043
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/discoverbackup' has methods for the following verbs: post */
3044
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/discoverbackup", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsDiscoverBackupSlot;
3045
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/domainOwnershipIdentifiers' has methods for the following verbs: get */
3046
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListDomainOwnershipIdentifiersSlot;
3047
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/domainOwnershipIdentifiers/\{domainOwnershipIdentifierName\}' has methods for the following verbs: get, put, delete, patch */
3048
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, domainOwnershipIdentifierName: string): WebAppsGetDomainOwnershipIdentifierSlot;
3049
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/extensions/MSDeploy' has methods for the following verbs: get, put */
3050
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/extensions/MSDeploy", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetMSDeployStatusSlot;
3051
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/extensions/MSDeploy/log' has methods for the following verbs: get */
3052
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/extensions/MSDeploy/log", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetMSDeployLogSlot;
3053
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/functions' has methods for the following verbs: get */
3054
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListInstanceFunctionsSlot;
3055
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/functions/admin/token' has methods for the following verbs: get */
3056
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/admin/token", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetFunctionsAdminTokenSlot;
3057
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/functions/\{functionName\}' has methods for the following verbs: get, put, delete */
3058
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, functionName: string): WebAppsGetInstanceFunctionSlot;
3059
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/functions/\{functionName\}/keys/\{keyName\}' has methods for the following verbs: put, delete */
3060
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/keys/{keyName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, functionName: string, keyName: string): WebAppsCreateOrUpdateFunctionSecretSlot;
3061
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/functions/\{functionName\}/listkeys' has methods for the following verbs: post */
3062
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/listkeys", subscriptionId: string, resourceGroupName: string, name: string, slot: string, functionName: string): WebAppsListFunctionKeysSlot;
3063
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/functions/\{functionName\}/listsecrets' has methods for the following verbs: post */
3064
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}/listsecrets", subscriptionId: string, resourceGroupName: string, name: string, slot: string, functionName: string): WebAppsListFunctionSecretsSlot;
3065
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/host/default/listkeys' has methods for the following verbs: post */
3066
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listkeys", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListHostKeysSlot;
3067
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/host/default/listsyncstatus' has methods for the following verbs: post */
3068
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listsyncstatus", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSyncStatusSlot;
3069
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/host/default/sync' has methods for the following verbs: post */
3070
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/sync", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsSyncFunctionsSlot;
3071
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/host/default/\{keyType\}/\{keyName\}' has methods for the following verbs: put, delete */
3072
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, keyType: string, keyName: string): WebAppsCreateOrUpdateHostSecretSlot;
3073
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/hostNameBindings' has methods for the following verbs: get */
3074
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hostNameBindings", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListHostNameBindingsSlot;
3075
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/hostNameBindings/\{hostName\}' has methods for the following verbs: get, put, delete */
3076
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hostNameBindings/{hostName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, hostName: string): WebAppsGetHostNameBindingSlot;
3077
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/hybridConnectionNamespaces/\{namespaceName\}/relays/\{relayName\}' has methods for the following verbs: get, put, delete, patch */
3078
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, namespaceName: string, relayName: string): WebAppsGetHybridConnectionSlot;
3079
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/hybridConnectionRelays' has methods for the following verbs: get */
3080
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionRelays", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListHybridConnectionsSlot;
3081
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/hybridconnection' has methods for the following verbs: get */
3082
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListRelayServiceConnectionsSlot;
3083
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/hybridconnection/\{entityName\}' has methods for the following verbs: get, put, delete, patch */
3084
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, entityName: string): WebAppsGetRelayServiceConnectionSlot;
3085
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances' has methods for the following verbs: get */
3086
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListInstanceIdentifiersSlot;
3087
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}' has methods for the following verbs: get */
3088
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string): WebAppsGetInstanceInfoSlot;
3089
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/extensions/MSDeploy' has methods for the following verbs: get, put */
3090
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/extensions/MSDeploy", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string): WebAppsGetInstanceMsDeployStatusSlot;
3091
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/extensions/MSDeploy/log' has methods for the following verbs: get */
3092
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/extensions/MSDeploy/log", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string): WebAppsGetInstanceMSDeployLogSlot;
3093
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/processes' has methods for the following verbs: get */
3094
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string): WebAppsListInstanceProcessesSlot;
3095
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/processes/\{processId\}' has methods for the following verbs: get, delete */
3096
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string, processId: string): WebAppsGetInstanceProcessSlot;
3097
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/processes/\{processId\}/dump' has methods for the following verbs: get */
3098
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}/dump", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string, processId: string): WebAppsGetInstanceProcessDumpSlot;
3099
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/processes/\{processId\}/modules' has methods for the following verbs: get */
3100
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}/modules", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string, processId: string): WebAppsListInstanceProcessModulesSlot;
3101
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/processes/\{processId\}/modules/\{baseAddress\}' has methods for the following verbs: get */
3102
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}/modules/{baseAddress}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string, processId: string, baseAddress: string): WebAppsGetInstanceProcessModuleSlot;
3103
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/instances/\{instanceId\}/processes/\{processId\}/threads' has methods for the following verbs: get */
3104
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}/processes/{processId}/threads", subscriptionId: string, resourceGroupName: string, name: string, slot: string, instanceId: string, processId: string): WebAppsListInstanceProcessThreadsSlot;
3105
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/iscloneable' has methods for the following verbs: post */
3106
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/iscloneable", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsIsCloneableSlot;
3107
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/listbackups' has methods for the following verbs: post */
3108
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listbackups", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSiteBackupsSlot;
3109
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/listsyncfunctiontriggerstatus' has methods for the following verbs: post */
3110
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listsyncfunctiontriggerstatus", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSyncFunctionTriggersSlot;
3111
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/migratemysql/status' has methods for the following verbs: get */
3112
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/migratemysql/status", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetMigrateMySqlStatusSlot;
3113
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkConfig/virtualNetwork' has methods for the following verbs: get, put, delete, patch */
3114
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkConfig/virtualNetwork", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetSwiftVirtualNetworkConnectionSlot;
3115
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkFeatures/\{view\}' has methods for the following verbs: get */
3116
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkFeatures/{view}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, view: string): WebAppsListNetworkFeaturesSlot;
3117
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkTrace/operationresults/\{operationId\}' has methods for the following verbs: get */
3118
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/operationresults/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, operationId: string): WebAppsGetNetworkTraceOperationSlot;
3119
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkTrace/start' has methods for the following verbs: post */
3120
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/start", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsStartWebSiteNetworkTraceSlot;
3121
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkTrace/startOperation' has methods for the following verbs: post */
3122
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/startOperation", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsStartWebSiteNetworkTraceOperationSlot;
3123
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkTrace/stop' has methods for the following verbs: post */
3124
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/stop", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsStopWebSiteNetworkTraceSlot;
3125
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkTrace/\{operationId\}' has methods for the following verbs: get */
3126
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, operationId: string): WebAppsGetNetworkTracesSlot;
3127
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkTraces/current/operationresults/\{operationId\}' has methods for the following verbs: get */
3128
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTraces/current/operationresults/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, operationId: string): WebAppsGetNetworkTraceOperationSlotV2;
3129
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/networkTraces/\{operationId\}' has methods for the following verbs: get */
3130
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTraces/{operationId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, operationId: string): WebAppsGetNetworkTracesSlotV2;
3131
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/newpassword' has methods for the following verbs: post */
3132
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/newpassword", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGenerateNewSitePublishingPasswordSlot;
3133
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/perfcounters' has methods for the following verbs: get */
3134
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/perfcounters", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListPerfMonCountersSlot;
3135
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/phplogging' has methods for the following verbs: get */
3136
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/phplogging", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetSitePhpErrorLogFlagSlot;
3137
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/premieraddons' has methods for the following verbs: get */
3138
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListPremierAddOnsSlot;
3139
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/premieraddons/\{premierAddOnName\}' has methods for the following verbs: get, put, delete, patch */
3140
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, premierAddOnName: string): WebAppsGetPremierAddOnSlot;
3141
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/privateAccess/virtualNetworks' has methods for the following verbs: get, put */
3142
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateAccess/virtualNetworks", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetPrivateAccessSlot;
3143
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/privateEndpointConnections' has methods for the following verbs: get */
3144
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetPrivateEndpointConnectionListSlot;
3145
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/privateEndpointConnections/\{privateEndpointConnectionName\}' has methods for the following verbs: get, put, delete */
3146
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, privateEndpointConnectionName: string): WebAppsGetPrivateEndpointConnectionSlot;
3147
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/privateLinkResources' has methods for the following verbs: get */
3148
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateLinkResources", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetPrivateLinkResourcesSlot;
3149
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/processes' has methods for the following verbs: get */
3150
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListProcessesSlot;
3151
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/processes/\{processId\}' has methods for the following verbs: get, delete */
3152
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, processId: string): WebAppsGetProcessSlot;
3153
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/processes/\{processId\}/dump' has methods for the following verbs: get */
3154
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}/dump", subscriptionId: string, resourceGroupName: string, name: string, slot: string, processId: string): WebAppsGetProcessDumpSlot;
3155
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/processes/\{processId\}/modules' has methods for the following verbs: get */
3156
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}/modules", subscriptionId: string, resourceGroupName: string, name: string, slot: string, processId: string): WebAppsListProcessModulesSlot;
3157
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/processes/\{processId\}/modules/\{baseAddress\}' has methods for the following verbs: get */
3158
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}/modules/{baseAddress}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, processId: string, baseAddress: string): WebAppsGetProcessModuleSlot;
3159
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/processes/\{processId\}/threads' has methods for the following verbs: get */
3160
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}/threads", subscriptionId: string, resourceGroupName: string, name: string, slot: string, processId: string): WebAppsListProcessThreadsSlot;
3161
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/publicCertificates' has methods for the following verbs: get */
3162
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListPublicCertificatesSlot;
3163
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/publicCertificates/\{publicCertificateName\}' has methods for the following verbs: get, put, delete */
3164
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, publicCertificateName: string): WebAppsGetPublicCertificateSlot;
3165
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/publishxml' has methods for the following verbs: post */
3166
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publishxml", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListPublishingProfileXmlWithSecretsSlot;
3167
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/resetSlotConfig' has methods for the following verbs: post */
3168
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resetSlotConfig", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsResetSlotConfigurationSlot;
3169
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/restart' has methods for the following verbs: post */
3170
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restart", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsRestartSlot;
3171
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/restoreFromBackupBlob' has methods for the following verbs: post */
3172
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restoreFromBackupBlob", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsRestoreFromBackupBlobSlot;
3173
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/restoreFromDeletedApp' has methods for the following verbs: post */
3174
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restoreFromDeletedApp", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsRestoreFromDeletedAppSlot;
3175
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/restoreSnapshot' has methods for the following verbs: post */
3176
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restoreSnapshot", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsRestoreSnapshotSlot;
3177
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/siteextensions' has methods for the following verbs: get */
3178
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSiteExtensionsSlot;
3179
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/siteextensions/\{siteExtensionId\}' has methods for the following verbs: get, put, delete */
3180
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, siteExtensionId: string): WebAppsGetSiteExtensionSlot;
3181
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/slotsdiffs' has methods for the following verbs: post */
3182
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/slotsdiffs", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSlotDifferencesSlot;
3183
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/slotsswap' has methods for the following verbs: post */
3184
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/slotsswap", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsSwapSlot;
3185
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/snapshots' has methods for the following verbs: get */
3186
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshots", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSnapshotsSlot;
3187
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/snapshotsdr' has methods for the following verbs: get */
3188
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshotsdr", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListSnapshotsFromDRSecondarySlot;
3189
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/sourcecontrols/web' has methods for the following verbs: get, put, delete, patch */
3190
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sourcecontrols/web", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsGetSourceControlSlot;
3191
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/start' has methods for the following verbs: post */
3192
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/start", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsStartSlot;
3193
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/startNetworkTrace' has methods for the following verbs: post */
3194
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/startNetworkTrace", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsStartNetworkTraceSlot;
3195
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/stop' has methods for the following verbs: post */
3196
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/stop", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsStopSlot;
3197
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/stopNetworkTrace' has methods for the following verbs: post */
3198
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/stopNetworkTrace", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsStopNetworkTraceSlot;
3199
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/sync' has methods for the following verbs: post */
3200
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sync", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsSyncRepositorySlot;
3201
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/syncfunctiontriggers' has methods for the following verbs: post */
3202
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/syncfunctiontriggers", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsSyncFunctionTriggersSlot;
3203
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/triggeredwebjobs' has methods for the following verbs: get */
3204
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListTriggeredWebJobsSlot;
3205
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/triggeredwebjobs/\{webJobName\}' has methods for the following verbs: get, delete */
3206
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, webJobName: string): WebAppsGetTriggeredWebJobSlot;
3207
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/triggeredwebjobs/\{webJobName\}/history' has methods for the following verbs: get */
3208
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}/history", subscriptionId: string, resourceGroupName: string, name: string, slot: string, webJobName: string): WebAppsListTriggeredWebJobHistorySlot;
3209
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/triggeredwebjobs/\{webJobName\}/history/\{id\}' has methods for the following verbs: get */
3210
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}/history/{id}", subscriptionId: string, resourceGroupName: string, id: string, name: string, slot: string, webJobName: string): WebAppsGetTriggeredWebJobHistorySlot;
3211
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/triggeredwebjobs/\{webJobName\}/run' has methods for the following verbs: post */
3212
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}/run", subscriptionId: string, resourceGroupName: string, name: string, slot: string, webJobName: string): WebAppsRunTriggeredWebJobSlot;
3213
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/usages' has methods for the following verbs: get */
3214
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/usages", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListUsagesSlot;
3215
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/virtualNetworkConnections' has methods for the following verbs: get */
3216
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListVnetConnectionsSlot;
3217
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/virtualNetworkConnections/\{vnetName\}' has methods for the following verbs: get, put, delete, patch */
3218
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, vnetName: string): WebAppsGetVnetConnectionSlot;
3219
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/virtualNetworkConnections/\{vnetName\}/gateways/\{gatewayName\}' has methods for the following verbs: get, put, patch */
3220
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}/gateways/{gatewayName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, vnetName: string, gatewayName: string): WebAppsGetVnetConnectionGatewaySlot;
3221
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/webjobs' has methods for the following verbs: get */
3222
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/webjobs", subscriptionId: string, resourceGroupName: string, name: string, slot: string): WebAppsListWebJobsSlot;
3223
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slots/\{slot\}/webjobs/\{webJobName\}' has methods for the following verbs: get */
3224
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/webjobs/{webJobName}", subscriptionId: string, resourceGroupName: string, name: string, slot: string, webJobName: string): WebAppsGetWebJobSlot;
3225
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slotsdiffs' has methods for the following verbs: post */
3226
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsdiffs", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSlotDifferencesFromProduction;
3227
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/slotsswap' has methods for the following verbs: post */
3228
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsswap", subscriptionId: string, resourceGroupName: string, name: string): WebAppsSwapSlotWithProduction;
3229
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/snapshots' has methods for the following verbs: get */
3230
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshots", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSnapshots;
3231
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/snapshotsdr' has methods for the following verbs: get */
3232
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshotsdr", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListSnapshotsFromDRSecondary;
3233
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/sourcecontrols/web' has methods for the following verbs: get, put, delete, patch */
3234
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sourcecontrols/web", subscriptionId: string, resourceGroupName: string, name: string): WebAppsGetSourceControl;
3235
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/start' has methods for the following verbs: post */
3236
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/start", subscriptionId: string, resourceGroupName: string, name: string): WebAppsStart;
3237
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/startNetworkTrace' has methods for the following verbs: post */
3238
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/startNetworkTrace", subscriptionId: string, resourceGroupName: string, name: string): WebAppsStartNetworkTrace;
3239
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/stop' has methods for the following verbs: post */
3240
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop", subscriptionId: string, resourceGroupName: string, name: string): WebAppsStop;
3241
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/stopNetworkTrace' has methods for the following verbs: post */
3242
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stopNetworkTrace", subscriptionId: string, resourceGroupName: string, name: string): WebAppsStopNetworkTrace;
3243
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/sync' has methods for the following verbs: post */
3244
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sync", subscriptionId: string, resourceGroupName: string, name: string): WebAppsSyncRepository;
3245
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/syncfunctiontriggers' has methods for the following verbs: post */
3246
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/syncfunctiontriggers", subscriptionId: string, resourceGroupName: string, name: string): WebAppsSyncFunctionTriggers;
3247
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/triggeredwebjobs' has methods for the following verbs: get */
3248
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListTriggeredWebJobs;
3249
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/triggeredwebjobs/\{webJobName\}' has methods for the following verbs: get, delete */
3250
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}", subscriptionId: string, resourceGroupName: string, name: string, webJobName: string): WebAppsGetTriggeredWebJob;
3251
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/triggeredwebjobs/\{webJobName\}/history' has methods for the following verbs: get */
3252
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}/history", subscriptionId: string, resourceGroupName: string, name: string, webJobName: string): WebAppsListTriggeredWebJobHistory;
3253
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/triggeredwebjobs/\{webJobName\}/history/\{id\}' has methods for the following verbs: get */
3254
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}/history/{id}", subscriptionId: string, resourceGroupName: string, id: string, name: string, webJobName: string): WebAppsGetTriggeredWebJobHistory;
3255
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/triggeredwebjobs/\{webJobName\}/run' has methods for the following verbs: post */
3256
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}/run", subscriptionId: string, resourceGroupName: string, name: string, webJobName: string): WebAppsRunTriggeredWebJob;
3257
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/usages' has methods for the following verbs: get */
3258
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/usages", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListUsages;
3259
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/virtualNetworkConnections' has methods for the following verbs: get */
3260
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListVnetConnections;
3261
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/virtualNetworkConnections/\{vnetName\}' has methods for the following verbs: get, put, delete, patch */
3262
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections/{vnetName}", subscriptionId: string, resourceGroupName: string, name: string, vnetName: string): WebAppsGetVnetConnection;
3263
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/virtualNetworkConnections/\{vnetName\}/gateways/\{gatewayName\}' has methods for the following verbs: get, put, patch */
3264
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections/{vnetName}/gateways/{gatewayName}", subscriptionId: string, resourceGroupName: string, name: string, vnetName: string, gatewayName: string): WebAppsGetVnetConnectionGateway;
3265
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/webjobs' has methods for the following verbs: get */
3266
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/webjobs", subscriptionId: string, resourceGroupName: string, name: string): WebAppsListWebJobs;
3267
+ /** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Web/sites/\{name\}/webjobs/\{webJobName\}' has methods for the following verbs: get */
3268
+ (path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/webjobs/{webJobName}", subscriptionId: string, resourceGroupName: string, name: string, webJobName: string): WebAppsGetWebJob;
3269
+ }
3270
+ export type WebSiteManagementClient = Client & {
3271
+ path: Routes;
3272
+ };
3273
+ //# sourceMappingURL=clientDefinitions.d.ts.map