@azure/arm-appservice 30.0.0-alpha.20211001.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/LICENSE +21 -0
- package/README.md +96 -0
- package/dist/index.js +59024 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/index.d.ts +6 -0
- package/dist-esm/index.d.ts.map +1 -0
- package/dist-esm/index.js +13 -0
- package/dist-esm/index.js.map +1 -0
- package/dist-esm/lroImpl.d.ts +16 -0
- package/dist-esm/lroImpl.d.ts.map +1 -0
- package/dist-esm/lroImpl.js +29 -0
- package/dist-esm/lroImpl.js.map +1 -0
- package/dist-esm/models/index.d.ts +12050 -0
- package/dist-esm/models/index.d.ts.map +1 -0
- package/dist-esm/models/index.js +227 -0
- package/dist-esm/models/index.js.map +1 -0
- package/dist-esm/models/mappers.d.ts +405 -0
- package/dist-esm/models/mappers.d.ts.map +1 -0
- package/dist-esm/models/mappers.js +19668 -0
- package/dist-esm/models/mappers.js.map +1 -0
- package/dist-esm/models/parameters.d.ts +183 -0
- package/dist-esm/models/parameters.d.ts.map +1 -0
- package/dist-esm/models/parameters.js +1382 -0
- package/dist-esm/models/parameters.js.map +1 -0
- package/dist-esm/operations/appServiceCertificateOrders.d.ts +233 -0
- package/dist-esm/operations/appServiceCertificateOrders.d.ts.map +1 -0
- package/dist-esm/operations/appServiceCertificateOrders.js +1024 -0
- package/dist-esm/operations/appServiceCertificateOrders.js.map +1 -0
- package/dist-esm/operations/appServiceEnvironments.d.ts +780 -0
- package/dist-esm/operations/appServiceEnvironments.d.ts.map +1 -0
- package/dist-esm/operations/appServiceEnvironments.js +3646 -0
- package/dist-esm/operations/appServiceEnvironments.js.map +1 -0
- package/dist-esm/operations/appServicePlans.d.ts +339 -0
- package/dist-esm/operations/appServicePlans.d.ts.map +1 -0
- package/dist-esm/operations/appServicePlans.js +1490 -0
- package/dist-esm/operations/appServicePlans.js.map +1 -0
- package/dist-esm/operations/certificateOrdersDiagnostics.d.ts +48 -0
- package/dist-esm/operations/certificateOrdersDiagnostics.d.ts.map +1 -0
- package/dist-esm/operations/certificateOrdersDiagnostics.js +176 -0
- package/dist-esm/operations/certificateOrdersDiagnostics.js.map +1 -0
- package/dist-esm/operations/certificateRegistrationProvider.d.ts +35 -0
- package/dist-esm/operations/certificateRegistrationProvider.d.ts.map +1 -0
- package/dist-esm/operations/certificateRegistrationProvider.js +123 -0
- package/dist-esm/operations/certificateRegistrationProvider.js.map +1 -0
- package/dist-esm/operations/certificates.d.ts +84 -0
- package/dist-esm/operations/certificates.d.ts.map +1 -0
- package/dist-esm/operations/certificates.js +357 -0
- package/dist-esm/operations/certificates.js.map +1 -0
- package/dist-esm/operations/deletedWebApps.d.ts +61 -0
- package/dist-esm/operations/deletedWebApps.d.ts.map +1 -0
- package/dist-esm/operations/deletedWebApps.js +262 -0
- package/dist-esm/operations/deletedWebApps.js.map +1 -0
- package/dist-esm/operations/diagnostics.d.ts +378 -0
- package/dist-esm/operations/diagnostics.d.ts.map +1 -0
- package/dist-esm/operations/diagnostics.js +1624 -0
- package/dist-esm/operations/diagnostics.js.map +1 -0
- package/dist-esm/operations/domainRegistrationProvider.d.ts +35 -0
- package/dist-esm/operations/domainRegistrationProvider.d.ts.map +1 -0
- package/dist-esm/operations/domainRegistrationProvider.js +123 -0
- package/dist-esm/operations/domainRegistrationProvider.js.map +1 -0
- package/dist-esm/operations/domains.d.ts +193 -0
- package/dist-esm/operations/domains.d.ts.map +1 -0
- package/dist-esm/operations/domains.js +856 -0
- package/dist-esm/operations/domains.js.map +1 -0
- package/dist-esm/operations/global.d.ts +32 -0
- package/dist-esm/operations/global.d.ts.map +1 -0
- package/dist-esm/operations/global.js +112 -0
- package/dist-esm/operations/global.js.map +1 -0
- package/dist-esm/operations/index.d.ts +19 -0
- package/dist-esm/operations/index.d.ts.map +1 -0
- package/dist-esm/operations/index.js +26 -0
- package/dist-esm/operations/index.js.map +1 -0
- package/dist-esm/operations/kubeEnvironments.d.ts +100 -0
- package/dist-esm/operations/kubeEnvironments.d.ts.map +1 -0
- package/dist-esm/operations/kubeEnvironments.js +454 -0
- package/dist-esm/operations/kubeEnvironments.js.map +1 -0
- package/dist-esm/operations/provider.d.ts +152 -0
- package/dist-esm/operations/provider.d.ts.map +1 -0
- package/dist-esm/operations/provider.js +706 -0
- package/dist-esm/operations/provider.js.map +1 -0
- package/dist-esm/operations/recommendations.d.ts +206 -0
- package/dist-esm/operations/recommendations.d.ts.map +1 -0
- package/dist-esm/operations/recommendations.js +912 -0
- package/dist-esm/operations/recommendations.js.map +1 -0
- package/dist-esm/operations/resourceHealthMetadataOperations.d.ts +126 -0
- package/dist-esm/operations/resourceHealthMetadataOperations.d.ts.map +1 -0
- package/dist-esm/operations/resourceHealthMetadataOperations.js +529 -0
- package/dist-esm/operations/resourceHealthMetadataOperations.js.map +1 -0
- package/dist-esm/operations/staticSites.d.ts +702 -0
- package/dist-esm/operations/staticSites.d.ts.map +1 -0
- package/dist-esm/operations/staticSites.js +3069 -0
- package/dist-esm/operations/staticSites.js.map +1 -0
- package/dist-esm/operations/topLevelDomains.d.ts +63 -0
- package/dist-esm/operations/topLevelDomains.d.ts.map +1 -0
- package/dist-esm/operations/topLevelDomains.js +258 -0
- package/dist-esm/operations/topLevelDomains.js.map +1 -0
- package/dist-esm/operations/webApps.d.ts +5070 -0
- package/dist-esm/operations/webApps.d.ts.map +1 -0
- package/dist-esm/operations/webApps.js +20820 -0
- package/dist-esm/operations/webApps.js.map +1 -0
- package/dist-esm/operationsInterfaces/appServiceCertificateOrders.d.ts +180 -0
- package/dist-esm/operationsInterfaces/appServiceCertificateOrders.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/appServiceCertificateOrders.js +9 -0
- package/dist-esm/operationsInterfaces/appServiceCertificateOrders.js.map +1 -0
- package/dist-esm/operationsInterfaces/appServiceEnvironments.d.ts +380 -0
- package/dist-esm/operationsInterfaces/appServiceEnvironments.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/appServiceEnvironments.js +9 -0
- package/dist-esm/operationsInterfaces/appServiceEnvironments.js.map +1 -0
- package/dist-esm/operationsInterfaces/appServicePlans.d.ts +230 -0
- package/dist-esm/operationsInterfaces/appServicePlans.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/appServicePlans.js +9 -0
- package/dist-esm/operationsInterfaces/appServicePlans.js.map +1 -0
- package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts +22 -0
- package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.js +9 -0
- package/dist-esm/operationsInterfaces/certificateOrdersDiagnostics.js.map +1 -0
- package/dist-esm/operationsInterfaces/certificateRegistrationProvider.d.ts +13 -0
- package/dist-esm/operationsInterfaces/certificateRegistrationProvider.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/certificateRegistrationProvider.js +9 -0
- package/dist-esm/operationsInterfaces/certificateRegistrationProvider.js.map +1 -0
- package/dist-esm/operationsInterfaces/certificates.d.ts +48 -0
- package/dist-esm/operationsInterfaces/certificates.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/certificates.js +9 -0
- package/dist-esm/operationsInterfaces/certificates.js.map +1 -0
- package/dist-esm/operationsInterfaces/deletedWebApps.d.ts +25 -0
- package/dist-esm/operationsInterfaces/deletedWebApps.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/deletedWebApps.js +9 -0
- package/dist-esm/operationsInterfaces/deletedWebApps.js.map +1 -0
- package/dist-esm/operationsInterfaces/diagnostics.d.ts +196 -0
- package/dist-esm/operationsInterfaces/diagnostics.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/diagnostics.js +9 -0
- package/dist-esm/operationsInterfaces/diagnostics.js.map +1 -0
- package/dist-esm/operationsInterfaces/domainRegistrationProvider.d.ts +13 -0
- package/dist-esm/operationsInterfaces/domainRegistrationProvider.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/domainRegistrationProvider.js +9 -0
- package/dist-esm/operationsInterfaces/domainRegistrationProvider.js.map +1 -0
- package/dist-esm/operationsInterfaces/domains.d.ts +124 -0
- package/dist-esm/operationsInterfaces/domains.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/domains.js +9 -0
- package/dist-esm/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/operationsInterfaces/global.d.ts +24 -0
- package/dist-esm/operationsInterfaces/global.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/global.js +9 -0
- package/dist-esm/operationsInterfaces/global.js.map +1 -0
- package/dist-esm/operationsInterfaces/index.d.ts +19 -0
- package/dist-esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/index.js +26 -0
- package/dist-esm/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/operationsInterfaces/kubeEnvironments.d.ts +64 -0
- package/dist-esm/operationsInterfaces/kubeEnvironments.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/kubeEnvironments.js +9 -0
- package/dist-esm/operationsInterfaces/kubeEnvironments.js.map +1 -0
- package/dist-esm/operationsInterfaces/provider.d.ts +45 -0
- package/dist-esm/operationsInterfaces/provider.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/provider.js +9 -0
- package/dist-esm/operationsInterfaces/provider.js.map +1 -0
- package/dist-esm/operationsInterfaces/recommendations.d.ts +114 -0
- package/dist-esm/operationsInterfaces/recommendations.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/recommendations.js +9 -0
- package/dist-esm/operationsInterfaces/recommendations.js.map +1 -0
- package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.d.ts +51 -0
- package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.js +9 -0
- package/dist-esm/operationsInterfaces/resourceHealthMetadataOperations.js.map +1 -0
- package/dist-esm/operationsInterfaces/staticSites.d.ts +516 -0
- package/dist-esm/operationsInterfaces/staticSites.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/staticSites.js +9 -0
- package/dist-esm/operationsInterfaces/staticSites.js.map +1 -0
- package/dist-esm/operationsInterfaces/topLevelDomains.d.ts +25 -0
- package/dist-esm/operationsInterfaces/topLevelDomains.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/topLevelDomains.js +9 -0
- package/dist-esm/operationsInterfaces/topLevelDomains.js.map +1 -0
- package/dist-esm/operationsInterfaces/webApps.d.ts +3798 -0
- package/dist-esm/operationsInterfaces/webApps.d.ts.map +1 -0
- package/dist-esm/operationsInterfaces/webApps.js +9 -0
- package/dist-esm/operationsInterfaces/webApps.js.map +1 -0
- package/dist-esm/webSiteManagementClient.d.ts +205 -0
- package/dist-esm/webSiteManagementClient.d.ts.map +1 -0
- package/dist-esm/webSiteManagementClient.js +892 -0
- package/dist-esm/webSiteManagementClient.js.map +1 -0
- package/dist-esm/webSiteManagementClientContext.d.ts +17 -0
- package/dist-esm/webSiteManagementClientContext.d.ts.map +1 -0
- package/dist-esm/webSiteManagementClientContext.js +50 -0
- package/dist-esm/webSiteManagementClientContext.js.map +1 -0
- package/package.json +99 -0
- package/review/arm-appservice.api.md +10633 -0
- package/rollup.config.js +188 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +14289 -0
- package/src/models/mappers.ts +21388 -0
- package/src/models/parameters.ts +1647 -0
- package/src/operations/appServiceCertificateOrders.ts +1373 -0
- package/src/operations/appServiceEnvironments.ts +5073 -0
- package/src/operations/appServicePlans.ts +1987 -0
- package/src/operations/certificateOrdersDiagnostics.ts +247 -0
- package/src/operations/certificateRegistrationProvider.ts +144 -0
- package/src/operations/certificates.ts +444 -0
- package/src/operations/deletedWebApps.ts +311 -0
- package/src/operations/diagnostics.ts +2273 -0
- package/src/operations/domainRegistrationProvider.ts +144 -0
- package/src/operations/domains.ts +1122 -0
- package/src/operations/global.ts +150 -0
- package/src/operations/index.ts +26 -0
- package/src/operations/kubeEnvironments.ts +594 -0
- package/src/operations/provider.ts +829 -0
- package/src/operations/recommendations.ts +1210 -0
- package/src/operations/resourceHealthMetadataOperations.ts +679 -0
- package/src/operations/staticSites.ts +4336 -0
- package/src/operations/topLevelDomains.ts +319 -0
- package/src/operations/webApps.ts +28925 -0
- package/src/operationsInterfaces/appServiceCertificateOrders.ts +340 -0
- package/src/operationsInterfaces/appServiceEnvironments.ts +725 -0
- package/src/operationsInterfaces/appServicePlans.ts +433 -0
- package/src/operationsInterfaces/certificateOrdersDiagnostics.ts +47 -0
- package/src/operationsInterfaces/certificateRegistrationProvider.ts +27 -0
- package/src/operationsInterfaces/certificates.ts +92 -0
- package/src/operationsInterfaces/deletedWebApps.ts +49 -0
- package/src/operationsInterfaces/diagnostics.ts +368 -0
- package/src/operationsInterfaces/domainRegistrationProvider.ts +27 -0
- package/src/operationsInterfaces/domains.ts +231 -0
- package/src/operationsInterfaces/global.ts +48 -0
- package/src/operationsInterfaces/index.ts +26 -0
- package/src/operationsInterfaces/kubeEnvironments.ts +122 -0
- package/src/operationsInterfaces/provider.ts +82 -0
- package/src/operationsInterfaces/recommendations.ts +204 -0
- package/src/operationsInterfaces/resourceHealthMetadataOperations.ts +93 -0
- package/src/operationsInterfaces/staticSites.ts +963 -0
- package/src/operationsInterfaces/topLevelDomains.ts +51 -0
- package/src/operationsInterfaces/webApps.ts +6889 -0
- package/src/webSiteManagementClient.ts +1177 -0
- package/src/webSiteManagementClientContext.ts +71 -0
- package/tsconfig.json +19 -0
- package/types/arm-appservice.d.ts +20041 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,3798 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
4
|
+
import { Site, WebAppsListOptionalParams, WebAppsListByResourceGroupOptionalParams, BackupItem, WebAppsListBackupsOptionalParams, CsmPublishingCredentialsPoliciesEntity, WebAppsListBasicPublishingCredentialsPoliciesOptionalParams, SiteConfigResource, WebAppsListConfigurationsOptionalParams, ApiKVReference, WebAppsGetAppSettingsKeyVaultReferencesOptionalParams, WebAppsGetSiteConnectionStringKeyVaultReferencesOptionalParams, SiteConfigurationSnapshotInfo, WebAppsListConfigurationSnapshotInfoOptionalParams, ContinuousWebJob, WebAppsListContinuousWebJobsOptionalParams, Deployment, WebAppsListDeploymentsOptionalParams, Identifier, WebAppsListDomainOwnershipIdentifiersOptionalParams, FunctionEnvelope, WebAppsListFunctionsOptionalParams, HostNameBinding, WebAppsListHostNameBindingsOptionalParams, WebSiteInstanceStatus, WebAppsListInstanceIdentifiersOptionalParams, ProcessInfo, WebAppsListInstanceProcessesOptionalParams, ProcessModuleInfo, WebAppsListInstanceProcessModulesOptionalParams, ProcessThreadInfo, WebAppsListInstanceProcessThreadsOptionalParams, WebAppsListSiteBackupsOptionalParams, PerfMonResponse, WebAppsListPerfMonCountersOptionalParams, RemotePrivateEndpointConnectionARMResource, WebAppsGetPrivateEndpointConnectionListOptionalParams, WebAppsListProcessesOptionalParams, WebAppsListProcessModulesOptionalParams, WebAppsListProcessThreadsOptionalParams, PublicCertificate, WebAppsListPublicCertificatesOptionalParams, SiteExtensionInfo, WebAppsListSiteExtensionsOptionalParams, WebAppsListSlotsOptionalParams, WebAppsListBackupsSlotOptionalParams, WebAppsListBasicPublishingCredentialsPoliciesSlotOptionalParams, WebAppsListConfigurationsSlotOptionalParams, WebAppsGetAppSettingsKeyVaultReferencesSlotOptionalParams, WebAppsGetSiteConnectionStringKeyVaultReferencesSlotOptionalParams, WebAppsListConfigurationSnapshotInfoSlotOptionalParams, WebAppsListContinuousWebJobsSlotOptionalParams, WebAppsListDeploymentsSlotOptionalParams, WebAppsListDomainOwnershipIdentifiersSlotOptionalParams, WebAppsListInstanceFunctionsSlotOptionalParams, WebAppsListHostNameBindingsSlotOptionalParams, WebAppsListInstanceIdentifiersSlotOptionalParams, WebAppsListInstanceProcessesSlotOptionalParams, WebAppsListInstanceProcessModulesSlotOptionalParams, WebAppsListInstanceProcessThreadsSlotOptionalParams, WebAppsListSiteBackupsSlotOptionalParams, WebAppsListPerfMonCountersSlotOptionalParams, WebAppsGetPrivateEndpointConnectionListSlotOptionalParams, WebAppsListProcessesSlotOptionalParams, WebAppsListProcessModulesSlotOptionalParams, WebAppsListProcessThreadsSlotOptionalParams, WebAppsListPublicCertificatesSlotOptionalParams, WebAppsListSiteExtensionsSlotOptionalParams, SlotDifference, CsmSlotEntity, WebAppsListSlotDifferencesSlotOptionalParams, Snapshot, WebAppsListSnapshotsSlotOptionalParams, WebAppsListSnapshotsFromDRSecondarySlotOptionalParams, TriggeredWebJob, WebAppsListTriggeredWebJobsSlotOptionalParams, TriggeredJobHistory, WebAppsListTriggeredWebJobHistorySlotOptionalParams, CsmUsageQuota, WebAppsListUsagesSlotOptionalParams, WebJob, WebAppsListWebJobsSlotOptionalParams, WebAppsListSlotDifferencesFromProductionOptionalParams, WebAppsListSnapshotsOptionalParams, WebAppsListSnapshotsFromDRSecondaryOptionalParams, WebAppsListTriggeredWebJobsOptionalParams, WebAppsListTriggeredWebJobHistoryOptionalParams, WebAppsListUsagesOptionalParams, WebAppsListWebJobsOptionalParams, WebAppsGetOptionalParams, WebAppsGetResponse, WebAppsCreateOrUpdateOptionalParams, WebAppsCreateOrUpdateResponse, WebAppsDeleteOptionalParams, SitePatchResource, WebAppsUpdateOptionalParams, WebAppsUpdateResponse, WebAppsAnalyzeCustomHostnameOptionalParams, WebAppsAnalyzeCustomHostnameResponse, WebAppsApplySlotConfigToProductionOptionalParams, BackupRequest, WebAppsBackupOptionalParams, WebAppsBackupResponse, WebAppsGetBackupStatusOptionalParams, WebAppsGetBackupStatusResponse, WebAppsDeleteBackupOptionalParams, WebAppsListBackupStatusSecretsOptionalParams, WebAppsListBackupStatusSecretsResponse, RestoreRequest, WebAppsRestoreOptionalParams, WebAppsGetFtpAllowedOptionalParams, WebAppsGetFtpAllowedResponse, WebAppsUpdateFtpAllowedOptionalParams, WebAppsUpdateFtpAllowedResponse, WebAppsGetScmAllowedOptionalParams, WebAppsGetScmAllowedResponse, WebAppsUpdateScmAllowedOptionalParams, WebAppsUpdateScmAllowedResponse, StringDictionary, WebAppsUpdateApplicationSettingsOptionalParams, WebAppsUpdateApplicationSettingsResponse, WebAppsListApplicationSettingsOptionalParams, WebAppsListApplicationSettingsResponse, SiteAuthSettings, WebAppsUpdateAuthSettingsOptionalParams, WebAppsUpdateAuthSettingsResponse, WebAppsGetAuthSettingsOptionalParams, WebAppsGetAuthSettingsResponse, SiteAuthSettingsV2, WebAppsUpdateAuthSettingsV2OptionalParams, WebAppsUpdateAuthSettingsV2Response, WebAppsGetAuthSettingsV2OptionalParams, WebAppsGetAuthSettingsV2Response, AzureStoragePropertyDictionaryResource, WebAppsUpdateAzureStorageAccountsOptionalParams, WebAppsUpdateAzureStorageAccountsResponse, WebAppsListAzureStorageAccountsOptionalParams, WebAppsListAzureStorageAccountsResponse, WebAppsUpdateBackupConfigurationOptionalParams, WebAppsUpdateBackupConfigurationResponse, WebAppsDeleteBackupConfigurationOptionalParams, WebAppsGetBackupConfigurationOptionalParams, WebAppsGetBackupConfigurationResponse, WebAppsGetAppSettingKeyVaultReferenceOptionalParams, WebAppsGetAppSettingKeyVaultReferenceResponse, WebAppsGetSiteConnectionStringKeyVaultReferenceOptionalParams, WebAppsGetSiteConnectionStringKeyVaultReferenceResponse, ConnectionStringDictionary, WebAppsUpdateConnectionStringsOptionalParams, WebAppsUpdateConnectionStringsResponse, WebAppsListConnectionStringsOptionalParams, WebAppsListConnectionStringsResponse, WebAppsGetDiagnosticLogsConfigurationOptionalParams, WebAppsGetDiagnosticLogsConfigurationResponse, SiteLogsConfig, WebAppsUpdateDiagnosticLogsConfigOptionalParams, WebAppsUpdateDiagnosticLogsConfigResponse, WebAppsUpdateMetadataOptionalParams, WebAppsUpdateMetadataResponse, WebAppsListMetadataOptionalParams, WebAppsListMetadataResponse, WebAppsListPublishingCredentialsOptionalParams, WebAppsListPublishingCredentialsResponse, PushSettings, WebAppsUpdateSitePushSettingsOptionalParams, WebAppsUpdateSitePushSettingsResponse, WebAppsListSitePushSettingsOptionalParams, WebAppsListSitePushSettingsResponse, WebAppsListSlotConfigurationNamesOptionalParams, WebAppsListSlotConfigurationNamesResponse, SlotConfigNamesResource, WebAppsUpdateSlotConfigurationNamesOptionalParams, WebAppsUpdateSlotConfigurationNamesResponse, WebAppsGetConfigurationOptionalParams, WebAppsGetConfigurationResponse, WebAppsCreateOrUpdateConfigurationOptionalParams, WebAppsCreateOrUpdateConfigurationResponse, WebAppsUpdateConfigurationOptionalParams, WebAppsUpdateConfigurationResponse, WebAppsGetConfigurationSnapshotOptionalParams, WebAppsGetConfigurationSnapshotResponse, WebAppsRecoverSiteConfigurationSnapshotOptionalParams, WebAppsGetWebSiteContainerLogsOptionalParams, WebAppsGetWebSiteContainerLogsResponse, WebAppsGetContainerLogsZipOptionalParams, WebAppsGetContainerLogsZipResponse, WebAppsGetContinuousWebJobOptionalParams, WebAppsGetContinuousWebJobResponse, WebAppsDeleteContinuousWebJobOptionalParams, WebAppsStartContinuousWebJobOptionalParams, WebAppsStopContinuousWebJobOptionalParams, WebAppsGetDeploymentOptionalParams, WebAppsGetDeploymentResponse, WebAppsCreateDeploymentOptionalParams, WebAppsCreateDeploymentResponse, WebAppsDeleteDeploymentOptionalParams, WebAppsListDeploymentLogOptionalParams, WebAppsListDeploymentLogResponse, WebAppsDiscoverBackupOptionalParams, WebAppsDiscoverBackupResponse, WebAppsGetDomainOwnershipIdentifierOptionalParams, WebAppsGetDomainOwnershipIdentifierResponse, WebAppsCreateOrUpdateDomainOwnershipIdentifierOptionalParams, WebAppsCreateOrUpdateDomainOwnershipIdentifierResponse, WebAppsDeleteDomainOwnershipIdentifierOptionalParams, WebAppsUpdateDomainOwnershipIdentifierOptionalParams, WebAppsUpdateDomainOwnershipIdentifierResponse, WebAppsGetMSDeployStatusOptionalParams, WebAppsGetMSDeployStatusResponse, MSDeploy, WebAppsCreateMSDeployOperationOptionalParams, WebAppsCreateMSDeployOperationResponse, WebAppsGetMSDeployLogOptionalParams, WebAppsGetMSDeployLogResponse, WebAppsGetFunctionsAdminTokenOptionalParams, WebAppsGetFunctionsAdminTokenResponse, WebAppsGetFunctionOptionalParams, WebAppsGetFunctionResponse, WebAppsCreateFunctionOptionalParams, WebAppsCreateFunctionResponse, WebAppsDeleteFunctionOptionalParams, KeyInfo, WebAppsCreateOrUpdateFunctionSecretOptionalParams, WebAppsCreateOrUpdateFunctionSecretResponse, WebAppsDeleteFunctionSecretOptionalParams, WebAppsListFunctionKeysOptionalParams, WebAppsListFunctionKeysResponse, WebAppsListFunctionSecretsOptionalParams, WebAppsListFunctionSecretsResponse, WebAppsListHostKeysOptionalParams, WebAppsListHostKeysResponse, WebAppsListSyncStatusOptionalParams, WebAppsSyncFunctionsOptionalParams, WebAppsCreateOrUpdateHostSecretOptionalParams, WebAppsCreateOrUpdateHostSecretResponse, WebAppsDeleteHostSecretOptionalParams, WebAppsGetHostNameBindingOptionalParams, WebAppsGetHostNameBindingResponse, WebAppsCreateOrUpdateHostNameBindingOptionalParams, WebAppsCreateOrUpdateHostNameBindingResponse, WebAppsDeleteHostNameBindingOptionalParams, WebAppsGetHybridConnectionOptionalParams, WebAppsGetHybridConnectionResponse, HybridConnection, WebAppsCreateOrUpdateHybridConnectionOptionalParams, WebAppsCreateOrUpdateHybridConnectionResponse, WebAppsDeleteHybridConnectionOptionalParams, WebAppsUpdateHybridConnectionOptionalParams, WebAppsUpdateHybridConnectionResponse, WebAppsListHybridConnectionsOptionalParams, WebAppsListHybridConnectionsResponse, WebAppsListRelayServiceConnectionsOptionalParams, WebAppsListRelayServiceConnectionsResponse, WebAppsGetRelayServiceConnectionOptionalParams, WebAppsGetRelayServiceConnectionResponse, RelayServiceConnectionEntity, WebAppsCreateOrUpdateRelayServiceConnectionOptionalParams, WebAppsCreateOrUpdateRelayServiceConnectionResponse, WebAppsDeleteRelayServiceConnectionOptionalParams, WebAppsUpdateRelayServiceConnectionOptionalParams, WebAppsUpdateRelayServiceConnectionResponse, WebAppsGetInstanceInfoOptionalParams, WebAppsGetInstanceInfoResponse, WebAppsGetInstanceMsDeployStatusOptionalParams, WebAppsGetInstanceMsDeployStatusResponse, WebAppsCreateInstanceMSDeployOperationOptionalParams, WebAppsCreateInstanceMSDeployOperationResponse, WebAppsGetInstanceMSDeployLogOptionalParams, WebAppsGetInstanceMSDeployLogResponse, WebAppsGetInstanceProcessOptionalParams, WebAppsGetInstanceProcessResponse, WebAppsDeleteInstanceProcessOptionalParams, WebAppsGetInstanceProcessDumpOptionalParams, WebAppsGetInstanceProcessDumpResponse, WebAppsGetInstanceProcessModuleOptionalParams, WebAppsGetInstanceProcessModuleResponse, WebAppsIsCloneableOptionalParams, WebAppsIsCloneableResponse, WebAppsListSyncFunctionTriggersOptionalParams, WebAppsListSyncFunctionTriggersResponse, StorageMigrationOptions, WebAppsMigrateStorageOptionalParams, WebAppsMigrateStorageResponse, MigrateMySqlRequest, WebAppsMigrateMySqlOptionalParams, WebAppsMigrateMySqlResponse, WebAppsGetMigrateMySqlStatusOptionalParams, WebAppsGetMigrateMySqlStatusResponse, WebAppsGetSwiftVirtualNetworkConnectionOptionalParams, WebAppsGetSwiftVirtualNetworkConnectionResponse, SwiftVirtualNetwork, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponse, WebAppsDeleteSwiftVirtualNetworkOptionalParams, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckResponse, WebAppsListNetworkFeaturesOptionalParams, WebAppsListNetworkFeaturesResponse, WebAppsGetNetworkTraceOperationOptionalParams, WebAppsGetNetworkTraceOperationResponse, WebAppsStartWebSiteNetworkTraceOptionalParams, WebAppsStartWebSiteNetworkTraceResponse, WebAppsStartWebSiteNetworkTraceOperationOptionalParams, WebAppsStartWebSiteNetworkTraceOperationResponse, WebAppsStopWebSiteNetworkTraceOptionalParams, WebAppsGetNetworkTracesOptionalParams, WebAppsGetNetworkTracesResponse, WebAppsGetNetworkTraceOperationV2OptionalParams, WebAppsGetNetworkTraceOperationV2Response, WebAppsGetNetworkTracesV2OptionalParams, WebAppsGetNetworkTracesV2Response, WebAppsGenerateNewSitePublishingPasswordOptionalParams, WebAppsGetSitePhpErrorLogFlagOptionalParams, WebAppsGetSitePhpErrorLogFlagResponse, WebAppsListPremierAddOnsOptionalParams, WebAppsListPremierAddOnsResponse, WebAppsGetPremierAddOnOptionalParams, WebAppsGetPremierAddOnResponse, PremierAddOn, WebAppsAddPremierAddOnOptionalParams, WebAppsAddPremierAddOnResponse, WebAppsDeletePremierAddOnOptionalParams, PremierAddOnPatchResource, WebAppsUpdatePremierAddOnOptionalParams, WebAppsUpdatePremierAddOnResponse, WebAppsGetPrivateAccessOptionalParams, WebAppsGetPrivateAccessResponse, PrivateAccess, WebAppsPutPrivateAccessVnetOptionalParams, WebAppsPutPrivateAccessVnetResponse, WebAppsGetPrivateEndpointConnectionOptionalParams, WebAppsGetPrivateEndpointConnectionResponse, PrivateLinkConnectionApprovalRequestResource, WebAppsApproveOrRejectPrivateEndpointConnectionOptionalParams, WebAppsApproveOrRejectPrivateEndpointConnectionResponse, WebAppsDeletePrivateEndpointConnectionOptionalParams, WebAppsDeletePrivateEndpointConnectionResponse, WebAppsGetPrivateLinkResourcesOptionalParams, WebAppsGetPrivateLinkResourcesResponse, WebAppsGetProcessOptionalParams, WebAppsGetProcessResponse, WebAppsDeleteProcessOptionalParams, WebAppsGetProcessDumpOptionalParams, WebAppsGetProcessDumpResponse, WebAppsGetProcessModuleOptionalParams, WebAppsGetProcessModuleResponse, WebAppsGetPublicCertificateOptionalParams, WebAppsGetPublicCertificateResponse, WebAppsCreateOrUpdatePublicCertificateOptionalParams, WebAppsCreateOrUpdatePublicCertificateResponse, WebAppsDeletePublicCertificateOptionalParams, CsmPublishingProfileOptions, WebAppsListPublishingProfileXmlWithSecretsOptionalParams, WebAppsListPublishingProfileXmlWithSecretsResponse, WebAppsResetProductionSlotConfigOptionalParams, WebAppsRestartOptionalParams, WebAppsRestoreFromBackupBlobOptionalParams, DeletedAppRestoreRequest, WebAppsRestoreFromDeletedAppOptionalParams, SnapshotRestoreRequest, WebAppsRestoreSnapshotOptionalParams, WebAppsGetSiteExtensionOptionalParams, WebAppsGetSiteExtensionResponse, WebAppsInstallSiteExtensionOptionalParams, WebAppsInstallSiteExtensionResponse, WebAppsDeleteSiteExtensionOptionalParams, WebAppsGetSlotOptionalParams, WebAppsGetSlotResponse, WebAppsCreateOrUpdateSlotOptionalParams, WebAppsCreateOrUpdateSlotResponse, WebAppsDeleteSlotOptionalParams, WebAppsUpdateSlotOptionalParams, WebAppsUpdateSlotResponse, WebAppsAnalyzeCustomHostnameSlotOptionalParams, WebAppsAnalyzeCustomHostnameSlotResponse, WebAppsApplySlotConfigurationSlotOptionalParams, WebAppsBackupSlotOptionalParams, WebAppsBackupSlotResponse, WebAppsGetBackupStatusSlotOptionalParams, WebAppsGetBackupStatusSlotResponse, WebAppsDeleteBackupSlotOptionalParams, WebAppsListBackupStatusSecretsSlotOptionalParams, WebAppsListBackupStatusSecretsSlotResponse, WebAppsRestoreSlotOptionalParams, WebAppsGetFtpAllowedSlotOptionalParams, WebAppsGetFtpAllowedSlotResponse, WebAppsUpdateFtpAllowedSlotOptionalParams, WebAppsUpdateFtpAllowedSlotResponse, WebAppsGetScmAllowedSlotOptionalParams, WebAppsGetScmAllowedSlotResponse, WebAppsUpdateScmAllowedSlotOptionalParams, WebAppsUpdateScmAllowedSlotResponse, WebAppsUpdateApplicationSettingsSlotOptionalParams, WebAppsUpdateApplicationSettingsSlotResponse, WebAppsListApplicationSettingsSlotOptionalParams, WebAppsListApplicationSettingsSlotResponse, WebAppsUpdateAuthSettingsSlotOptionalParams, WebAppsUpdateAuthSettingsSlotResponse, WebAppsGetAuthSettingsSlotOptionalParams, WebAppsGetAuthSettingsSlotResponse, WebAppsUpdateAuthSettingsV2SlotOptionalParams, WebAppsUpdateAuthSettingsV2SlotResponse, WebAppsGetAuthSettingsV2SlotOptionalParams, WebAppsGetAuthSettingsV2SlotResponse, WebAppsUpdateAzureStorageAccountsSlotOptionalParams, WebAppsUpdateAzureStorageAccountsSlotResponse, WebAppsListAzureStorageAccountsSlotOptionalParams, WebAppsListAzureStorageAccountsSlotResponse, WebAppsUpdateBackupConfigurationSlotOptionalParams, WebAppsUpdateBackupConfigurationSlotResponse, WebAppsDeleteBackupConfigurationSlotOptionalParams, WebAppsGetBackupConfigurationSlotOptionalParams, WebAppsGetBackupConfigurationSlotResponse, WebAppsGetAppSettingKeyVaultReferenceSlotOptionalParams, WebAppsGetAppSettingKeyVaultReferenceSlotResponse, WebAppsGetSiteConnectionStringKeyVaultReferenceSlotOptionalParams, WebAppsGetSiteConnectionStringKeyVaultReferenceSlotResponse, WebAppsUpdateConnectionStringsSlotOptionalParams, WebAppsUpdateConnectionStringsSlotResponse, WebAppsListConnectionStringsSlotOptionalParams, WebAppsListConnectionStringsSlotResponse, WebAppsGetDiagnosticLogsConfigurationSlotOptionalParams, WebAppsGetDiagnosticLogsConfigurationSlotResponse, WebAppsUpdateDiagnosticLogsConfigSlotOptionalParams, WebAppsUpdateDiagnosticLogsConfigSlotResponse, WebAppsUpdateMetadataSlotOptionalParams, WebAppsUpdateMetadataSlotResponse, WebAppsListMetadataSlotOptionalParams, WebAppsListMetadataSlotResponse, WebAppsListPublishingCredentialsSlotOptionalParams, WebAppsListPublishingCredentialsSlotResponse, WebAppsUpdateSitePushSettingsSlotOptionalParams, WebAppsUpdateSitePushSettingsSlotResponse, WebAppsListSitePushSettingsSlotOptionalParams, WebAppsListSitePushSettingsSlotResponse, WebAppsGetConfigurationSlotOptionalParams, WebAppsGetConfigurationSlotResponse, WebAppsCreateOrUpdateConfigurationSlotOptionalParams, WebAppsCreateOrUpdateConfigurationSlotResponse, WebAppsUpdateConfigurationSlotOptionalParams, WebAppsUpdateConfigurationSlotResponse, WebAppsGetConfigurationSnapshotSlotOptionalParams, WebAppsGetConfigurationSnapshotSlotResponse, WebAppsRecoverSiteConfigurationSnapshotSlotOptionalParams, WebAppsGetWebSiteContainerLogsSlotOptionalParams, WebAppsGetWebSiteContainerLogsSlotResponse, WebAppsGetContainerLogsZipSlotOptionalParams, WebAppsGetContainerLogsZipSlotResponse, WebAppsGetContinuousWebJobSlotOptionalParams, WebAppsGetContinuousWebJobSlotResponse, WebAppsDeleteContinuousWebJobSlotOptionalParams, WebAppsStartContinuousWebJobSlotOptionalParams, WebAppsStopContinuousWebJobSlotOptionalParams, WebAppsGetDeploymentSlotOptionalParams, WebAppsGetDeploymentSlotResponse, WebAppsCreateDeploymentSlotOptionalParams, WebAppsCreateDeploymentSlotResponse, WebAppsDeleteDeploymentSlotOptionalParams, WebAppsListDeploymentLogSlotOptionalParams, WebAppsListDeploymentLogSlotResponse, WebAppsDiscoverBackupSlotOptionalParams, WebAppsDiscoverBackupSlotResponse, WebAppsGetDomainOwnershipIdentifierSlotOptionalParams, WebAppsGetDomainOwnershipIdentifierSlotResponse, WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotOptionalParams, WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotResponse, WebAppsDeleteDomainOwnershipIdentifierSlotOptionalParams, WebAppsUpdateDomainOwnershipIdentifierSlotOptionalParams, WebAppsUpdateDomainOwnershipIdentifierSlotResponse, WebAppsGetMSDeployStatusSlotOptionalParams, WebAppsGetMSDeployStatusSlotResponse, WebAppsCreateMSDeployOperationSlotOptionalParams, WebAppsCreateMSDeployOperationSlotResponse, WebAppsGetMSDeployLogSlotOptionalParams, WebAppsGetMSDeployLogSlotResponse, WebAppsGetFunctionsAdminTokenSlotOptionalParams, WebAppsGetFunctionsAdminTokenSlotResponse, WebAppsGetInstanceFunctionSlotOptionalParams, WebAppsGetInstanceFunctionSlotResponse, WebAppsCreateInstanceFunctionSlotOptionalParams, WebAppsCreateInstanceFunctionSlotResponse, WebAppsDeleteInstanceFunctionSlotOptionalParams, WebAppsCreateOrUpdateFunctionSecretSlotOptionalParams, WebAppsCreateOrUpdateFunctionSecretSlotResponse, WebAppsDeleteFunctionSecretSlotOptionalParams, WebAppsListFunctionKeysSlotOptionalParams, WebAppsListFunctionKeysSlotResponse, WebAppsListFunctionSecretsSlotOptionalParams, WebAppsListFunctionSecretsSlotResponse, WebAppsListHostKeysSlotOptionalParams, WebAppsListHostKeysSlotResponse, WebAppsListSyncStatusSlotOptionalParams, WebAppsSyncFunctionsSlotOptionalParams, WebAppsCreateOrUpdateHostSecretSlotOptionalParams, WebAppsCreateOrUpdateHostSecretSlotResponse, WebAppsDeleteHostSecretSlotOptionalParams, WebAppsGetHostNameBindingSlotOptionalParams, WebAppsGetHostNameBindingSlotResponse, WebAppsCreateOrUpdateHostNameBindingSlotOptionalParams, WebAppsCreateOrUpdateHostNameBindingSlotResponse, WebAppsDeleteHostNameBindingSlotOptionalParams, WebAppsGetHybridConnectionSlotOptionalParams, WebAppsGetHybridConnectionSlotResponse, WebAppsCreateOrUpdateHybridConnectionSlotOptionalParams, WebAppsCreateOrUpdateHybridConnectionSlotResponse, WebAppsDeleteHybridConnectionSlotOptionalParams, WebAppsUpdateHybridConnectionSlotOptionalParams, WebAppsUpdateHybridConnectionSlotResponse, WebAppsListHybridConnectionsSlotOptionalParams, WebAppsListHybridConnectionsSlotResponse, WebAppsListRelayServiceConnectionsSlotOptionalParams, WebAppsListRelayServiceConnectionsSlotResponse, WebAppsGetRelayServiceConnectionSlotOptionalParams, WebAppsGetRelayServiceConnectionSlotResponse, WebAppsCreateOrUpdateRelayServiceConnectionSlotOptionalParams, WebAppsCreateOrUpdateRelayServiceConnectionSlotResponse, WebAppsDeleteRelayServiceConnectionSlotOptionalParams, WebAppsUpdateRelayServiceConnectionSlotOptionalParams, WebAppsUpdateRelayServiceConnectionSlotResponse, WebAppsGetInstanceInfoSlotOptionalParams, WebAppsGetInstanceInfoSlotResponse, WebAppsGetInstanceMsDeployStatusSlotOptionalParams, WebAppsGetInstanceMsDeployStatusSlotResponse, WebAppsCreateInstanceMSDeployOperationSlotOptionalParams, WebAppsCreateInstanceMSDeployOperationSlotResponse, WebAppsGetInstanceMSDeployLogSlotOptionalParams, WebAppsGetInstanceMSDeployLogSlotResponse, WebAppsGetInstanceProcessSlotOptionalParams, WebAppsGetInstanceProcessSlotResponse, WebAppsDeleteInstanceProcessSlotOptionalParams, WebAppsGetInstanceProcessDumpSlotOptionalParams, WebAppsGetInstanceProcessDumpSlotResponse, WebAppsGetInstanceProcessModuleSlotOptionalParams, WebAppsGetInstanceProcessModuleSlotResponse, WebAppsIsCloneableSlotOptionalParams, WebAppsIsCloneableSlotResponse, WebAppsListSyncFunctionTriggersSlotOptionalParams, WebAppsListSyncFunctionTriggersSlotResponse, WebAppsGetMigrateMySqlStatusSlotOptionalParams, WebAppsGetMigrateMySqlStatusSlotResponse, WebAppsGetSwiftVirtualNetworkConnectionSlotOptionalParams, WebAppsGetSwiftVirtualNetworkConnectionSlotResponse, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams, WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse, WebAppsDeleteSwiftVirtualNetworkSlotOptionalParams, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams, WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse, WebAppsListNetworkFeaturesSlotOptionalParams, WebAppsListNetworkFeaturesSlotResponse, WebAppsGetNetworkTraceOperationSlotOptionalParams, WebAppsGetNetworkTraceOperationSlotResponse, WebAppsStartWebSiteNetworkTraceSlotOptionalParams, WebAppsStartWebSiteNetworkTraceSlotResponse, WebAppsStartWebSiteNetworkTraceOperationSlotOptionalParams, WebAppsStartWebSiteNetworkTraceOperationSlotResponse, WebAppsStopWebSiteNetworkTraceSlotOptionalParams, WebAppsGetNetworkTracesSlotOptionalParams, WebAppsGetNetworkTracesSlotResponse, WebAppsGetNetworkTraceOperationSlotV2OptionalParams, WebAppsGetNetworkTraceOperationSlotV2Response, WebAppsGetNetworkTracesSlotV2OptionalParams, WebAppsGetNetworkTracesSlotV2Response, WebAppsGenerateNewSitePublishingPasswordSlotOptionalParams, WebAppsGetSitePhpErrorLogFlagSlotOptionalParams, WebAppsGetSitePhpErrorLogFlagSlotResponse, WebAppsListPremierAddOnsSlotOptionalParams, WebAppsListPremierAddOnsSlotResponse, WebAppsGetPremierAddOnSlotOptionalParams, WebAppsGetPremierAddOnSlotResponse, WebAppsAddPremierAddOnSlotOptionalParams, WebAppsAddPremierAddOnSlotResponse, WebAppsDeletePremierAddOnSlotOptionalParams, WebAppsUpdatePremierAddOnSlotOptionalParams, WebAppsUpdatePremierAddOnSlotResponse, WebAppsGetPrivateAccessSlotOptionalParams, WebAppsGetPrivateAccessSlotResponse, WebAppsPutPrivateAccessVnetSlotOptionalParams, WebAppsPutPrivateAccessVnetSlotResponse, WebAppsGetPrivateEndpointConnectionSlotOptionalParams, WebAppsGetPrivateEndpointConnectionSlotResponse, WebAppsApproveOrRejectPrivateEndpointConnectionSlotOptionalParams, WebAppsApproveOrRejectPrivateEndpointConnectionSlotResponse, WebAppsDeletePrivateEndpointConnectionSlotOptionalParams, WebAppsDeletePrivateEndpointConnectionSlotResponse, WebAppsGetPrivateLinkResourcesSlotOptionalParams, WebAppsGetPrivateLinkResourcesSlotResponse, WebAppsGetProcessSlotOptionalParams, WebAppsGetProcessSlotResponse, WebAppsDeleteProcessSlotOptionalParams, WebAppsGetProcessDumpSlotOptionalParams, WebAppsGetProcessDumpSlotResponse, WebAppsGetProcessModuleSlotOptionalParams, WebAppsGetProcessModuleSlotResponse, WebAppsGetPublicCertificateSlotOptionalParams, WebAppsGetPublicCertificateSlotResponse, WebAppsCreateOrUpdatePublicCertificateSlotOptionalParams, WebAppsCreateOrUpdatePublicCertificateSlotResponse, WebAppsDeletePublicCertificateSlotOptionalParams, WebAppsListPublishingProfileXmlWithSecretsSlotOptionalParams, WebAppsListPublishingProfileXmlWithSecretsSlotResponse, WebAppsResetSlotConfigurationSlotOptionalParams, WebAppsRestartSlotOptionalParams, WebAppsRestoreFromBackupBlobSlotOptionalParams, WebAppsRestoreFromDeletedAppSlotOptionalParams, WebAppsRestoreSnapshotSlotOptionalParams, WebAppsGetSiteExtensionSlotOptionalParams, WebAppsGetSiteExtensionSlotResponse, WebAppsInstallSiteExtensionSlotOptionalParams, WebAppsInstallSiteExtensionSlotResponse, WebAppsDeleteSiteExtensionSlotOptionalParams, WebAppsSwapSlotOptionalParams, WebAppsGetSourceControlSlotOptionalParams, WebAppsGetSourceControlSlotResponse, SiteSourceControl, WebAppsCreateOrUpdateSourceControlSlotOptionalParams, WebAppsCreateOrUpdateSourceControlSlotResponse, WebAppsDeleteSourceControlSlotOptionalParams, WebAppsUpdateSourceControlSlotOptionalParams, WebAppsUpdateSourceControlSlotResponse, WebAppsStartSlotOptionalParams, WebAppsStartNetworkTraceSlotOptionalParams, WebAppsStartNetworkTraceSlotResponse, WebAppsStopSlotOptionalParams, WebAppsStopNetworkTraceSlotOptionalParams, WebAppsSyncRepositorySlotOptionalParams, WebAppsSyncFunctionTriggersSlotOptionalParams, WebAppsGetTriggeredWebJobSlotOptionalParams, WebAppsGetTriggeredWebJobSlotResponse, WebAppsDeleteTriggeredWebJobSlotOptionalParams, WebAppsGetTriggeredWebJobHistorySlotOptionalParams, WebAppsGetTriggeredWebJobHistorySlotResponse, WebAppsRunTriggeredWebJobSlotOptionalParams, WebAppsListVnetConnectionsSlotOptionalParams, WebAppsListVnetConnectionsSlotResponse, WebAppsGetVnetConnectionSlotOptionalParams, WebAppsGetVnetConnectionSlotResponse, VnetInfoResource, WebAppsCreateOrUpdateVnetConnectionSlotOptionalParams, WebAppsCreateOrUpdateVnetConnectionSlotResponse, WebAppsDeleteVnetConnectionSlotOptionalParams, WebAppsUpdateVnetConnectionSlotOptionalParams, WebAppsUpdateVnetConnectionSlotResponse, WebAppsGetVnetConnectionGatewaySlotOptionalParams, WebAppsGetVnetConnectionGatewaySlotResponse, VnetGateway, WebAppsCreateOrUpdateVnetConnectionGatewaySlotOptionalParams, WebAppsCreateOrUpdateVnetConnectionGatewaySlotResponse, WebAppsUpdateVnetConnectionGatewaySlotOptionalParams, WebAppsUpdateVnetConnectionGatewaySlotResponse, WebAppsGetWebJobSlotOptionalParams, WebAppsGetWebJobSlotResponse, WebAppsSwapSlotWithProductionOptionalParams, WebAppsGetSourceControlOptionalParams, WebAppsGetSourceControlResponse, WebAppsCreateOrUpdateSourceControlOptionalParams, WebAppsCreateOrUpdateSourceControlResponse, WebAppsDeleteSourceControlOptionalParams, WebAppsUpdateSourceControlOptionalParams, WebAppsUpdateSourceControlResponse, WebAppsStartOptionalParams, WebAppsStartNetworkTraceOptionalParams, WebAppsStartNetworkTraceResponse, WebAppsStopOptionalParams, WebAppsStopNetworkTraceOptionalParams, WebAppsSyncRepositoryOptionalParams, WebAppsSyncFunctionTriggersOptionalParams, WebAppsGetTriggeredWebJobOptionalParams, WebAppsGetTriggeredWebJobResponse, WebAppsDeleteTriggeredWebJobOptionalParams, WebAppsGetTriggeredWebJobHistoryOptionalParams, WebAppsGetTriggeredWebJobHistoryResponse, WebAppsRunTriggeredWebJobOptionalParams, WebAppsListVnetConnectionsOptionalParams, WebAppsListVnetConnectionsResponse, WebAppsGetVnetConnectionOptionalParams, WebAppsGetVnetConnectionResponse, WebAppsCreateOrUpdateVnetConnectionOptionalParams, WebAppsCreateOrUpdateVnetConnectionResponse, WebAppsDeleteVnetConnectionOptionalParams, WebAppsUpdateVnetConnectionOptionalParams, WebAppsUpdateVnetConnectionResponse, WebAppsGetVnetConnectionGatewayOptionalParams, WebAppsGetVnetConnectionGatewayResponse, WebAppsCreateOrUpdateVnetConnectionGatewayOptionalParams, WebAppsCreateOrUpdateVnetConnectionGatewayResponse, WebAppsUpdateVnetConnectionGatewayOptionalParams, WebAppsUpdateVnetConnectionGatewayResponse, WebAppsGetWebJobOptionalParams, WebAppsGetWebJobResponse } from "../models";
|
|
5
|
+
/** Interface representing a WebApps. */
|
|
6
|
+
export interface WebApps {
|
|
7
|
+
/**
|
|
8
|
+
* Description for Get all apps for a subscription.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(options?: WebAppsListOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
12
|
+
/**
|
|
13
|
+
* Description for Gets all web, mobile, and API apps in the specified resource group.
|
|
14
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listByResourceGroup(resourceGroupName: string, options?: WebAppsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
18
|
+
/**
|
|
19
|
+
* Description for Gets existing backups of an app.
|
|
20
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
21
|
+
* @param name Name of the app.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
listBackups(resourceGroupName: string, name: string, options?: WebAppsListBackupsOptionalParams): PagedAsyncIterableIterator<BackupItem>;
|
|
25
|
+
/**
|
|
26
|
+
* Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given
|
|
27
|
+
* site.
|
|
28
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
29
|
+
* @param name Name of the app.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
listBasicPublishingCredentialsPolicies(resourceGroupName: string, name: string, options?: WebAppsListBasicPublishingCredentialsPoliciesOptionalParams): PagedAsyncIterableIterator<CsmPublishingCredentialsPoliciesEntity>;
|
|
33
|
+
/**
|
|
34
|
+
* Description for List the configurations of an app
|
|
35
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
36
|
+
* @param name Name of the app.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
listConfigurations(resourceGroupName: string, name: string, options?: WebAppsListConfigurationsOptionalParams): PagedAsyncIterableIterator<SiteConfigResource>;
|
|
40
|
+
/**
|
|
41
|
+
* Description for Gets the config reference app settings and status of an app
|
|
42
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
43
|
+
* @param name Name of the app.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
listAppSettingsKeyVaultReferences(resourceGroupName: string, name: string, options?: WebAppsGetAppSettingsKeyVaultReferencesOptionalParams): PagedAsyncIterableIterator<ApiKVReference>;
|
|
47
|
+
/**
|
|
48
|
+
* Description for Gets the config reference app settings and status of an app
|
|
49
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
50
|
+
* @param name Name of the app.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
listSiteConnectionStringKeyVaultReferences(resourceGroupName: string, name: string, options?: WebAppsGetSiteConnectionStringKeyVaultReferencesOptionalParams): PagedAsyncIterableIterator<ApiKVReference>;
|
|
54
|
+
/**
|
|
55
|
+
* Description for Gets a list of web app configuration snapshots identifiers. Each element of the list
|
|
56
|
+
* contains a timestamp and the ID of the snapshot.
|
|
57
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
58
|
+
* @param name Name of the app.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
listConfigurationSnapshotInfo(resourceGroupName: string, name: string, options?: WebAppsListConfigurationSnapshotInfoOptionalParams): PagedAsyncIterableIterator<SiteConfigurationSnapshotInfo>;
|
|
62
|
+
/**
|
|
63
|
+
* Description for List continuous web jobs for an app, or a deployment slot.
|
|
64
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
65
|
+
* @param name Site name.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
listContinuousWebJobs(resourceGroupName: string, name: string, options?: WebAppsListContinuousWebJobsOptionalParams): PagedAsyncIterableIterator<ContinuousWebJob>;
|
|
69
|
+
/**
|
|
70
|
+
* Description for List deployments for an app, or a deployment slot.
|
|
71
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
72
|
+
* @param name Name of the app.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
listDeployments(resourceGroupName: string, name: string, options?: WebAppsListDeploymentsOptionalParams): PagedAsyncIterableIterator<Deployment>;
|
|
76
|
+
/**
|
|
77
|
+
* Description for Lists ownership identifiers for domain associated with web app.
|
|
78
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
79
|
+
* @param name Name of the app.
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
listDomainOwnershipIdentifiers(resourceGroupName: string, name: string, options?: WebAppsListDomainOwnershipIdentifiersOptionalParams): PagedAsyncIterableIterator<Identifier>;
|
|
83
|
+
/**
|
|
84
|
+
* Description for List the functions for a web site, or a deployment slot.
|
|
85
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
86
|
+
* @param name Site name.
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
listFunctions(resourceGroupName: string, name: string, options?: WebAppsListFunctionsOptionalParams): PagedAsyncIterableIterator<FunctionEnvelope>;
|
|
90
|
+
/**
|
|
91
|
+
* Description for Get hostname bindings for an app or a deployment slot.
|
|
92
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
93
|
+
* @param name Name of the app.
|
|
94
|
+
* @param options The options parameters.
|
|
95
|
+
*/
|
|
96
|
+
listHostNameBindings(resourceGroupName: string, name: string, options?: WebAppsListHostNameBindingsOptionalParams): PagedAsyncIterableIterator<HostNameBinding>;
|
|
97
|
+
/**
|
|
98
|
+
* Description for Gets all scale-out instances of an app.
|
|
99
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
100
|
+
* @param name Name of the app.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
listInstanceIdentifiers(resourceGroupName: string, name: string, options?: WebAppsListInstanceIdentifiersOptionalParams): PagedAsyncIterableIterator<WebSiteInstanceStatus>;
|
|
104
|
+
/**
|
|
105
|
+
* Description for Get list of processes for a web site, or a deployment slot, or for a specific
|
|
106
|
+
* scaled-out instance in a web site.
|
|
107
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
108
|
+
* @param name Site name.
|
|
109
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
110
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
111
|
+
* @param options The options parameters.
|
|
112
|
+
*/
|
|
113
|
+
listInstanceProcesses(resourceGroupName: string, name: string, instanceId: string, options?: WebAppsListInstanceProcessesOptionalParams): PagedAsyncIterableIterator<ProcessInfo>;
|
|
114
|
+
/**
|
|
115
|
+
* Description for List module information for a process by its ID for a specific scaled-out instance
|
|
116
|
+
* in a web site.
|
|
117
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
118
|
+
* @param name Site name.
|
|
119
|
+
* @param processId PID.
|
|
120
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
121
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
122
|
+
* @param options The options parameters.
|
|
123
|
+
*/
|
|
124
|
+
listInstanceProcessModules(resourceGroupName: string, name: string, processId: string, instanceId: string, options?: WebAppsListInstanceProcessModulesOptionalParams): PagedAsyncIterableIterator<ProcessModuleInfo>;
|
|
125
|
+
/**
|
|
126
|
+
* Description for List the threads in a process by its ID for a specific scaled-out instance in a web
|
|
127
|
+
* site.
|
|
128
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
129
|
+
* @param name Site name.
|
|
130
|
+
* @param processId PID.
|
|
131
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
132
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
133
|
+
* @param options The options parameters.
|
|
134
|
+
*/
|
|
135
|
+
listInstanceProcessThreads(resourceGroupName: string, name: string, processId: string, instanceId: string, options?: WebAppsListInstanceProcessThreadsOptionalParams): PagedAsyncIterableIterator<ProcessThreadInfo>;
|
|
136
|
+
/**
|
|
137
|
+
* Description for Gets existing backups of an app.
|
|
138
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
139
|
+
* @param name Name of the app.
|
|
140
|
+
* @param options The options parameters.
|
|
141
|
+
*/
|
|
142
|
+
listSiteBackups(resourceGroupName: string, name: string, options?: WebAppsListSiteBackupsOptionalParams): PagedAsyncIterableIterator<BackupItem>;
|
|
143
|
+
/**
|
|
144
|
+
* Description for Gets perfmon counters for web app.
|
|
145
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
146
|
+
* @param name Name of web app.
|
|
147
|
+
* @param options The options parameters.
|
|
148
|
+
*/
|
|
149
|
+
listPerfMonCounters(resourceGroupName: string, name: string, options?: WebAppsListPerfMonCountersOptionalParams): PagedAsyncIterableIterator<PerfMonResponse>;
|
|
150
|
+
/**
|
|
151
|
+
* Description for Gets the list of private endpoint connections associated with a site
|
|
152
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
153
|
+
* @param name Name of the site.
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
listPrivateEndpointConnectionList(resourceGroupName: string, name: string, options?: WebAppsGetPrivateEndpointConnectionListOptionalParams): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
|
|
157
|
+
/**
|
|
158
|
+
* Description for Get list of processes for a web site, or a deployment slot, or for a specific
|
|
159
|
+
* scaled-out instance in a web site.
|
|
160
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
161
|
+
* @param name Site name.
|
|
162
|
+
* @param options The options parameters.
|
|
163
|
+
*/
|
|
164
|
+
listProcesses(resourceGroupName: string, name: string, options?: WebAppsListProcessesOptionalParams): PagedAsyncIterableIterator<ProcessInfo>;
|
|
165
|
+
/**
|
|
166
|
+
* Description for List module information for a process by its ID for a specific scaled-out instance
|
|
167
|
+
* in a web site.
|
|
168
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
169
|
+
* @param name Site name.
|
|
170
|
+
* @param processId PID.
|
|
171
|
+
* @param options The options parameters.
|
|
172
|
+
*/
|
|
173
|
+
listProcessModules(resourceGroupName: string, name: string, processId: string, options?: WebAppsListProcessModulesOptionalParams): PagedAsyncIterableIterator<ProcessModuleInfo>;
|
|
174
|
+
/**
|
|
175
|
+
* Description for List the threads in a process by its ID for a specific scaled-out instance in a web
|
|
176
|
+
* site.
|
|
177
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
178
|
+
* @param name Site name.
|
|
179
|
+
* @param processId PID.
|
|
180
|
+
* @param options The options parameters.
|
|
181
|
+
*/
|
|
182
|
+
listProcessThreads(resourceGroupName: string, name: string, processId: string, options?: WebAppsListProcessThreadsOptionalParams): PagedAsyncIterableIterator<ProcessThreadInfo>;
|
|
183
|
+
/**
|
|
184
|
+
* Description for Get public certificates for an app or a deployment slot.
|
|
185
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
186
|
+
* @param name Name of the app.
|
|
187
|
+
* @param options The options parameters.
|
|
188
|
+
*/
|
|
189
|
+
listPublicCertificates(resourceGroupName: string, name: string, options?: WebAppsListPublicCertificatesOptionalParams): PagedAsyncIterableIterator<PublicCertificate>;
|
|
190
|
+
/**
|
|
191
|
+
* Description for Get list of siteextensions for a web site, or a deployment slot.
|
|
192
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
193
|
+
* @param name Site name.
|
|
194
|
+
* @param options The options parameters.
|
|
195
|
+
*/
|
|
196
|
+
listSiteExtensions(resourceGroupName: string, name: string, options?: WebAppsListSiteExtensionsOptionalParams): PagedAsyncIterableIterator<SiteExtensionInfo>;
|
|
197
|
+
/**
|
|
198
|
+
* Description for Gets an app's deployment slots.
|
|
199
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
200
|
+
* @param name Name of the app.
|
|
201
|
+
* @param options The options parameters.
|
|
202
|
+
*/
|
|
203
|
+
listSlots(resourceGroupName: string, name: string, options?: WebAppsListSlotsOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
204
|
+
/**
|
|
205
|
+
* Description for Gets existing backups of an app.
|
|
206
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
207
|
+
* @param name Name of the app.
|
|
208
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get backups of the
|
|
209
|
+
* production slot.
|
|
210
|
+
* @param options The options parameters.
|
|
211
|
+
*/
|
|
212
|
+
listBackupsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListBackupsSlotOptionalParams): PagedAsyncIterableIterator<BackupItem>;
|
|
213
|
+
/**
|
|
214
|
+
* Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given
|
|
215
|
+
* site.
|
|
216
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
217
|
+
* @param name Name of the app.
|
|
218
|
+
* @param slot
|
|
219
|
+
* @param options The options parameters.
|
|
220
|
+
*/
|
|
221
|
+
listBasicPublishingCredentialsPoliciesSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListBasicPublishingCredentialsPoliciesSlotOptionalParams): PagedAsyncIterableIterator<CsmPublishingCredentialsPoliciesEntity>;
|
|
222
|
+
/**
|
|
223
|
+
* Description for List the configurations of an app
|
|
224
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
225
|
+
* @param name Name of the app.
|
|
226
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will return
|
|
227
|
+
* configuration for the production slot.
|
|
228
|
+
* @param options The options parameters.
|
|
229
|
+
*/
|
|
230
|
+
listConfigurationsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListConfigurationsSlotOptionalParams): PagedAsyncIterableIterator<SiteConfigResource>;
|
|
231
|
+
/**
|
|
232
|
+
* Description for Gets the config reference app settings and status of an app
|
|
233
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
234
|
+
* @param name Name of the app.
|
|
235
|
+
* @param slot
|
|
236
|
+
* @param options The options parameters.
|
|
237
|
+
*/
|
|
238
|
+
listAppSettingsKeyVaultReferencesSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetAppSettingsKeyVaultReferencesSlotOptionalParams): PagedAsyncIterableIterator<ApiKVReference>;
|
|
239
|
+
/**
|
|
240
|
+
* Description for Gets the config reference app settings and status of an app
|
|
241
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
242
|
+
* @param name Name of the app.
|
|
243
|
+
* @param slot
|
|
244
|
+
* @param options The options parameters.
|
|
245
|
+
*/
|
|
246
|
+
listSiteConnectionStringKeyVaultReferencesSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetSiteConnectionStringKeyVaultReferencesSlotOptionalParams): PagedAsyncIterableIterator<ApiKVReference>;
|
|
247
|
+
/**
|
|
248
|
+
* Description for Gets a list of web app configuration snapshots identifiers. Each element of the list
|
|
249
|
+
* contains a timestamp and the ID of the snapshot.
|
|
250
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
251
|
+
* @param name Name of the app.
|
|
252
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will return
|
|
253
|
+
* configuration for the production slot.
|
|
254
|
+
* @param options The options parameters.
|
|
255
|
+
*/
|
|
256
|
+
listConfigurationSnapshotInfoSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListConfigurationSnapshotInfoSlotOptionalParams): PagedAsyncIterableIterator<SiteConfigurationSnapshotInfo>;
|
|
257
|
+
/**
|
|
258
|
+
* Description for List continuous web jobs for an app, or a deployment slot.
|
|
259
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
260
|
+
* @param name Site name.
|
|
261
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
262
|
+
* for the production slot.
|
|
263
|
+
* @param options The options parameters.
|
|
264
|
+
*/
|
|
265
|
+
listContinuousWebJobsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListContinuousWebJobsSlotOptionalParams): PagedAsyncIterableIterator<ContinuousWebJob>;
|
|
266
|
+
/**
|
|
267
|
+
* Description for List deployments for an app, or a deployment slot.
|
|
268
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
269
|
+
* @param name Name of the app.
|
|
270
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
271
|
+
* the production slot.
|
|
272
|
+
* @param options The options parameters.
|
|
273
|
+
*/
|
|
274
|
+
listDeploymentsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListDeploymentsSlotOptionalParams): PagedAsyncIterableIterator<Deployment>;
|
|
275
|
+
/**
|
|
276
|
+
* Description for Lists ownership identifiers for domain associated with web app.
|
|
277
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
278
|
+
* @param name Name of the app.
|
|
279
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the binding
|
|
280
|
+
* for the production slot.
|
|
281
|
+
* @param options The options parameters.
|
|
282
|
+
*/
|
|
283
|
+
listDomainOwnershipIdentifiersSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListDomainOwnershipIdentifiersSlotOptionalParams): PagedAsyncIterableIterator<Identifier>;
|
|
284
|
+
/**
|
|
285
|
+
* Description for List the functions for a web site, or a deployment slot.
|
|
286
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
287
|
+
* @param name Site name.
|
|
288
|
+
* @param slot Name of the deployment slot.
|
|
289
|
+
* @param options The options parameters.
|
|
290
|
+
*/
|
|
291
|
+
listInstanceFunctionsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListInstanceFunctionsSlotOptionalParams): PagedAsyncIterableIterator<FunctionEnvelope>;
|
|
292
|
+
/**
|
|
293
|
+
* Description for Get hostname bindings for an app or a deployment slot.
|
|
294
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
295
|
+
* @param name Name of the app.
|
|
296
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API gets hostname bindings
|
|
297
|
+
* for the production slot.
|
|
298
|
+
* @param options The options parameters.
|
|
299
|
+
*/
|
|
300
|
+
listHostNameBindingsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListHostNameBindingsSlotOptionalParams): PagedAsyncIterableIterator<HostNameBinding>;
|
|
301
|
+
/**
|
|
302
|
+
* Description for Gets all scale-out instances of an app.
|
|
303
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
304
|
+
* @param name Name of the app.
|
|
305
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API gets the production
|
|
306
|
+
* slot instances.
|
|
307
|
+
* @param options The options parameters.
|
|
308
|
+
*/
|
|
309
|
+
listInstanceIdentifiersSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListInstanceIdentifiersSlotOptionalParams): PagedAsyncIterableIterator<WebSiteInstanceStatus>;
|
|
310
|
+
/**
|
|
311
|
+
* Description for Get list of processes for a web site, or a deployment slot, or for a specific
|
|
312
|
+
* scaled-out instance in a web site.
|
|
313
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
314
|
+
* @param name Site name.
|
|
315
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
316
|
+
* the production slot.
|
|
317
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
318
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
319
|
+
* @param options The options parameters.
|
|
320
|
+
*/
|
|
321
|
+
listInstanceProcessesSlot(resourceGroupName: string, name: string, slot: string, instanceId: string, options?: WebAppsListInstanceProcessesSlotOptionalParams): PagedAsyncIterableIterator<ProcessInfo>;
|
|
322
|
+
/**
|
|
323
|
+
* Description for List module information for a process by its ID for a specific scaled-out instance
|
|
324
|
+
* in a web site.
|
|
325
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
326
|
+
* @param name Site name.
|
|
327
|
+
* @param processId PID.
|
|
328
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
329
|
+
* the production slot.
|
|
330
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
331
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
332
|
+
* @param options The options parameters.
|
|
333
|
+
*/
|
|
334
|
+
listInstanceProcessModulesSlot(resourceGroupName: string, name: string, processId: string, slot: string, instanceId: string, options?: WebAppsListInstanceProcessModulesSlotOptionalParams): PagedAsyncIterableIterator<ProcessModuleInfo>;
|
|
335
|
+
/**
|
|
336
|
+
* Description for List the threads in a process by its ID for a specific scaled-out instance in a web
|
|
337
|
+
* site.
|
|
338
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
339
|
+
* @param name Site name.
|
|
340
|
+
* @param processId PID.
|
|
341
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
342
|
+
* the production slot.
|
|
343
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
344
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
345
|
+
* @param options The options parameters.
|
|
346
|
+
*/
|
|
347
|
+
listInstanceProcessThreadsSlot(resourceGroupName: string, name: string, processId: string, slot: string, instanceId: string, options?: WebAppsListInstanceProcessThreadsSlotOptionalParams): PagedAsyncIterableIterator<ProcessThreadInfo>;
|
|
348
|
+
/**
|
|
349
|
+
* Description for Gets existing backups of an app.
|
|
350
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
351
|
+
* @param name Name of the app.
|
|
352
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get backups of the
|
|
353
|
+
* production slot.
|
|
354
|
+
* @param options The options parameters.
|
|
355
|
+
*/
|
|
356
|
+
listSiteBackupsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListSiteBackupsSlotOptionalParams): PagedAsyncIterableIterator<BackupItem>;
|
|
357
|
+
/**
|
|
358
|
+
* Description for Gets perfmon counters for web app.
|
|
359
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
360
|
+
* @param name Name of web app.
|
|
361
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
362
|
+
* @param options The options parameters.
|
|
363
|
+
*/
|
|
364
|
+
listPerfMonCountersSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListPerfMonCountersSlotOptionalParams): PagedAsyncIterableIterator<PerfMonResponse>;
|
|
365
|
+
/**
|
|
366
|
+
* Description for Gets the list of private endpoint connections associated with a site
|
|
367
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
368
|
+
* @param name Name of the site.
|
|
369
|
+
* @param slot Name of the site deployment slot.
|
|
370
|
+
* @param options The options parameters.
|
|
371
|
+
*/
|
|
372
|
+
listPrivateEndpointConnectionListSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetPrivateEndpointConnectionListSlotOptionalParams): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
|
|
373
|
+
/**
|
|
374
|
+
* Description for Get list of processes for a web site, or a deployment slot, or for a specific
|
|
375
|
+
* scaled-out instance in a web site.
|
|
376
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
377
|
+
* @param name Site name.
|
|
378
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
379
|
+
* the production slot.
|
|
380
|
+
* @param options The options parameters.
|
|
381
|
+
*/
|
|
382
|
+
listProcessesSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListProcessesSlotOptionalParams): PagedAsyncIterableIterator<ProcessInfo>;
|
|
383
|
+
/**
|
|
384
|
+
* Description for List module information for a process by its ID for a specific scaled-out instance
|
|
385
|
+
* in a web site.
|
|
386
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
387
|
+
* @param name Site name.
|
|
388
|
+
* @param processId PID.
|
|
389
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
390
|
+
* the production slot.
|
|
391
|
+
* @param options The options parameters.
|
|
392
|
+
*/
|
|
393
|
+
listProcessModulesSlot(resourceGroupName: string, name: string, processId: string, slot: string, options?: WebAppsListProcessModulesSlotOptionalParams): PagedAsyncIterableIterator<ProcessModuleInfo>;
|
|
394
|
+
/**
|
|
395
|
+
* Description for List the threads in a process by its ID for a specific scaled-out instance in a web
|
|
396
|
+
* site.
|
|
397
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
398
|
+
* @param name Site name.
|
|
399
|
+
* @param processId PID.
|
|
400
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
401
|
+
* the production slot.
|
|
402
|
+
* @param options The options parameters.
|
|
403
|
+
*/
|
|
404
|
+
listProcessThreadsSlot(resourceGroupName: string, name: string, processId: string, slot: string, options?: WebAppsListProcessThreadsSlotOptionalParams): PagedAsyncIterableIterator<ProcessThreadInfo>;
|
|
405
|
+
/**
|
|
406
|
+
* Description for Get public certificates for an app or a deployment slot.
|
|
407
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
408
|
+
* @param name Name of the app.
|
|
409
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API gets hostname bindings
|
|
410
|
+
* for the production slot.
|
|
411
|
+
* @param options The options parameters.
|
|
412
|
+
*/
|
|
413
|
+
listPublicCertificatesSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListPublicCertificatesSlotOptionalParams): PagedAsyncIterableIterator<PublicCertificate>;
|
|
414
|
+
/**
|
|
415
|
+
* Description for Get list of siteextensions for a web site, or a deployment slot.
|
|
416
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
417
|
+
* @param name Site name.
|
|
418
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
419
|
+
* slot.
|
|
420
|
+
* @param options The options parameters.
|
|
421
|
+
*/
|
|
422
|
+
listSiteExtensionsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListSiteExtensionsSlotOptionalParams): PagedAsyncIterableIterator<SiteExtensionInfo>;
|
|
423
|
+
/**
|
|
424
|
+
* Description for Get the difference in configuration settings between two web app slots.
|
|
425
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
426
|
+
* @param name Name of the app.
|
|
427
|
+
* @param slot Name of the source slot. If a slot is not specified, the production slot is used as the
|
|
428
|
+
* source slot.
|
|
429
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
430
|
+
* @param options The options parameters.
|
|
431
|
+
*/
|
|
432
|
+
listSlotDifferencesSlot(resourceGroupName: string, name: string, slot: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsListSlotDifferencesSlotOptionalParams): PagedAsyncIterableIterator<SlotDifference>;
|
|
433
|
+
/**
|
|
434
|
+
* Description for Returns all Snapshots to the user.
|
|
435
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
436
|
+
* @param name Website Name.
|
|
437
|
+
* @param slot Website Slot.
|
|
438
|
+
* @param options The options parameters.
|
|
439
|
+
*/
|
|
440
|
+
listSnapshotsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListSnapshotsSlotOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
441
|
+
/**
|
|
442
|
+
* Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
|
443
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
444
|
+
* @param name Website Name.
|
|
445
|
+
* @param slot Website Slot.
|
|
446
|
+
* @param options The options parameters.
|
|
447
|
+
*/
|
|
448
|
+
listSnapshotsFromDRSecondarySlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListSnapshotsFromDRSecondarySlotOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
449
|
+
/**
|
|
450
|
+
* Description for List triggered web jobs for an app, or a deployment slot.
|
|
451
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
452
|
+
* @param name Site name.
|
|
453
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
454
|
+
* for the production slot.
|
|
455
|
+
* @param options The options parameters.
|
|
456
|
+
*/
|
|
457
|
+
listTriggeredWebJobsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListTriggeredWebJobsSlotOptionalParams): PagedAsyncIterableIterator<TriggeredWebJob>;
|
|
458
|
+
/**
|
|
459
|
+
* Description for List a triggered web job's history for an app, or a deployment slot.
|
|
460
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
461
|
+
* @param name Site name.
|
|
462
|
+
* @param webJobName Name of Web Job.
|
|
463
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
464
|
+
* slot.
|
|
465
|
+
* @param options The options parameters.
|
|
466
|
+
*/
|
|
467
|
+
listTriggeredWebJobHistorySlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsListTriggeredWebJobHistorySlotOptionalParams): PagedAsyncIterableIterator<TriggeredJobHistory>;
|
|
468
|
+
/**
|
|
469
|
+
* Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
|
470
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
471
|
+
* @param name Name of the app.
|
|
472
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get quota
|
|
473
|
+
* information of the production slot.
|
|
474
|
+
* @param options The options parameters.
|
|
475
|
+
*/
|
|
476
|
+
listUsagesSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListUsagesSlotOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota>;
|
|
477
|
+
/**
|
|
478
|
+
* Description for List webjobs for an app, or a deployment slot.
|
|
479
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
480
|
+
* @param name Site name.
|
|
481
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
482
|
+
* the production slot.
|
|
483
|
+
* @param options The options parameters.
|
|
484
|
+
*/
|
|
485
|
+
listWebJobsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListWebJobsSlotOptionalParams): PagedAsyncIterableIterator<WebJob>;
|
|
486
|
+
/**
|
|
487
|
+
* Description for Get the difference in configuration settings between two web app slots.
|
|
488
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
489
|
+
* @param name Name of the app.
|
|
490
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
491
|
+
* @param options The options parameters.
|
|
492
|
+
*/
|
|
493
|
+
listSlotDifferencesFromProduction(resourceGroupName: string, name: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsListSlotDifferencesFromProductionOptionalParams): PagedAsyncIterableIterator<SlotDifference>;
|
|
494
|
+
/**
|
|
495
|
+
* Description for Returns all Snapshots to the user.
|
|
496
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
497
|
+
* @param name Website Name.
|
|
498
|
+
* @param options The options parameters.
|
|
499
|
+
*/
|
|
500
|
+
listSnapshots(resourceGroupName: string, name: string, options?: WebAppsListSnapshotsOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
501
|
+
/**
|
|
502
|
+
* Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
|
503
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
504
|
+
* @param name Website Name.
|
|
505
|
+
* @param options The options parameters.
|
|
506
|
+
*/
|
|
507
|
+
listSnapshotsFromDRSecondary(resourceGroupName: string, name: string, options?: WebAppsListSnapshotsFromDRSecondaryOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
508
|
+
/**
|
|
509
|
+
* Description for List triggered web jobs for an app, or a deployment slot.
|
|
510
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
511
|
+
* @param name Site name.
|
|
512
|
+
* @param options The options parameters.
|
|
513
|
+
*/
|
|
514
|
+
listTriggeredWebJobs(resourceGroupName: string, name: string, options?: WebAppsListTriggeredWebJobsOptionalParams): PagedAsyncIterableIterator<TriggeredWebJob>;
|
|
515
|
+
/**
|
|
516
|
+
* Description for List a triggered web job's history for an app, or a deployment slot.
|
|
517
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
518
|
+
* @param name Site name.
|
|
519
|
+
* @param webJobName Name of Web Job.
|
|
520
|
+
* @param options The options parameters.
|
|
521
|
+
*/
|
|
522
|
+
listTriggeredWebJobHistory(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsListTriggeredWebJobHistoryOptionalParams): PagedAsyncIterableIterator<TriggeredJobHistory>;
|
|
523
|
+
/**
|
|
524
|
+
* Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
|
525
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
526
|
+
* @param name Name of the app.
|
|
527
|
+
* @param options The options parameters.
|
|
528
|
+
*/
|
|
529
|
+
listUsages(resourceGroupName: string, name: string, options?: WebAppsListUsagesOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota>;
|
|
530
|
+
/**
|
|
531
|
+
* Description for List webjobs for an app, or a deployment slot.
|
|
532
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
533
|
+
* @param name Site name.
|
|
534
|
+
* @param options The options parameters.
|
|
535
|
+
*/
|
|
536
|
+
listWebJobs(resourceGroupName: string, name: string, options?: WebAppsListWebJobsOptionalParams): PagedAsyncIterableIterator<WebJob>;
|
|
537
|
+
/**
|
|
538
|
+
* Description for Gets the details of a web, mobile, or API app.
|
|
539
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
540
|
+
* @param name Name of the app.
|
|
541
|
+
* @param options The options parameters.
|
|
542
|
+
*/
|
|
543
|
+
get(resourceGroupName: string, name: string, options?: WebAppsGetOptionalParams): Promise<WebAppsGetResponse>;
|
|
544
|
+
/**
|
|
545
|
+
* Description for Creates a new web, mobile, or API app in an existing resource group, or updates an
|
|
546
|
+
* existing app.
|
|
547
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
548
|
+
* @param name Unique name of the app to create or update. To create or update a deployment slot, use
|
|
549
|
+
* the {slot} parameter.
|
|
550
|
+
* @param siteEnvelope A JSON representation of the app properties. See example.
|
|
551
|
+
* @param options The options parameters.
|
|
552
|
+
*/
|
|
553
|
+
beginCreateOrUpdate(resourceGroupName: string, name: string, siteEnvelope: Site, options?: WebAppsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateOrUpdateResponse>, WebAppsCreateOrUpdateResponse>>;
|
|
554
|
+
/**
|
|
555
|
+
* Description for Creates a new web, mobile, or API app in an existing resource group, or updates an
|
|
556
|
+
* existing app.
|
|
557
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
558
|
+
* @param name Unique name of the app to create or update. To create or update a deployment slot, use
|
|
559
|
+
* the {slot} parameter.
|
|
560
|
+
* @param siteEnvelope A JSON representation of the app properties. See example.
|
|
561
|
+
* @param options The options parameters.
|
|
562
|
+
*/
|
|
563
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, siteEnvelope: Site, options?: WebAppsCreateOrUpdateOptionalParams): Promise<WebAppsCreateOrUpdateResponse>;
|
|
564
|
+
/**
|
|
565
|
+
* Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
|
566
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
567
|
+
* @param name Name of the app to delete.
|
|
568
|
+
* @param options The options parameters.
|
|
569
|
+
*/
|
|
570
|
+
delete(resourceGroupName: string, name: string, options?: WebAppsDeleteOptionalParams): Promise<void>;
|
|
571
|
+
/**
|
|
572
|
+
* Description for Creates a new web, mobile, or API app in an existing resource group, or updates an
|
|
573
|
+
* existing app.
|
|
574
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
575
|
+
* @param name Unique name of the app to create or update. To create or update a deployment slot, use
|
|
576
|
+
* the {slot} parameter.
|
|
577
|
+
* @param siteEnvelope A JSON representation of the app properties. See example.
|
|
578
|
+
* @param options The options parameters.
|
|
579
|
+
*/
|
|
580
|
+
update(resourceGroupName: string, name: string, siteEnvelope: SitePatchResource, options?: WebAppsUpdateOptionalParams): Promise<WebAppsUpdateResponse>;
|
|
581
|
+
/**
|
|
582
|
+
* Description for Analyze a custom hostname.
|
|
583
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
584
|
+
* @param name Name of web app.
|
|
585
|
+
* @param options The options parameters.
|
|
586
|
+
*/
|
|
587
|
+
analyzeCustomHostname(resourceGroupName: string, name: string, options?: WebAppsAnalyzeCustomHostnameOptionalParams): Promise<WebAppsAnalyzeCustomHostnameResponse>;
|
|
588
|
+
/**
|
|
589
|
+
* Description for Applies the configuration settings from the target slot onto the current slot.
|
|
590
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
591
|
+
* @param name Name of the app.
|
|
592
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
593
|
+
* @param options The options parameters.
|
|
594
|
+
*/
|
|
595
|
+
applySlotConfigToProduction(resourceGroupName: string, name: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsApplySlotConfigToProductionOptionalParams): Promise<void>;
|
|
596
|
+
/**
|
|
597
|
+
* Description for Creates a backup of an app.
|
|
598
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
599
|
+
* @param name Name of the app.
|
|
600
|
+
* @param request Backup configuration. You can use the JSON response from the POST action as input
|
|
601
|
+
* here.
|
|
602
|
+
* @param options The options parameters.
|
|
603
|
+
*/
|
|
604
|
+
backup(resourceGroupName: string, name: string, request: BackupRequest, options?: WebAppsBackupOptionalParams): Promise<WebAppsBackupResponse>;
|
|
605
|
+
/**
|
|
606
|
+
* Description for Gets a backup of an app by its ID.
|
|
607
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
608
|
+
* @param name Name of the app.
|
|
609
|
+
* @param backupId ID of the backup.
|
|
610
|
+
* @param options The options parameters.
|
|
611
|
+
*/
|
|
612
|
+
getBackupStatus(resourceGroupName: string, name: string, backupId: string, options?: WebAppsGetBackupStatusOptionalParams): Promise<WebAppsGetBackupStatusResponse>;
|
|
613
|
+
/**
|
|
614
|
+
* Description for Deletes a backup of an app by its ID.
|
|
615
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
616
|
+
* @param name Name of the app.
|
|
617
|
+
* @param backupId ID of the backup.
|
|
618
|
+
* @param options The options parameters.
|
|
619
|
+
*/
|
|
620
|
+
deleteBackup(resourceGroupName: string, name: string, backupId: string, options?: WebAppsDeleteBackupOptionalParams): Promise<void>;
|
|
621
|
+
/**
|
|
622
|
+
* Description for Gets status of a web app backup that may be in progress, including secrets
|
|
623
|
+
* associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS
|
|
624
|
+
* URL for the backup if a new URL is passed in the request body.
|
|
625
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
626
|
+
* @param name Name of web app.
|
|
627
|
+
* @param backupId ID of backup.
|
|
628
|
+
* @param request Information on backup request.
|
|
629
|
+
* @param options The options parameters.
|
|
630
|
+
*/
|
|
631
|
+
listBackupStatusSecrets(resourceGroupName: string, name: string, backupId: string, request: BackupRequest, options?: WebAppsListBackupStatusSecretsOptionalParams): Promise<WebAppsListBackupStatusSecretsResponse>;
|
|
632
|
+
/**
|
|
633
|
+
* Description for Restores a specific backup to another app (or deployment slot, if specified).
|
|
634
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
635
|
+
* @param name Name of the app.
|
|
636
|
+
* @param backupId ID of the backup.
|
|
637
|
+
* @param request Information on restore request .
|
|
638
|
+
* @param options The options parameters.
|
|
639
|
+
*/
|
|
640
|
+
beginRestore(resourceGroupName: string, name: string, backupId: string, request: RestoreRequest, options?: WebAppsRestoreOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
641
|
+
/**
|
|
642
|
+
* Description for Restores a specific backup to another app (or deployment slot, if specified).
|
|
643
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
644
|
+
* @param name Name of the app.
|
|
645
|
+
* @param backupId ID of the backup.
|
|
646
|
+
* @param request Information on restore request .
|
|
647
|
+
* @param options The options parameters.
|
|
648
|
+
*/
|
|
649
|
+
beginRestoreAndWait(resourceGroupName: string, name: string, backupId: string, request: RestoreRequest, options?: WebAppsRestoreOptionalParams): Promise<void>;
|
|
650
|
+
/**
|
|
651
|
+
* Description for Returns whether FTP is allowed on the site or not.
|
|
652
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
653
|
+
* @param name Name of the app.
|
|
654
|
+
* @param options The options parameters.
|
|
655
|
+
*/
|
|
656
|
+
getFtpAllowed(resourceGroupName: string, name: string, options?: WebAppsGetFtpAllowedOptionalParams): Promise<WebAppsGetFtpAllowedResponse>;
|
|
657
|
+
/**
|
|
658
|
+
* Description for Updates whether FTP is allowed on the site or not.
|
|
659
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
660
|
+
* @param name Name of the app.
|
|
661
|
+
* @param csmPublishingAccessPoliciesEntity Publishing Credentials Policies parameters.
|
|
662
|
+
* @param options The options parameters.
|
|
663
|
+
*/
|
|
664
|
+
updateFtpAllowed(resourceGroupName: string, name: string, csmPublishingAccessPoliciesEntity: CsmPublishingCredentialsPoliciesEntity, options?: WebAppsUpdateFtpAllowedOptionalParams): Promise<WebAppsUpdateFtpAllowedResponse>;
|
|
665
|
+
/**
|
|
666
|
+
* Description for Returns whether Scm basic auth is allowed on the site or not.
|
|
667
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
668
|
+
* @param name Name of the app.
|
|
669
|
+
* @param options The options parameters.
|
|
670
|
+
*/
|
|
671
|
+
getScmAllowed(resourceGroupName: string, name: string, options?: WebAppsGetScmAllowedOptionalParams): Promise<WebAppsGetScmAllowedResponse>;
|
|
672
|
+
/**
|
|
673
|
+
* Description for Updates whether user publishing credentials are allowed on the site or not.
|
|
674
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
675
|
+
* @param name Name of the app.
|
|
676
|
+
* @param csmPublishingAccessPoliciesEntity Publishing Credentials Policies parameters.
|
|
677
|
+
* @param options The options parameters.
|
|
678
|
+
*/
|
|
679
|
+
updateScmAllowed(resourceGroupName: string, name: string, csmPublishingAccessPoliciesEntity: CsmPublishingCredentialsPoliciesEntity, options?: WebAppsUpdateScmAllowedOptionalParams): Promise<WebAppsUpdateScmAllowedResponse>;
|
|
680
|
+
/**
|
|
681
|
+
* Description for Replaces the application settings of an app.
|
|
682
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
683
|
+
* @param name Name of the app.
|
|
684
|
+
* @param appSettings Application settings of the app.
|
|
685
|
+
* @param options The options parameters.
|
|
686
|
+
*/
|
|
687
|
+
updateApplicationSettings(resourceGroupName: string, name: string, appSettings: StringDictionary, options?: WebAppsUpdateApplicationSettingsOptionalParams): Promise<WebAppsUpdateApplicationSettingsResponse>;
|
|
688
|
+
/**
|
|
689
|
+
* Description for Gets the application settings of an app.
|
|
690
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
691
|
+
* @param name Name of the app.
|
|
692
|
+
* @param options The options parameters.
|
|
693
|
+
*/
|
|
694
|
+
listApplicationSettings(resourceGroupName: string, name: string, options?: WebAppsListApplicationSettingsOptionalParams): Promise<WebAppsListApplicationSettingsResponse>;
|
|
695
|
+
/**
|
|
696
|
+
* Description for Updates the Authentication / Authorization settings associated with web app.
|
|
697
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
698
|
+
* @param name Name of web app.
|
|
699
|
+
* @param siteAuthSettings Auth settings associated with web app.
|
|
700
|
+
* @param options The options parameters.
|
|
701
|
+
*/
|
|
702
|
+
updateAuthSettings(resourceGroupName: string, name: string, siteAuthSettings: SiteAuthSettings, options?: WebAppsUpdateAuthSettingsOptionalParams): Promise<WebAppsUpdateAuthSettingsResponse>;
|
|
703
|
+
/**
|
|
704
|
+
* Description for Gets the Authentication/Authorization settings of an app.
|
|
705
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
706
|
+
* @param name Name of the app.
|
|
707
|
+
* @param options The options parameters.
|
|
708
|
+
*/
|
|
709
|
+
getAuthSettings(resourceGroupName: string, name: string, options?: WebAppsGetAuthSettingsOptionalParams): Promise<WebAppsGetAuthSettingsResponse>;
|
|
710
|
+
/**
|
|
711
|
+
* Description for Updates site's Authentication / Authorization settings for apps via the V2 format
|
|
712
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
713
|
+
* @param name Name of web app.
|
|
714
|
+
* @param siteAuthSettingsV2 Auth settings associated with web app.
|
|
715
|
+
* @param options The options parameters.
|
|
716
|
+
*/
|
|
717
|
+
updateAuthSettingsV2(resourceGroupName: string, name: string, siteAuthSettingsV2: SiteAuthSettingsV2, options?: WebAppsUpdateAuthSettingsV2OptionalParams): Promise<WebAppsUpdateAuthSettingsV2Response>;
|
|
718
|
+
/**
|
|
719
|
+
* Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
|
720
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
721
|
+
* @param name Name of the app.
|
|
722
|
+
* @param options The options parameters.
|
|
723
|
+
*/
|
|
724
|
+
getAuthSettingsV2(resourceGroupName: string, name: string, options?: WebAppsGetAuthSettingsV2OptionalParams): Promise<WebAppsGetAuthSettingsV2Response>;
|
|
725
|
+
/**
|
|
726
|
+
* Description for Updates the Azure storage account configurations of an app.
|
|
727
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
728
|
+
* @param name Name of the app.
|
|
729
|
+
* @param azureStorageAccounts Azure storage accounts of the app.
|
|
730
|
+
* @param options The options parameters.
|
|
731
|
+
*/
|
|
732
|
+
updateAzureStorageAccounts(resourceGroupName: string, name: string, azureStorageAccounts: AzureStoragePropertyDictionaryResource, options?: WebAppsUpdateAzureStorageAccountsOptionalParams): Promise<WebAppsUpdateAzureStorageAccountsResponse>;
|
|
733
|
+
/**
|
|
734
|
+
* Description for Gets the Azure storage account configurations of an app.
|
|
735
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
736
|
+
* @param name Name of the app.
|
|
737
|
+
* @param options The options parameters.
|
|
738
|
+
*/
|
|
739
|
+
listAzureStorageAccounts(resourceGroupName: string, name: string, options?: WebAppsListAzureStorageAccountsOptionalParams): Promise<WebAppsListAzureStorageAccountsResponse>;
|
|
740
|
+
/**
|
|
741
|
+
* Description for Updates the backup configuration of an app.
|
|
742
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
743
|
+
* @param name Name of the app.
|
|
744
|
+
* @param request Edited backup configuration.
|
|
745
|
+
* @param options The options parameters.
|
|
746
|
+
*/
|
|
747
|
+
updateBackupConfiguration(resourceGroupName: string, name: string, request: BackupRequest, options?: WebAppsUpdateBackupConfigurationOptionalParams): Promise<WebAppsUpdateBackupConfigurationResponse>;
|
|
748
|
+
/**
|
|
749
|
+
* Description for Deletes the backup configuration of an app.
|
|
750
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
751
|
+
* @param name Name of the app.
|
|
752
|
+
* @param options The options parameters.
|
|
753
|
+
*/
|
|
754
|
+
deleteBackupConfiguration(resourceGroupName: string, name: string, options?: WebAppsDeleteBackupConfigurationOptionalParams): Promise<void>;
|
|
755
|
+
/**
|
|
756
|
+
* Description for Gets the backup configuration of an app.
|
|
757
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
758
|
+
* @param name Name of the app.
|
|
759
|
+
* @param options The options parameters.
|
|
760
|
+
*/
|
|
761
|
+
getBackupConfiguration(resourceGroupName: string, name: string, options?: WebAppsGetBackupConfigurationOptionalParams): Promise<WebAppsGetBackupConfigurationResponse>;
|
|
762
|
+
/**
|
|
763
|
+
* Description for Gets the config reference and status of an app
|
|
764
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
765
|
+
* @param name Name of the app.
|
|
766
|
+
* @param appSettingKey App Setting key name.
|
|
767
|
+
* @param options The options parameters.
|
|
768
|
+
*/
|
|
769
|
+
getAppSettingKeyVaultReference(resourceGroupName: string, name: string, appSettingKey: string, options?: WebAppsGetAppSettingKeyVaultReferenceOptionalParams): Promise<WebAppsGetAppSettingKeyVaultReferenceResponse>;
|
|
770
|
+
/**
|
|
771
|
+
* Description for Gets the config reference and status of an app
|
|
772
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
773
|
+
* @param name Name of the app.
|
|
774
|
+
* @param connectionStringKey
|
|
775
|
+
* @param options The options parameters.
|
|
776
|
+
*/
|
|
777
|
+
getSiteConnectionStringKeyVaultReference(resourceGroupName: string, name: string, connectionStringKey: string, options?: WebAppsGetSiteConnectionStringKeyVaultReferenceOptionalParams): Promise<WebAppsGetSiteConnectionStringKeyVaultReferenceResponse>;
|
|
778
|
+
/**
|
|
779
|
+
* Description for Replaces the connection strings of an app.
|
|
780
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
781
|
+
* @param name Name of the app.
|
|
782
|
+
* @param connectionStrings Connection strings of the app or deployment slot. See example.
|
|
783
|
+
* @param options The options parameters.
|
|
784
|
+
*/
|
|
785
|
+
updateConnectionStrings(resourceGroupName: string, name: string, connectionStrings: ConnectionStringDictionary, options?: WebAppsUpdateConnectionStringsOptionalParams): Promise<WebAppsUpdateConnectionStringsResponse>;
|
|
786
|
+
/**
|
|
787
|
+
* Description for Gets the connection strings of an app.
|
|
788
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
789
|
+
* @param name Name of the app.
|
|
790
|
+
* @param options The options parameters.
|
|
791
|
+
*/
|
|
792
|
+
listConnectionStrings(resourceGroupName: string, name: string, options?: WebAppsListConnectionStringsOptionalParams): Promise<WebAppsListConnectionStringsResponse>;
|
|
793
|
+
/**
|
|
794
|
+
* Description for Gets the logging configuration of an app.
|
|
795
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
796
|
+
* @param name Name of the app.
|
|
797
|
+
* @param options The options parameters.
|
|
798
|
+
*/
|
|
799
|
+
getDiagnosticLogsConfiguration(resourceGroupName: string, name: string, options?: WebAppsGetDiagnosticLogsConfigurationOptionalParams): Promise<WebAppsGetDiagnosticLogsConfigurationResponse>;
|
|
800
|
+
/**
|
|
801
|
+
* Description for Updates the logging configuration of an app.
|
|
802
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
803
|
+
* @param name Name of the app.
|
|
804
|
+
* @param siteLogsConfig A SiteLogsConfig JSON object that contains the logging configuration to change
|
|
805
|
+
* in the "properties" property.
|
|
806
|
+
* @param options The options parameters.
|
|
807
|
+
*/
|
|
808
|
+
updateDiagnosticLogsConfig(resourceGroupName: string, name: string, siteLogsConfig: SiteLogsConfig, options?: WebAppsUpdateDiagnosticLogsConfigOptionalParams): Promise<WebAppsUpdateDiagnosticLogsConfigResponse>;
|
|
809
|
+
/**
|
|
810
|
+
* Description for Replaces the metadata of an app.
|
|
811
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
812
|
+
* @param name Name of the app.
|
|
813
|
+
* @param metadata Edited metadata of the app or deployment slot. See example.
|
|
814
|
+
* @param options The options parameters.
|
|
815
|
+
*/
|
|
816
|
+
updateMetadata(resourceGroupName: string, name: string, metadata: StringDictionary, options?: WebAppsUpdateMetadataOptionalParams): Promise<WebAppsUpdateMetadataResponse>;
|
|
817
|
+
/**
|
|
818
|
+
* Description for Gets the metadata of an app.
|
|
819
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
820
|
+
* @param name Name of the app.
|
|
821
|
+
* @param options The options parameters.
|
|
822
|
+
*/
|
|
823
|
+
listMetadata(resourceGroupName: string, name: string, options?: WebAppsListMetadataOptionalParams): Promise<WebAppsListMetadataResponse>;
|
|
824
|
+
/**
|
|
825
|
+
* Description for Gets the Git/FTP publishing credentials of an app.
|
|
826
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
827
|
+
* @param name Name of the app.
|
|
828
|
+
* @param options The options parameters.
|
|
829
|
+
*/
|
|
830
|
+
beginListPublishingCredentials(resourceGroupName: string, name: string, options?: WebAppsListPublishingCredentialsOptionalParams): Promise<PollerLike<PollOperationState<WebAppsListPublishingCredentialsResponse>, WebAppsListPublishingCredentialsResponse>>;
|
|
831
|
+
/**
|
|
832
|
+
* Description for Gets the Git/FTP publishing credentials of an app.
|
|
833
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
834
|
+
* @param name Name of the app.
|
|
835
|
+
* @param options The options parameters.
|
|
836
|
+
*/
|
|
837
|
+
beginListPublishingCredentialsAndWait(resourceGroupName: string, name: string, options?: WebAppsListPublishingCredentialsOptionalParams): Promise<WebAppsListPublishingCredentialsResponse>;
|
|
838
|
+
/**
|
|
839
|
+
* Description for Updates the Push settings associated with web app.
|
|
840
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
841
|
+
* @param name Name of web app.
|
|
842
|
+
* @param pushSettings Push settings associated with web app.
|
|
843
|
+
* @param options The options parameters.
|
|
844
|
+
*/
|
|
845
|
+
updateSitePushSettings(resourceGroupName: string, name: string, pushSettings: PushSettings, options?: WebAppsUpdateSitePushSettingsOptionalParams): Promise<WebAppsUpdateSitePushSettingsResponse>;
|
|
846
|
+
/**
|
|
847
|
+
* Description for Gets the Push settings associated with web app.
|
|
848
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
849
|
+
* @param name Name of web app.
|
|
850
|
+
* @param options The options parameters.
|
|
851
|
+
*/
|
|
852
|
+
listSitePushSettings(resourceGroupName: string, name: string, options?: WebAppsListSitePushSettingsOptionalParams): Promise<WebAppsListSitePushSettingsResponse>;
|
|
853
|
+
/**
|
|
854
|
+
* Description for Gets the names of app settings and connection strings that stick to the slot (not
|
|
855
|
+
* swapped).
|
|
856
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
857
|
+
* @param name Name of the app.
|
|
858
|
+
* @param options The options parameters.
|
|
859
|
+
*/
|
|
860
|
+
listSlotConfigurationNames(resourceGroupName: string, name: string, options?: WebAppsListSlotConfigurationNamesOptionalParams): Promise<WebAppsListSlotConfigurationNamesResponse>;
|
|
861
|
+
/**
|
|
862
|
+
* Description for Updates the names of application settings and connection string that remain with the
|
|
863
|
+
* slot during swap operation.
|
|
864
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
865
|
+
* @param name Name of the app.
|
|
866
|
+
* @param slotConfigNames Names of application settings and connection strings. See example.
|
|
867
|
+
* @param options The options parameters.
|
|
868
|
+
*/
|
|
869
|
+
updateSlotConfigurationNames(resourceGroupName: string, name: string, slotConfigNames: SlotConfigNamesResource, options?: WebAppsUpdateSlotConfigurationNamesOptionalParams): Promise<WebAppsUpdateSlotConfigurationNamesResponse>;
|
|
870
|
+
/**
|
|
871
|
+
* Description for Gets the configuration of an app, such as platform version and bitness, default
|
|
872
|
+
* documents, virtual applications, Always On, etc.
|
|
873
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
874
|
+
* @param name Name of the app.
|
|
875
|
+
* @param options The options parameters.
|
|
876
|
+
*/
|
|
877
|
+
getConfiguration(resourceGroupName: string, name: string, options?: WebAppsGetConfigurationOptionalParams): Promise<WebAppsGetConfigurationResponse>;
|
|
878
|
+
/**
|
|
879
|
+
* Description for Updates the configuration of an app.
|
|
880
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
881
|
+
* @param name Name of the app.
|
|
882
|
+
* @param siteConfig JSON representation of a SiteConfig object. See example.
|
|
883
|
+
* @param options The options parameters.
|
|
884
|
+
*/
|
|
885
|
+
createOrUpdateConfiguration(resourceGroupName: string, name: string, siteConfig: SiteConfigResource, options?: WebAppsCreateOrUpdateConfigurationOptionalParams): Promise<WebAppsCreateOrUpdateConfigurationResponse>;
|
|
886
|
+
/**
|
|
887
|
+
* Description for Updates the configuration of an app.
|
|
888
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
889
|
+
* @param name Name of the app.
|
|
890
|
+
* @param siteConfig JSON representation of a SiteConfig object. See example.
|
|
891
|
+
* @param options The options parameters.
|
|
892
|
+
*/
|
|
893
|
+
updateConfiguration(resourceGroupName: string, name: string, siteConfig: SiteConfigResource, options?: WebAppsUpdateConfigurationOptionalParams): Promise<WebAppsUpdateConfigurationResponse>;
|
|
894
|
+
/**
|
|
895
|
+
* Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
|
896
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
897
|
+
* @param name Name of the app.
|
|
898
|
+
* @param snapshotId The ID of the snapshot to read.
|
|
899
|
+
* @param options The options parameters.
|
|
900
|
+
*/
|
|
901
|
+
getConfigurationSnapshot(resourceGroupName: string, name: string, snapshotId: string, options?: WebAppsGetConfigurationSnapshotOptionalParams): Promise<WebAppsGetConfigurationSnapshotResponse>;
|
|
902
|
+
/**
|
|
903
|
+
* Description for Reverts the configuration of an app to a previous snapshot.
|
|
904
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
905
|
+
* @param name Name of the app.
|
|
906
|
+
* @param snapshotId The ID of the snapshot to read.
|
|
907
|
+
* @param options The options parameters.
|
|
908
|
+
*/
|
|
909
|
+
recoverSiteConfigurationSnapshot(resourceGroupName: string, name: string, snapshotId: string, options?: WebAppsRecoverSiteConfigurationSnapshotOptionalParams): Promise<void>;
|
|
910
|
+
/**
|
|
911
|
+
* Description for Gets the last lines of docker logs for the given site
|
|
912
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
913
|
+
* @param name Name of web app.
|
|
914
|
+
* @param options The options parameters.
|
|
915
|
+
*/
|
|
916
|
+
getWebSiteContainerLogs(resourceGroupName: string, name: string, options?: WebAppsGetWebSiteContainerLogsOptionalParams): Promise<WebAppsGetWebSiteContainerLogsResponse>;
|
|
917
|
+
/**
|
|
918
|
+
* Description for Gets the ZIP archived docker log files for the given site
|
|
919
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
920
|
+
* @param name Name of web app.
|
|
921
|
+
* @param options The options parameters.
|
|
922
|
+
*/
|
|
923
|
+
getContainerLogsZip(resourceGroupName: string, name: string, options?: WebAppsGetContainerLogsZipOptionalParams): Promise<WebAppsGetContainerLogsZipResponse>;
|
|
924
|
+
/**
|
|
925
|
+
* Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
|
926
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
927
|
+
* @param name Site name.
|
|
928
|
+
* @param webJobName Name of Web Job.
|
|
929
|
+
* @param options The options parameters.
|
|
930
|
+
*/
|
|
931
|
+
getContinuousWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsGetContinuousWebJobOptionalParams): Promise<WebAppsGetContinuousWebJobResponse>;
|
|
932
|
+
/**
|
|
933
|
+
* Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
|
934
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
935
|
+
* @param name Site name.
|
|
936
|
+
* @param webJobName Name of Web Job.
|
|
937
|
+
* @param options The options parameters.
|
|
938
|
+
*/
|
|
939
|
+
deleteContinuousWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsDeleteContinuousWebJobOptionalParams): Promise<void>;
|
|
940
|
+
/**
|
|
941
|
+
* Description for Start a continuous web job for an app, or a deployment slot.
|
|
942
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
943
|
+
* @param name Site name.
|
|
944
|
+
* @param webJobName Name of Web Job.
|
|
945
|
+
* @param options The options parameters.
|
|
946
|
+
*/
|
|
947
|
+
startContinuousWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsStartContinuousWebJobOptionalParams): Promise<void>;
|
|
948
|
+
/**
|
|
949
|
+
* Description for Stop a continuous web job for an app, or a deployment slot.
|
|
950
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
951
|
+
* @param name Site name.
|
|
952
|
+
* @param webJobName Name of Web Job.
|
|
953
|
+
* @param options The options parameters.
|
|
954
|
+
*/
|
|
955
|
+
stopContinuousWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsStopContinuousWebJobOptionalParams): Promise<void>;
|
|
956
|
+
/**
|
|
957
|
+
* Description for Get a deployment by its ID for an app, or a deployment slot.
|
|
958
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
959
|
+
* @param name Name of the app.
|
|
960
|
+
* @param id Deployment ID.
|
|
961
|
+
* @param options The options parameters.
|
|
962
|
+
*/
|
|
963
|
+
getDeployment(resourceGroupName: string, name: string, id: string, options?: WebAppsGetDeploymentOptionalParams): Promise<WebAppsGetDeploymentResponse>;
|
|
964
|
+
/**
|
|
965
|
+
* Description for Create a deployment for an app, or a deployment slot.
|
|
966
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
967
|
+
* @param name Name of the app.
|
|
968
|
+
* @param id ID of an existing deployment.
|
|
969
|
+
* @param deployment Deployment details.
|
|
970
|
+
* @param options The options parameters.
|
|
971
|
+
*/
|
|
972
|
+
createDeployment(resourceGroupName: string, name: string, id: string, deployment: Deployment, options?: WebAppsCreateDeploymentOptionalParams): Promise<WebAppsCreateDeploymentResponse>;
|
|
973
|
+
/**
|
|
974
|
+
* Description for Delete a deployment by its ID for an app, or a deployment slot.
|
|
975
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
976
|
+
* @param name Name of the app.
|
|
977
|
+
* @param id Deployment ID.
|
|
978
|
+
* @param options The options parameters.
|
|
979
|
+
*/
|
|
980
|
+
deleteDeployment(resourceGroupName: string, name: string, id: string, options?: WebAppsDeleteDeploymentOptionalParams): Promise<void>;
|
|
981
|
+
/**
|
|
982
|
+
* Description for List deployment log for specific deployment for an app, or a deployment slot.
|
|
983
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
984
|
+
* @param name Name of the app.
|
|
985
|
+
* @param id The ID of a specific deployment. This is the value of the name property in the JSON
|
|
986
|
+
* response from "GET /api/sites/{siteName}/deployments".
|
|
987
|
+
* @param options The options parameters.
|
|
988
|
+
*/
|
|
989
|
+
listDeploymentLog(resourceGroupName: string, name: string, id: string, options?: WebAppsListDeploymentLogOptionalParams): Promise<WebAppsListDeploymentLogResponse>;
|
|
990
|
+
/**
|
|
991
|
+
* Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
|
992
|
+
* Use this to get information about the databases stored in a backup.
|
|
993
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
994
|
+
* @param name Name of the app.
|
|
995
|
+
* @param request A RestoreRequest object that includes Azure storage URL and blog name for discovery
|
|
996
|
+
* of backup.
|
|
997
|
+
* @param options The options parameters.
|
|
998
|
+
*/
|
|
999
|
+
discoverBackup(resourceGroupName: string, name: string, request: RestoreRequest, options?: WebAppsDiscoverBackupOptionalParams): Promise<WebAppsDiscoverBackupResponse>;
|
|
1000
|
+
/**
|
|
1001
|
+
* Description for Get domain ownership identifier for web app.
|
|
1002
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1003
|
+
* @param name Name of the app.
|
|
1004
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
1005
|
+
* @param options The options parameters.
|
|
1006
|
+
*/
|
|
1007
|
+
getDomainOwnershipIdentifier(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, options?: WebAppsGetDomainOwnershipIdentifierOptionalParams): Promise<WebAppsGetDomainOwnershipIdentifierResponse>;
|
|
1008
|
+
/**
|
|
1009
|
+
* Description for Creates a domain ownership identifier for web app, or updates an existing ownership
|
|
1010
|
+
* identifier.
|
|
1011
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1012
|
+
* @param name Name of the app.
|
|
1013
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
1014
|
+
* @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
|
|
1015
|
+
* @param options The options parameters.
|
|
1016
|
+
*/
|
|
1017
|
+
createOrUpdateDomainOwnershipIdentifier(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, domainOwnershipIdentifier: Identifier, options?: WebAppsCreateOrUpdateDomainOwnershipIdentifierOptionalParams): Promise<WebAppsCreateOrUpdateDomainOwnershipIdentifierResponse>;
|
|
1018
|
+
/**
|
|
1019
|
+
* Description for Deletes a domain ownership identifier for a web app.
|
|
1020
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1021
|
+
* @param name Name of the app.
|
|
1022
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
1023
|
+
* @param options The options parameters.
|
|
1024
|
+
*/
|
|
1025
|
+
deleteDomainOwnershipIdentifier(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, options?: WebAppsDeleteDomainOwnershipIdentifierOptionalParams): Promise<void>;
|
|
1026
|
+
/**
|
|
1027
|
+
* Description for Creates a domain ownership identifier for web app, or updates an existing ownership
|
|
1028
|
+
* identifier.
|
|
1029
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1030
|
+
* @param name Name of the app.
|
|
1031
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
1032
|
+
* @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
|
|
1033
|
+
* @param options The options parameters.
|
|
1034
|
+
*/
|
|
1035
|
+
updateDomainOwnershipIdentifier(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, domainOwnershipIdentifier: Identifier, options?: WebAppsUpdateDomainOwnershipIdentifierOptionalParams): Promise<WebAppsUpdateDomainOwnershipIdentifierResponse>;
|
|
1036
|
+
/**
|
|
1037
|
+
* Description for Get the status of the last MSDeploy operation.
|
|
1038
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1039
|
+
* @param name Name of web app.
|
|
1040
|
+
* @param options The options parameters.
|
|
1041
|
+
*/
|
|
1042
|
+
getMSDeployStatus(resourceGroupName: string, name: string, options?: WebAppsGetMSDeployStatusOptionalParams): Promise<WebAppsGetMSDeployStatusResponse>;
|
|
1043
|
+
/**
|
|
1044
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
1045
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1046
|
+
* @param name Name of web app.
|
|
1047
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
1048
|
+
* @param options The options parameters.
|
|
1049
|
+
*/
|
|
1050
|
+
beginCreateMSDeployOperation(resourceGroupName: string, name: string, mSDeploy: MSDeploy, options?: WebAppsCreateMSDeployOperationOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateMSDeployOperationResponse>, WebAppsCreateMSDeployOperationResponse>>;
|
|
1051
|
+
/**
|
|
1052
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
1053
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1054
|
+
* @param name Name of web app.
|
|
1055
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
1056
|
+
* @param options The options parameters.
|
|
1057
|
+
*/
|
|
1058
|
+
beginCreateMSDeployOperationAndWait(resourceGroupName: string, name: string, mSDeploy: MSDeploy, options?: WebAppsCreateMSDeployOperationOptionalParams): Promise<WebAppsCreateMSDeployOperationResponse>;
|
|
1059
|
+
/**
|
|
1060
|
+
* Description for Get the MSDeploy Log for the last MSDeploy operation.
|
|
1061
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1062
|
+
* @param name Name of web app.
|
|
1063
|
+
* @param options The options parameters.
|
|
1064
|
+
*/
|
|
1065
|
+
getMSDeployLog(resourceGroupName: string, name: string, options?: WebAppsGetMSDeployLogOptionalParams): Promise<WebAppsGetMSDeployLogResponse>;
|
|
1066
|
+
/**
|
|
1067
|
+
* Description for Fetch a short lived token that can be exchanged for a master key.
|
|
1068
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1069
|
+
* @param name Name of web app.
|
|
1070
|
+
* @param options The options parameters.
|
|
1071
|
+
*/
|
|
1072
|
+
getFunctionsAdminToken(resourceGroupName: string, name: string, options?: WebAppsGetFunctionsAdminTokenOptionalParams): Promise<WebAppsGetFunctionsAdminTokenResponse>;
|
|
1073
|
+
/**
|
|
1074
|
+
* Description for Get function information by its ID for web site, or a deployment slot.
|
|
1075
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1076
|
+
* @param name Site name.
|
|
1077
|
+
* @param functionName Function name.
|
|
1078
|
+
* @param options The options parameters.
|
|
1079
|
+
*/
|
|
1080
|
+
getFunction(resourceGroupName: string, name: string, functionName: string, options?: WebAppsGetFunctionOptionalParams): Promise<WebAppsGetFunctionResponse>;
|
|
1081
|
+
/**
|
|
1082
|
+
* Description for Create function for web site, or a deployment slot.
|
|
1083
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1084
|
+
* @param name Site name.
|
|
1085
|
+
* @param functionName Function name.
|
|
1086
|
+
* @param functionEnvelope Function details.
|
|
1087
|
+
* @param options The options parameters.
|
|
1088
|
+
*/
|
|
1089
|
+
beginCreateFunction(resourceGroupName: string, name: string, functionName: string, functionEnvelope: FunctionEnvelope, options?: WebAppsCreateFunctionOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateFunctionResponse>, WebAppsCreateFunctionResponse>>;
|
|
1090
|
+
/**
|
|
1091
|
+
* Description for Create function for web site, or a deployment slot.
|
|
1092
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1093
|
+
* @param name Site name.
|
|
1094
|
+
* @param functionName Function name.
|
|
1095
|
+
* @param functionEnvelope Function details.
|
|
1096
|
+
* @param options The options parameters.
|
|
1097
|
+
*/
|
|
1098
|
+
beginCreateFunctionAndWait(resourceGroupName: string, name: string, functionName: string, functionEnvelope: FunctionEnvelope, options?: WebAppsCreateFunctionOptionalParams): Promise<WebAppsCreateFunctionResponse>;
|
|
1099
|
+
/**
|
|
1100
|
+
* Description for Delete a function for web site, or a deployment slot.
|
|
1101
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1102
|
+
* @param name Site name.
|
|
1103
|
+
* @param functionName Function name.
|
|
1104
|
+
* @param options The options parameters.
|
|
1105
|
+
*/
|
|
1106
|
+
deleteFunction(resourceGroupName: string, name: string, functionName: string, options?: WebAppsDeleteFunctionOptionalParams): Promise<void>;
|
|
1107
|
+
/**
|
|
1108
|
+
* Description for Add or update a function secret.
|
|
1109
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1110
|
+
* @param name Site name.
|
|
1111
|
+
* @param functionName The name of the function.
|
|
1112
|
+
* @param keyName The name of the key.
|
|
1113
|
+
* @param key The key to create or update
|
|
1114
|
+
* @param options The options parameters.
|
|
1115
|
+
*/
|
|
1116
|
+
createOrUpdateFunctionSecret(resourceGroupName: string, name: string, functionName: string, keyName: string, key: KeyInfo, options?: WebAppsCreateOrUpdateFunctionSecretOptionalParams): Promise<WebAppsCreateOrUpdateFunctionSecretResponse>;
|
|
1117
|
+
/**
|
|
1118
|
+
* Description for Delete a function secret.
|
|
1119
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1120
|
+
* @param name Site name.
|
|
1121
|
+
* @param functionName The name of the function.
|
|
1122
|
+
* @param keyName The name of the key.
|
|
1123
|
+
* @param options The options parameters.
|
|
1124
|
+
*/
|
|
1125
|
+
deleteFunctionSecret(resourceGroupName: string, name: string, functionName: string, keyName: string, options?: WebAppsDeleteFunctionSecretOptionalParams): Promise<void>;
|
|
1126
|
+
/**
|
|
1127
|
+
* Description for Get function keys for a function in a web site, or a deployment slot.
|
|
1128
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1129
|
+
* @param name Site name.
|
|
1130
|
+
* @param functionName Function name.
|
|
1131
|
+
* @param options The options parameters.
|
|
1132
|
+
*/
|
|
1133
|
+
listFunctionKeys(resourceGroupName: string, name: string, functionName: string, options?: WebAppsListFunctionKeysOptionalParams): Promise<WebAppsListFunctionKeysResponse>;
|
|
1134
|
+
/**
|
|
1135
|
+
* Description for Get function secrets for a function in a web site, or a deployment slot.
|
|
1136
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1137
|
+
* @param name Site name.
|
|
1138
|
+
* @param functionName Function name.
|
|
1139
|
+
* @param options The options parameters.
|
|
1140
|
+
*/
|
|
1141
|
+
listFunctionSecrets(resourceGroupName: string, name: string, functionName: string, options?: WebAppsListFunctionSecretsOptionalParams): Promise<WebAppsListFunctionSecretsResponse>;
|
|
1142
|
+
/**
|
|
1143
|
+
* Description for Get host secrets for a function app.
|
|
1144
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1145
|
+
* @param name Site name.
|
|
1146
|
+
* @param options The options parameters.
|
|
1147
|
+
*/
|
|
1148
|
+
listHostKeys(resourceGroupName: string, name: string, options?: WebAppsListHostKeysOptionalParams): Promise<WebAppsListHostKeysResponse>;
|
|
1149
|
+
/**
|
|
1150
|
+
* Description for This is to allow calling via powershell and ARM template.
|
|
1151
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1152
|
+
* @param name Name of the app.
|
|
1153
|
+
* @param options The options parameters.
|
|
1154
|
+
*/
|
|
1155
|
+
listSyncStatus(resourceGroupName: string, name: string, options?: WebAppsListSyncStatusOptionalParams): Promise<void>;
|
|
1156
|
+
/**
|
|
1157
|
+
* Description for Syncs function trigger metadata to the management database
|
|
1158
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1159
|
+
* @param name Name of the app.
|
|
1160
|
+
* @param options The options parameters.
|
|
1161
|
+
*/
|
|
1162
|
+
syncFunctions(resourceGroupName: string, name: string, options?: WebAppsSyncFunctionsOptionalParams): Promise<void>;
|
|
1163
|
+
/**
|
|
1164
|
+
* Description for Add or update a host level secret.
|
|
1165
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1166
|
+
* @param name Site name.
|
|
1167
|
+
* @param keyType The type of host key.
|
|
1168
|
+
* @param keyName The name of the key.
|
|
1169
|
+
* @param key The key to create or update
|
|
1170
|
+
* @param options The options parameters.
|
|
1171
|
+
*/
|
|
1172
|
+
createOrUpdateHostSecret(resourceGroupName: string, name: string, keyType: string, keyName: string, key: KeyInfo, options?: WebAppsCreateOrUpdateHostSecretOptionalParams): Promise<WebAppsCreateOrUpdateHostSecretResponse>;
|
|
1173
|
+
/**
|
|
1174
|
+
* Description for Delete a host level secret.
|
|
1175
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1176
|
+
* @param name Site name.
|
|
1177
|
+
* @param keyType The type of host key.
|
|
1178
|
+
* @param keyName The name of the key.
|
|
1179
|
+
* @param options The options parameters.
|
|
1180
|
+
*/
|
|
1181
|
+
deleteHostSecret(resourceGroupName: string, name: string, keyType: string, keyName: string, options?: WebAppsDeleteHostSecretOptionalParams): Promise<void>;
|
|
1182
|
+
/**
|
|
1183
|
+
* Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
|
1184
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1185
|
+
* @param name Name of the app.
|
|
1186
|
+
* @param hostName Hostname in the hostname binding.
|
|
1187
|
+
* @param options The options parameters.
|
|
1188
|
+
*/
|
|
1189
|
+
getHostNameBinding(resourceGroupName: string, name: string, hostName: string, options?: WebAppsGetHostNameBindingOptionalParams): Promise<WebAppsGetHostNameBindingResponse>;
|
|
1190
|
+
/**
|
|
1191
|
+
* Description for Creates a hostname binding for an app.
|
|
1192
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1193
|
+
* @param name Name of the app.
|
|
1194
|
+
* @param hostName Hostname in the hostname binding.
|
|
1195
|
+
* @param hostNameBinding Binding details. This is the JSON representation of a HostNameBinding object.
|
|
1196
|
+
* @param options The options parameters.
|
|
1197
|
+
*/
|
|
1198
|
+
createOrUpdateHostNameBinding(resourceGroupName: string, name: string, hostName: string, hostNameBinding: HostNameBinding, options?: WebAppsCreateOrUpdateHostNameBindingOptionalParams): Promise<WebAppsCreateOrUpdateHostNameBindingResponse>;
|
|
1199
|
+
/**
|
|
1200
|
+
* Description for Deletes a hostname binding for an app.
|
|
1201
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1202
|
+
* @param name Name of the app.
|
|
1203
|
+
* @param hostName Hostname in the hostname binding.
|
|
1204
|
+
* @param options The options parameters.
|
|
1205
|
+
*/
|
|
1206
|
+
deleteHostNameBinding(resourceGroupName: string, name: string, hostName: string, options?: WebAppsDeleteHostNameBindingOptionalParams): Promise<void>;
|
|
1207
|
+
/**
|
|
1208
|
+
* Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
|
1209
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1210
|
+
* @param name The name of the web app.
|
|
1211
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
1212
|
+
* @param relayName The relay name for this hybrid connection.
|
|
1213
|
+
* @param options The options parameters.
|
|
1214
|
+
*/
|
|
1215
|
+
getHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: WebAppsGetHybridConnectionOptionalParams): Promise<WebAppsGetHybridConnectionResponse>;
|
|
1216
|
+
/**
|
|
1217
|
+
* Description for Creates a new Hybrid Connection using a Service Bus relay.
|
|
1218
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1219
|
+
* @param name The name of the web app.
|
|
1220
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
1221
|
+
* @param relayName The relay name for this hybrid connection.
|
|
1222
|
+
* @param connectionEnvelope The details of the hybrid connection.
|
|
1223
|
+
* @param options The options parameters.
|
|
1224
|
+
*/
|
|
1225
|
+
createOrUpdateHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, connectionEnvelope: HybridConnection, options?: WebAppsCreateOrUpdateHybridConnectionOptionalParams): Promise<WebAppsCreateOrUpdateHybridConnectionResponse>;
|
|
1226
|
+
/**
|
|
1227
|
+
* Description for Removes a Hybrid Connection from this site.
|
|
1228
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1229
|
+
* @param name The name of the web app.
|
|
1230
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
1231
|
+
* @param relayName The relay name for this hybrid connection.
|
|
1232
|
+
* @param options The options parameters.
|
|
1233
|
+
*/
|
|
1234
|
+
deleteHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, options?: WebAppsDeleteHybridConnectionOptionalParams): Promise<void>;
|
|
1235
|
+
/**
|
|
1236
|
+
* Description for Creates a new Hybrid Connection using a Service Bus relay.
|
|
1237
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1238
|
+
* @param name The name of the web app.
|
|
1239
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
1240
|
+
* @param relayName The relay name for this hybrid connection.
|
|
1241
|
+
* @param connectionEnvelope The details of the hybrid connection.
|
|
1242
|
+
* @param options The options parameters.
|
|
1243
|
+
*/
|
|
1244
|
+
updateHybridConnection(resourceGroupName: string, name: string, namespaceName: string, relayName: string, connectionEnvelope: HybridConnection, options?: WebAppsUpdateHybridConnectionOptionalParams): Promise<WebAppsUpdateHybridConnectionResponse>;
|
|
1245
|
+
/**
|
|
1246
|
+
* Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
|
1247
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1248
|
+
* @param name The name of the web app.
|
|
1249
|
+
* @param options The options parameters.
|
|
1250
|
+
*/
|
|
1251
|
+
listHybridConnections(resourceGroupName: string, name: string, options?: WebAppsListHybridConnectionsOptionalParams): Promise<WebAppsListHybridConnectionsResponse>;
|
|
1252
|
+
/**
|
|
1253
|
+
* Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
|
1254
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1255
|
+
* @param name Name of the app.
|
|
1256
|
+
* @param options The options parameters.
|
|
1257
|
+
*/
|
|
1258
|
+
listRelayServiceConnections(resourceGroupName: string, name: string, options?: WebAppsListRelayServiceConnectionsOptionalParams): Promise<WebAppsListRelayServiceConnectionsResponse>;
|
|
1259
|
+
/**
|
|
1260
|
+
* Description for Gets a hybrid connection configuration by its name.
|
|
1261
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1262
|
+
* @param name Name of the app.
|
|
1263
|
+
* @param entityName Name of the hybrid connection.
|
|
1264
|
+
* @param options The options parameters.
|
|
1265
|
+
*/
|
|
1266
|
+
getRelayServiceConnection(resourceGroupName: string, name: string, entityName: string, options?: WebAppsGetRelayServiceConnectionOptionalParams): Promise<WebAppsGetRelayServiceConnectionResponse>;
|
|
1267
|
+
/**
|
|
1268
|
+
* Description for Creates a new hybrid connection configuration (PUT), or updates an existing one
|
|
1269
|
+
* (PATCH).
|
|
1270
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1271
|
+
* @param name Name of the app.
|
|
1272
|
+
* @param entityName Name of the hybrid connection configuration.
|
|
1273
|
+
* @param connectionEnvelope Details of the hybrid connection configuration.
|
|
1274
|
+
* @param options The options parameters.
|
|
1275
|
+
*/
|
|
1276
|
+
createOrUpdateRelayServiceConnection(resourceGroupName: string, name: string, entityName: string, connectionEnvelope: RelayServiceConnectionEntity, options?: WebAppsCreateOrUpdateRelayServiceConnectionOptionalParams): Promise<WebAppsCreateOrUpdateRelayServiceConnectionResponse>;
|
|
1277
|
+
/**
|
|
1278
|
+
* Description for Deletes a relay service connection by its name.
|
|
1279
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1280
|
+
* @param name Name of the app.
|
|
1281
|
+
* @param entityName Name of the hybrid connection configuration.
|
|
1282
|
+
* @param options The options parameters.
|
|
1283
|
+
*/
|
|
1284
|
+
deleteRelayServiceConnection(resourceGroupName: string, name: string, entityName: string, options?: WebAppsDeleteRelayServiceConnectionOptionalParams): Promise<void>;
|
|
1285
|
+
/**
|
|
1286
|
+
* Description for Creates a new hybrid connection configuration (PUT), or updates an existing one
|
|
1287
|
+
* (PATCH).
|
|
1288
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1289
|
+
* @param name Name of the app.
|
|
1290
|
+
* @param entityName Name of the hybrid connection configuration.
|
|
1291
|
+
* @param connectionEnvelope Details of the hybrid connection configuration.
|
|
1292
|
+
* @param options The options parameters.
|
|
1293
|
+
*/
|
|
1294
|
+
updateRelayServiceConnection(resourceGroupName: string, name: string, entityName: string, connectionEnvelope: RelayServiceConnectionEntity, options?: WebAppsUpdateRelayServiceConnectionOptionalParams): Promise<WebAppsUpdateRelayServiceConnectionResponse>;
|
|
1295
|
+
/**
|
|
1296
|
+
* Description for Gets all scale-out instances of an app.
|
|
1297
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1298
|
+
* @param name Name of the app.
|
|
1299
|
+
* @param instanceId
|
|
1300
|
+
* @param options The options parameters.
|
|
1301
|
+
*/
|
|
1302
|
+
getInstanceInfo(resourceGroupName: string, name: string, instanceId: string, options?: WebAppsGetInstanceInfoOptionalParams): Promise<WebAppsGetInstanceInfoResponse>;
|
|
1303
|
+
/**
|
|
1304
|
+
* Description for Get the status of the last MSDeploy operation.
|
|
1305
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1306
|
+
* @param name Name of web app.
|
|
1307
|
+
* @param instanceId ID of web app instance.
|
|
1308
|
+
* @param options The options parameters.
|
|
1309
|
+
*/
|
|
1310
|
+
getInstanceMsDeployStatus(resourceGroupName: string, name: string, instanceId: string, options?: WebAppsGetInstanceMsDeployStatusOptionalParams): Promise<WebAppsGetInstanceMsDeployStatusResponse>;
|
|
1311
|
+
/**
|
|
1312
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
1313
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1314
|
+
* @param name Name of web app.
|
|
1315
|
+
* @param instanceId ID of web app instance.
|
|
1316
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
1317
|
+
* @param options The options parameters.
|
|
1318
|
+
*/
|
|
1319
|
+
beginCreateInstanceMSDeployOperation(resourceGroupName: string, name: string, instanceId: string, mSDeploy: MSDeploy, options?: WebAppsCreateInstanceMSDeployOperationOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateInstanceMSDeployOperationResponse>, WebAppsCreateInstanceMSDeployOperationResponse>>;
|
|
1320
|
+
/**
|
|
1321
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
1322
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1323
|
+
* @param name Name of web app.
|
|
1324
|
+
* @param instanceId ID of web app instance.
|
|
1325
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
1326
|
+
* @param options The options parameters.
|
|
1327
|
+
*/
|
|
1328
|
+
beginCreateInstanceMSDeployOperationAndWait(resourceGroupName: string, name: string, instanceId: string, mSDeploy: MSDeploy, options?: WebAppsCreateInstanceMSDeployOperationOptionalParams): Promise<WebAppsCreateInstanceMSDeployOperationResponse>;
|
|
1329
|
+
/**
|
|
1330
|
+
* Description for Get the MSDeploy Log for the last MSDeploy operation.
|
|
1331
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1332
|
+
* @param name Name of web app.
|
|
1333
|
+
* @param instanceId ID of web app instance.
|
|
1334
|
+
* @param options The options parameters.
|
|
1335
|
+
*/
|
|
1336
|
+
getInstanceMSDeployLog(resourceGroupName: string, name: string, instanceId: string, options?: WebAppsGetInstanceMSDeployLogOptionalParams): Promise<WebAppsGetInstanceMSDeployLogResponse>;
|
|
1337
|
+
/**
|
|
1338
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
1339
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1340
|
+
* @param name Site name.
|
|
1341
|
+
* @param processId PID.
|
|
1342
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
1343
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
1344
|
+
* @param options The options parameters.
|
|
1345
|
+
*/
|
|
1346
|
+
getInstanceProcess(resourceGroupName: string, name: string, processId: string, instanceId: string, options?: WebAppsGetInstanceProcessOptionalParams): Promise<WebAppsGetInstanceProcessResponse>;
|
|
1347
|
+
/**
|
|
1348
|
+
* Description for Terminate a process by its ID for a web site, or a deployment slot, or specific
|
|
1349
|
+
* scaled-out instance in a web site.
|
|
1350
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1351
|
+
* @param name Site name.
|
|
1352
|
+
* @param processId PID.
|
|
1353
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
1354
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
1355
|
+
* @param options The options parameters.
|
|
1356
|
+
*/
|
|
1357
|
+
deleteInstanceProcess(resourceGroupName: string, name: string, processId: string, instanceId: string, options?: WebAppsDeleteInstanceProcessOptionalParams): Promise<void>;
|
|
1358
|
+
/**
|
|
1359
|
+
* Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web
|
|
1360
|
+
* site.
|
|
1361
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1362
|
+
* @param name Site name.
|
|
1363
|
+
* @param processId PID.
|
|
1364
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
1365
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
1366
|
+
* @param options The options parameters.
|
|
1367
|
+
*/
|
|
1368
|
+
getInstanceProcessDump(resourceGroupName: string, name: string, processId: string, instanceId: string, options?: WebAppsGetInstanceProcessDumpOptionalParams): Promise<WebAppsGetInstanceProcessDumpResponse>;
|
|
1369
|
+
/**
|
|
1370
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
1371
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1372
|
+
* @param name Site name.
|
|
1373
|
+
* @param processId PID.
|
|
1374
|
+
* @param baseAddress Module base address.
|
|
1375
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
1376
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
1377
|
+
* @param options The options parameters.
|
|
1378
|
+
*/
|
|
1379
|
+
getInstanceProcessModule(resourceGroupName: string, name: string, processId: string, baseAddress: string, instanceId: string, options?: WebAppsGetInstanceProcessModuleOptionalParams): Promise<WebAppsGetInstanceProcessModuleResponse>;
|
|
1380
|
+
/**
|
|
1381
|
+
* Description for Shows whether an app can be cloned to another resource group or subscription.
|
|
1382
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1383
|
+
* @param name Name of the app.
|
|
1384
|
+
* @param options The options parameters.
|
|
1385
|
+
*/
|
|
1386
|
+
isCloneable(resourceGroupName: string, name: string, options?: WebAppsIsCloneableOptionalParams): Promise<WebAppsIsCloneableResponse>;
|
|
1387
|
+
/**
|
|
1388
|
+
* Description for This is to allow calling via powershell and ARM template.
|
|
1389
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1390
|
+
* @param name Name of the app.
|
|
1391
|
+
* @param options The options parameters.
|
|
1392
|
+
*/
|
|
1393
|
+
listSyncFunctionTriggers(resourceGroupName: string, name: string, options?: WebAppsListSyncFunctionTriggersOptionalParams): Promise<WebAppsListSyncFunctionTriggersResponse>;
|
|
1394
|
+
/**
|
|
1395
|
+
* Description for Restores a web app.
|
|
1396
|
+
* @param subscriptionName Azure subscription.
|
|
1397
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1398
|
+
* @param name Name of web app.
|
|
1399
|
+
* @param migrationOptions Migration migrationOptions.
|
|
1400
|
+
* @param options The options parameters.
|
|
1401
|
+
*/
|
|
1402
|
+
beginMigrateStorage(subscriptionName: string, resourceGroupName: string, name: string, migrationOptions: StorageMigrationOptions, options?: WebAppsMigrateStorageOptionalParams): Promise<PollerLike<PollOperationState<WebAppsMigrateStorageResponse>, WebAppsMigrateStorageResponse>>;
|
|
1403
|
+
/**
|
|
1404
|
+
* Description for Restores a web app.
|
|
1405
|
+
* @param subscriptionName Azure subscription.
|
|
1406
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1407
|
+
* @param name Name of web app.
|
|
1408
|
+
* @param migrationOptions Migration migrationOptions.
|
|
1409
|
+
* @param options The options parameters.
|
|
1410
|
+
*/
|
|
1411
|
+
beginMigrateStorageAndWait(subscriptionName: string, resourceGroupName: string, name: string, migrationOptions: StorageMigrationOptions, options?: WebAppsMigrateStorageOptionalParams): Promise<WebAppsMigrateStorageResponse>;
|
|
1412
|
+
/**
|
|
1413
|
+
* Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
|
1414
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1415
|
+
* @param name Name of web app.
|
|
1416
|
+
* @param migrationRequestEnvelope MySql migration options.
|
|
1417
|
+
* @param options The options parameters.
|
|
1418
|
+
*/
|
|
1419
|
+
beginMigrateMySql(resourceGroupName: string, name: string, migrationRequestEnvelope: MigrateMySqlRequest, options?: WebAppsMigrateMySqlOptionalParams): Promise<PollerLike<PollOperationState<WebAppsMigrateMySqlResponse>, WebAppsMigrateMySqlResponse>>;
|
|
1420
|
+
/**
|
|
1421
|
+
* Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
|
1422
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1423
|
+
* @param name Name of web app.
|
|
1424
|
+
* @param migrationRequestEnvelope MySql migration options.
|
|
1425
|
+
* @param options The options parameters.
|
|
1426
|
+
*/
|
|
1427
|
+
beginMigrateMySqlAndWait(resourceGroupName: string, name: string, migrationRequestEnvelope: MigrateMySqlRequest, options?: WebAppsMigrateMySqlOptionalParams): Promise<WebAppsMigrateMySqlResponse>;
|
|
1428
|
+
/**
|
|
1429
|
+
* Description for Returns the status of MySql in app migration, if one is active, and whether or not
|
|
1430
|
+
* MySql in app is enabled
|
|
1431
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1432
|
+
* @param name Name of web app.
|
|
1433
|
+
* @param options The options parameters.
|
|
1434
|
+
*/
|
|
1435
|
+
getMigrateMySqlStatus(resourceGroupName: string, name: string, options?: WebAppsGetMigrateMySqlStatusOptionalParams): Promise<WebAppsGetMigrateMySqlStatusResponse>;
|
|
1436
|
+
/**
|
|
1437
|
+
* Description for Gets a Swift Virtual Network connection.
|
|
1438
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1439
|
+
* @param name Name of the app.
|
|
1440
|
+
* @param options The options parameters.
|
|
1441
|
+
*/
|
|
1442
|
+
getSwiftVirtualNetworkConnection(resourceGroupName: string, name: string, options?: WebAppsGetSwiftVirtualNetworkConnectionOptionalParams): Promise<WebAppsGetSwiftVirtualNetworkConnectionResponse>;
|
|
1443
|
+
/**
|
|
1444
|
+
* Description for Integrates this Web App with a Virtual Network. This requires that 1)
|
|
1445
|
+
* "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has
|
|
1446
|
+
* already been delegated, and is not
|
|
1447
|
+
* in use by another App Service Plan other than the one this App is in.
|
|
1448
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1449
|
+
* @param name Name of the app.
|
|
1450
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
1451
|
+
* @param options The options parameters.
|
|
1452
|
+
*/
|
|
1453
|
+
createOrUpdateSwiftVirtualNetworkConnectionWithCheck(resourceGroupName: string, name: string, connectionEnvelope: SwiftVirtualNetwork, options?: WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams): Promise<WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckResponse>;
|
|
1454
|
+
/**
|
|
1455
|
+
* Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
|
1456
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1457
|
+
* @param name Name of the app.
|
|
1458
|
+
* @param options The options parameters.
|
|
1459
|
+
*/
|
|
1460
|
+
deleteSwiftVirtualNetwork(resourceGroupName: string, name: string, options?: WebAppsDeleteSwiftVirtualNetworkOptionalParams): Promise<void>;
|
|
1461
|
+
/**
|
|
1462
|
+
* Description for Integrates this Web App with a Virtual Network. This requires that 1)
|
|
1463
|
+
* "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has
|
|
1464
|
+
* already been delegated, and is not
|
|
1465
|
+
* in use by another App Service Plan other than the one this App is in.
|
|
1466
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1467
|
+
* @param name Name of the app.
|
|
1468
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
1469
|
+
* @param options The options parameters.
|
|
1470
|
+
*/
|
|
1471
|
+
updateSwiftVirtualNetworkConnectionWithCheck(resourceGroupName: string, name: string, connectionEnvelope: SwiftVirtualNetwork, options?: WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckOptionalParams): Promise<WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckResponse>;
|
|
1472
|
+
/**
|
|
1473
|
+
* Description for Gets all network features used by the app (or deployment slot, if specified).
|
|
1474
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1475
|
+
* @param name Name of the app.
|
|
1476
|
+
* @param view The type of view. Only "summary" is supported at this time.
|
|
1477
|
+
* @param options The options parameters.
|
|
1478
|
+
*/
|
|
1479
|
+
listNetworkFeatures(resourceGroupName: string, name: string, view: string, options?: WebAppsListNetworkFeaturesOptionalParams): Promise<WebAppsListNetworkFeaturesResponse>;
|
|
1480
|
+
/**
|
|
1481
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
1482
|
+
* specified).
|
|
1483
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1484
|
+
* @param name Name of the app.
|
|
1485
|
+
* @param operationId GUID of the operation.
|
|
1486
|
+
* @param options The options parameters.
|
|
1487
|
+
*/
|
|
1488
|
+
getNetworkTraceOperation(resourceGroupName: string, name: string, operationId: string, options?: WebAppsGetNetworkTraceOperationOptionalParams): Promise<WebAppsGetNetworkTraceOperationResponse>;
|
|
1489
|
+
/**
|
|
1490
|
+
* Description for Start capturing network packets for the site (To be deprecated).
|
|
1491
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1492
|
+
* @param name The name of the web app.
|
|
1493
|
+
* @param options The options parameters.
|
|
1494
|
+
*/
|
|
1495
|
+
startWebSiteNetworkTrace(resourceGroupName: string, name: string, options?: WebAppsStartWebSiteNetworkTraceOptionalParams): Promise<WebAppsStartWebSiteNetworkTraceResponse>;
|
|
1496
|
+
/**
|
|
1497
|
+
* Description for Start capturing network packets for the site.
|
|
1498
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1499
|
+
* @param name The name of the web app.
|
|
1500
|
+
* @param options The options parameters.
|
|
1501
|
+
*/
|
|
1502
|
+
beginStartWebSiteNetworkTraceOperation(resourceGroupName: string, name: string, options?: WebAppsStartWebSiteNetworkTraceOperationOptionalParams): Promise<PollerLike<PollOperationState<WebAppsStartWebSiteNetworkTraceOperationResponse>, WebAppsStartWebSiteNetworkTraceOperationResponse>>;
|
|
1503
|
+
/**
|
|
1504
|
+
* Description for Start capturing network packets for the site.
|
|
1505
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1506
|
+
* @param name The name of the web app.
|
|
1507
|
+
* @param options The options parameters.
|
|
1508
|
+
*/
|
|
1509
|
+
beginStartWebSiteNetworkTraceOperationAndWait(resourceGroupName: string, name: string, options?: WebAppsStartWebSiteNetworkTraceOperationOptionalParams): Promise<WebAppsStartWebSiteNetworkTraceOperationResponse>;
|
|
1510
|
+
/**
|
|
1511
|
+
* Description for Stop ongoing capturing network packets for the site.
|
|
1512
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1513
|
+
* @param name The name of the web app.
|
|
1514
|
+
* @param options The options parameters.
|
|
1515
|
+
*/
|
|
1516
|
+
stopWebSiteNetworkTrace(resourceGroupName: string, name: string, options?: WebAppsStopWebSiteNetworkTraceOptionalParams): Promise<void>;
|
|
1517
|
+
/**
|
|
1518
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
1519
|
+
* specified).
|
|
1520
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1521
|
+
* @param name Name of the app.
|
|
1522
|
+
* @param operationId GUID of the operation.
|
|
1523
|
+
* @param options The options parameters.
|
|
1524
|
+
*/
|
|
1525
|
+
getNetworkTraces(resourceGroupName: string, name: string, operationId: string, options?: WebAppsGetNetworkTracesOptionalParams): Promise<WebAppsGetNetworkTracesResponse>;
|
|
1526
|
+
/**
|
|
1527
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
1528
|
+
* specified).
|
|
1529
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1530
|
+
* @param name Name of the app.
|
|
1531
|
+
* @param operationId GUID of the operation.
|
|
1532
|
+
* @param options The options parameters.
|
|
1533
|
+
*/
|
|
1534
|
+
getNetworkTraceOperationV2(resourceGroupName: string, name: string, operationId: string, options?: WebAppsGetNetworkTraceOperationV2OptionalParams): Promise<WebAppsGetNetworkTraceOperationV2Response>;
|
|
1535
|
+
/**
|
|
1536
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
1537
|
+
* specified).
|
|
1538
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1539
|
+
* @param name Name of the app.
|
|
1540
|
+
* @param operationId GUID of the operation.
|
|
1541
|
+
* @param options The options parameters.
|
|
1542
|
+
*/
|
|
1543
|
+
getNetworkTracesV2(resourceGroupName: string, name: string, operationId: string, options?: WebAppsGetNetworkTracesV2OptionalParams): Promise<WebAppsGetNetworkTracesV2Response>;
|
|
1544
|
+
/**
|
|
1545
|
+
* Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
|
1546
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1547
|
+
* @param name Name of the app.
|
|
1548
|
+
* @param options The options parameters.
|
|
1549
|
+
*/
|
|
1550
|
+
generateNewSitePublishingPassword(resourceGroupName: string, name: string, options?: WebAppsGenerateNewSitePublishingPasswordOptionalParams): Promise<void>;
|
|
1551
|
+
/**
|
|
1552
|
+
* Description for Gets web app's event logs.
|
|
1553
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1554
|
+
* @param name Name of web app.
|
|
1555
|
+
* @param options The options parameters.
|
|
1556
|
+
*/
|
|
1557
|
+
getSitePhpErrorLogFlag(resourceGroupName: string, name: string, options?: WebAppsGetSitePhpErrorLogFlagOptionalParams): Promise<WebAppsGetSitePhpErrorLogFlagResponse>;
|
|
1558
|
+
/**
|
|
1559
|
+
* Description for Gets the premier add-ons of an app.
|
|
1560
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1561
|
+
* @param name Name of the app.
|
|
1562
|
+
* @param options The options parameters.
|
|
1563
|
+
*/
|
|
1564
|
+
listPremierAddOns(resourceGroupName: string, name: string, options?: WebAppsListPremierAddOnsOptionalParams): Promise<WebAppsListPremierAddOnsResponse>;
|
|
1565
|
+
/**
|
|
1566
|
+
* Description for Gets a named add-on of an app.
|
|
1567
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1568
|
+
* @param name Name of the app.
|
|
1569
|
+
* @param premierAddOnName Add-on name.
|
|
1570
|
+
* @param options The options parameters.
|
|
1571
|
+
*/
|
|
1572
|
+
getPremierAddOn(resourceGroupName: string, name: string, premierAddOnName: string, options?: WebAppsGetPremierAddOnOptionalParams): Promise<WebAppsGetPremierAddOnResponse>;
|
|
1573
|
+
/**
|
|
1574
|
+
* Description for Updates a named add-on of an app.
|
|
1575
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1576
|
+
* @param name Name of the app.
|
|
1577
|
+
* @param premierAddOnName Add-on name.
|
|
1578
|
+
* @param premierAddOn A JSON representation of the edited premier add-on.
|
|
1579
|
+
* @param options The options parameters.
|
|
1580
|
+
*/
|
|
1581
|
+
addPremierAddOn(resourceGroupName: string, name: string, premierAddOnName: string, premierAddOn: PremierAddOn, options?: WebAppsAddPremierAddOnOptionalParams): Promise<WebAppsAddPremierAddOnResponse>;
|
|
1582
|
+
/**
|
|
1583
|
+
* Description for Delete a premier add-on from an app.
|
|
1584
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1585
|
+
* @param name Name of the app.
|
|
1586
|
+
* @param premierAddOnName Add-on name.
|
|
1587
|
+
* @param options The options parameters.
|
|
1588
|
+
*/
|
|
1589
|
+
deletePremierAddOn(resourceGroupName: string, name: string, premierAddOnName: string, options?: WebAppsDeletePremierAddOnOptionalParams): Promise<void>;
|
|
1590
|
+
/**
|
|
1591
|
+
* Description for Updates a named add-on of an app.
|
|
1592
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1593
|
+
* @param name Name of the app.
|
|
1594
|
+
* @param premierAddOnName Add-on name.
|
|
1595
|
+
* @param premierAddOn A JSON representation of the edited premier add-on.
|
|
1596
|
+
* @param options The options parameters.
|
|
1597
|
+
*/
|
|
1598
|
+
updatePremierAddOn(resourceGroupName: string, name: string, premierAddOnName: string, premierAddOn: PremierAddOnPatchResource, options?: WebAppsUpdatePremierAddOnOptionalParams): Promise<WebAppsUpdatePremierAddOnResponse>;
|
|
1599
|
+
/**
|
|
1600
|
+
* Description for Gets data around private site access enablement and authorized Virtual Networks that
|
|
1601
|
+
* can access the site.
|
|
1602
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1603
|
+
* @param name The name of the web app.
|
|
1604
|
+
* @param options The options parameters.
|
|
1605
|
+
*/
|
|
1606
|
+
getPrivateAccess(resourceGroupName: string, name: string, options?: WebAppsGetPrivateAccessOptionalParams): Promise<WebAppsGetPrivateAccessResponse>;
|
|
1607
|
+
/**
|
|
1608
|
+
* Description for Sets data around private site access enablement and authorized Virtual Networks that
|
|
1609
|
+
* can access the site.
|
|
1610
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1611
|
+
* @param name The name of the web app.
|
|
1612
|
+
* @param access The information for the private access
|
|
1613
|
+
* @param options The options parameters.
|
|
1614
|
+
*/
|
|
1615
|
+
putPrivateAccessVnet(resourceGroupName: string, name: string, access: PrivateAccess, options?: WebAppsPutPrivateAccessVnetOptionalParams): Promise<WebAppsPutPrivateAccessVnetResponse>;
|
|
1616
|
+
/**
|
|
1617
|
+
* Description for Gets a private endpoint connection
|
|
1618
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1619
|
+
* @param name Name of the site.
|
|
1620
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
1621
|
+
* @param options The options parameters.
|
|
1622
|
+
*/
|
|
1623
|
+
getPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: WebAppsGetPrivateEndpointConnectionOptionalParams): Promise<WebAppsGetPrivateEndpointConnectionResponse>;
|
|
1624
|
+
/**
|
|
1625
|
+
* Description for Approves or rejects a private endpoint connection
|
|
1626
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1627
|
+
* @param name Name of the site.
|
|
1628
|
+
* @param privateEndpointConnectionName
|
|
1629
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
1630
|
+
* @param options The options parameters.
|
|
1631
|
+
*/
|
|
1632
|
+
beginApproveOrRejectPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: WebAppsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<WebAppsApproveOrRejectPrivateEndpointConnectionResponse>, WebAppsApproveOrRejectPrivateEndpointConnectionResponse>>;
|
|
1633
|
+
/**
|
|
1634
|
+
* Description for Approves or rejects a private endpoint connection
|
|
1635
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1636
|
+
* @param name Name of the site.
|
|
1637
|
+
* @param privateEndpointConnectionName
|
|
1638
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
1639
|
+
* @param options The options parameters.
|
|
1640
|
+
*/
|
|
1641
|
+
beginApproveOrRejectPrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: WebAppsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<WebAppsApproveOrRejectPrivateEndpointConnectionResponse>;
|
|
1642
|
+
/**
|
|
1643
|
+
* Description for Deletes a private endpoint connection
|
|
1644
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1645
|
+
* @param name Name of the site.
|
|
1646
|
+
* @param privateEndpointConnectionName
|
|
1647
|
+
* @param options The options parameters.
|
|
1648
|
+
*/
|
|
1649
|
+
beginDeletePrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: WebAppsDeletePrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<WebAppsDeletePrivateEndpointConnectionResponse>, WebAppsDeletePrivateEndpointConnectionResponse>>;
|
|
1650
|
+
/**
|
|
1651
|
+
* Description for Deletes a private endpoint connection
|
|
1652
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1653
|
+
* @param name Name of the site.
|
|
1654
|
+
* @param privateEndpointConnectionName
|
|
1655
|
+
* @param options The options parameters.
|
|
1656
|
+
*/
|
|
1657
|
+
beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: WebAppsDeletePrivateEndpointConnectionOptionalParams): Promise<WebAppsDeletePrivateEndpointConnectionResponse>;
|
|
1658
|
+
/**
|
|
1659
|
+
* Description for Gets the private link resources
|
|
1660
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1661
|
+
* @param name Name of the site.
|
|
1662
|
+
* @param options The options parameters.
|
|
1663
|
+
*/
|
|
1664
|
+
getPrivateLinkResources(resourceGroupName: string, name: string, options?: WebAppsGetPrivateLinkResourcesOptionalParams): Promise<WebAppsGetPrivateLinkResourcesResponse>;
|
|
1665
|
+
/**
|
|
1666
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
1667
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1668
|
+
* @param name Site name.
|
|
1669
|
+
* @param processId PID.
|
|
1670
|
+
* @param options The options parameters.
|
|
1671
|
+
*/
|
|
1672
|
+
getProcess(resourceGroupName: string, name: string, processId: string, options?: WebAppsGetProcessOptionalParams): Promise<WebAppsGetProcessResponse>;
|
|
1673
|
+
/**
|
|
1674
|
+
* Description for Terminate a process by its ID for a web site, or a deployment slot, or specific
|
|
1675
|
+
* scaled-out instance in a web site.
|
|
1676
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1677
|
+
* @param name Site name.
|
|
1678
|
+
* @param processId PID.
|
|
1679
|
+
* @param options The options parameters.
|
|
1680
|
+
*/
|
|
1681
|
+
deleteProcess(resourceGroupName: string, name: string, processId: string, options?: WebAppsDeleteProcessOptionalParams): Promise<void>;
|
|
1682
|
+
/**
|
|
1683
|
+
* Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web
|
|
1684
|
+
* site.
|
|
1685
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1686
|
+
* @param name Site name.
|
|
1687
|
+
* @param processId PID.
|
|
1688
|
+
* @param options The options parameters.
|
|
1689
|
+
*/
|
|
1690
|
+
getProcessDump(resourceGroupName: string, name: string, processId: string, options?: WebAppsGetProcessDumpOptionalParams): Promise<WebAppsGetProcessDumpResponse>;
|
|
1691
|
+
/**
|
|
1692
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
1693
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1694
|
+
* @param name Site name.
|
|
1695
|
+
* @param processId PID.
|
|
1696
|
+
* @param baseAddress Module base address.
|
|
1697
|
+
* @param options The options parameters.
|
|
1698
|
+
*/
|
|
1699
|
+
getProcessModule(resourceGroupName: string, name: string, processId: string, baseAddress: string, options?: WebAppsGetProcessModuleOptionalParams): Promise<WebAppsGetProcessModuleResponse>;
|
|
1700
|
+
/**
|
|
1701
|
+
* Description for Get the named public certificate for an app (or deployment slot, if specified).
|
|
1702
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1703
|
+
* @param name Name of the app.
|
|
1704
|
+
* @param publicCertificateName Public certificate name.
|
|
1705
|
+
* @param options The options parameters.
|
|
1706
|
+
*/
|
|
1707
|
+
getPublicCertificate(resourceGroupName: string, name: string, publicCertificateName: string, options?: WebAppsGetPublicCertificateOptionalParams): Promise<WebAppsGetPublicCertificateResponse>;
|
|
1708
|
+
/**
|
|
1709
|
+
* Description for Creates a hostname binding for an app.
|
|
1710
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1711
|
+
* @param name Name of the app.
|
|
1712
|
+
* @param publicCertificateName Public certificate name.
|
|
1713
|
+
* @param publicCertificate Public certificate details. This is the JSON representation of a
|
|
1714
|
+
* PublicCertificate object.
|
|
1715
|
+
* @param options The options parameters.
|
|
1716
|
+
*/
|
|
1717
|
+
createOrUpdatePublicCertificate(resourceGroupName: string, name: string, publicCertificateName: string, publicCertificate: PublicCertificate, options?: WebAppsCreateOrUpdatePublicCertificateOptionalParams): Promise<WebAppsCreateOrUpdatePublicCertificateResponse>;
|
|
1718
|
+
/**
|
|
1719
|
+
* Description for Deletes a hostname binding for an app.
|
|
1720
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1721
|
+
* @param name Name of the app.
|
|
1722
|
+
* @param publicCertificateName Public certificate name.
|
|
1723
|
+
* @param options The options parameters.
|
|
1724
|
+
*/
|
|
1725
|
+
deletePublicCertificate(resourceGroupName: string, name: string, publicCertificateName: string, options?: WebAppsDeletePublicCertificateOptionalParams): Promise<void>;
|
|
1726
|
+
/**
|
|
1727
|
+
* Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
|
1728
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1729
|
+
* @param name Name of the app.
|
|
1730
|
+
* @param publishingProfileOptions Specifies publishingProfileOptions for publishing profile. For
|
|
1731
|
+
* example, use {"format": "FileZilla3"} to get a FileZilla publishing profile.
|
|
1732
|
+
* @param options The options parameters.
|
|
1733
|
+
*/
|
|
1734
|
+
listPublishingProfileXmlWithSecrets(resourceGroupName: string, name: string, publishingProfileOptions: CsmPublishingProfileOptions, options?: WebAppsListPublishingProfileXmlWithSecretsOptionalParams): Promise<WebAppsListPublishingProfileXmlWithSecretsResponse>;
|
|
1735
|
+
/**
|
|
1736
|
+
* Description for Resets the configuration settings of the current slot if they were previously
|
|
1737
|
+
* modified by calling the API with POST.
|
|
1738
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1739
|
+
* @param name Name of the app.
|
|
1740
|
+
* @param options The options parameters.
|
|
1741
|
+
*/
|
|
1742
|
+
resetProductionSlotConfig(resourceGroupName: string, name: string, options?: WebAppsResetProductionSlotConfigOptionalParams): Promise<void>;
|
|
1743
|
+
/**
|
|
1744
|
+
* Description for Restarts an app (or deployment slot, if specified).
|
|
1745
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1746
|
+
* @param name Name of the app.
|
|
1747
|
+
* @param options The options parameters.
|
|
1748
|
+
*/
|
|
1749
|
+
restart(resourceGroupName: string, name: string, options?: WebAppsRestartOptionalParams): Promise<void>;
|
|
1750
|
+
/**
|
|
1751
|
+
* Description for Restores an app from a backup blob in Azure Storage.
|
|
1752
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1753
|
+
* @param name Name of the app.
|
|
1754
|
+
* @param request Information on restore request .
|
|
1755
|
+
* @param options The options parameters.
|
|
1756
|
+
*/
|
|
1757
|
+
beginRestoreFromBackupBlob(resourceGroupName: string, name: string, request: RestoreRequest, options?: WebAppsRestoreFromBackupBlobOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1758
|
+
/**
|
|
1759
|
+
* Description for Restores an app from a backup blob in Azure Storage.
|
|
1760
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1761
|
+
* @param name Name of the app.
|
|
1762
|
+
* @param request Information on restore request .
|
|
1763
|
+
* @param options The options parameters.
|
|
1764
|
+
*/
|
|
1765
|
+
beginRestoreFromBackupBlobAndWait(resourceGroupName: string, name: string, request: RestoreRequest, options?: WebAppsRestoreFromBackupBlobOptionalParams): Promise<void>;
|
|
1766
|
+
/**
|
|
1767
|
+
* Description for Restores a deleted web app to this web app.
|
|
1768
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1769
|
+
* @param name Name of web app.
|
|
1770
|
+
* @param restoreRequest Deleted web app restore information.
|
|
1771
|
+
* @param options The options parameters.
|
|
1772
|
+
*/
|
|
1773
|
+
beginRestoreFromDeletedApp(resourceGroupName: string, name: string, restoreRequest: DeletedAppRestoreRequest, options?: WebAppsRestoreFromDeletedAppOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1774
|
+
/**
|
|
1775
|
+
* Description for Restores a deleted web app to this web app.
|
|
1776
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1777
|
+
* @param name Name of web app.
|
|
1778
|
+
* @param restoreRequest Deleted web app restore information.
|
|
1779
|
+
* @param options The options parameters.
|
|
1780
|
+
*/
|
|
1781
|
+
beginRestoreFromDeletedAppAndWait(resourceGroupName: string, name: string, restoreRequest: DeletedAppRestoreRequest, options?: WebAppsRestoreFromDeletedAppOptionalParams): Promise<void>;
|
|
1782
|
+
/**
|
|
1783
|
+
* Description for Restores a web app from a snapshot.
|
|
1784
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1785
|
+
* @param name Name of web app.
|
|
1786
|
+
* @param restoreRequest Snapshot restore settings. Snapshot information can be obtained by calling
|
|
1787
|
+
* GetDeletedSites or GetSiteSnapshots API.
|
|
1788
|
+
* @param options The options parameters.
|
|
1789
|
+
*/
|
|
1790
|
+
beginRestoreSnapshot(resourceGroupName: string, name: string, restoreRequest: SnapshotRestoreRequest, options?: WebAppsRestoreSnapshotOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1791
|
+
/**
|
|
1792
|
+
* Description for Restores a web app from a snapshot.
|
|
1793
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1794
|
+
* @param name Name of web app.
|
|
1795
|
+
* @param restoreRequest Snapshot restore settings. Snapshot information can be obtained by calling
|
|
1796
|
+
* GetDeletedSites or GetSiteSnapshots API.
|
|
1797
|
+
* @param options The options parameters.
|
|
1798
|
+
*/
|
|
1799
|
+
beginRestoreSnapshotAndWait(resourceGroupName: string, name: string, restoreRequest: SnapshotRestoreRequest, options?: WebAppsRestoreSnapshotOptionalParams): Promise<void>;
|
|
1800
|
+
/**
|
|
1801
|
+
* Description for Get site extension information by its ID for a web site, or a deployment slot.
|
|
1802
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1803
|
+
* @param name Site name.
|
|
1804
|
+
* @param siteExtensionId Site extension name.
|
|
1805
|
+
* @param options The options parameters.
|
|
1806
|
+
*/
|
|
1807
|
+
getSiteExtension(resourceGroupName: string, name: string, siteExtensionId: string, options?: WebAppsGetSiteExtensionOptionalParams): Promise<WebAppsGetSiteExtensionResponse>;
|
|
1808
|
+
/**
|
|
1809
|
+
* Description for Install site extension on a web site, or a deployment slot.
|
|
1810
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1811
|
+
* @param name Site name.
|
|
1812
|
+
* @param siteExtensionId Site extension name.
|
|
1813
|
+
* @param options The options parameters.
|
|
1814
|
+
*/
|
|
1815
|
+
beginInstallSiteExtension(resourceGroupName: string, name: string, siteExtensionId: string, options?: WebAppsInstallSiteExtensionOptionalParams): Promise<PollerLike<PollOperationState<WebAppsInstallSiteExtensionResponse>, WebAppsInstallSiteExtensionResponse>>;
|
|
1816
|
+
/**
|
|
1817
|
+
* Description for Install site extension on a web site, or a deployment slot.
|
|
1818
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1819
|
+
* @param name Site name.
|
|
1820
|
+
* @param siteExtensionId Site extension name.
|
|
1821
|
+
* @param options The options parameters.
|
|
1822
|
+
*/
|
|
1823
|
+
beginInstallSiteExtensionAndWait(resourceGroupName: string, name: string, siteExtensionId: string, options?: WebAppsInstallSiteExtensionOptionalParams): Promise<WebAppsInstallSiteExtensionResponse>;
|
|
1824
|
+
/**
|
|
1825
|
+
* Description for Remove a site extension from a web site, or a deployment slot.
|
|
1826
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1827
|
+
* @param name Site name.
|
|
1828
|
+
* @param siteExtensionId Site extension name.
|
|
1829
|
+
* @param options The options parameters.
|
|
1830
|
+
*/
|
|
1831
|
+
deleteSiteExtension(resourceGroupName: string, name: string, siteExtensionId: string, options?: WebAppsDeleteSiteExtensionOptionalParams): Promise<void>;
|
|
1832
|
+
/**
|
|
1833
|
+
* Description for Gets the details of a web, mobile, or API app.
|
|
1834
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1835
|
+
* @param name Name of the app.
|
|
1836
|
+
* @param slot Name of the deployment slot. By default, this API returns the production slot.
|
|
1837
|
+
* @param options The options parameters.
|
|
1838
|
+
*/
|
|
1839
|
+
getSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetSlotOptionalParams): Promise<WebAppsGetSlotResponse>;
|
|
1840
|
+
/**
|
|
1841
|
+
* Description for Creates a new web, mobile, or API app in an existing resource group, or updates an
|
|
1842
|
+
* existing app.
|
|
1843
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1844
|
+
* @param name Unique name of the app to create or update. To create or update a deployment slot, use
|
|
1845
|
+
* the {slot} parameter.
|
|
1846
|
+
* @param slot Name of the deployment slot to create or update. By default, this API attempts to create
|
|
1847
|
+
* or modify the production slot.
|
|
1848
|
+
* @param siteEnvelope A JSON representation of the app properties. See example.
|
|
1849
|
+
* @param options The options parameters.
|
|
1850
|
+
*/
|
|
1851
|
+
beginCreateOrUpdateSlot(resourceGroupName: string, name: string, slot: string, siteEnvelope: Site, options?: WebAppsCreateOrUpdateSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateOrUpdateSlotResponse>, WebAppsCreateOrUpdateSlotResponse>>;
|
|
1852
|
+
/**
|
|
1853
|
+
* Description for Creates a new web, mobile, or API app in an existing resource group, or updates an
|
|
1854
|
+
* existing app.
|
|
1855
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1856
|
+
* @param name Unique name of the app to create or update. To create or update a deployment slot, use
|
|
1857
|
+
* the {slot} parameter.
|
|
1858
|
+
* @param slot Name of the deployment slot to create or update. By default, this API attempts to create
|
|
1859
|
+
* or modify the production slot.
|
|
1860
|
+
* @param siteEnvelope A JSON representation of the app properties. See example.
|
|
1861
|
+
* @param options The options parameters.
|
|
1862
|
+
*/
|
|
1863
|
+
beginCreateOrUpdateSlotAndWait(resourceGroupName: string, name: string, slot: string, siteEnvelope: Site, options?: WebAppsCreateOrUpdateSlotOptionalParams): Promise<WebAppsCreateOrUpdateSlotResponse>;
|
|
1864
|
+
/**
|
|
1865
|
+
* Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
|
1866
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1867
|
+
* @param name Name of the app to delete.
|
|
1868
|
+
* @param slot Name of the deployment slot to delete. By default, the API deletes the production slot.
|
|
1869
|
+
* @param options The options parameters.
|
|
1870
|
+
*/
|
|
1871
|
+
deleteSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsDeleteSlotOptionalParams): Promise<void>;
|
|
1872
|
+
/**
|
|
1873
|
+
* Description for Creates a new web, mobile, or API app in an existing resource group, or updates an
|
|
1874
|
+
* existing app.
|
|
1875
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1876
|
+
* @param name Unique name of the app to create or update. To create or update a deployment slot, use
|
|
1877
|
+
* the {slot} parameter.
|
|
1878
|
+
* @param slot Name of the deployment slot to create or update. By default, this API attempts to create
|
|
1879
|
+
* or modify the production slot.
|
|
1880
|
+
* @param siteEnvelope A JSON representation of the app properties. See example.
|
|
1881
|
+
* @param options The options parameters.
|
|
1882
|
+
*/
|
|
1883
|
+
updateSlot(resourceGroupName: string, name: string, slot: string, siteEnvelope: SitePatchResource, options?: WebAppsUpdateSlotOptionalParams): Promise<WebAppsUpdateSlotResponse>;
|
|
1884
|
+
/**
|
|
1885
|
+
* Description for Analyze a custom hostname.
|
|
1886
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1887
|
+
* @param name Name of web app.
|
|
1888
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
1889
|
+
* @param options The options parameters.
|
|
1890
|
+
*/
|
|
1891
|
+
analyzeCustomHostnameSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsAnalyzeCustomHostnameSlotOptionalParams): Promise<WebAppsAnalyzeCustomHostnameSlotResponse>;
|
|
1892
|
+
/**
|
|
1893
|
+
* Description for Applies the configuration settings from the target slot onto the current slot.
|
|
1894
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1895
|
+
* @param name Name of the app.
|
|
1896
|
+
* @param slot Name of the source slot. If a slot is not specified, the production slot is used as the
|
|
1897
|
+
* source slot.
|
|
1898
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
1899
|
+
* @param options The options parameters.
|
|
1900
|
+
*/
|
|
1901
|
+
applySlotConfigurationSlot(resourceGroupName: string, name: string, slot: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsApplySlotConfigurationSlotOptionalParams): Promise<void>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Description for Creates a backup of an app.
|
|
1904
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1905
|
+
* @param name Name of the app.
|
|
1906
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will create a backup
|
|
1907
|
+
* for the production slot.
|
|
1908
|
+
* @param request Backup configuration. You can use the JSON response from the POST action as input
|
|
1909
|
+
* here.
|
|
1910
|
+
* @param options The options parameters.
|
|
1911
|
+
*/
|
|
1912
|
+
backupSlot(resourceGroupName: string, name: string, slot: string, request: BackupRequest, options?: WebAppsBackupSlotOptionalParams): Promise<WebAppsBackupSlotResponse>;
|
|
1913
|
+
/**
|
|
1914
|
+
* Description for Gets a backup of an app by its ID.
|
|
1915
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1916
|
+
* @param name Name of the app.
|
|
1917
|
+
* @param backupId ID of the backup.
|
|
1918
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get a backup of
|
|
1919
|
+
* the production slot.
|
|
1920
|
+
* @param options The options parameters.
|
|
1921
|
+
*/
|
|
1922
|
+
getBackupStatusSlot(resourceGroupName: string, name: string, backupId: string, slot: string, options?: WebAppsGetBackupStatusSlotOptionalParams): Promise<WebAppsGetBackupStatusSlotResponse>;
|
|
1923
|
+
/**
|
|
1924
|
+
* Description for Deletes a backup of an app by its ID.
|
|
1925
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1926
|
+
* @param name Name of the app.
|
|
1927
|
+
* @param backupId ID of the backup.
|
|
1928
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete a backup of
|
|
1929
|
+
* the production slot.
|
|
1930
|
+
* @param options The options parameters.
|
|
1931
|
+
*/
|
|
1932
|
+
deleteBackupSlot(resourceGroupName: string, name: string, backupId: string, slot: string, options?: WebAppsDeleteBackupSlotOptionalParams): Promise<void>;
|
|
1933
|
+
/**
|
|
1934
|
+
* Description for Gets status of a web app backup that may be in progress, including secrets
|
|
1935
|
+
* associated with the backup, such as the Azure Storage SAS URL. Also can be used to update the SAS
|
|
1936
|
+
* URL for the backup if a new URL is passed in the request body.
|
|
1937
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1938
|
+
* @param name Name of web app.
|
|
1939
|
+
* @param backupId ID of backup.
|
|
1940
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
1941
|
+
* @param request Information on backup request.
|
|
1942
|
+
* @param options The options parameters.
|
|
1943
|
+
*/
|
|
1944
|
+
listBackupStatusSecretsSlot(resourceGroupName: string, name: string, backupId: string, slot: string, request: BackupRequest, options?: WebAppsListBackupStatusSecretsSlotOptionalParams): Promise<WebAppsListBackupStatusSecretsSlotResponse>;
|
|
1945
|
+
/**
|
|
1946
|
+
* Description for Restores a specific backup to another app (or deployment slot, if specified).
|
|
1947
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1948
|
+
* @param name Name of the app.
|
|
1949
|
+
* @param backupId ID of the backup.
|
|
1950
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will restore a backup
|
|
1951
|
+
* of the production slot.
|
|
1952
|
+
* @param request Information on restore request .
|
|
1953
|
+
* @param options The options parameters.
|
|
1954
|
+
*/
|
|
1955
|
+
beginRestoreSlot(resourceGroupName: string, name: string, backupId: string, slot: string, request: RestoreRequest, options?: WebAppsRestoreSlotOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1956
|
+
/**
|
|
1957
|
+
* Description for Restores a specific backup to another app (or deployment slot, if specified).
|
|
1958
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1959
|
+
* @param name Name of the app.
|
|
1960
|
+
* @param backupId ID of the backup.
|
|
1961
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will restore a backup
|
|
1962
|
+
* of the production slot.
|
|
1963
|
+
* @param request Information on restore request .
|
|
1964
|
+
* @param options The options parameters.
|
|
1965
|
+
*/
|
|
1966
|
+
beginRestoreSlotAndWait(resourceGroupName: string, name: string, backupId: string, slot: string, request: RestoreRequest, options?: WebAppsRestoreSlotOptionalParams): Promise<void>;
|
|
1967
|
+
/**
|
|
1968
|
+
* Description for Returns whether FTP is allowed on the site or not.
|
|
1969
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1970
|
+
* @param name Name of the app.
|
|
1971
|
+
* @param slot
|
|
1972
|
+
* @param options The options parameters.
|
|
1973
|
+
*/
|
|
1974
|
+
getFtpAllowedSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetFtpAllowedSlotOptionalParams): Promise<WebAppsGetFtpAllowedSlotResponse>;
|
|
1975
|
+
/**
|
|
1976
|
+
* Description for Updates whether FTP is allowed on the site or not.
|
|
1977
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1978
|
+
* @param name Name of the app.
|
|
1979
|
+
* @param slot
|
|
1980
|
+
* @param csmPublishingAccessPoliciesEntity Publishing Credentials Policies parameters.
|
|
1981
|
+
* @param options The options parameters.
|
|
1982
|
+
*/
|
|
1983
|
+
updateFtpAllowedSlot(resourceGroupName: string, name: string, slot: string, csmPublishingAccessPoliciesEntity: CsmPublishingCredentialsPoliciesEntity, options?: WebAppsUpdateFtpAllowedSlotOptionalParams): Promise<WebAppsUpdateFtpAllowedSlotResponse>;
|
|
1984
|
+
/**
|
|
1985
|
+
* Description for Returns whether Scm basic auth is allowed on the site or not.
|
|
1986
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1987
|
+
* @param name Name of the app.
|
|
1988
|
+
* @param slot
|
|
1989
|
+
* @param options The options parameters.
|
|
1990
|
+
*/
|
|
1991
|
+
getScmAllowedSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetScmAllowedSlotOptionalParams): Promise<WebAppsGetScmAllowedSlotResponse>;
|
|
1992
|
+
/**
|
|
1993
|
+
* Description for Updates whether user publishing credentials are allowed on the site or not.
|
|
1994
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1995
|
+
* @param name Name of the app.
|
|
1996
|
+
* @param slot
|
|
1997
|
+
* @param csmPublishingAccessPoliciesEntity Publishing Credentials Policies parameters.
|
|
1998
|
+
* @param options The options parameters.
|
|
1999
|
+
*/
|
|
2000
|
+
updateScmAllowedSlot(resourceGroupName: string, name: string, slot: string, csmPublishingAccessPoliciesEntity: CsmPublishingCredentialsPoliciesEntity, options?: WebAppsUpdateScmAllowedSlotOptionalParams): Promise<WebAppsUpdateScmAllowedSlotResponse>;
|
|
2001
|
+
/**
|
|
2002
|
+
* Description for Replaces the application settings of an app.
|
|
2003
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2004
|
+
* @param name Name of the app.
|
|
2005
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the
|
|
2006
|
+
* application settings for the production slot.
|
|
2007
|
+
* @param appSettings Application settings of the app.
|
|
2008
|
+
* @param options The options parameters.
|
|
2009
|
+
*/
|
|
2010
|
+
updateApplicationSettingsSlot(resourceGroupName: string, name: string, slot: string, appSettings: StringDictionary, options?: WebAppsUpdateApplicationSettingsSlotOptionalParams): Promise<WebAppsUpdateApplicationSettingsSlotResponse>;
|
|
2011
|
+
/**
|
|
2012
|
+
* Description for Gets the application settings of an app.
|
|
2013
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2014
|
+
* @param name Name of the app.
|
|
2015
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the
|
|
2016
|
+
* application settings for the production slot.
|
|
2017
|
+
* @param options The options parameters.
|
|
2018
|
+
*/
|
|
2019
|
+
listApplicationSettingsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListApplicationSettingsSlotOptionalParams): Promise<WebAppsListApplicationSettingsSlotResponse>;
|
|
2020
|
+
/**
|
|
2021
|
+
* Description for Updates the Authentication / Authorization settings associated with web app.
|
|
2022
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2023
|
+
* @param name Name of web app.
|
|
2024
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2025
|
+
* @param siteAuthSettings Auth settings associated with web app.
|
|
2026
|
+
* @param options The options parameters.
|
|
2027
|
+
*/
|
|
2028
|
+
updateAuthSettingsSlot(resourceGroupName: string, name: string, slot: string, siteAuthSettings: SiteAuthSettings, options?: WebAppsUpdateAuthSettingsSlotOptionalParams): Promise<WebAppsUpdateAuthSettingsSlotResponse>;
|
|
2029
|
+
/**
|
|
2030
|
+
* Description for Gets the Authentication/Authorization settings of an app.
|
|
2031
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2032
|
+
* @param name Name of the app.
|
|
2033
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the settings
|
|
2034
|
+
* for the production slot.
|
|
2035
|
+
* @param options The options parameters.
|
|
2036
|
+
*/
|
|
2037
|
+
getAuthSettingsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetAuthSettingsSlotOptionalParams): Promise<WebAppsGetAuthSettingsSlotResponse>;
|
|
2038
|
+
/**
|
|
2039
|
+
* Description for Updates site's Authentication / Authorization settings for apps via the V2 format
|
|
2040
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2041
|
+
* @param name Name of web app.
|
|
2042
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2043
|
+
* @param siteAuthSettingsV2 Auth settings associated with web app.
|
|
2044
|
+
* @param options The options parameters.
|
|
2045
|
+
*/
|
|
2046
|
+
updateAuthSettingsV2Slot(resourceGroupName: string, name: string, slot: string, siteAuthSettingsV2: SiteAuthSettingsV2, options?: WebAppsUpdateAuthSettingsV2SlotOptionalParams): Promise<WebAppsUpdateAuthSettingsV2SlotResponse>;
|
|
2047
|
+
/**
|
|
2048
|
+
* Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
|
2049
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2050
|
+
* @param name Name of the app.
|
|
2051
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the settings
|
|
2052
|
+
* for the production slot.
|
|
2053
|
+
* @param options The options parameters.
|
|
2054
|
+
*/
|
|
2055
|
+
getAuthSettingsV2Slot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetAuthSettingsV2SlotOptionalParams): Promise<WebAppsGetAuthSettingsV2SlotResponse>;
|
|
2056
|
+
/**
|
|
2057
|
+
* Description for Updates the Azure storage account configurations of an app.
|
|
2058
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2059
|
+
* @param name Name of the app.
|
|
2060
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the Azure
|
|
2061
|
+
* storage account configurations for the production slot.
|
|
2062
|
+
* @param azureStorageAccounts Azure storage accounts of the app.
|
|
2063
|
+
* @param options The options parameters.
|
|
2064
|
+
*/
|
|
2065
|
+
updateAzureStorageAccountsSlot(resourceGroupName: string, name: string, slot: string, azureStorageAccounts: AzureStoragePropertyDictionaryResource, options?: WebAppsUpdateAzureStorageAccountsSlotOptionalParams): Promise<WebAppsUpdateAzureStorageAccountsSlotResponse>;
|
|
2066
|
+
/**
|
|
2067
|
+
* Description for Gets the Azure storage account configurations of an app.
|
|
2068
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2069
|
+
* @param name Name of the app.
|
|
2070
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the Azure
|
|
2071
|
+
* storage account configurations for the production slot.
|
|
2072
|
+
* @param options The options parameters.
|
|
2073
|
+
*/
|
|
2074
|
+
listAzureStorageAccountsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListAzureStorageAccountsSlotOptionalParams): Promise<WebAppsListAzureStorageAccountsSlotResponse>;
|
|
2075
|
+
/**
|
|
2076
|
+
* Description for Updates the backup configuration of an app.
|
|
2077
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2078
|
+
* @param name Name of the app.
|
|
2079
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the backup
|
|
2080
|
+
* configuration for the production slot.
|
|
2081
|
+
* @param request Edited backup configuration.
|
|
2082
|
+
* @param options The options parameters.
|
|
2083
|
+
*/
|
|
2084
|
+
updateBackupConfigurationSlot(resourceGroupName: string, name: string, slot: string, request: BackupRequest, options?: WebAppsUpdateBackupConfigurationSlotOptionalParams): Promise<WebAppsUpdateBackupConfigurationSlotResponse>;
|
|
2085
|
+
/**
|
|
2086
|
+
* Description for Deletes the backup configuration of an app.
|
|
2087
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2088
|
+
* @param name Name of the app.
|
|
2089
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the backup
|
|
2090
|
+
* configuration for the production slot.
|
|
2091
|
+
* @param options The options parameters.
|
|
2092
|
+
*/
|
|
2093
|
+
deleteBackupConfigurationSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsDeleteBackupConfigurationSlotOptionalParams): Promise<void>;
|
|
2094
|
+
/**
|
|
2095
|
+
* Description for Gets the backup configuration of an app.
|
|
2096
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2097
|
+
* @param name Name of the app.
|
|
2098
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the backup
|
|
2099
|
+
* configuration for the production slot.
|
|
2100
|
+
* @param options The options parameters.
|
|
2101
|
+
*/
|
|
2102
|
+
getBackupConfigurationSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetBackupConfigurationSlotOptionalParams): Promise<WebAppsGetBackupConfigurationSlotResponse>;
|
|
2103
|
+
/**
|
|
2104
|
+
* Description for Gets the config reference and status of an app
|
|
2105
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2106
|
+
* @param name Name of the app.
|
|
2107
|
+
* @param appSettingKey App Setting key name.
|
|
2108
|
+
* @param slot
|
|
2109
|
+
* @param options The options parameters.
|
|
2110
|
+
*/
|
|
2111
|
+
getAppSettingKeyVaultReferenceSlot(resourceGroupName: string, name: string, appSettingKey: string, slot: string, options?: WebAppsGetAppSettingKeyVaultReferenceSlotOptionalParams): Promise<WebAppsGetAppSettingKeyVaultReferenceSlotResponse>;
|
|
2112
|
+
/**
|
|
2113
|
+
* Description for Gets the config reference and status of an app
|
|
2114
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2115
|
+
* @param name Name of the app.
|
|
2116
|
+
* @param connectionStringKey
|
|
2117
|
+
* @param slot
|
|
2118
|
+
* @param options The options parameters.
|
|
2119
|
+
*/
|
|
2120
|
+
getSiteConnectionStringKeyVaultReferenceSlot(resourceGroupName: string, name: string, connectionStringKey: string, slot: string, options?: WebAppsGetSiteConnectionStringKeyVaultReferenceSlotOptionalParams): Promise<WebAppsGetSiteConnectionStringKeyVaultReferenceSlotResponse>;
|
|
2121
|
+
/**
|
|
2122
|
+
* Description for Replaces the connection strings of an app.
|
|
2123
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2124
|
+
* @param name Name of the app.
|
|
2125
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the
|
|
2126
|
+
* connection settings for the production slot.
|
|
2127
|
+
* @param connectionStrings Connection strings of the app or deployment slot. See example.
|
|
2128
|
+
* @param options The options parameters.
|
|
2129
|
+
*/
|
|
2130
|
+
updateConnectionStringsSlot(resourceGroupName: string, name: string, slot: string, connectionStrings: ConnectionStringDictionary, options?: WebAppsUpdateConnectionStringsSlotOptionalParams): Promise<WebAppsUpdateConnectionStringsSlotResponse>;
|
|
2131
|
+
/**
|
|
2132
|
+
* Description for Gets the connection strings of an app.
|
|
2133
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2134
|
+
* @param name Name of the app.
|
|
2135
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the connection
|
|
2136
|
+
* settings for the production slot.
|
|
2137
|
+
* @param options The options parameters.
|
|
2138
|
+
*/
|
|
2139
|
+
listConnectionStringsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListConnectionStringsSlotOptionalParams): Promise<WebAppsListConnectionStringsSlotResponse>;
|
|
2140
|
+
/**
|
|
2141
|
+
* Description for Gets the logging configuration of an app.
|
|
2142
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2143
|
+
* @param name Name of the app.
|
|
2144
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the logging
|
|
2145
|
+
* configuration for the production slot.
|
|
2146
|
+
* @param options The options parameters.
|
|
2147
|
+
*/
|
|
2148
|
+
getDiagnosticLogsConfigurationSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetDiagnosticLogsConfigurationSlotOptionalParams): Promise<WebAppsGetDiagnosticLogsConfigurationSlotResponse>;
|
|
2149
|
+
/**
|
|
2150
|
+
* Description for Updates the logging configuration of an app.
|
|
2151
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2152
|
+
* @param name Name of the app.
|
|
2153
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the logging
|
|
2154
|
+
* configuration for the production slot.
|
|
2155
|
+
* @param siteLogsConfig A SiteLogsConfig JSON object that contains the logging configuration to change
|
|
2156
|
+
* in the "properties" property.
|
|
2157
|
+
* @param options The options parameters.
|
|
2158
|
+
*/
|
|
2159
|
+
updateDiagnosticLogsConfigSlot(resourceGroupName: string, name: string, slot: string, siteLogsConfig: SiteLogsConfig, options?: WebAppsUpdateDiagnosticLogsConfigSlotOptionalParams): Promise<WebAppsUpdateDiagnosticLogsConfigSlotResponse>;
|
|
2160
|
+
/**
|
|
2161
|
+
* Description for Replaces the metadata of an app.
|
|
2162
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2163
|
+
* @param name Name of the app.
|
|
2164
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the
|
|
2165
|
+
* metadata for the production slot.
|
|
2166
|
+
* @param metadata Edited metadata of the app or deployment slot. See example.
|
|
2167
|
+
* @param options The options parameters.
|
|
2168
|
+
*/
|
|
2169
|
+
updateMetadataSlot(resourceGroupName: string, name: string, slot: string, metadata: StringDictionary, options?: WebAppsUpdateMetadataSlotOptionalParams): Promise<WebAppsUpdateMetadataSlotResponse>;
|
|
2170
|
+
/**
|
|
2171
|
+
* Description for Gets the metadata of an app.
|
|
2172
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2173
|
+
* @param name Name of the app.
|
|
2174
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the metadata
|
|
2175
|
+
* for the production slot.
|
|
2176
|
+
* @param options The options parameters.
|
|
2177
|
+
*/
|
|
2178
|
+
listMetadataSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListMetadataSlotOptionalParams): Promise<WebAppsListMetadataSlotResponse>;
|
|
2179
|
+
/**
|
|
2180
|
+
* Description for Gets the Git/FTP publishing credentials of an app.
|
|
2181
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2182
|
+
* @param name Name of the app.
|
|
2183
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the publishing
|
|
2184
|
+
* credentials for the production slot.
|
|
2185
|
+
* @param options The options parameters.
|
|
2186
|
+
*/
|
|
2187
|
+
beginListPublishingCredentialsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListPublishingCredentialsSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsListPublishingCredentialsSlotResponse>, WebAppsListPublishingCredentialsSlotResponse>>;
|
|
2188
|
+
/**
|
|
2189
|
+
* Description for Gets the Git/FTP publishing credentials of an app.
|
|
2190
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2191
|
+
* @param name Name of the app.
|
|
2192
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the publishing
|
|
2193
|
+
* credentials for the production slot.
|
|
2194
|
+
* @param options The options parameters.
|
|
2195
|
+
*/
|
|
2196
|
+
beginListPublishingCredentialsSlotAndWait(resourceGroupName: string, name: string, slot: string, options?: WebAppsListPublishingCredentialsSlotOptionalParams): Promise<WebAppsListPublishingCredentialsSlotResponse>;
|
|
2197
|
+
/**
|
|
2198
|
+
* Description for Updates the Push settings associated with web app.
|
|
2199
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2200
|
+
* @param name Name of web app.
|
|
2201
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2202
|
+
* @param pushSettings Push settings associated with web app.
|
|
2203
|
+
* @param options The options parameters.
|
|
2204
|
+
*/
|
|
2205
|
+
updateSitePushSettingsSlot(resourceGroupName: string, name: string, slot: string, pushSettings: PushSettings, options?: WebAppsUpdateSitePushSettingsSlotOptionalParams): Promise<WebAppsUpdateSitePushSettingsSlotResponse>;
|
|
2206
|
+
/**
|
|
2207
|
+
* Description for Gets the Push settings associated with web app.
|
|
2208
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2209
|
+
* @param name Name of web app.
|
|
2210
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2211
|
+
* @param options The options parameters.
|
|
2212
|
+
*/
|
|
2213
|
+
listSitePushSettingsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListSitePushSettingsSlotOptionalParams): Promise<WebAppsListSitePushSettingsSlotResponse>;
|
|
2214
|
+
/**
|
|
2215
|
+
* Description for Gets the configuration of an app, such as platform version and bitness, default
|
|
2216
|
+
* documents, virtual applications, Always On, etc.
|
|
2217
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2218
|
+
* @param name Name of the app.
|
|
2219
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will return
|
|
2220
|
+
* configuration for the production slot.
|
|
2221
|
+
* @param options The options parameters.
|
|
2222
|
+
*/
|
|
2223
|
+
getConfigurationSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetConfigurationSlotOptionalParams): Promise<WebAppsGetConfigurationSlotResponse>;
|
|
2224
|
+
/**
|
|
2225
|
+
* Description for Updates the configuration of an app.
|
|
2226
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2227
|
+
* @param name Name of the app.
|
|
2228
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update
|
|
2229
|
+
* configuration for the production slot.
|
|
2230
|
+
* @param siteConfig JSON representation of a SiteConfig object. See example.
|
|
2231
|
+
* @param options The options parameters.
|
|
2232
|
+
*/
|
|
2233
|
+
createOrUpdateConfigurationSlot(resourceGroupName: string, name: string, slot: string, siteConfig: SiteConfigResource, options?: WebAppsCreateOrUpdateConfigurationSlotOptionalParams): Promise<WebAppsCreateOrUpdateConfigurationSlotResponse>;
|
|
2234
|
+
/**
|
|
2235
|
+
* Description for Updates the configuration of an app.
|
|
2236
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2237
|
+
* @param name Name of the app.
|
|
2238
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update
|
|
2239
|
+
* configuration for the production slot.
|
|
2240
|
+
* @param siteConfig JSON representation of a SiteConfig object. See example.
|
|
2241
|
+
* @param options The options parameters.
|
|
2242
|
+
*/
|
|
2243
|
+
updateConfigurationSlot(resourceGroupName: string, name: string, slot: string, siteConfig: SiteConfigResource, options?: WebAppsUpdateConfigurationSlotOptionalParams): Promise<WebAppsUpdateConfigurationSlotResponse>;
|
|
2244
|
+
/**
|
|
2245
|
+
* Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
|
2246
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2247
|
+
* @param name Name of the app.
|
|
2248
|
+
* @param snapshotId The ID of the snapshot to read.
|
|
2249
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will return
|
|
2250
|
+
* configuration for the production slot.
|
|
2251
|
+
* @param options The options parameters.
|
|
2252
|
+
*/
|
|
2253
|
+
getConfigurationSnapshotSlot(resourceGroupName: string, name: string, snapshotId: string, slot: string, options?: WebAppsGetConfigurationSnapshotSlotOptionalParams): Promise<WebAppsGetConfigurationSnapshotSlotResponse>;
|
|
2254
|
+
/**
|
|
2255
|
+
* Description for Reverts the configuration of an app to a previous snapshot.
|
|
2256
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2257
|
+
* @param name Name of the app.
|
|
2258
|
+
* @param snapshotId The ID of the snapshot to read.
|
|
2259
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will return
|
|
2260
|
+
* configuration for the production slot.
|
|
2261
|
+
* @param options The options parameters.
|
|
2262
|
+
*/
|
|
2263
|
+
recoverSiteConfigurationSnapshotSlot(resourceGroupName: string, name: string, snapshotId: string, slot: string, options?: WebAppsRecoverSiteConfigurationSnapshotSlotOptionalParams): Promise<void>;
|
|
2264
|
+
/**
|
|
2265
|
+
* Description for Gets the last lines of docker logs for the given site
|
|
2266
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2267
|
+
* @param name Name of web app.
|
|
2268
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2269
|
+
* @param options The options parameters.
|
|
2270
|
+
*/
|
|
2271
|
+
getWebSiteContainerLogsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetWebSiteContainerLogsSlotOptionalParams): Promise<WebAppsGetWebSiteContainerLogsSlotResponse>;
|
|
2272
|
+
/**
|
|
2273
|
+
* Description for Gets the ZIP archived docker log files for the given site
|
|
2274
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2275
|
+
* @param name Name of web app.
|
|
2276
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2277
|
+
* @param options The options parameters.
|
|
2278
|
+
*/
|
|
2279
|
+
getContainerLogsZipSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetContainerLogsZipSlotOptionalParams): Promise<WebAppsGetContainerLogsZipSlotResponse>;
|
|
2280
|
+
/**
|
|
2281
|
+
* Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
|
2282
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2283
|
+
* @param name Site name.
|
|
2284
|
+
* @param webJobName Name of Web Job.
|
|
2285
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
2286
|
+
* for the production slot.
|
|
2287
|
+
* @param options The options parameters.
|
|
2288
|
+
*/
|
|
2289
|
+
getContinuousWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsGetContinuousWebJobSlotOptionalParams): Promise<WebAppsGetContinuousWebJobSlotResponse>;
|
|
2290
|
+
/**
|
|
2291
|
+
* Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
|
2292
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2293
|
+
* @param name Site name.
|
|
2294
|
+
* @param webJobName Name of Web Job.
|
|
2295
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
2296
|
+
* for the production slot.
|
|
2297
|
+
* @param options The options parameters.
|
|
2298
|
+
*/
|
|
2299
|
+
deleteContinuousWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsDeleteContinuousWebJobSlotOptionalParams): Promise<void>;
|
|
2300
|
+
/**
|
|
2301
|
+
* Description for Start a continuous web job for an app, or a deployment slot.
|
|
2302
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2303
|
+
* @param name Site name.
|
|
2304
|
+
* @param webJobName Name of Web Job.
|
|
2305
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
2306
|
+
* for the production slot.
|
|
2307
|
+
* @param options The options parameters.
|
|
2308
|
+
*/
|
|
2309
|
+
startContinuousWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsStartContinuousWebJobSlotOptionalParams): Promise<void>;
|
|
2310
|
+
/**
|
|
2311
|
+
* Description for Stop a continuous web job for an app, or a deployment slot.
|
|
2312
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2313
|
+
* @param name Site name.
|
|
2314
|
+
* @param webJobName Name of Web Job.
|
|
2315
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
2316
|
+
* for the production slot.
|
|
2317
|
+
* @param options The options parameters.
|
|
2318
|
+
*/
|
|
2319
|
+
stopContinuousWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsStopContinuousWebJobSlotOptionalParams): Promise<void>;
|
|
2320
|
+
/**
|
|
2321
|
+
* Description for Get a deployment by its ID for an app, or a deployment slot.
|
|
2322
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2323
|
+
* @param name Name of the app.
|
|
2324
|
+
* @param id Deployment ID.
|
|
2325
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API gets a deployment for
|
|
2326
|
+
* the production slot.
|
|
2327
|
+
* @param options The options parameters.
|
|
2328
|
+
*/
|
|
2329
|
+
getDeploymentSlot(resourceGroupName: string, name: string, id: string, slot: string, options?: WebAppsGetDeploymentSlotOptionalParams): Promise<WebAppsGetDeploymentSlotResponse>;
|
|
2330
|
+
/**
|
|
2331
|
+
* Description for Create a deployment for an app, or a deployment slot.
|
|
2332
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2333
|
+
* @param name Name of the app.
|
|
2334
|
+
* @param id ID of an existing deployment.
|
|
2335
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API creates a deployment
|
|
2336
|
+
* for the production slot.
|
|
2337
|
+
* @param deployment Deployment details.
|
|
2338
|
+
* @param options The options parameters.
|
|
2339
|
+
*/
|
|
2340
|
+
createDeploymentSlot(resourceGroupName: string, name: string, id: string, slot: string, deployment: Deployment, options?: WebAppsCreateDeploymentSlotOptionalParams): Promise<WebAppsCreateDeploymentSlotResponse>;
|
|
2341
|
+
/**
|
|
2342
|
+
* Description for Delete a deployment by its ID for an app, or a deployment slot.
|
|
2343
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2344
|
+
* @param name Name of the app.
|
|
2345
|
+
* @param id Deployment ID.
|
|
2346
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
2347
|
+
* for the production slot.
|
|
2348
|
+
* @param options The options parameters.
|
|
2349
|
+
*/
|
|
2350
|
+
deleteDeploymentSlot(resourceGroupName: string, name: string, id: string, slot: string, options?: WebAppsDeleteDeploymentSlotOptionalParams): Promise<void>;
|
|
2351
|
+
/**
|
|
2352
|
+
* Description for List deployment log for specific deployment for an app, or a deployment slot.
|
|
2353
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2354
|
+
* @param name Name of the app.
|
|
2355
|
+
* @param id The ID of a specific deployment. This is the value of the name property in the JSON
|
|
2356
|
+
* response from "GET /api/sites/{siteName}/deployments".
|
|
2357
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
2358
|
+
* the production slot.
|
|
2359
|
+
* @param options The options parameters.
|
|
2360
|
+
*/
|
|
2361
|
+
listDeploymentLogSlot(resourceGroupName: string, name: string, id: string, slot: string, options?: WebAppsListDeploymentLogSlotOptionalParams): Promise<WebAppsListDeploymentLogSlotResponse>;
|
|
2362
|
+
/**
|
|
2363
|
+
* Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
|
2364
|
+
* Use this to get information about the databases stored in a backup.
|
|
2365
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2366
|
+
* @param name Name of the app.
|
|
2367
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will perform discovery
|
|
2368
|
+
* for the production slot.
|
|
2369
|
+
* @param request A RestoreRequest object that includes Azure storage URL and blog name for discovery
|
|
2370
|
+
* of backup.
|
|
2371
|
+
* @param options The options parameters.
|
|
2372
|
+
*/
|
|
2373
|
+
discoverBackupSlot(resourceGroupName: string, name: string, slot: string, request: RestoreRequest, options?: WebAppsDiscoverBackupSlotOptionalParams): Promise<WebAppsDiscoverBackupSlotResponse>;
|
|
2374
|
+
/**
|
|
2375
|
+
* Description for Get domain ownership identifier for web app.
|
|
2376
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2377
|
+
* @param name Name of the app.
|
|
2378
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
2379
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the binding
|
|
2380
|
+
* for the production slot.
|
|
2381
|
+
* @param options The options parameters.
|
|
2382
|
+
*/
|
|
2383
|
+
getDomainOwnershipIdentifierSlot(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, slot: string, options?: WebAppsGetDomainOwnershipIdentifierSlotOptionalParams): Promise<WebAppsGetDomainOwnershipIdentifierSlotResponse>;
|
|
2384
|
+
/**
|
|
2385
|
+
* Description for Creates a domain ownership identifier for web app, or updates an existing ownership
|
|
2386
|
+
* identifier.
|
|
2387
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2388
|
+
* @param name Name of the app.
|
|
2389
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
2390
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the binding
|
|
2391
|
+
* for the production slot.
|
|
2392
|
+
* @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
|
|
2393
|
+
* @param options The options parameters.
|
|
2394
|
+
*/
|
|
2395
|
+
createOrUpdateDomainOwnershipIdentifierSlot(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, slot: string, domainOwnershipIdentifier: Identifier, options?: WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotOptionalParams): Promise<WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotResponse>;
|
|
2396
|
+
/**
|
|
2397
|
+
* Description for Deletes a domain ownership identifier for a web app.
|
|
2398
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2399
|
+
* @param name Name of the app.
|
|
2400
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
2401
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the binding
|
|
2402
|
+
* for the production slot.
|
|
2403
|
+
* @param options The options parameters.
|
|
2404
|
+
*/
|
|
2405
|
+
deleteDomainOwnershipIdentifierSlot(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, slot: string, options?: WebAppsDeleteDomainOwnershipIdentifierSlotOptionalParams): Promise<void>;
|
|
2406
|
+
/**
|
|
2407
|
+
* Description for Creates a domain ownership identifier for web app, or updates an existing ownership
|
|
2408
|
+
* identifier.
|
|
2409
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2410
|
+
* @param name Name of the app.
|
|
2411
|
+
* @param domainOwnershipIdentifierName Name of domain ownership identifier.
|
|
2412
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the binding
|
|
2413
|
+
* for the production slot.
|
|
2414
|
+
* @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
|
|
2415
|
+
* @param options The options parameters.
|
|
2416
|
+
*/
|
|
2417
|
+
updateDomainOwnershipIdentifierSlot(resourceGroupName: string, name: string, domainOwnershipIdentifierName: string, slot: string, domainOwnershipIdentifier: Identifier, options?: WebAppsUpdateDomainOwnershipIdentifierSlotOptionalParams): Promise<WebAppsUpdateDomainOwnershipIdentifierSlotResponse>;
|
|
2418
|
+
/**
|
|
2419
|
+
* Description for Get the status of the last MSDeploy operation.
|
|
2420
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2421
|
+
* @param name Name of web app.
|
|
2422
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2423
|
+
* @param options The options parameters.
|
|
2424
|
+
*/
|
|
2425
|
+
getMSDeployStatusSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetMSDeployStatusSlotOptionalParams): Promise<WebAppsGetMSDeployStatusSlotResponse>;
|
|
2426
|
+
/**
|
|
2427
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
2428
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2429
|
+
* @param name Name of web app.
|
|
2430
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2431
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
2432
|
+
* @param options The options parameters.
|
|
2433
|
+
*/
|
|
2434
|
+
beginCreateMSDeployOperationSlot(resourceGroupName: string, name: string, slot: string, mSDeploy: MSDeploy, options?: WebAppsCreateMSDeployOperationSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateMSDeployOperationSlotResponse>, WebAppsCreateMSDeployOperationSlotResponse>>;
|
|
2435
|
+
/**
|
|
2436
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
2437
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2438
|
+
* @param name Name of web app.
|
|
2439
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2440
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
2441
|
+
* @param options The options parameters.
|
|
2442
|
+
*/
|
|
2443
|
+
beginCreateMSDeployOperationSlotAndWait(resourceGroupName: string, name: string, slot: string, mSDeploy: MSDeploy, options?: WebAppsCreateMSDeployOperationSlotOptionalParams): Promise<WebAppsCreateMSDeployOperationSlotResponse>;
|
|
2444
|
+
/**
|
|
2445
|
+
* Description for Get the MSDeploy Log for the last MSDeploy operation.
|
|
2446
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2447
|
+
* @param name Name of web app.
|
|
2448
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2449
|
+
* @param options The options parameters.
|
|
2450
|
+
*/
|
|
2451
|
+
getMSDeployLogSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetMSDeployLogSlotOptionalParams): Promise<WebAppsGetMSDeployLogSlotResponse>;
|
|
2452
|
+
/**
|
|
2453
|
+
* Description for Fetch a short lived token that can be exchanged for a master key.
|
|
2454
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2455
|
+
* @param name Name of web app.
|
|
2456
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2457
|
+
* @param options The options parameters.
|
|
2458
|
+
*/
|
|
2459
|
+
getFunctionsAdminTokenSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetFunctionsAdminTokenSlotOptionalParams): Promise<WebAppsGetFunctionsAdminTokenSlotResponse>;
|
|
2460
|
+
/**
|
|
2461
|
+
* Description for Get function information by its ID for web site, or a deployment slot.
|
|
2462
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2463
|
+
* @param name Site name.
|
|
2464
|
+
* @param functionName Function name.
|
|
2465
|
+
* @param slot Name of the deployment slot.
|
|
2466
|
+
* @param options The options parameters.
|
|
2467
|
+
*/
|
|
2468
|
+
getInstanceFunctionSlot(resourceGroupName: string, name: string, functionName: string, slot: string, options?: WebAppsGetInstanceFunctionSlotOptionalParams): Promise<WebAppsGetInstanceFunctionSlotResponse>;
|
|
2469
|
+
/**
|
|
2470
|
+
* Description for Create function for web site, or a deployment slot.
|
|
2471
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2472
|
+
* @param name Site name.
|
|
2473
|
+
* @param functionName Function name.
|
|
2474
|
+
* @param slot Name of the deployment slot.
|
|
2475
|
+
* @param functionEnvelope Function details.
|
|
2476
|
+
* @param options The options parameters.
|
|
2477
|
+
*/
|
|
2478
|
+
beginCreateInstanceFunctionSlot(resourceGroupName: string, name: string, functionName: string, slot: string, functionEnvelope: FunctionEnvelope, options?: WebAppsCreateInstanceFunctionSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateInstanceFunctionSlotResponse>, WebAppsCreateInstanceFunctionSlotResponse>>;
|
|
2479
|
+
/**
|
|
2480
|
+
* Description for Create function for web site, or a deployment slot.
|
|
2481
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2482
|
+
* @param name Site name.
|
|
2483
|
+
* @param functionName Function name.
|
|
2484
|
+
* @param slot Name of the deployment slot.
|
|
2485
|
+
* @param functionEnvelope Function details.
|
|
2486
|
+
* @param options The options parameters.
|
|
2487
|
+
*/
|
|
2488
|
+
beginCreateInstanceFunctionSlotAndWait(resourceGroupName: string, name: string, functionName: string, slot: string, functionEnvelope: FunctionEnvelope, options?: WebAppsCreateInstanceFunctionSlotOptionalParams): Promise<WebAppsCreateInstanceFunctionSlotResponse>;
|
|
2489
|
+
/**
|
|
2490
|
+
* Description for Delete a function for web site, or a deployment slot.
|
|
2491
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2492
|
+
* @param name Site name.
|
|
2493
|
+
* @param functionName Function name.
|
|
2494
|
+
* @param slot Name of the deployment slot.
|
|
2495
|
+
* @param options The options parameters.
|
|
2496
|
+
*/
|
|
2497
|
+
deleteInstanceFunctionSlot(resourceGroupName: string, name: string, functionName: string, slot: string, options?: WebAppsDeleteInstanceFunctionSlotOptionalParams): Promise<void>;
|
|
2498
|
+
/**
|
|
2499
|
+
* Description for Add or update a function secret.
|
|
2500
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2501
|
+
* @param name Site name.
|
|
2502
|
+
* @param functionName The name of the function.
|
|
2503
|
+
* @param keyName The name of the key.
|
|
2504
|
+
* @param slot Name of the deployment slot.
|
|
2505
|
+
* @param key The key to create or update
|
|
2506
|
+
* @param options The options parameters.
|
|
2507
|
+
*/
|
|
2508
|
+
createOrUpdateFunctionSecretSlot(resourceGroupName: string, name: string, functionName: string, keyName: string, slot: string, key: KeyInfo, options?: WebAppsCreateOrUpdateFunctionSecretSlotOptionalParams): Promise<WebAppsCreateOrUpdateFunctionSecretSlotResponse>;
|
|
2509
|
+
/**
|
|
2510
|
+
* Description for Delete a function secret.
|
|
2511
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2512
|
+
* @param name Site name.
|
|
2513
|
+
* @param functionName The name of the function.
|
|
2514
|
+
* @param keyName The name of the key.
|
|
2515
|
+
* @param slot Name of the deployment slot.
|
|
2516
|
+
* @param options The options parameters.
|
|
2517
|
+
*/
|
|
2518
|
+
deleteFunctionSecretSlot(resourceGroupName: string, name: string, functionName: string, keyName: string, slot: string, options?: WebAppsDeleteFunctionSecretSlotOptionalParams): Promise<void>;
|
|
2519
|
+
/**
|
|
2520
|
+
* Description for Get function keys for a function in a web site, or a deployment slot.
|
|
2521
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2522
|
+
* @param name Site name.
|
|
2523
|
+
* @param functionName Function name.
|
|
2524
|
+
* @param slot Name of the deployment slot.
|
|
2525
|
+
* @param options The options parameters.
|
|
2526
|
+
*/
|
|
2527
|
+
listFunctionKeysSlot(resourceGroupName: string, name: string, functionName: string, slot: string, options?: WebAppsListFunctionKeysSlotOptionalParams): Promise<WebAppsListFunctionKeysSlotResponse>;
|
|
2528
|
+
/**
|
|
2529
|
+
* Description for Get function secrets for a function in a web site, or a deployment slot.
|
|
2530
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2531
|
+
* @param name Site name.
|
|
2532
|
+
* @param functionName Function name.
|
|
2533
|
+
* @param slot Name of the deployment slot.
|
|
2534
|
+
* @param options The options parameters.
|
|
2535
|
+
*/
|
|
2536
|
+
listFunctionSecretsSlot(resourceGroupName: string, name: string, functionName: string, slot: string, options?: WebAppsListFunctionSecretsSlotOptionalParams): Promise<WebAppsListFunctionSecretsSlotResponse>;
|
|
2537
|
+
/**
|
|
2538
|
+
* Description for Get host secrets for a function app.
|
|
2539
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2540
|
+
* @param name Site name.
|
|
2541
|
+
* @param slot Name of the deployment slot.
|
|
2542
|
+
* @param options The options parameters.
|
|
2543
|
+
*/
|
|
2544
|
+
listHostKeysSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListHostKeysSlotOptionalParams): Promise<WebAppsListHostKeysSlotResponse>;
|
|
2545
|
+
/**
|
|
2546
|
+
* Description for This is to allow calling via powershell and ARM template.
|
|
2547
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2548
|
+
* @param name Name of the app.
|
|
2549
|
+
* @param slot Name of the deployment slot.
|
|
2550
|
+
* @param options The options parameters.
|
|
2551
|
+
*/
|
|
2552
|
+
listSyncStatusSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListSyncStatusSlotOptionalParams): Promise<void>;
|
|
2553
|
+
/**
|
|
2554
|
+
* Description for Syncs function trigger metadata to the management database
|
|
2555
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2556
|
+
* @param name Name of the app.
|
|
2557
|
+
* @param slot Name of the deployment slot.
|
|
2558
|
+
* @param options The options parameters.
|
|
2559
|
+
*/
|
|
2560
|
+
syncFunctionsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsSyncFunctionsSlotOptionalParams): Promise<void>;
|
|
2561
|
+
/**
|
|
2562
|
+
* Description for Add or update a host level secret.
|
|
2563
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2564
|
+
* @param name Site name.
|
|
2565
|
+
* @param keyType The type of host key.
|
|
2566
|
+
* @param keyName The name of the key.
|
|
2567
|
+
* @param slot Name of the deployment slot.
|
|
2568
|
+
* @param key The key to create or update
|
|
2569
|
+
* @param options The options parameters.
|
|
2570
|
+
*/
|
|
2571
|
+
createOrUpdateHostSecretSlot(resourceGroupName: string, name: string, keyType: string, keyName: string, slot: string, key: KeyInfo, options?: WebAppsCreateOrUpdateHostSecretSlotOptionalParams): Promise<WebAppsCreateOrUpdateHostSecretSlotResponse>;
|
|
2572
|
+
/**
|
|
2573
|
+
* Description for Delete a host level secret.
|
|
2574
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2575
|
+
* @param name Site name.
|
|
2576
|
+
* @param keyType The type of host key.
|
|
2577
|
+
* @param keyName The name of the key.
|
|
2578
|
+
* @param slot Name of the deployment slot.
|
|
2579
|
+
* @param options The options parameters.
|
|
2580
|
+
*/
|
|
2581
|
+
deleteHostSecretSlot(resourceGroupName: string, name: string, keyType: string, keyName: string, slot: string, options?: WebAppsDeleteHostSecretSlotOptionalParams): Promise<void>;
|
|
2582
|
+
/**
|
|
2583
|
+
* Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
|
2584
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2585
|
+
* @param name Name of the app.
|
|
2586
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API the named binding for
|
|
2587
|
+
* the production slot.
|
|
2588
|
+
* @param hostName Hostname in the hostname binding.
|
|
2589
|
+
* @param options The options parameters.
|
|
2590
|
+
*/
|
|
2591
|
+
getHostNameBindingSlot(resourceGroupName: string, name: string, slot: string, hostName: string, options?: WebAppsGetHostNameBindingSlotOptionalParams): Promise<WebAppsGetHostNameBindingSlotResponse>;
|
|
2592
|
+
/**
|
|
2593
|
+
* Description for Creates a hostname binding for an app.
|
|
2594
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2595
|
+
* @param name Name of the app.
|
|
2596
|
+
* @param hostName Hostname in the hostname binding.
|
|
2597
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding
|
|
2598
|
+
* for the production slot.
|
|
2599
|
+
* @param hostNameBinding Binding details. This is the JSON representation of a HostNameBinding object.
|
|
2600
|
+
* @param options The options parameters.
|
|
2601
|
+
*/
|
|
2602
|
+
createOrUpdateHostNameBindingSlot(resourceGroupName: string, name: string, hostName: string, slot: string, hostNameBinding: HostNameBinding, options?: WebAppsCreateOrUpdateHostNameBindingSlotOptionalParams): Promise<WebAppsCreateOrUpdateHostNameBindingSlotResponse>;
|
|
2603
|
+
/**
|
|
2604
|
+
* Description for Deletes a hostname binding for an app.
|
|
2605
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2606
|
+
* @param name Name of the app.
|
|
2607
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the binding
|
|
2608
|
+
* for the production slot.
|
|
2609
|
+
* @param hostName Hostname in the hostname binding.
|
|
2610
|
+
* @param options The options parameters.
|
|
2611
|
+
*/
|
|
2612
|
+
deleteHostNameBindingSlot(resourceGroupName: string, name: string, slot: string, hostName: string, options?: WebAppsDeleteHostNameBindingSlotOptionalParams): Promise<void>;
|
|
2613
|
+
/**
|
|
2614
|
+
* Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
|
2615
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2616
|
+
* @param name The name of the web app.
|
|
2617
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
2618
|
+
* @param relayName The relay name for this hybrid connection.
|
|
2619
|
+
* @param slot The name of the slot for the web app.
|
|
2620
|
+
* @param options The options parameters.
|
|
2621
|
+
*/
|
|
2622
|
+
getHybridConnectionSlot(resourceGroupName: string, name: string, namespaceName: string, relayName: string, slot: string, options?: WebAppsGetHybridConnectionSlotOptionalParams): Promise<WebAppsGetHybridConnectionSlotResponse>;
|
|
2623
|
+
/**
|
|
2624
|
+
* Description for Creates a new Hybrid Connection using a Service Bus relay.
|
|
2625
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2626
|
+
* @param name The name of the web app.
|
|
2627
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
2628
|
+
* @param relayName The relay name for this hybrid connection.
|
|
2629
|
+
* @param slot The name of the slot for the web app.
|
|
2630
|
+
* @param connectionEnvelope The details of the hybrid connection.
|
|
2631
|
+
* @param options The options parameters.
|
|
2632
|
+
*/
|
|
2633
|
+
createOrUpdateHybridConnectionSlot(resourceGroupName: string, name: string, namespaceName: string, relayName: string, slot: string, connectionEnvelope: HybridConnection, options?: WebAppsCreateOrUpdateHybridConnectionSlotOptionalParams): Promise<WebAppsCreateOrUpdateHybridConnectionSlotResponse>;
|
|
2634
|
+
/**
|
|
2635
|
+
* Description for Removes a Hybrid Connection from this site.
|
|
2636
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2637
|
+
* @param name The name of the web app.
|
|
2638
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
2639
|
+
* @param relayName The relay name for this hybrid connection.
|
|
2640
|
+
* @param slot The name of the slot for the web app.
|
|
2641
|
+
* @param options The options parameters.
|
|
2642
|
+
*/
|
|
2643
|
+
deleteHybridConnectionSlot(resourceGroupName: string, name: string, namespaceName: string, relayName: string, slot: string, options?: WebAppsDeleteHybridConnectionSlotOptionalParams): Promise<void>;
|
|
2644
|
+
/**
|
|
2645
|
+
* Description for Creates a new Hybrid Connection using a Service Bus relay.
|
|
2646
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2647
|
+
* @param name The name of the web app.
|
|
2648
|
+
* @param namespaceName The namespace for this hybrid connection.
|
|
2649
|
+
* @param relayName The relay name for this hybrid connection.
|
|
2650
|
+
* @param slot The name of the slot for the web app.
|
|
2651
|
+
* @param connectionEnvelope The details of the hybrid connection.
|
|
2652
|
+
* @param options The options parameters.
|
|
2653
|
+
*/
|
|
2654
|
+
updateHybridConnectionSlot(resourceGroupName: string, name: string, namespaceName: string, relayName: string, slot: string, connectionEnvelope: HybridConnection, options?: WebAppsUpdateHybridConnectionSlotOptionalParams): Promise<WebAppsUpdateHybridConnectionSlotResponse>;
|
|
2655
|
+
/**
|
|
2656
|
+
* Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
|
2657
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2658
|
+
* @param name The name of the web app.
|
|
2659
|
+
* @param slot The name of the slot for the web app.
|
|
2660
|
+
* @param options The options parameters.
|
|
2661
|
+
*/
|
|
2662
|
+
listHybridConnectionsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListHybridConnectionsSlotOptionalParams): Promise<WebAppsListHybridConnectionsSlotResponse>;
|
|
2663
|
+
/**
|
|
2664
|
+
* Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
|
2665
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2666
|
+
* @param name Name of the app.
|
|
2667
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get hybrid
|
|
2668
|
+
* connections for the production slot.
|
|
2669
|
+
* @param options The options parameters.
|
|
2670
|
+
*/
|
|
2671
|
+
listRelayServiceConnectionsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListRelayServiceConnectionsSlotOptionalParams): Promise<WebAppsListRelayServiceConnectionsSlotResponse>;
|
|
2672
|
+
/**
|
|
2673
|
+
* Description for Gets a hybrid connection configuration by its name.
|
|
2674
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2675
|
+
* @param name Name of the app.
|
|
2676
|
+
* @param entityName Name of the hybrid connection.
|
|
2677
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get a hybrid
|
|
2678
|
+
* connection for the production slot.
|
|
2679
|
+
* @param options The options parameters.
|
|
2680
|
+
*/
|
|
2681
|
+
getRelayServiceConnectionSlot(resourceGroupName: string, name: string, entityName: string, slot: string, options?: WebAppsGetRelayServiceConnectionSlotOptionalParams): Promise<WebAppsGetRelayServiceConnectionSlotResponse>;
|
|
2682
|
+
/**
|
|
2683
|
+
* Description for Creates a new hybrid connection configuration (PUT), or updates an existing one
|
|
2684
|
+
* (PATCH).
|
|
2685
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2686
|
+
* @param name Name of the app.
|
|
2687
|
+
* @param entityName Name of the hybrid connection configuration.
|
|
2688
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will create or update a
|
|
2689
|
+
* hybrid connection for the production slot.
|
|
2690
|
+
* @param connectionEnvelope Details of the hybrid connection configuration.
|
|
2691
|
+
* @param options The options parameters.
|
|
2692
|
+
*/
|
|
2693
|
+
createOrUpdateRelayServiceConnectionSlot(resourceGroupName: string, name: string, entityName: string, slot: string, connectionEnvelope: RelayServiceConnectionEntity, options?: WebAppsCreateOrUpdateRelayServiceConnectionSlotOptionalParams): Promise<WebAppsCreateOrUpdateRelayServiceConnectionSlotResponse>;
|
|
2694
|
+
/**
|
|
2695
|
+
* Description for Deletes a relay service connection by its name.
|
|
2696
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2697
|
+
* @param name Name of the app.
|
|
2698
|
+
* @param entityName Name of the hybrid connection configuration.
|
|
2699
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete a hybrid
|
|
2700
|
+
* connection for the production slot.
|
|
2701
|
+
* @param options The options parameters.
|
|
2702
|
+
*/
|
|
2703
|
+
deleteRelayServiceConnectionSlot(resourceGroupName: string, name: string, entityName: string, slot: string, options?: WebAppsDeleteRelayServiceConnectionSlotOptionalParams): Promise<void>;
|
|
2704
|
+
/**
|
|
2705
|
+
* Description for Creates a new hybrid connection configuration (PUT), or updates an existing one
|
|
2706
|
+
* (PATCH).
|
|
2707
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2708
|
+
* @param name Name of the app.
|
|
2709
|
+
* @param entityName Name of the hybrid connection configuration.
|
|
2710
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will create or update a
|
|
2711
|
+
* hybrid connection for the production slot.
|
|
2712
|
+
* @param connectionEnvelope Details of the hybrid connection configuration.
|
|
2713
|
+
* @param options The options parameters.
|
|
2714
|
+
*/
|
|
2715
|
+
updateRelayServiceConnectionSlot(resourceGroupName: string, name: string, entityName: string, slot: string, connectionEnvelope: RelayServiceConnectionEntity, options?: WebAppsUpdateRelayServiceConnectionSlotOptionalParams): Promise<WebAppsUpdateRelayServiceConnectionSlotResponse>;
|
|
2716
|
+
/**
|
|
2717
|
+
* Description for Gets all scale-out instances of an app.
|
|
2718
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2719
|
+
* @param name Name of the app.
|
|
2720
|
+
* @param instanceId
|
|
2721
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API gets the production
|
|
2722
|
+
* slot instances.
|
|
2723
|
+
* @param options The options parameters.
|
|
2724
|
+
*/
|
|
2725
|
+
getInstanceInfoSlot(resourceGroupName: string, name: string, instanceId: string, slot: string, options?: WebAppsGetInstanceInfoSlotOptionalParams): Promise<WebAppsGetInstanceInfoSlotResponse>;
|
|
2726
|
+
/**
|
|
2727
|
+
* Description for Get the status of the last MSDeploy operation.
|
|
2728
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2729
|
+
* @param name Name of web app.
|
|
2730
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2731
|
+
* @param instanceId ID of web app instance.
|
|
2732
|
+
* @param options The options parameters.
|
|
2733
|
+
*/
|
|
2734
|
+
getInstanceMsDeployStatusSlot(resourceGroupName: string, name: string, slot: string, instanceId: string, options?: WebAppsGetInstanceMsDeployStatusSlotOptionalParams): Promise<WebAppsGetInstanceMsDeployStatusSlotResponse>;
|
|
2735
|
+
/**
|
|
2736
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
2737
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2738
|
+
* @param name Name of web app.
|
|
2739
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2740
|
+
* @param instanceId ID of web app instance.
|
|
2741
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
2742
|
+
* @param options The options parameters.
|
|
2743
|
+
*/
|
|
2744
|
+
beginCreateInstanceMSDeployOperationSlot(resourceGroupName: string, name: string, slot: string, instanceId: string, mSDeploy: MSDeploy, options?: WebAppsCreateInstanceMSDeployOperationSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateInstanceMSDeployOperationSlotResponse>, WebAppsCreateInstanceMSDeployOperationSlotResponse>>;
|
|
2745
|
+
/**
|
|
2746
|
+
* Description for Invoke the MSDeploy web app extension.
|
|
2747
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2748
|
+
* @param name Name of web app.
|
|
2749
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2750
|
+
* @param instanceId ID of web app instance.
|
|
2751
|
+
* @param mSDeploy Details of MSDeploy operation
|
|
2752
|
+
* @param options The options parameters.
|
|
2753
|
+
*/
|
|
2754
|
+
beginCreateInstanceMSDeployOperationSlotAndWait(resourceGroupName: string, name: string, slot: string, instanceId: string, mSDeploy: MSDeploy, options?: WebAppsCreateInstanceMSDeployOperationSlotOptionalParams): Promise<WebAppsCreateInstanceMSDeployOperationSlotResponse>;
|
|
2755
|
+
/**
|
|
2756
|
+
* Description for Get the MSDeploy Log for the last MSDeploy operation.
|
|
2757
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2758
|
+
* @param name Name of web app.
|
|
2759
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2760
|
+
* @param instanceId ID of web app instance.
|
|
2761
|
+
* @param options The options parameters.
|
|
2762
|
+
*/
|
|
2763
|
+
getInstanceMSDeployLogSlot(resourceGroupName: string, name: string, slot: string, instanceId: string, options?: WebAppsGetInstanceMSDeployLogSlotOptionalParams): Promise<WebAppsGetInstanceMSDeployLogSlotResponse>;
|
|
2764
|
+
/**
|
|
2765
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
2766
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2767
|
+
* @param name Site name.
|
|
2768
|
+
* @param processId PID.
|
|
2769
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
2770
|
+
* the production slot.
|
|
2771
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
2772
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
2773
|
+
* @param options The options parameters.
|
|
2774
|
+
*/
|
|
2775
|
+
getInstanceProcessSlot(resourceGroupName: string, name: string, processId: string, slot: string, instanceId: string, options?: WebAppsGetInstanceProcessSlotOptionalParams): Promise<WebAppsGetInstanceProcessSlotResponse>;
|
|
2776
|
+
/**
|
|
2777
|
+
* Description for Terminate a process by its ID for a web site, or a deployment slot, or specific
|
|
2778
|
+
* scaled-out instance in a web site.
|
|
2779
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2780
|
+
* @param name Site name.
|
|
2781
|
+
* @param processId PID.
|
|
2782
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
2783
|
+
* the production slot.
|
|
2784
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
2785
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
2786
|
+
* @param options The options parameters.
|
|
2787
|
+
*/
|
|
2788
|
+
deleteInstanceProcessSlot(resourceGroupName: string, name: string, processId: string, slot: string, instanceId: string, options?: WebAppsDeleteInstanceProcessSlotOptionalParams): Promise<void>;
|
|
2789
|
+
/**
|
|
2790
|
+
* Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web
|
|
2791
|
+
* site.
|
|
2792
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2793
|
+
* @param name Site name.
|
|
2794
|
+
* @param processId PID.
|
|
2795
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
2796
|
+
* the production slot.
|
|
2797
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
2798
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
2799
|
+
* @param options The options parameters.
|
|
2800
|
+
*/
|
|
2801
|
+
getInstanceProcessDumpSlot(resourceGroupName: string, name: string, processId: string, slot: string, instanceId: string, options?: WebAppsGetInstanceProcessDumpSlotOptionalParams): Promise<WebAppsGetInstanceProcessDumpSlotResponse>;
|
|
2802
|
+
/**
|
|
2803
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
2804
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2805
|
+
* @param name Site name.
|
|
2806
|
+
* @param processId PID.
|
|
2807
|
+
* @param baseAddress Module base address.
|
|
2808
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
2809
|
+
* the production slot.
|
|
2810
|
+
* @param instanceId ID of a specific scaled-out instance. This is the value of the name property in
|
|
2811
|
+
* the JSON response from "GET api/sites/{siteName}/instances".
|
|
2812
|
+
* @param options The options parameters.
|
|
2813
|
+
*/
|
|
2814
|
+
getInstanceProcessModuleSlot(resourceGroupName: string, name: string, processId: string, baseAddress: string, slot: string, instanceId: string, options?: WebAppsGetInstanceProcessModuleSlotOptionalParams): Promise<WebAppsGetInstanceProcessModuleSlotResponse>;
|
|
2815
|
+
/**
|
|
2816
|
+
* Description for Shows whether an app can be cloned to another resource group or subscription.
|
|
2817
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2818
|
+
* @param name Name of the app.
|
|
2819
|
+
* @param slot Name of the deployment slot. By default, this API returns information on the production
|
|
2820
|
+
* slot.
|
|
2821
|
+
* @param options The options parameters.
|
|
2822
|
+
*/
|
|
2823
|
+
isCloneableSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsIsCloneableSlotOptionalParams): Promise<WebAppsIsCloneableSlotResponse>;
|
|
2824
|
+
/**
|
|
2825
|
+
* Description for This is to allow calling via powershell and ARM template.
|
|
2826
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2827
|
+
* @param name Name of the app.
|
|
2828
|
+
* @param slot Name of the deployment slot.
|
|
2829
|
+
* @param options The options parameters.
|
|
2830
|
+
*/
|
|
2831
|
+
listSyncFunctionTriggersSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListSyncFunctionTriggersSlotOptionalParams): Promise<WebAppsListSyncFunctionTriggersSlotResponse>;
|
|
2832
|
+
/**
|
|
2833
|
+
* Description for Returns the status of MySql in app migration, if one is active, and whether or not
|
|
2834
|
+
* MySql in app is enabled
|
|
2835
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2836
|
+
* @param name Name of web app.
|
|
2837
|
+
* @param slot Name of the deployment slot.
|
|
2838
|
+
* @param options The options parameters.
|
|
2839
|
+
*/
|
|
2840
|
+
getMigrateMySqlStatusSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetMigrateMySqlStatusSlotOptionalParams): Promise<WebAppsGetMigrateMySqlStatusSlotResponse>;
|
|
2841
|
+
/**
|
|
2842
|
+
* Description for Gets a Swift Virtual Network connection.
|
|
2843
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2844
|
+
* @param name Name of the app.
|
|
2845
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get a gateway for
|
|
2846
|
+
* the production slot's Virtual Network.
|
|
2847
|
+
* @param options The options parameters.
|
|
2848
|
+
*/
|
|
2849
|
+
getSwiftVirtualNetworkConnectionSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetSwiftVirtualNetworkConnectionSlotOptionalParams): Promise<WebAppsGetSwiftVirtualNetworkConnectionSlotResponse>;
|
|
2850
|
+
/**
|
|
2851
|
+
* Description for Integrates this Web App with a Virtual Network. This requires that 1)
|
|
2852
|
+
* "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has
|
|
2853
|
+
* already been delegated, and is not
|
|
2854
|
+
* in use by another App Service Plan other than the one this App is in.
|
|
2855
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2856
|
+
* @param name Name of the app.
|
|
2857
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will add or update
|
|
2858
|
+
* connections for the production slot.
|
|
2859
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
2860
|
+
* @param options The options parameters.
|
|
2861
|
+
*/
|
|
2862
|
+
createOrUpdateSwiftVirtualNetworkConnectionWithCheckSlot(resourceGroupName: string, name: string, slot: string, connectionEnvelope: SwiftVirtualNetwork, options?: WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams): Promise<WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse>;
|
|
2863
|
+
/**
|
|
2864
|
+
* Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
|
2865
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2866
|
+
* @param name Name of the app.
|
|
2867
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the
|
|
2868
|
+
* connection for the production slot.
|
|
2869
|
+
* @param options The options parameters.
|
|
2870
|
+
*/
|
|
2871
|
+
deleteSwiftVirtualNetworkSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsDeleteSwiftVirtualNetworkSlotOptionalParams): Promise<void>;
|
|
2872
|
+
/**
|
|
2873
|
+
* Description for Integrates this Web App with a Virtual Network. This requires that 1)
|
|
2874
|
+
* "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has
|
|
2875
|
+
* already been delegated, and is not
|
|
2876
|
+
* in use by another App Service Plan other than the one this App is in.
|
|
2877
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2878
|
+
* @param name Name of the app.
|
|
2879
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will add or update
|
|
2880
|
+
* connections for the production slot.
|
|
2881
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
2882
|
+
* @param options The options parameters.
|
|
2883
|
+
*/
|
|
2884
|
+
updateSwiftVirtualNetworkConnectionWithCheckSlot(resourceGroupName: string, name: string, slot: string, connectionEnvelope: SwiftVirtualNetwork, options?: WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotOptionalParams): Promise<WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotResponse>;
|
|
2885
|
+
/**
|
|
2886
|
+
* Description for Gets all network features used by the app (or deployment slot, if specified).
|
|
2887
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2888
|
+
* @param name Name of the app.
|
|
2889
|
+
* @param view The type of view. Only "summary" is supported at this time.
|
|
2890
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get network
|
|
2891
|
+
* features for the production slot.
|
|
2892
|
+
* @param options The options parameters.
|
|
2893
|
+
*/
|
|
2894
|
+
listNetworkFeaturesSlot(resourceGroupName: string, name: string, view: string, slot: string, options?: WebAppsListNetworkFeaturesSlotOptionalParams): Promise<WebAppsListNetworkFeaturesSlotResponse>;
|
|
2895
|
+
/**
|
|
2896
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
2897
|
+
* specified).
|
|
2898
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2899
|
+
* @param name Name of the app.
|
|
2900
|
+
* @param operationId GUID of the operation.
|
|
2901
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get an operation
|
|
2902
|
+
* for the production slot.
|
|
2903
|
+
* @param options The options parameters.
|
|
2904
|
+
*/
|
|
2905
|
+
getNetworkTraceOperationSlot(resourceGroupName: string, name: string, operationId: string, slot: string, options?: WebAppsGetNetworkTraceOperationSlotOptionalParams): Promise<WebAppsGetNetworkTraceOperationSlotResponse>;
|
|
2906
|
+
/**
|
|
2907
|
+
* Description for Start capturing network packets for the site (To be deprecated).
|
|
2908
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2909
|
+
* @param name The name of the web app.
|
|
2910
|
+
* @param slot The name of the slot for this web app.
|
|
2911
|
+
* @param options The options parameters.
|
|
2912
|
+
*/
|
|
2913
|
+
startWebSiteNetworkTraceSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsStartWebSiteNetworkTraceSlotOptionalParams): Promise<WebAppsStartWebSiteNetworkTraceSlotResponse>;
|
|
2914
|
+
/**
|
|
2915
|
+
* Description for Start capturing network packets for the site.
|
|
2916
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2917
|
+
* @param name The name of the web app.
|
|
2918
|
+
* @param slot The name of the slot for this web app.
|
|
2919
|
+
* @param options The options parameters.
|
|
2920
|
+
*/
|
|
2921
|
+
beginStartWebSiteNetworkTraceOperationSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsStartWebSiteNetworkTraceOperationSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsStartWebSiteNetworkTraceOperationSlotResponse>, WebAppsStartWebSiteNetworkTraceOperationSlotResponse>>;
|
|
2922
|
+
/**
|
|
2923
|
+
* Description for Start capturing network packets for the site.
|
|
2924
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2925
|
+
* @param name The name of the web app.
|
|
2926
|
+
* @param slot The name of the slot for this web app.
|
|
2927
|
+
* @param options The options parameters.
|
|
2928
|
+
*/
|
|
2929
|
+
beginStartWebSiteNetworkTraceOperationSlotAndWait(resourceGroupName: string, name: string, slot: string, options?: WebAppsStartWebSiteNetworkTraceOperationSlotOptionalParams): Promise<WebAppsStartWebSiteNetworkTraceOperationSlotResponse>;
|
|
2930
|
+
/**
|
|
2931
|
+
* Description for Stop ongoing capturing network packets for the site.
|
|
2932
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2933
|
+
* @param name The name of the web app.
|
|
2934
|
+
* @param slot The name of the slot for this web app.
|
|
2935
|
+
* @param options The options parameters.
|
|
2936
|
+
*/
|
|
2937
|
+
stopWebSiteNetworkTraceSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsStopWebSiteNetworkTraceSlotOptionalParams): Promise<void>;
|
|
2938
|
+
/**
|
|
2939
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
2940
|
+
* specified).
|
|
2941
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2942
|
+
* @param name Name of the app.
|
|
2943
|
+
* @param operationId GUID of the operation.
|
|
2944
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get an operation
|
|
2945
|
+
* for the production slot.
|
|
2946
|
+
* @param options The options parameters.
|
|
2947
|
+
*/
|
|
2948
|
+
getNetworkTracesSlot(resourceGroupName: string, name: string, operationId: string, slot: string, options?: WebAppsGetNetworkTracesSlotOptionalParams): Promise<WebAppsGetNetworkTracesSlotResponse>;
|
|
2949
|
+
/**
|
|
2950
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
2951
|
+
* specified).
|
|
2952
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2953
|
+
* @param name Name of the app.
|
|
2954
|
+
* @param operationId GUID of the operation.
|
|
2955
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get an operation
|
|
2956
|
+
* for the production slot.
|
|
2957
|
+
* @param options The options parameters.
|
|
2958
|
+
*/
|
|
2959
|
+
getNetworkTraceOperationSlotV2(resourceGroupName: string, name: string, operationId: string, slot: string, options?: WebAppsGetNetworkTraceOperationSlotV2OptionalParams): Promise<WebAppsGetNetworkTraceOperationSlotV2Response>;
|
|
2960
|
+
/**
|
|
2961
|
+
* Description for Gets a named operation for a network trace capturing (or deployment slot, if
|
|
2962
|
+
* specified).
|
|
2963
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2964
|
+
* @param name Name of the app.
|
|
2965
|
+
* @param operationId GUID of the operation.
|
|
2966
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get an operation
|
|
2967
|
+
* for the production slot.
|
|
2968
|
+
* @param options The options parameters.
|
|
2969
|
+
*/
|
|
2970
|
+
getNetworkTracesSlotV2(resourceGroupName: string, name: string, operationId: string, slot: string, options?: WebAppsGetNetworkTracesSlotV2OptionalParams): Promise<WebAppsGetNetworkTracesSlotV2Response>;
|
|
2971
|
+
/**
|
|
2972
|
+
* Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
|
2973
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2974
|
+
* @param name Name of the app.
|
|
2975
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API generate a new
|
|
2976
|
+
* publishing password for the production slot.
|
|
2977
|
+
* @param options The options parameters.
|
|
2978
|
+
*/
|
|
2979
|
+
generateNewSitePublishingPasswordSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGenerateNewSitePublishingPasswordSlotOptionalParams): Promise<void>;
|
|
2980
|
+
/**
|
|
2981
|
+
* Description for Gets web app's event logs.
|
|
2982
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2983
|
+
* @param name Name of web app.
|
|
2984
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
2985
|
+
* @param options The options parameters.
|
|
2986
|
+
*/
|
|
2987
|
+
getSitePhpErrorLogFlagSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetSitePhpErrorLogFlagSlotOptionalParams): Promise<WebAppsGetSitePhpErrorLogFlagSlotResponse>;
|
|
2988
|
+
/**
|
|
2989
|
+
* Description for Gets the premier add-ons of an app.
|
|
2990
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
2991
|
+
* @param name Name of the app.
|
|
2992
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the premier
|
|
2993
|
+
* add-ons for the production slot.
|
|
2994
|
+
* @param options The options parameters.
|
|
2995
|
+
*/
|
|
2996
|
+
listPremierAddOnsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListPremierAddOnsSlotOptionalParams): Promise<WebAppsListPremierAddOnsSlotResponse>;
|
|
2997
|
+
/**
|
|
2998
|
+
* Description for Gets a named add-on of an app.
|
|
2999
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3000
|
+
* @param name Name of the app.
|
|
3001
|
+
* @param premierAddOnName Add-on name.
|
|
3002
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the named
|
|
3003
|
+
* add-on for the production slot.
|
|
3004
|
+
* @param options The options parameters.
|
|
3005
|
+
*/
|
|
3006
|
+
getPremierAddOnSlot(resourceGroupName: string, name: string, premierAddOnName: string, slot: string, options?: WebAppsGetPremierAddOnSlotOptionalParams): Promise<WebAppsGetPremierAddOnSlotResponse>;
|
|
3007
|
+
/**
|
|
3008
|
+
* Description for Updates a named add-on of an app.
|
|
3009
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3010
|
+
* @param name Name of the app.
|
|
3011
|
+
* @param premierAddOnName Add-on name.
|
|
3012
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the named
|
|
3013
|
+
* add-on for the production slot.
|
|
3014
|
+
* @param premierAddOn A JSON representation of the edited premier add-on.
|
|
3015
|
+
* @param options The options parameters.
|
|
3016
|
+
*/
|
|
3017
|
+
addPremierAddOnSlot(resourceGroupName: string, name: string, premierAddOnName: string, slot: string, premierAddOn: PremierAddOn, options?: WebAppsAddPremierAddOnSlotOptionalParams): Promise<WebAppsAddPremierAddOnSlotResponse>;
|
|
3018
|
+
/**
|
|
3019
|
+
* Description for Delete a premier add-on from an app.
|
|
3020
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3021
|
+
* @param name Name of the app.
|
|
3022
|
+
* @param premierAddOnName Add-on name.
|
|
3023
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the named
|
|
3024
|
+
* add-on for the production slot.
|
|
3025
|
+
* @param options The options parameters.
|
|
3026
|
+
*/
|
|
3027
|
+
deletePremierAddOnSlot(resourceGroupName: string, name: string, premierAddOnName: string, slot: string, options?: WebAppsDeletePremierAddOnSlotOptionalParams): Promise<void>;
|
|
3028
|
+
/**
|
|
3029
|
+
* Description for Updates a named add-on of an app.
|
|
3030
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3031
|
+
* @param name Name of the app.
|
|
3032
|
+
* @param premierAddOnName Add-on name.
|
|
3033
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the named
|
|
3034
|
+
* add-on for the production slot.
|
|
3035
|
+
* @param premierAddOn A JSON representation of the edited premier add-on.
|
|
3036
|
+
* @param options The options parameters.
|
|
3037
|
+
*/
|
|
3038
|
+
updatePremierAddOnSlot(resourceGroupName: string, name: string, premierAddOnName: string, slot: string, premierAddOn: PremierAddOnPatchResource, options?: WebAppsUpdatePremierAddOnSlotOptionalParams): Promise<WebAppsUpdatePremierAddOnSlotResponse>;
|
|
3039
|
+
/**
|
|
3040
|
+
* Description for Gets data around private site access enablement and authorized Virtual Networks that
|
|
3041
|
+
* can access the site.
|
|
3042
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3043
|
+
* @param name The name of the web app.
|
|
3044
|
+
* @param slot The name of the slot for the web app.
|
|
3045
|
+
* @param options The options parameters.
|
|
3046
|
+
*/
|
|
3047
|
+
getPrivateAccessSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetPrivateAccessSlotOptionalParams): Promise<WebAppsGetPrivateAccessSlotResponse>;
|
|
3048
|
+
/**
|
|
3049
|
+
* Description for Sets data around private site access enablement and authorized Virtual Networks that
|
|
3050
|
+
* can access the site.
|
|
3051
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3052
|
+
* @param name The name of the web app.
|
|
3053
|
+
* @param slot The name of the slot for the web app.
|
|
3054
|
+
* @param access The information for the private access
|
|
3055
|
+
* @param options The options parameters.
|
|
3056
|
+
*/
|
|
3057
|
+
putPrivateAccessVnetSlot(resourceGroupName: string, name: string, slot: string, access: PrivateAccess, options?: WebAppsPutPrivateAccessVnetSlotOptionalParams): Promise<WebAppsPutPrivateAccessVnetSlotResponse>;
|
|
3058
|
+
/**
|
|
3059
|
+
* Description for Gets a private endpoint connection
|
|
3060
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3061
|
+
* @param name Name of the site.
|
|
3062
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
3063
|
+
* @param slot Name of the site deployment slot.
|
|
3064
|
+
* @param options The options parameters.
|
|
3065
|
+
*/
|
|
3066
|
+
getPrivateEndpointConnectionSlot(resourceGroupName: string, name: string, privateEndpointConnectionName: string, slot: string, options?: WebAppsGetPrivateEndpointConnectionSlotOptionalParams): Promise<WebAppsGetPrivateEndpointConnectionSlotResponse>;
|
|
3067
|
+
/**
|
|
3068
|
+
* Description for Approves or rejects a private endpoint connection
|
|
3069
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3070
|
+
* @param name Name of the site.
|
|
3071
|
+
* @param privateEndpointConnectionName
|
|
3072
|
+
* @param slot
|
|
3073
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
3074
|
+
* @param options The options parameters.
|
|
3075
|
+
*/
|
|
3076
|
+
beginApproveOrRejectPrivateEndpointConnectionSlot(resourceGroupName: string, name: string, privateEndpointConnectionName: string, slot: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: WebAppsApproveOrRejectPrivateEndpointConnectionSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsApproveOrRejectPrivateEndpointConnectionSlotResponse>, WebAppsApproveOrRejectPrivateEndpointConnectionSlotResponse>>;
|
|
3077
|
+
/**
|
|
3078
|
+
* Description for Approves or rejects a private endpoint connection
|
|
3079
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3080
|
+
* @param name Name of the site.
|
|
3081
|
+
* @param privateEndpointConnectionName
|
|
3082
|
+
* @param slot
|
|
3083
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
3084
|
+
* @param options The options parameters.
|
|
3085
|
+
*/
|
|
3086
|
+
beginApproveOrRejectPrivateEndpointConnectionSlotAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, slot: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: WebAppsApproveOrRejectPrivateEndpointConnectionSlotOptionalParams): Promise<WebAppsApproveOrRejectPrivateEndpointConnectionSlotResponse>;
|
|
3087
|
+
/**
|
|
3088
|
+
* Description for Deletes a private endpoint connection
|
|
3089
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3090
|
+
* @param name Name of the site.
|
|
3091
|
+
* @param privateEndpointConnectionName
|
|
3092
|
+
* @param slot
|
|
3093
|
+
* @param options The options parameters.
|
|
3094
|
+
*/
|
|
3095
|
+
beginDeletePrivateEndpointConnectionSlot(resourceGroupName: string, name: string, privateEndpointConnectionName: string, slot: string, options?: WebAppsDeletePrivateEndpointConnectionSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsDeletePrivateEndpointConnectionSlotResponse>, WebAppsDeletePrivateEndpointConnectionSlotResponse>>;
|
|
3096
|
+
/**
|
|
3097
|
+
* Description for Deletes a private endpoint connection
|
|
3098
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3099
|
+
* @param name Name of the site.
|
|
3100
|
+
* @param privateEndpointConnectionName
|
|
3101
|
+
* @param slot
|
|
3102
|
+
* @param options The options parameters.
|
|
3103
|
+
*/
|
|
3104
|
+
beginDeletePrivateEndpointConnectionSlotAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, slot: string, options?: WebAppsDeletePrivateEndpointConnectionSlotOptionalParams): Promise<WebAppsDeletePrivateEndpointConnectionSlotResponse>;
|
|
3105
|
+
/**
|
|
3106
|
+
* Description for Gets the private link resources
|
|
3107
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3108
|
+
* @param name Name of the site.
|
|
3109
|
+
* @param slot
|
|
3110
|
+
* @param options The options parameters.
|
|
3111
|
+
*/
|
|
3112
|
+
getPrivateLinkResourcesSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetPrivateLinkResourcesSlotOptionalParams): Promise<WebAppsGetPrivateLinkResourcesSlotResponse>;
|
|
3113
|
+
/**
|
|
3114
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
3115
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3116
|
+
* @param name Site name.
|
|
3117
|
+
* @param processId PID.
|
|
3118
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
3119
|
+
* the production slot.
|
|
3120
|
+
* @param options The options parameters.
|
|
3121
|
+
*/
|
|
3122
|
+
getProcessSlot(resourceGroupName: string, name: string, processId: string, slot: string, options?: WebAppsGetProcessSlotOptionalParams): Promise<WebAppsGetProcessSlotResponse>;
|
|
3123
|
+
/**
|
|
3124
|
+
* Description for Terminate a process by its ID for a web site, or a deployment slot, or specific
|
|
3125
|
+
* scaled-out instance in a web site.
|
|
3126
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3127
|
+
* @param name Site name.
|
|
3128
|
+
* @param processId PID.
|
|
3129
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
3130
|
+
* the production slot.
|
|
3131
|
+
* @param options The options parameters.
|
|
3132
|
+
*/
|
|
3133
|
+
deleteProcessSlot(resourceGroupName: string, name: string, processId: string, slot: string, options?: WebAppsDeleteProcessSlotOptionalParams): Promise<void>;
|
|
3134
|
+
/**
|
|
3135
|
+
* Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web
|
|
3136
|
+
* site.
|
|
3137
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3138
|
+
* @param name Site name.
|
|
3139
|
+
* @param processId PID.
|
|
3140
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
3141
|
+
* the production slot.
|
|
3142
|
+
* @param options The options parameters.
|
|
3143
|
+
*/
|
|
3144
|
+
getProcessDumpSlot(resourceGroupName: string, name: string, processId: string, slot: string, options?: WebAppsGetProcessDumpSlotOptionalParams): Promise<WebAppsGetProcessDumpSlotResponse>;
|
|
3145
|
+
/**
|
|
3146
|
+
* Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
|
3147
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3148
|
+
* @param name Site name.
|
|
3149
|
+
* @param processId PID.
|
|
3150
|
+
* @param baseAddress Module base address.
|
|
3151
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
3152
|
+
* the production slot.
|
|
3153
|
+
* @param options The options parameters.
|
|
3154
|
+
*/
|
|
3155
|
+
getProcessModuleSlot(resourceGroupName: string, name: string, processId: string, baseAddress: string, slot: string, options?: WebAppsGetProcessModuleSlotOptionalParams): Promise<WebAppsGetProcessModuleSlotResponse>;
|
|
3156
|
+
/**
|
|
3157
|
+
* Description for Get the named public certificate for an app (or deployment slot, if specified).
|
|
3158
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3159
|
+
* @param name Name of the app.
|
|
3160
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API the named binding for
|
|
3161
|
+
* the production slot.
|
|
3162
|
+
* @param publicCertificateName Public certificate name.
|
|
3163
|
+
* @param options The options parameters.
|
|
3164
|
+
*/
|
|
3165
|
+
getPublicCertificateSlot(resourceGroupName: string, name: string, slot: string, publicCertificateName: string, options?: WebAppsGetPublicCertificateSlotOptionalParams): Promise<WebAppsGetPublicCertificateSlotResponse>;
|
|
3166
|
+
/**
|
|
3167
|
+
* Description for Creates a hostname binding for an app.
|
|
3168
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3169
|
+
* @param name Name of the app.
|
|
3170
|
+
* @param publicCertificateName Public certificate name.
|
|
3171
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will create a binding
|
|
3172
|
+
* for the production slot.
|
|
3173
|
+
* @param publicCertificate Public certificate details. This is the JSON representation of a
|
|
3174
|
+
* PublicCertificate object.
|
|
3175
|
+
* @param options The options parameters.
|
|
3176
|
+
*/
|
|
3177
|
+
createOrUpdatePublicCertificateSlot(resourceGroupName: string, name: string, publicCertificateName: string, slot: string, publicCertificate: PublicCertificate, options?: WebAppsCreateOrUpdatePublicCertificateSlotOptionalParams): Promise<WebAppsCreateOrUpdatePublicCertificateSlotResponse>;
|
|
3178
|
+
/**
|
|
3179
|
+
* Description for Deletes a hostname binding for an app.
|
|
3180
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3181
|
+
* @param name Name of the app.
|
|
3182
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the binding
|
|
3183
|
+
* for the production slot.
|
|
3184
|
+
* @param publicCertificateName Public certificate name.
|
|
3185
|
+
* @param options The options parameters.
|
|
3186
|
+
*/
|
|
3187
|
+
deletePublicCertificateSlot(resourceGroupName: string, name: string, slot: string, publicCertificateName: string, options?: WebAppsDeletePublicCertificateSlotOptionalParams): Promise<void>;
|
|
3188
|
+
/**
|
|
3189
|
+
* Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
|
3190
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3191
|
+
* @param name Name of the app.
|
|
3192
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the publishing
|
|
3193
|
+
* profile for the production slot.
|
|
3194
|
+
* @param publishingProfileOptions Specifies publishingProfileOptions for publishing profile. For
|
|
3195
|
+
* example, use {"format": "FileZilla3"} to get a FileZilla publishing profile.
|
|
3196
|
+
* @param options The options parameters.
|
|
3197
|
+
*/
|
|
3198
|
+
listPublishingProfileXmlWithSecretsSlot(resourceGroupName: string, name: string, slot: string, publishingProfileOptions: CsmPublishingProfileOptions, options?: WebAppsListPublishingProfileXmlWithSecretsSlotOptionalParams): Promise<WebAppsListPublishingProfileXmlWithSecretsSlotResponse>;
|
|
3199
|
+
/**
|
|
3200
|
+
* Description for Resets the configuration settings of the current slot if they were previously
|
|
3201
|
+
* modified by calling the API with POST.
|
|
3202
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3203
|
+
* @param name Name of the app.
|
|
3204
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API resets configuration
|
|
3205
|
+
* settings for the production slot.
|
|
3206
|
+
* @param options The options parameters.
|
|
3207
|
+
*/
|
|
3208
|
+
resetSlotConfigurationSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsResetSlotConfigurationSlotOptionalParams): Promise<void>;
|
|
3209
|
+
/**
|
|
3210
|
+
* Description for Restarts an app (or deployment slot, if specified).
|
|
3211
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3212
|
+
* @param name Name of the app.
|
|
3213
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will restart the
|
|
3214
|
+
* production slot.
|
|
3215
|
+
* @param options The options parameters.
|
|
3216
|
+
*/
|
|
3217
|
+
restartSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsRestartSlotOptionalParams): Promise<void>;
|
|
3218
|
+
/**
|
|
3219
|
+
* Description for Restores an app from a backup blob in Azure Storage.
|
|
3220
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3221
|
+
* @param name Name of the app.
|
|
3222
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will restore a backup
|
|
3223
|
+
* of the production slot.
|
|
3224
|
+
* @param request Information on restore request .
|
|
3225
|
+
* @param options The options parameters.
|
|
3226
|
+
*/
|
|
3227
|
+
beginRestoreFromBackupBlobSlot(resourceGroupName: string, name: string, slot: string, request: RestoreRequest, options?: WebAppsRestoreFromBackupBlobSlotOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3228
|
+
/**
|
|
3229
|
+
* Description for Restores an app from a backup blob in Azure Storage.
|
|
3230
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3231
|
+
* @param name Name of the app.
|
|
3232
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will restore a backup
|
|
3233
|
+
* of the production slot.
|
|
3234
|
+
* @param request Information on restore request .
|
|
3235
|
+
* @param options The options parameters.
|
|
3236
|
+
*/
|
|
3237
|
+
beginRestoreFromBackupBlobSlotAndWait(resourceGroupName: string, name: string, slot: string, request: RestoreRequest, options?: WebAppsRestoreFromBackupBlobSlotOptionalParams): Promise<void>;
|
|
3238
|
+
/**
|
|
3239
|
+
* Description for Restores a deleted web app to this web app.
|
|
3240
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3241
|
+
* @param name Name of web app.
|
|
3242
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
3243
|
+
* @param restoreRequest Deleted web app restore information.
|
|
3244
|
+
* @param options The options parameters.
|
|
3245
|
+
*/
|
|
3246
|
+
beginRestoreFromDeletedAppSlot(resourceGroupName: string, name: string, slot: string, restoreRequest: DeletedAppRestoreRequest, options?: WebAppsRestoreFromDeletedAppSlotOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3247
|
+
/**
|
|
3248
|
+
* Description for Restores a deleted web app to this web app.
|
|
3249
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3250
|
+
* @param name Name of web app.
|
|
3251
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
3252
|
+
* @param restoreRequest Deleted web app restore information.
|
|
3253
|
+
* @param options The options parameters.
|
|
3254
|
+
*/
|
|
3255
|
+
beginRestoreFromDeletedAppSlotAndWait(resourceGroupName: string, name: string, slot: string, restoreRequest: DeletedAppRestoreRequest, options?: WebAppsRestoreFromDeletedAppSlotOptionalParams): Promise<void>;
|
|
3256
|
+
/**
|
|
3257
|
+
* Description for Restores a web app from a snapshot.
|
|
3258
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3259
|
+
* @param name Name of web app.
|
|
3260
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
3261
|
+
* @param restoreRequest Snapshot restore settings. Snapshot information can be obtained by calling
|
|
3262
|
+
* GetDeletedSites or GetSiteSnapshots API.
|
|
3263
|
+
* @param options The options parameters.
|
|
3264
|
+
*/
|
|
3265
|
+
beginRestoreSnapshotSlot(resourceGroupName: string, name: string, slot: string, restoreRequest: SnapshotRestoreRequest, options?: WebAppsRestoreSnapshotSlotOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3266
|
+
/**
|
|
3267
|
+
* Description for Restores a web app from a snapshot.
|
|
3268
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3269
|
+
* @param name Name of web app.
|
|
3270
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
3271
|
+
* @param restoreRequest Snapshot restore settings. Snapshot information can be obtained by calling
|
|
3272
|
+
* GetDeletedSites or GetSiteSnapshots API.
|
|
3273
|
+
* @param options The options parameters.
|
|
3274
|
+
*/
|
|
3275
|
+
beginRestoreSnapshotSlotAndWait(resourceGroupName: string, name: string, slot: string, restoreRequest: SnapshotRestoreRequest, options?: WebAppsRestoreSnapshotSlotOptionalParams): Promise<void>;
|
|
3276
|
+
/**
|
|
3277
|
+
* Description for Get site extension information by its ID for a web site, or a deployment slot.
|
|
3278
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3279
|
+
* @param name Site name.
|
|
3280
|
+
* @param siteExtensionId Site extension name.
|
|
3281
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
3282
|
+
* slot.
|
|
3283
|
+
* @param options The options parameters.
|
|
3284
|
+
*/
|
|
3285
|
+
getSiteExtensionSlot(resourceGroupName: string, name: string, siteExtensionId: string, slot: string, options?: WebAppsGetSiteExtensionSlotOptionalParams): Promise<WebAppsGetSiteExtensionSlotResponse>;
|
|
3286
|
+
/**
|
|
3287
|
+
* Description for Install site extension on a web site, or a deployment slot.
|
|
3288
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3289
|
+
* @param name Site name.
|
|
3290
|
+
* @param siteExtensionId Site extension name.
|
|
3291
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
3292
|
+
* slot.
|
|
3293
|
+
* @param options The options parameters.
|
|
3294
|
+
*/
|
|
3295
|
+
beginInstallSiteExtensionSlot(resourceGroupName: string, name: string, siteExtensionId: string, slot: string, options?: WebAppsInstallSiteExtensionSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsInstallSiteExtensionSlotResponse>, WebAppsInstallSiteExtensionSlotResponse>>;
|
|
3296
|
+
/**
|
|
3297
|
+
* Description for Install site extension on a web site, or a deployment slot.
|
|
3298
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3299
|
+
* @param name Site name.
|
|
3300
|
+
* @param siteExtensionId Site extension name.
|
|
3301
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
3302
|
+
* slot.
|
|
3303
|
+
* @param options The options parameters.
|
|
3304
|
+
*/
|
|
3305
|
+
beginInstallSiteExtensionSlotAndWait(resourceGroupName: string, name: string, siteExtensionId: string, slot: string, options?: WebAppsInstallSiteExtensionSlotOptionalParams): Promise<WebAppsInstallSiteExtensionSlotResponse>;
|
|
3306
|
+
/**
|
|
3307
|
+
* Description for Remove a site extension from a web site, or a deployment slot.
|
|
3308
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3309
|
+
* @param name Site name.
|
|
3310
|
+
* @param siteExtensionId Site extension name.
|
|
3311
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes a deployment
|
|
3312
|
+
* for the production slot.
|
|
3313
|
+
* @param options The options parameters.
|
|
3314
|
+
*/
|
|
3315
|
+
deleteSiteExtensionSlot(resourceGroupName: string, name: string, siteExtensionId: string, slot: string, options?: WebAppsDeleteSiteExtensionSlotOptionalParams): Promise<void>;
|
|
3316
|
+
/**
|
|
3317
|
+
* Description for Swaps two deployment slots of an app.
|
|
3318
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3319
|
+
* @param name Name of the app.
|
|
3320
|
+
* @param slot Name of the source slot. If a slot is not specified, the production slot is used as the
|
|
3321
|
+
* source slot.
|
|
3322
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
3323
|
+
* @param options The options parameters.
|
|
3324
|
+
*/
|
|
3325
|
+
beginSwapSlot(resourceGroupName: string, name: string, slot: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsSwapSlotOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3326
|
+
/**
|
|
3327
|
+
* Description for Swaps two deployment slots of an app.
|
|
3328
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3329
|
+
* @param name Name of the app.
|
|
3330
|
+
* @param slot Name of the source slot. If a slot is not specified, the production slot is used as the
|
|
3331
|
+
* source slot.
|
|
3332
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
3333
|
+
* @param options The options parameters.
|
|
3334
|
+
*/
|
|
3335
|
+
beginSwapSlotAndWait(resourceGroupName: string, name: string, slot: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsSwapSlotOptionalParams): Promise<void>;
|
|
3336
|
+
/**
|
|
3337
|
+
* Description for Gets the source control configuration of an app.
|
|
3338
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3339
|
+
* @param name Name of the app.
|
|
3340
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the source
|
|
3341
|
+
* control configuration for the production slot.
|
|
3342
|
+
* @param options The options parameters.
|
|
3343
|
+
*/
|
|
3344
|
+
getSourceControlSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsGetSourceControlSlotOptionalParams): Promise<WebAppsGetSourceControlSlotResponse>;
|
|
3345
|
+
/**
|
|
3346
|
+
* Description for Updates the source control configuration of an app.
|
|
3347
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3348
|
+
* @param name Name of the app.
|
|
3349
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the source
|
|
3350
|
+
* control configuration for the production slot.
|
|
3351
|
+
* @param siteSourceControl JSON representation of a SiteSourceControl object. See example.
|
|
3352
|
+
* @param options The options parameters.
|
|
3353
|
+
*/
|
|
3354
|
+
beginCreateOrUpdateSourceControlSlot(resourceGroupName: string, name: string, slot: string, siteSourceControl: SiteSourceControl, options?: WebAppsCreateOrUpdateSourceControlSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateOrUpdateSourceControlSlotResponse>, WebAppsCreateOrUpdateSourceControlSlotResponse>>;
|
|
3355
|
+
/**
|
|
3356
|
+
* Description for Updates the source control configuration of an app.
|
|
3357
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3358
|
+
* @param name Name of the app.
|
|
3359
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the source
|
|
3360
|
+
* control configuration for the production slot.
|
|
3361
|
+
* @param siteSourceControl JSON representation of a SiteSourceControl object. See example.
|
|
3362
|
+
* @param options The options parameters.
|
|
3363
|
+
*/
|
|
3364
|
+
beginCreateOrUpdateSourceControlSlotAndWait(resourceGroupName: string, name: string, slot: string, siteSourceControl: SiteSourceControl, options?: WebAppsCreateOrUpdateSourceControlSlotOptionalParams): Promise<WebAppsCreateOrUpdateSourceControlSlotResponse>;
|
|
3365
|
+
/**
|
|
3366
|
+
* Description for Deletes the source control configuration of an app.
|
|
3367
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3368
|
+
* @param name Name of the app.
|
|
3369
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the source
|
|
3370
|
+
* control configuration for the production slot.
|
|
3371
|
+
* @param options The options parameters.
|
|
3372
|
+
*/
|
|
3373
|
+
deleteSourceControlSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsDeleteSourceControlSlotOptionalParams): Promise<void>;
|
|
3374
|
+
/**
|
|
3375
|
+
* Description for Updates the source control configuration of an app.
|
|
3376
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3377
|
+
* @param name Name of the app.
|
|
3378
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will update the source
|
|
3379
|
+
* control configuration for the production slot.
|
|
3380
|
+
* @param siteSourceControl JSON representation of a SiteSourceControl object. See example.
|
|
3381
|
+
* @param options The options parameters.
|
|
3382
|
+
*/
|
|
3383
|
+
updateSourceControlSlot(resourceGroupName: string, name: string, slot: string, siteSourceControl: SiteSourceControl, options?: WebAppsUpdateSourceControlSlotOptionalParams): Promise<WebAppsUpdateSourceControlSlotResponse>;
|
|
3384
|
+
/**
|
|
3385
|
+
* Description for Starts an app (or deployment slot, if specified).
|
|
3386
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3387
|
+
* @param name Name of the app.
|
|
3388
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will start the
|
|
3389
|
+
* production slot.
|
|
3390
|
+
* @param options The options parameters.
|
|
3391
|
+
*/
|
|
3392
|
+
startSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsStartSlotOptionalParams): Promise<void>;
|
|
3393
|
+
/**
|
|
3394
|
+
* Description for Start capturing network packets for the site.
|
|
3395
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3396
|
+
* @param name The name of the web app.
|
|
3397
|
+
* @param slot The name of the slot for this web app.
|
|
3398
|
+
* @param options The options parameters.
|
|
3399
|
+
*/
|
|
3400
|
+
beginStartNetworkTraceSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsStartNetworkTraceSlotOptionalParams): Promise<PollerLike<PollOperationState<WebAppsStartNetworkTraceSlotResponse>, WebAppsStartNetworkTraceSlotResponse>>;
|
|
3401
|
+
/**
|
|
3402
|
+
* Description for Start capturing network packets for the site.
|
|
3403
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3404
|
+
* @param name The name of the web app.
|
|
3405
|
+
* @param slot The name of the slot for this web app.
|
|
3406
|
+
* @param options The options parameters.
|
|
3407
|
+
*/
|
|
3408
|
+
beginStartNetworkTraceSlotAndWait(resourceGroupName: string, name: string, slot: string, options?: WebAppsStartNetworkTraceSlotOptionalParams): Promise<WebAppsStartNetworkTraceSlotResponse>;
|
|
3409
|
+
/**
|
|
3410
|
+
* Description for Stops an app (or deployment slot, if specified).
|
|
3411
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3412
|
+
* @param name Name of the app.
|
|
3413
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will stop the
|
|
3414
|
+
* production slot.
|
|
3415
|
+
* @param options The options parameters.
|
|
3416
|
+
*/
|
|
3417
|
+
stopSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsStopSlotOptionalParams): Promise<void>;
|
|
3418
|
+
/**
|
|
3419
|
+
* Description for Stop ongoing capturing network packets for the site.
|
|
3420
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3421
|
+
* @param name The name of the web app.
|
|
3422
|
+
* @param slot The name of the slot for this web app.
|
|
3423
|
+
* @param options The options parameters.
|
|
3424
|
+
*/
|
|
3425
|
+
stopNetworkTraceSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsStopNetworkTraceSlotOptionalParams): Promise<void>;
|
|
3426
|
+
/**
|
|
3427
|
+
* Description for Sync web app repository.
|
|
3428
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3429
|
+
* @param name Name of web app.
|
|
3430
|
+
* @param slot Name of web app slot. If not specified then will default to production slot.
|
|
3431
|
+
* @param options The options parameters.
|
|
3432
|
+
*/
|
|
3433
|
+
syncRepositorySlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsSyncRepositorySlotOptionalParams): Promise<void>;
|
|
3434
|
+
/**
|
|
3435
|
+
* Description for Syncs function trigger metadata to the management database
|
|
3436
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3437
|
+
* @param name Name of the app.
|
|
3438
|
+
* @param slot Name of the deployment slot.
|
|
3439
|
+
* @param options The options parameters.
|
|
3440
|
+
*/
|
|
3441
|
+
syncFunctionTriggersSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsSyncFunctionTriggersSlotOptionalParams): Promise<void>;
|
|
3442
|
+
/**
|
|
3443
|
+
* Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
|
3444
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3445
|
+
* @param name Site name.
|
|
3446
|
+
* @param webJobName Name of Web Job.
|
|
3447
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
3448
|
+
* slot.
|
|
3449
|
+
* @param options The options parameters.
|
|
3450
|
+
*/
|
|
3451
|
+
getTriggeredWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsGetTriggeredWebJobSlotOptionalParams): Promise<WebAppsGetTriggeredWebJobSlotResponse>;
|
|
3452
|
+
/**
|
|
3453
|
+
* Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
|
3454
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3455
|
+
* @param name Site name.
|
|
3456
|
+
* @param webJobName Name of Web Job.
|
|
3457
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API deletes web job for the
|
|
3458
|
+
* production slot.
|
|
3459
|
+
* @param options The options parameters.
|
|
3460
|
+
*/
|
|
3461
|
+
deleteTriggeredWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsDeleteTriggeredWebJobSlotOptionalParams): Promise<void>;
|
|
3462
|
+
/**
|
|
3463
|
+
* Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
|
3464
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3465
|
+
* @param name Site name.
|
|
3466
|
+
* @param webJobName Name of Web Job.
|
|
3467
|
+
* @param id History ID.
|
|
3468
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
3469
|
+
* slot.
|
|
3470
|
+
* @param options The options parameters.
|
|
3471
|
+
*/
|
|
3472
|
+
getTriggeredWebJobHistorySlot(resourceGroupName: string, name: string, webJobName: string, id: string, slot: string, options?: WebAppsGetTriggeredWebJobHistorySlotOptionalParams): Promise<WebAppsGetTriggeredWebJobHistorySlotResponse>;
|
|
3473
|
+
/**
|
|
3474
|
+
* Description for Run a triggered web job for an app, or a deployment slot.
|
|
3475
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3476
|
+
* @param name Site name.
|
|
3477
|
+
* @param webJobName Name of Web Job.
|
|
3478
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API uses the production
|
|
3479
|
+
* slot.
|
|
3480
|
+
* @param options The options parameters.
|
|
3481
|
+
*/
|
|
3482
|
+
runTriggeredWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsRunTriggeredWebJobSlotOptionalParams): Promise<void>;
|
|
3483
|
+
/**
|
|
3484
|
+
* Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
|
3485
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3486
|
+
* @param name Name of the app.
|
|
3487
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get virtual
|
|
3488
|
+
* network connections for the production slot.
|
|
3489
|
+
* @param options The options parameters.
|
|
3490
|
+
*/
|
|
3491
|
+
listVnetConnectionsSlot(resourceGroupName: string, name: string, slot: string, options?: WebAppsListVnetConnectionsSlotOptionalParams): Promise<WebAppsListVnetConnectionsSlotResponse>;
|
|
3492
|
+
/**
|
|
3493
|
+
* Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
|
3494
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3495
|
+
* @param name Name of the app.
|
|
3496
|
+
* @param vnetName Name of the virtual network.
|
|
3497
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get the named
|
|
3498
|
+
* virtual network for the production slot.
|
|
3499
|
+
* @param options The options parameters.
|
|
3500
|
+
*/
|
|
3501
|
+
getVnetConnectionSlot(resourceGroupName: string, name: string, vnetName: string, slot: string, options?: WebAppsGetVnetConnectionSlotOptionalParams): Promise<WebAppsGetVnetConnectionSlotResponse>;
|
|
3502
|
+
/**
|
|
3503
|
+
* Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection
|
|
3504
|
+
* properties (PATCH).
|
|
3505
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3506
|
+
* @param name Name of the app.
|
|
3507
|
+
* @param vnetName Name of an existing Virtual Network.
|
|
3508
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will add or update
|
|
3509
|
+
* connections for the production slot.
|
|
3510
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
3511
|
+
* @param options The options parameters.
|
|
3512
|
+
*/
|
|
3513
|
+
createOrUpdateVnetConnectionSlot(resourceGroupName: string, name: string, vnetName: string, slot: string, connectionEnvelope: VnetInfoResource, options?: WebAppsCreateOrUpdateVnetConnectionSlotOptionalParams): Promise<WebAppsCreateOrUpdateVnetConnectionSlotResponse>;
|
|
3514
|
+
/**
|
|
3515
|
+
* Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
|
3516
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3517
|
+
* @param name Name of the app.
|
|
3518
|
+
* @param vnetName Name of the virtual network.
|
|
3519
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will delete the
|
|
3520
|
+
* connection for the production slot.
|
|
3521
|
+
* @param options The options parameters.
|
|
3522
|
+
*/
|
|
3523
|
+
deleteVnetConnectionSlot(resourceGroupName: string, name: string, vnetName: string, slot: string, options?: WebAppsDeleteVnetConnectionSlotOptionalParams): Promise<void>;
|
|
3524
|
+
/**
|
|
3525
|
+
* Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection
|
|
3526
|
+
* properties (PATCH).
|
|
3527
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3528
|
+
* @param name Name of the app.
|
|
3529
|
+
* @param vnetName Name of an existing Virtual Network.
|
|
3530
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will add or update
|
|
3531
|
+
* connections for the production slot.
|
|
3532
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
3533
|
+
* @param options The options parameters.
|
|
3534
|
+
*/
|
|
3535
|
+
updateVnetConnectionSlot(resourceGroupName: string, name: string, vnetName: string, slot: string, connectionEnvelope: VnetInfoResource, options?: WebAppsUpdateVnetConnectionSlotOptionalParams): Promise<WebAppsUpdateVnetConnectionSlotResponse>;
|
|
3536
|
+
/**
|
|
3537
|
+
* Description for Gets an app's Virtual Network gateway.
|
|
3538
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3539
|
+
* @param name Name of the app.
|
|
3540
|
+
* @param vnetName Name of the Virtual Network.
|
|
3541
|
+
* @param gatewayName Name of the gateway. Currently, the only supported string is "primary".
|
|
3542
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will get a gateway for
|
|
3543
|
+
* the production slot's Virtual Network.
|
|
3544
|
+
* @param options The options parameters.
|
|
3545
|
+
*/
|
|
3546
|
+
getVnetConnectionGatewaySlot(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, slot: string, options?: WebAppsGetVnetConnectionGatewaySlotOptionalParams): Promise<WebAppsGetVnetConnectionGatewaySlotResponse>;
|
|
3547
|
+
/**
|
|
3548
|
+
* Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
|
3549
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3550
|
+
* @param name Name of the app.
|
|
3551
|
+
* @param vnetName Name of the Virtual Network.
|
|
3552
|
+
* @param gatewayName Name of the gateway. Currently, the only supported string is "primary".
|
|
3553
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will add or update a
|
|
3554
|
+
* gateway for the production slot's Virtual Network.
|
|
3555
|
+
* @param connectionEnvelope The properties to update this gateway with.
|
|
3556
|
+
* @param options The options parameters.
|
|
3557
|
+
*/
|
|
3558
|
+
createOrUpdateVnetConnectionGatewaySlot(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, slot: string, connectionEnvelope: VnetGateway, options?: WebAppsCreateOrUpdateVnetConnectionGatewaySlotOptionalParams): Promise<WebAppsCreateOrUpdateVnetConnectionGatewaySlotResponse>;
|
|
3559
|
+
/**
|
|
3560
|
+
* Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
|
3561
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3562
|
+
* @param name Name of the app.
|
|
3563
|
+
* @param vnetName Name of the Virtual Network.
|
|
3564
|
+
* @param gatewayName Name of the gateway. Currently, the only supported string is "primary".
|
|
3565
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API will add or update a
|
|
3566
|
+
* gateway for the production slot's Virtual Network.
|
|
3567
|
+
* @param connectionEnvelope The properties to update this gateway with.
|
|
3568
|
+
* @param options The options parameters.
|
|
3569
|
+
*/
|
|
3570
|
+
updateVnetConnectionGatewaySlot(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, slot: string, connectionEnvelope: VnetGateway, options?: WebAppsUpdateVnetConnectionGatewaySlotOptionalParams): Promise<WebAppsUpdateVnetConnectionGatewaySlotResponse>;
|
|
3571
|
+
/**
|
|
3572
|
+
* Description for Get webjob information for an app, or a deployment slot.
|
|
3573
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3574
|
+
* @param name Site name.
|
|
3575
|
+
* @param webJobName Name of the web job.
|
|
3576
|
+
* @param slot Name of the deployment slot. If a slot is not specified, the API returns deployments for
|
|
3577
|
+
* the production slot.
|
|
3578
|
+
* @param options The options parameters.
|
|
3579
|
+
*/
|
|
3580
|
+
getWebJobSlot(resourceGroupName: string, name: string, webJobName: string, slot: string, options?: WebAppsGetWebJobSlotOptionalParams): Promise<WebAppsGetWebJobSlotResponse>;
|
|
3581
|
+
/**
|
|
3582
|
+
* Description for Swaps two deployment slots of an app.
|
|
3583
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3584
|
+
* @param name Name of the app.
|
|
3585
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
3586
|
+
* @param options The options parameters.
|
|
3587
|
+
*/
|
|
3588
|
+
beginSwapSlotWithProduction(resourceGroupName: string, name: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsSwapSlotWithProductionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3589
|
+
/**
|
|
3590
|
+
* Description for Swaps two deployment slots of an app.
|
|
3591
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3592
|
+
* @param name Name of the app.
|
|
3593
|
+
* @param slotSwapEntity JSON object that contains the target slot name. See example.
|
|
3594
|
+
* @param options The options parameters.
|
|
3595
|
+
*/
|
|
3596
|
+
beginSwapSlotWithProductionAndWait(resourceGroupName: string, name: string, slotSwapEntity: CsmSlotEntity, options?: WebAppsSwapSlotWithProductionOptionalParams): Promise<void>;
|
|
3597
|
+
/**
|
|
3598
|
+
* Description for Gets the source control configuration of an app.
|
|
3599
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3600
|
+
* @param name Name of the app.
|
|
3601
|
+
* @param options The options parameters.
|
|
3602
|
+
*/
|
|
3603
|
+
getSourceControl(resourceGroupName: string, name: string, options?: WebAppsGetSourceControlOptionalParams): Promise<WebAppsGetSourceControlResponse>;
|
|
3604
|
+
/**
|
|
3605
|
+
* Description for Updates the source control configuration of an app.
|
|
3606
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3607
|
+
* @param name Name of the app.
|
|
3608
|
+
* @param siteSourceControl JSON representation of a SiteSourceControl object. See example.
|
|
3609
|
+
* @param options The options parameters.
|
|
3610
|
+
*/
|
|
3611
|
+
beginCreateOrUpdateSourceControl(resourceGroupName: string, name: string, siteSourceControl: SiteSourceControl, options?: WebAppsCreateOrUpdateSourceControlOptionalParams): Promise<PollerLike<PollOperationState<WebAppsCreateOrUpdateSourceControlResponse>, WebAppsCreateOrUpdateSourceControlResponse>>;
|
|
3612
|
+
/**
|
|
3613
|
+
* Description for Updates the source control configuration of an app.
|
|
3614
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3615
|
+
* @param name Name of the app.
|
|
3616
|
+
* @param siteSourceControl JSON representation of a SiteSourceControl object. See example.
|
|
3617
|
+
* @param options The options parameters.
|
|
3618
|
+
*/
|
|
3619
|
+
beginCreateOrUpdateSourceControlAndWait(resourceGroupName: string, name: string, siteSourceControl: SiteSourceControl, options?: WebAppsCreateOrUpdateSourceControlOptionalParams): Promise<WebAppsCreateOrUpdateSourceControlResponse>;
|
|
3620
|
+
/**
|
|
3621
|
+
* Description for Deletes the source control configuration of an app.
|
|
3622
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3623
|
+
* @param name Name of the app.
|
|
3624
|
+
* @param options The options parameters.
|
|
3625
|
+
*/
|
|
3626
|
+
deleteSourceControl(resourceGroupName: string, name: string, options?: WebAppsDeleteSourceControlOptionalParams): Promise<void>;
|
|
3627
|
+
/**
|
|
3628
|
+
* Description for Updates the source control configuration of an app.
|
|
3629
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3630
|
+
* @param name Name of the app.
|
|
3631
|
+
* @param siteSourceControl JSON representation of a SiteSourceControl object. See example.
|
|
3632
|
+
* @param options The options parameters.
|
|
3633
|
+
*/
|
|
3634
|
+
updateSourceControl(resourceGroupName: string, name: string, siteSourceControl: SiteSourceControl, options?: WebAppsUpdateSourceControlOptionalParams): Promise<WebAppsUpdateSourceControlResponse>;
|
|
3635
|
+
/**
|
|
3636
|
+
* Description for Starts an app (or deployment slot, if specified).
|
|
3637
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3638
|
+
* @param name Name of the app.
|
|
3639
|
+
* @param options The options parameters.
|
|
3640
|
+
*/
|
|
3641
|
+
start(resourceGroupName: string, name: string, options?: WebAppsStartOptionalParams): Promise<void>;
|
|
3642
|
+
/**
|
|
3643
|
+
* Description for Start capturing network packets for the site.
|
|
3644
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3645
|
+
* @param name The name of the web app.
|
|
3646
|
+
* @param options The options parameters.
|
|
3647
|
+
*/
|
|
3648
|
+
beginStartNetworkTrace(resourceGroupName: string, name: string, options?: WebAppsStartNetworkTraceOptionalParams): Promise<PollerLike<PollOperationState<WebAppsStartNetworkTraceResponse>, WebAppsStartNetworkTraceResponse>>;
|
|
3649
|
+
/**
|
|
3650
|
+
* Description for Start capturing network packets for the site.
|
|
3651
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3652
|
+
* @param name The name of the web app.
|
|
3653
|
+
* @param options The options parameters.
|
|
3654
|
+
*/
|
|
3655
|
+
beginStartNetworkTraceAndWait(resourceGroupName: string, name: string, options?: WebAppsStartNetworkTraceOptionalParams): Promise<WebAppsStartNetworkTraceResponse>;
|
|
3656
|
+
/**
|
|
3657
|
+
* Description for Stops an app (or deployment slot, if specified).
|
|
3658
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3659
|
+
* @param name Name of the app.
|
|
3660
|
+
* @param options The options parameters.
|
|
3661
|
+
*/
|
|
3662
|
+
stop(resourceGroupName: string, name: string, options?: WebAppsStopOptionalParams): Promise<void>;
|
|
3663
|
+
/**
|
|
3664
|
+
* Description for Stop ongoing capturing network packets for the site.
|
|
3665
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3666
|
+
* @param name The name of the web app.
|
|
3667
|
+
* @param options The options parameters.
|
|
3668
|
+
*/
|
|
3669
|
+
stopNetworkTrace(resourceGroupName: string, name: string, options?: WebAppsStopNetworkTraceOptionalParams): Promise<void>;
|
|
3670
|
+
/**
|
|
3671
|
+
* Description for Sync web app repository.
|
|
3672
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3673
|
+
* @param name Name of web app.
|
|
3674
|
+
* @param options The options parameters.
|
|
3675
|
+
*/
|
|
3676
|
+
syncRepository(resourceGroupName: string, name: string, options?: WebAppsSyncRepositoryOptionalParams): Promise<void>;
|
|
3677
|
+
/**
|
|
3678
|
+
* Description for Syncs function trigger metadata to the management database
|
|
3679
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3680
|
+
* @param name Name of the app.
|
|
3681
|
+
* @param options The options parameters.
|
|
3682
|
+
*/
|
|
3683
|
+
syncFunctionTriggers(resourceGroupName: string, name: string, options?: WebAppsSyncFunctionTriggersOptionalParams): Promise<void>;
|
|
3684
|
+
/**
|
|
3685
|
+
* Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
|
3686
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3687
|
+
* @param name Site name.
|
|
3688
|
+
* @param webJobName Name of Web Job.
|
|
3689
|
+
* @param options The options parameters.
|
|
3690
|
+
*/
|
|
3691
|
+
getTriggeredWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsGetTriggeredWebJobOptionalParams): Promise<WebAppsGetTriggeredWebJobResponse>;
|
|
3692
|
+
/**
|
|
3693
|
+
* Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
|
3694
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3695
|
+
* @param name Site name.
|
|
3696
|
+
* @param webJobName Name of Web Job.
|
|
3697
|
+
* @param options The options parameters.
|
|
3698
|
+
*/
|
|
3699
|
+
deleteTriggeredWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsDeleteTriggeredWebJobOptionalParams): Promise<void>;
|
|
3700
|
+
/**
|
|
3701
|
+
* Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
|
3702
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3703
|
+
* @param name Site name.
|
|
3704
|
+
* @param webJobName Name of Web Job.
|
|
3705
|
+
* @param id History ID.
|
|
3706
|
+
* @param options The options parameters.
|
|
3707
|
+
*/
|
|
3708
|
+
getTriggeredWebJobHistory(resourceGroupName: string, name: string, webJobName: string, id: string, options?: WebAppsGetTriggeredWebJobHistoryOptionalParams): Promise<WebAppsGetTriggeredWebJobHistoryResponse>;
|
|
3709
|
+
/**
|
|
3710
|
+
* Description for Run a triggered web job for an app, or a deployment slot.
|
|
3711
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3712
|
+
* @param name Site name.
|
|
3713
|
+
* @param webJobName Name of Web Job.
|
|
3714
|
+
* @param options The options parameters.
|
|
3715
|
+
*/
|
|
3716
|
+
runTriggeredWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsRunTriggeredWebJobOptionalParams): Promise<void>;
|
|
3717
|
+
/**
|
|
3718
|
+
* Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
|
3719
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3720
|
+
* @param name Name of the app.
|
|
3721
|
+
* @param options The options parameters.
|
|
3722
|
+
*/
|
|
3723
|
+
listVnetConnections(resourceGroupName: string, name: string, options?: WebAppsListVnetConnectionsOptionalParams): Promise<WebAppsListVnetConnectionsResponse>;
|
|
3724
|
+
/**
|
|
3725
|
+
* Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
|
3726
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3727
|
+
* @param name Name of the app.
|
|
3728
|
+
* @param vnetName Name of the virtual network.
|
|
3729
|
+
* @param options The options parameters.
|
|
3730
|
+
*/
|
|
3731
|
+
getVnetConnection(resourceGroupName: string, name: string, vnetName: string, options?: WebAppsGetVnetConnectionOptionalParams): Promise<WebAppsGetVnetConnectionResponse>;
|
|
3732
|
+
/**
|
|
3733
|
+
* Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection
|
|
3734
|
+
* properties (PATCH).
|
|
3735
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3736
|
+
* @param name Name of the app.
|
|
3737
|
+
* @param vnetName Name of an existing Virtual Network.
|
|
3738
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
3739
|
+
* @param options The options parameters.
|
|
3740
|
+
*/
|
|
3741
|
+
createOrUpdateVnetConnection(resourceGroupName: string, name: string, vnetName: string, connectionEnvelope: VnetInfoResource, options?: WebAppsCreateOrUpdateVnetConnectionOptionalParams): Promise<WebAppsCreateOrUpdateVnetConnectionResponse>;
|
|
3742
|
+
/**
|
|
3743
|
+
* Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
|
3744
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3745
|
+
* @param name Name of the app.
|
|
3746
|
+
* @param vnetName Name of the virtual network.
|
|
3747
|
+
* @param options The options parameters.
|
|
3748
|
+
*/
|
|
3749
|
+
deleteVnetConnection(resourceGroupName: string, name: string, vnetName: string, options?: WebAppsDeleteVnetConnectionOptionalParams): Promise<void>;
|
|
3750
|
+
/**
|
|
3751
|
+
* Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection
|
|
3752
|
+
* properties (PATCH).
|
|
3753
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3754
|
+
* @param name Name of the app.
|
|
3755
|
+
* @param vnetName Name of an existing Virtual Network.
|
|
3756
|
+
* @param connectionEnvelope Properties of the Virtual Network connection. See example.
|
|
3757
|
+
* @param options The options parameters.
|
|
3758
|
+
*/
|
|
3759
|
+
updateVnetConnection(resourceGroupName: string, name: string, vnetName: string, connectionEnvelope: VnetInfoResource, options?: WebAppsUpdateVnetConnectionOptionalParams): Promise<WebAppsUpdateVnetConnectionResponse>;
|
|
3760
|
+
/**
|
|
3761
|
+
* Description for Gets an app's Virtual Network gateway.
|
|
3762
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3763
|
+
* @param name Name of the app.
|
|
3764
|
+
* @param vnetName Name of the Virtual Network.
|
|
3765
|
+
* @param gatewayName Name of the gateway. Currently, the only supported string is "primary".
|
|
3766
|
+
* @param options The options parameters.
|
|
3767
|
+
*/
|
|
3768
|
+
getVnetConnectionGateway(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, options?: WebAppsGetVnetConnectionGatewayOptionalParams): Promise<WebAppsGetVnetConnectionGatewayResponse>;
|
|
3769
|
+
/**
|
|
3770
|
+
* Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
|
3771
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3772
|
+
* @param name Name of the app.
|
|
3773
|
+
* @param vnetName Name of the Virtual Network.
|
|
3774
|
+
* @param gatewayName Name of the gateway. Currently, the only supported string is "primary".
|
|
3775
|
+
* @param connectionEnvelope The properties to update this gateway with.
|
|
3776
|
+
* @param options The options parameters.
|
|
3777
|
+
*/
|
|
3778
|
+
createOrUpdateVnetConnectionGateway(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, connectionEnvelope: VnetGateway, options?: WebAppsCreateOrUpdateVnetConnectionGatewayOptionalParams): Promise<WebAppsCreateOrUpdateVnetConnectionGatewayResponse>;
|
|
3779
|
+
/**
|
|
3780
|
+
* Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
|
3781
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3782
|
+
* @param name Name of the app.
|
|
3783
|
+
* @param vnetName Name of the Virtual Network.
|
|
3784
|
+
* @param gatewayName Name of the gateway. Currently, the only supported string is "primary".
|
|
3785
|
+
* @param connectionEnvelope The properties to update this gateway with.
|
|
3786
|
+
* @param options The options parameters.
|
|
3787
|
+
*/
|
|
3788
|
+
updateVnetConnectionGateway(resourceGroupName: string, name: string, vnetName: string, gatewayName: string, connectionEnvelope: VnetGateway, options?: WebAppsUpdateVnetConnectionGatewayOptionalParams): Promise<WebAppsUpdateVnetConnectionGatewayResponse>;
|
|
3789
|
+
/**
|
|
3790
|
+
* Description for Get webjob information for an app, or a deployment slot.
|
|
3791
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
3792
|
+
* @param name Site name.
|
|
3793
|
+
* @param webJobName Name of the web job.
|
|
3794
|
+
* @param options The options parameters.
|
|
3795
|
+
*/
|
|
3796
|
+
getWebJob(resourceGroupName: string, name: string, webJobName: string, options?: WebAppsGetWebJobOptionalParams): Promise<WebAppsGetWebJobResponse>;
|
|
3797
|
+
}
|
|
3798
|
+
//# sourceMappingURL=webApps.d.ts.map
|