@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,516 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
4
|
+
import { StaticSiteARMResource, StaticSitesListOptionalParams, StaticSitesGetStaticSitesByResourceGroupOptionalParams, StaticSiteUserARMResource, StaticSitesListStaticSiteUsersOptionalParams, StaticSiteBuildARMResource, StaticSitesGetStaticSiteBuildsOptionalParams, StaticSiteFunctionOverviewARMResource, StaticSitesListStaticSiteBuildFunctionsOptionalParams, StaticSiteUserProvidedFunctionAppARMResource, StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildOptionalParams, StaticSiteCustomDomainOverviewARMResource, StaticSitesListStaticSiteCustomDomainsOptionalParams, StaticSitesListStaticSiteFunctionsOptionalParams, RemotePrivateEndpointConnectionARMResource, StaticSitesGetPrivateEndpointConnectionListOptionalParams, StaticSitesGetUserProvidedFunctionAppsForStaticSiteOptionalParams, StaticSitesWorkflowPreviewRequest, StaticSitesPreviewWorkflowOptionalParams, StaticSitesPreviewWorkflowResponse, StaticSitesGetStaticSiteOptionalParams, StaticSitesGetStaticSiteResponse, StaticSitesCreateOrUpdateStaticSiteOptionalParams, StaticSitesCreateOrUpdateStaticSiteResponse, StaticSitesDeleteStaticSiteOptionalParams, StaticSitePatchResource, StaticSitesUpdateStaticSiteOptionalParams, StaticSitesUpdateStaticSiteResponse, StaticSitesDeleteStaticSiteUserOptionalParams, StaticSitesUpdateStaticSiteUserOptionalParams, StaticSitesUpdateStaticSiteUserResponse, StaticSitesGetStaticSiteBuildOptionalParams, StaticSitesGetStaticSiteBuildResponse, StaticSitesDeleteStaticSiteBuildOptionalParams, StringDictionary, StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsOptionalParams, StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsResponse, StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsOptionalParams, StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsResponse, StaticSitesListStaticSiteBuildAppSettingsOptionalParams, StaticSitesListStaticSiteBuildAppSettingsResponse, StaticSitesListStaticSiteBuildFunctionAppSettingsOptionalParams, StaticSitesListStaticSiteBuildFunctionAppSettingsResponse, StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildOptionalParams, StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildResponse, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildOptionalParams, StaticSiteZipDeploymentARMResource, StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams, StaticSitesCreateOrUpdateStaticSiteAppSettingsOptionalParams, StaticSitesCreateOrUpdateStaticSiteAppSettingsResponse, StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsOptionalParams, StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsResponse, StaticSiteUserInvitationRequestResource, StaticSitesCreateUserRolesInvitationLinkOptionalParams, StaticSitesCreateUserRolesInvitationLinkResponse, StaticSitesGetStaticSiteCustomDomainOptionalParams, StaticSitesGetStaticSiteCustomDomainResponse, StaticSiteCustomDomainRequestPropertiesARMResource, StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams, StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse, StaticSitesDeleteStaticSiteCustomDomainOptionalParams, StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams, StaticSitesDetachStaticSiteOptionalParams, StaticSitesListStaticSiteAppSettingsOptionalParams, StaticSitesListStaticSiteAppSettingsResponse, StaticSitesListStaticSiteConfiguredRolesOptionalParams, StaticSitesListStaticSiteConfiguredRolesResponse, StaticSitesListStaticSiteFunctionAppSettingsOptionalParams, StaticSitesListStaticSiteFunctionAppSettingsResponse, StaticSitesListStaticSiteSecretsOptionalParams, StaticSitesListStaticSiteSecretsResponse, StaticSitesGetPrivateEndpointConnectionOptionalParams, StaticSitesGetPrivateEndpointConnectionResponse, PrivateLinkConnectionApprovalRequestResource, StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams, StaticSitesApproveOrRejectPrivateEndpointConnectionResponse, StaticSitesDeletePrivateEndpointConnectionOptionalParams, StaticSitesDeletePrivateEndpointConnectionResponse, StaticSitesGetPrivateLinkResourcesOptionalParams, StaticSitesGetPrivateLinkResourcesResponse, StaticSiteResetPropertiesARMResource, StaticSitesResetStaticSiteApiKeyOptionalParams, StaticSitesGetUserProvidedFunctionAppForStaticSiteOptionalParams, StaticSitesGetUserProvidedFunctionAppForStaticSiteResponse, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse, StaticSitesDetachUserProvidedFunctionAppFromStaticSiteOptionalParams, StaticSitesCreateZipDeploymentForStaticSiteOptionalParams } from "../models";
|
|
5
|
+
/** Interface representing a StaticSites. */
|
|
6
|
+
export interface StaticSites {
|
|
7
|
+
/**
|
|
8
|
+
* Description for Get all Static Sites for a subscription.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(options?: StaticSitesListOptionalParams): PagedAsyncIterableIterator<StaticSiteARMResource>;
|
|
12
|
+
/**
|
|
13
|
+
* Description for Gets all static sites 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
|
+
listStaticSitesByResourceGroup(resourceGroupName: string, options?: StaticSitesGetStaticSitesByResourceGroupOptionalParams): PagedAsyncIterableIterator<StaticSiteARMResource>;
|
|
18
|
+
/**
|
|
19
|
+
* Description for Gets the list of users of a static site.
|
|
20
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
21
|
+
* @param name Name of the static site.
|
|
22
|
+
* @param authprovider The auth provider for the users.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
listStaticSiteUsers(resourceGroupName: string, name: string, authprovider: string, options?: StaticSitesListStaticSiteUsersOptionalParams): PagedAsyncIterableIterator<StaticSiteUserARMResource>;
|
|
26
|
+
/**
|
|
27
|
+
* Description for Gets all static site builds for a particular static site.
|
|
28
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
29
|
+
* @param name Name of the static site.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
listStaticSiteBuilds(resourceGroupName: string, name: string, options?: StaticSitesGetStaticSiteBuildsOptionalParams): PagedAsyncIterableIterator<StaticSiteBuildARMResource>;
|
|
33
|
+
/**
|
|
34
|
+
* Description for Gets the functions of a particular static site build.
|
|
35
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
36
|
+
* @param name Name of the static site.
|
|
37
|
+
* @param environmentName The stage site identifier.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
listStaticSiteBuildFunctions(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesListStaticSiteBuildFunctionsOptionalParams): PagedAsyncIterableIterator<StaticSiteFunctionOverviewARMResource>;
|
|
41
|
+
/**
|
|
42
|
+
* Description for Gets the details of the user provided function apps registered with a static site
|
|
43
|
+
* build
|
|
44
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
45
|
+
* @param name Name of the static site.
|
|
46
|
+
* @param environmentName The stage site identifier.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
listUserProvidedFunctionAppsForStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildOptionalParams): PagedAsyncIterableIterator<StaticSiteUserProvidedFunctionAppARMResource>;
|
|
50
|
+
/**
|
|
51
|
+
* Description for Gets all static site custom domains for a particular static site.
|
|
52
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
53
|
+
* @param name Name of the static site resource to search in.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
listStaticSiteCustomDomains(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteCustomDomainsOptionalParams): PagedAsyncIterableIterator<StaticSiteCustomDomainOverviewARMResource>;
|
|
57
|
+
/**
|
|
58
|
+
* Description for Gets the functions of a static site.
|
|
59
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
60
|
+
* @param name Name of the static site.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
listStaticSiteFunctions(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteFunctionsOptionalParams): PagedAsyncIterableIterator<StaticSiteFunctionOverviewARMResource>;
|
|
64
|
+
/**
|
|
65
|
+
* Description for Gets the list of private endpoint connections associated with a static site
|
|
66
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
67
|
+
* @param name Name of the static site.
|
|
68
|
+
* @param options The options parameters.
|
|
69
|
+
*/
|
|
70
|
+
listPrivateEndpointConnectionList(resourceGroupName: string, name: string, options?: StaticSitesGetPrivateEndpointConnectionListOptionalParams): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
|
|
71
|
+
/**
|
|
72
|
+
* Description for Gets the details of the user provided function apps registered with a static site
|
|
73
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
74
|
+
* @param name Name of the static site.
|
|
75
|
+
* @param options The options parameters.
|
|
76
|
+
*/
|
|
77
|
+
listUserProvidedFunctionAppsForStaticSite(resourceGroupName: string, name: string, options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteOptionalParams): PagedAsyncIterableIterator<StaticSiteUserProvidedFunctionAppARMResource>;
|
|
78
|
+
/**
|
|
79
|
+
* Description for Generates a preview workflow file for the static site
|
|
80
|
+
* @param location Location where you plan to create the static site.
|
|
81
|
+
* @param staticSitesWorkflowPreviewRequest A JSON representation of the
|
|
82
|
+
* StaticSitesWorkflowPreviewRequest properties. See example.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
previewWorkflow(location: string, staticSitesWorkflowPreviewRequest: StaticSitesWorkflowPreviewRequest, options?: StaticSitesPreviewWorkflowOptionalParams): Promise<StaticSitesPreviewWorkflowResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* Description for Gets the details of a static site.
|
|
88
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
89
|
+
* @param name Name of the static site.
|
|
90
|
+
* @param options The options parameters.
|
|
91
|
+
*/
|
|
92
|
+
getStaticSite(resourceGroupName: string, name: string, options?: StaticSitesGetStaticSiteOptionalParams): Promise<StaticSitesGetStaticSiteResponse>;
|
|
93
|
+
/**
|
|
94
|
+
* Description for Creates a new static site in an existing resource group, or updates an existing
|
|
95
|
+
* static site.
|
|
96
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
97
|
+
* @param name Name of the static site to create or update.
|
|
98
|
+
* @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
beginCreateOrUpdateStaticSite(resourceGroupName: string, name: string, staticSiteEnvelope: StaticSiteARMResource, options?: StaticSitesCreateOrUpdateStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesCreateOrUpdateStaticSiteResponse>, StaticSitesCreateOrUpdateStaticSiteResponse>>;
|
|
102
|
+
/**
|
|
103
|
+
* Description for Creates a new static site in an existing resource group, or updates an existing
|
|
104
|
+
* static site.
|
|
105
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
106
|
+
* @param name Name of the static site to create or update.
|
|
107
|
+
* @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
|
|
108
|
+
* @param options The options parameters.
|
|
109
|
+
*/
|
|
110
|
+
beginCreateOrUpdateStaticSiteAndWait(resourceGroupName: string, name: string, staticSiteEnvelope: StaticSiteARMResource, options?: StaticSitesCreateOrUpdateStaticSiteOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* Description for Deletes a static site.
|
|
113
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
114
|
+
* @param name Name of the static site to delete.
|
|
115
|
+
* @param options The options parameters.
|
|
116
|
+
*/
|
|
117
|
+
beginDeleteStaticSite(resourceGroupName: string, name: string, options?: StaticSitesDeleteStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
118
|
+
/**
|
|
119
|
+
* Description for Deletes a static site.
|
|
120
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
121
|
+
* @param name Name of the static site to delete.
|
|
122
|
+
* @param options The options parameters.
|
|
123
|
+
*/
|
|
124
|
+
beginDeleteStaticSiteAndWait(resourceGroupName: string, name: string, options?: StaticSitesDeleteStaticSiteOptionalParams): Promise<void>;
|
|
125
|
+
/**
|
|
126
|
+
* Description for Creates a new static site in an existing resource group, or updates an existing
|
|
127
|
+
* static site.
|
|
128
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
129
|
+
* @param name Name of the static site to create or update.
|
|
130
|
+
* @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
|
|
131
|
+
* @param options The options parameters.
|
|
132
|
+
*/
|
|
133
|
+
updateStaticSite(resourceGroupName: string, name: string, staticSiteEnvelope: StaticSitePatchResource, options?: StaticSitesUpdateStaticSiteOptionalParams): Promise<StaticSitesUpdateStaticSiteResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* Description for Deletes the user entry from the static site.
|
|
136
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
137
|
+
* @param name Name of the staticsite.
|
|
138
|
+
* @param authprovider The auth provider for this user.
|
|
139
|
+
* @param userid The user id of the user.
|
|
140
|
+
* @param options The options parameters.
|
|
141
|
+
*/
|
|
142
|
+
deleteStaticSiteUser(resourceGroupName: string, name: string, authprovider: string, userid: string, options?: StaticSitesDeleteStaticSiteUserOptionalParams): Promise<void>;
|
|
143
|
+
/**
|
|
144
|
+
* Description for Updates a user entry with the listed roles
|
|
145
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
146
|
+
* @param name Name of the static site.
|
|
147
|
+
* @param authprovider The auth provider for this user.
|
|
148
|
+
* @param userid The user id of the user.
|
|
149
|
+
* @param staticSiteUserEnvelope A JSON representation of the StaticSiteUser properties. See example.
|
|
150
|
+
* @param options The options parameters.
|
|
151
|
+
*/
|
|
152
|
+
updateStaticSiteUser(resourceGroupName: string, name: string, authprovider: string, userid: string, staticSiteUserEnvelope: StaticSiteUserARMResource, options?: StaticSitesUpdateStaticSiteUserOptionalParams): Promise<StaticSitesUpdateStaticSiteUserResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* Description for Gets the details of a static site build.
|
|
155
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
156
|
+
* @param name Name of the static site.
|
|
157
|
+
* @param environmentName The stage site identifier.
|
|
158
|
+
* @param options The options parameters.
|
|
159
|
+
*/
|
|
160
|
+
getStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesGetStaticSiteBuildOptionalParams): Promise<StaticSitesGetStaticSiteBuildResponse>;
|
|
161
|
+
/**
|
|
162
|
+
* Description for Deletes a static site build.
|
|
163
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
164
|
+
* @param name Name of the static site.
|
|
165
|
+
* @param environmentName The stage site identifier.
|
|
166
|
+
* @param options The options parameters.
|
|
167
|
+
*/
|
|
168
|
+
beginDeleteStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesDeleteStaticSiteBuildOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
169
|
+
/**
|
|
170
|
+
* Description for Deletes a static site build.
|
|
171
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
172
|
+
* @param name Name of the static site.
|
|
173
|
+
* @param environmentName The stage site identifier.
|
|
174
|
+
* @param options The options parameters.
|
|
175
|
+
*/
|
|
176
|
+
beginDeleteStaticSiteBuildAndWait(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesDeleteStaticSiteBuildOptionalParams): Promise<void>;
|
|
177
|
+
/**
|
|
178
|
+
* Description for Creates or updates the app settings of a static site build.
|
|
179
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
180
|
+
* @param name Name of the static site.
|
|
181
|
+
* @param environmentName The stage site identifier.
|
|
182
|
+
* @param appSettings The dictionary containing the static site app settings to update.
|
|
183
|
+
* @param options The options parameters.
|
|
184
|
+
*/
|
|
185
|
+
createOrUpdateStaticSiteBuildAppSettings(resourceGroupName: string, name: string, environmentName: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsResponse>;
|
|
186
|
+
/**
|
|
187
|
+
* Description for Creates or updates the function app settings of a static site build.
|
|
188
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
189
|
+
* @param name Name of the static site.
|
|
190
|
+
* @param environmentName The stage site identifier.
|
|
191
|
+
* @param appSettings The dictionary containing the static site function app settings to update.
|
|
192
|
+
* @param options The options parameters.
|
|
193
|
+
*/
|
|
194
|
+
createOrUpdateStaticSiteBuildFunctionAppSettings(resourceGroupName: string, name: string, environmentName: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsResponse>;
|
|
195
|
+
/**
|
|
196
|
+
* Description for Gets the application settings of a static site build.
|
|
197
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
198
|
+
* @param name Name of the static site.
|
|
199
|
+
* @param environmentName The stage site identifier.
|
|
200
|
+
* @param options The options parameters.
|
|
201
|
+
*/
|
|
202
|
+
listStaticSiteBuildAppSettings(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesListStaticSiteBuildAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteBuildAppSettingsResponse>;
|
|
203
|
+
/**
|
|
204
|
+
* Description for Gets the application settings of a static site build.
|
|
205
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
206
|
+
* @param name Name of the static site.
|
|
207
|
+
* @param environmentName The stage site identifier.
|
|
208
|
+
* @param options The options parameters.
|
|
209
|
+
*/
|
|
210
|
+
listStaticSiteBuildFunctionAppSettings(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesListStaticSiteBuildFunctionAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteBuildFunctionAppSettingsResponse>;
|
|
211
|
+
/**
|
|
212
|
+
* Description for Gets the details of the user provided function app registered with a static site
|
|
213
|
+
* build
|
|
214
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
215
|
+
* @param name Name of the static site.
|
|
216
|
+
* @param environmentName The stage site identifier.
|
|
217
|
+
* @param functionAppName Name of the function app registered with the static site build.
|
|
218
|
+
* @param options The options parameters.
|
|
219
|
+
*/
|
|
220
|
+
getUserProvidedFunctionAppForStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildOptionalParams): Promise<StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildResponse>;
|
|
221
|
+
/**
|
|
222
|
+
* Description for Register a user provided function app with a static site build
|
|
223
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
224
|
+
* @param name Name of the static site.
|
|
225
|
+
* @param environmentName The stage site identifier.
|
|
226
|
+
* @param functionAppName Name of the function app to register with the static site build.
|
|
227
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
228
|
+
* app properties. See example.
|
|
229
|
+
* @param options The options parameters.
|
|
230
|
+
*/
|
|
231
|
+
beginRegisterUserProvidedFunctionAppWithStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse>, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse>>;
|
|
232
|
+
/**
|
|
233
|
+
* Description for Register a user provided function app with a static site build
|
|
234
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
235
|
+
* @param name Name of the static site.
|
|
236
|
+
* @param environmentName The stage site identifier.
|
|
237
|
+
* @param functionAppName Name of the function app to register with the static site build.
|
|
238
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
239
|
+
* app properties. See example.
|
|
240
|
+
* @param options The options parameters.
|
|
241
|
+
*/
|
|
242
|
+
beginRegisterUserProvidedFunctionAppWithStaticSiteBuildAndWait(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams): Promise<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse>;
|
|
243
|
+
/**
|
|
244
|
+
* Description for Detach the user provided function app from the static site build
|
|
245
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
246
|
+
* @param name Name of the static site.
|
|
247
|
+
* @param environmentName The stage site identifier.
|
|
248
|
+
* @param functionAppName Name of the function app registered with the static site build.
|
|
249
|
+
* @param options The options parameters.
|
|
250
|
+
*/
|
|
251
|
+
detachUserProvidedFunctionAppFromStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildOptionalParams): Promise<void>;
|
|
252
|
+
/**
|
|
253
|
+
* Description for Deploys zipped content to a specific environment of a static site.
|
|
254
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
255
|
+
* @param name Name of the static site.
|
|
256
|
+
* @param environmentName Name of the environment.
|
|
257
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
258
|
+
* properties. See example.
|
|
259
|
+
* @param options The options parameters.
|
|
260
|
+
*/
|
|
261
|
+
beginCreateZipDeploymentForStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
262
|
+
/**
|
|
263
|
+
* Description for Deploys zipped content to a specific environment of a static site.
|
|
264
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
265
|
+
* @param name Name of the static site.
|
|
266
|
+
* @param environmentName Name of the environment.
|
|
267
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
268
|
+
* properties. See example.
|
|
269
|
+
* @param options The options parameters.
|
|
270
|
+
*/
|
|
271
|
+
beginCreateZipDeploymentForStaticSiteBuildAndWait(resourceGroupName: string, name: string, environmentName: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams): Promise<void>;
|
|
272
|
+
/**
|
|
273
|
+
* Description for Creates or updates the app settings of a static site.
|
|
274
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
275
|
+
* @param name Name of the static site.
|
|
276
|
+
* @param appSettings The dictionary containing the static site app settings to update.
|
|
277
|
+
* @param options The options parameters.
|
|
278
|
+
*/
|
|
279
|
+
createOrUpdateStaticSiteAppSettings(resourceGroupName: string, name: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteAppSettingsResponse>;
|
|
280
|
+
/**
|
|
281
|
+
* Description for Creates or updates the function app settings of a static site.
|
|
282
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
283
|
+
* @param name Name of the static site.
|
|
284
|
+
* @param appSettings The dictionary containing the static site function app settings to update.
|
|
285
|
+
* @param options The options parameters.
|
|
286
|
+
*/
|
|
287
|
+
createOrUpdateStaticSiteFunctionAppSettings(resourceGroupName: string, name: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsResponse>;
|
|
288
|
+
/**
|
|
289
|
+
* Description for Creates an invitation link for a user with the role
|
|
290
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
291
|
+
* @param name Name of the static site.
|
|
292
|
+
* @param staticSiteUserRolesInvitationEnvelope Static sites user roles invitation resource.
|
|
293
|
+
* @param options The options parameters.
|
|
294
|
+
*/
|
|
295
|
+
createUserRolesInvitationLink(resourceGroupName: string, name: string, staticSiteUserRolesInvitationEnvelope: StaticSiteUserInvitationRequestResource, options?: StaticSitesCreateUserRolesInvitationLinkOptionalParams): Promise<StaticSitesCreateUserRolesInvitationLinkResponse>;
|
|
296
|
+
/**
|
|
297
|
+
* Description for Gets an existing custom domain for a particular static site.
|
|
298
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
299
|
+
* @param name Name of the static site resource to search in.
|
|
300
|
+
* @param domainName The custom domain name.
|
|
301
|
+
* @param options The options parameters.
|
|
302
|
+
*/
|
|
303
|
+
getStaticSiteCustomDomain(resourceGroupName: string, name: string, domainName: string, options?: StaticSitesGetStaticSiteCustomDomainOptionalParams): Promise<StaticSitesGetStaticSiteCustomDomainResponse>;
|
|
304
|
+
/**
|
|
305
|
+
* Description for Creates a new static site custom domain in an existing resource group and static
|
|
306
|
+
* site.
|
|
307
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
308
|
+
* @param name Name of the static site.
|
|
309
|
+
* @param domainName The custom domain to create.
|
|
310
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
311
|
+
* custom domain request properties. See example.
|
|
312
|
+
* @param options The options parameters.
|
|
313
|
+
*/
|
|
314
|
+
beginCreateOrUpdateStaticSiteCustomDomain(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse>, StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse>>;
|
|
315
|
+
/**
|
|
316
|
+
* Description for Creates a new static site custom domain in an existing resource group and static
|
|
317
|
+
* site.
|
|
318
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
319
|
+
* @param name Name of the static site.
|
|
320
|
+
* @param domainName The custom domain to create.
|
|
321
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
322
|
+
* custom domain request properties. See example.
|
|
323
|
+
* @param options The options parameters.
|
|
324
|
+
*/
|
|
325
|
+
beginCreateOrUpdateStaticSiteCustomDomainAndWait(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse>;
|
|
326
|
+
/**
|
|
327
|
+
* Description for Deletes a custom domain.
|
|
328
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
329
|
+
* @param name Name of the static site.
|
|
330
|
+
* @param domainName The custom domain to delete.
|
|
331
|
+
* @param options The options parameters.
|
|
332
|
+
*/
|
|
333
|
+
beginDeleteStaticSiteCustomDomain(resourceGroupName: string, name: string, domainName: string, options?: StaticSitesDeleteStaticSiteCustomDomainOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
334
|
+
/**
|
|
335
|
+
* Description for Deletes a custom domain.
|
|
336
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
337
|
+
* @param name Name of the static site.
|
|
338
|
+
* @param domainName The custom domain to delete.
|
|
339
|
+
* @param options The options parameters.
|
|
340
|
+
*/
|
|
341
|
+
beginDeleteStaticSiteCustomDomainAndWait(resourceGroupName: string, name: string, domainName: string, options?: StaticSitesDeleteStaticSiteCustomDomainOptionalParams): Promise<void>;
|
|
342
|
+
/**
|
|
343
|
+
* Description for Validates a particular custom domain can be added to a static site.
|
|
344
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
345
|
+
* @param name Name of the static site.
|
|
346
|
+
* @param domainName The custom domain to validate.
|
|
347
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
348
|
+
* custom domain request properties. See example.
|
|
349
|
+
* @param options The options parameters.
|
|
350
|
+
*/
|
|
351
|
+
beginValidateCustomDomainCanBeAddedToStaticSite(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
352
|
+
/**
|
|
353
|
+
* Description for Validates a particular custom domain can be added to a static site.
|
|
354
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
355
|
+
* @param name Name of the static site.
|
|
356
|
+
* @param domainName The custom domain to validate.
|
|
357
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
358
|
+
* custom domain request properties. See example.
|
|
359
|
+
* @param options The options parameters.
|
|
360
|
+
*/
|
|
361
|
+
beginValidateCustomDomainCanBeAddedToStaticSiteAndWait(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams): Promise<void>;
|
|
362
|
+
/**
|
|
363
|
+
* Description for Detaches a static site.
|
|
364
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
365
|
+
* @param name Name of the static site to detach.
|
|
366
|
+
* @param options The options parameters.
|
|
367
|
+
*/
|
|
368
|
+
beginDetachStaticSite(resourceGroupName: string, name: string, options?: StaticSitesDetachStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
369
|
+
/**
|
|
370
|
+
* Description for Detaches a static site.
|
|
371
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
372
|
+
* @param name Name of the static site to detach.
|
|
373
|
+
* @param options The options parameters.
|
|
374
|
+
*/
|
|
375
|
+
beginDetachStaticSiteAndWait(resourceGroupName: string, name: string, options?: StaticSitesDetachStaticSiteOptionalParams): Promise<void>;
|
|
376
|
+
/**
|
|
377
|
+
* Description for Gets the application settings of a static site.
|
|
378
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
379
|
+
* @param name Name of the static site.
|
|
380
|
+
* @param options The options parameters.
|
|
381
|
+
*/
|
|
382
|
+
listStaticSiteAppSettings(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteAppSettingsResponse>;
|
|
383
|
+
/**
|
|
384
|
+
* Description for Lists the roles configured for the static site.
|
|
385
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
386
|
+
* @param name Name of the static site.
|
|
387
|
+
* @param options The options parameters.
|
|
388
|
+
*/
|
|
389
|
+
listStaticSiteConfiguredRoles(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteConfiguredRolesOptionalParams): Promise<StaticSitesListStaticSiteConfiguredRolesResponse>;
|
|
390
|
+
/**
|
|
391
|
+
* Description for Gets the application settings of a static site.
|
|
392
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
393
|
+
* @param name Name of the static site.
|
|
394
|
+
* @param options The options parameters.
|
|
395
|
+
*/
|
|
396
|
+
listStaticSiteFunctionAppSettings(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteFunctionAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteFunctionAppSettingsResponse>;
|
|
397
|
+
/**
|
|
398
|
+
* Description for Lists the secrets for an existing static site.
|
|
399
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
400
|
+
* @param name Name of the static site.
|
|
401
|
+
* @param options The options parameters.
|
|
402
|
+
*/
|
|
403
|
+
listStaticSiteSecrets(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteSecretsOptionalParams): Promise<StaticSitesListStaticSiteSecretsResponse>;
|
|
404
|
+
/**
|
|
405
|
+
* Description for Gets a private endpoint connection
|
|
406
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
407
|
+
* @param name Name of the static site.
|
|
408
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
409
|
+
* @param options The options parameters.
|
|
410
|
+
*/
|
|
411
|
+
getPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: StaticSitesGetPrivateEndpointConnectionOptionalParams): Promise<StaticSitesGetPrivateEndpointConnectionResponse>;
|
|
412
|
+
/**
|
|
413
|
+
* Description for Approves or rejects a private endpoint connection
|
|
414
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
415
|
+
* @param name Name of the static site.
|
|
416
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
417
|
+
* @param privateEndpointWrapper Request body.
|
|
418
|
+
* @param options The options parameters.
|
|
419
|
+
*/
|
|
420
|
+
beginApproveOrRejectPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesApproveOrRejectPrivateEndpointConnectionResponse>, StaticSitesApproveOrRejectPrivateEndpointConnectionResponse>>;
|
|
421
|
+
/**
|
|
422
|
+
* Description for Approves or rejects a private endpoint connection
|
|
423
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
424
|
+
* @param name Name of the static site.
|
|
425
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
426
|
+
* @param privateEndpointWrapper Request body.
|
|
427
|
+
* @param options The options parameters.
|
|
428
|
+
*/
|
|
429
|
+
beginApproveOrRejectPrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<StaticSitesApproveOrRejectPrivateEndpointConnectionResponse>;
|
|
430
|
+
/**
|
|
431
|
+
* Description for Deletes a private endpoint connection
|
|
432
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
433
|
+
* @param name Name of the static site.
|
|
434
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
435
|
+
* @param options The options parameters.
|
|
436
|
+
*/
|
|
437
|
+
beginDeletePrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: StaticSitesDeletePrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesDeletePrivateEndpointConnectionResponse>, StaticSitesDeletePrivateEndpointConnectionResponse>>;
|
|
438
|
+
/**
|
|
439
|
+
* Description for Deletes a private endpoint connection
|
|
440
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
441
|
+
* @param name Name of the static site.
|
|
442
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
443
|
+
* @param options The options parameters.
|
|
444
|
+
*/
|
|
445
|
+
beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: StaticSitesDeletePrivateEndpointConnectionOptionalParams): Promise<StaticSitesDeletePrivateEndpointConnectionResponse>;
|
|
446
|
+
/**
|
|
447
|
+
* Description for Gets the private link resources
|
|
448
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
449
|
+
* @param name Name of the site.
|
|
450
|
+
* @param options The options parameters.
|
|
451
|
+
*/
|
|
452
|
+
getPrivateLinkResources(resourceGroupName: string, name: string, options?: StaticSitesGetPrivateLinkResourcesOptionalParams): Promise<StaticSitesGetPrivateLinkResourcesResponse>;
|
|
453
|
+
/**
|
|
454
|
+
* Description for Resets the api key for an existing static site.
|
|
455
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
456
|
+
* @param name Name of the static site.
|
|
457
|
+
* @param resetPropertiesEnvelope Static Site Reset Properties ARM resource.
|
|
458
|
+
* @param options The options parameters.
|
|
459
|
+
*/
|
|
460
|
+
resetStaticSiteApiKey(resourceGroupName: string, name: string, resetPropertiesEnvelope: StaticSiteResetPropertiesARMResource, options?: StaticSitesResetStaticSiteApiKeyOptionalParams): Promise<void>;
|
|
461
|
+
/**
|
|
462
|
+
* Description for Gets the details of the user provided function app registered with a static site
|
|
463
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
464
|
+
* @param name Name of the static site.
|
|
465
|
+
* @param functionAppName Name of the function app registered with the static site.
|
|
466
|
+
* @param options The options parameters.
|
|
467
|
+
*/
|
|
468
|
+
getUserProvidedFunctionAppForStaticSite(resourceGroupName: string, name: string, functionAppName: string, options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteOptionalParams): Promise<StaticSitesGetUserProvidedFunctionAppForStaticSiteResponse>;
|
|
469
|
+
/**
|
|
470
|
+
* Description for Register a user provided function app with a static site
|
|
471
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
472
|
+
* @param name Name of the static site.
|
|
473
|
+
* @param functionAppName Name of the function app to register with the static site.
|
|
474
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
475
|
+
* app properties. See example.
|
|
476
|
+
* @param options The options parameters.
|
|
477
|
+
*/
|
|
478
|
+
beginRegisterUserProvidedFunctionAppWithStaticSite(resourceGroupName: string, name: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse>, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse>>;
|
|
479
|
+
/**
|
|
480
|
+
* Description for Register a user provided function app with a static site
|
|
481
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
482
|
+
* @param name Name of the static site.
|
|
483
|
+
* @param functionAppName Name of the function app to register with the static site.
|
|
484
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
485
|
+
* app properties. See example.
|
|
486
|
+
* @param options The options parameters.
|
|
487
|
+
*/
|
|
488
|
+
beginRegisterUserProvidedFunctionAppWithStaticSiteAndWait(resourceGroupName: string, name: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams): Promise<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse>;
|
|
489
|
+
/**
|
|
490
|
+
* Description for Detach the user provided function app from the static site
|
|
491
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
492
|
+
* @param name Name of the static site.
|
|
493
|
+
* @param functionAppName Name of the function app registered with the static site.
|
|
494
|
+
* @param options The options parameters.
|
|
495
|
+
*/
|
|
496
|
+
detachUserProvidedFunctionAppFromStaticSite(resourceGroupName: string, name: string, functionAppName: string, options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteOptionalParams): Promise<void>;
|
|
497
|
+
/**
|
|
498
|
+
* Description for Deploys zipped content to a static site.
|
|
499
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
500
|
+
* @param name Name of the static site.
|
|
501
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
502
|
+
* properties. See example.
|
|
503
|
+
* @param options The options parameters.
|
|
504
|
+
*/
|
|
505
|
+
beginCreateZipDeploymentForStaticSite(resourceGroupName: string, name: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
506
|
+
/**
|
|
507
|
+
* Description for Deploys zipped content to a static site.
|
|
508
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
509
|
+
* @param name Name of the static site.
|
|
510
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
511
|
+
* properties. See example.
|
|
512
|
+
* @param options The options parameters.
|
|
513
|
+
*/
|
|
514
|
+
beginCreateZipDeploymentForStaticSiteAndWait(resourceGroupName: string, name: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteOptionalParams): Promise<void>;
|
|
515
|
+
}
|
|
516
|
+
//# sourceMappingURL=staticSites.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"staticSites.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/staticSites.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import "@azure/core-paging";
|
|
9
|
+
//# sourceMappingURL=staticSites.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"staticSites.js","sourceRoot":"","sources":["../../src/operationsInterfaces/staticSites.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { TopLevelDomain, TopLevelDomainsListOptionalParams, TldLegalAgreement, TopLevelDomainAgreementOption, TopLevelDomainsListAgreementsOptionalParams, TopLevelDomainsGetOptionalParams, TopLevelDomainsGetResponse } from "../models";
|
|
4
|
+
/** Interface representing a TopLevelDomains. */
|
|
5
|
+
export interface TopLevelDomains {
|
|
6
|
+
/**
|
|
7
|
+
* Description for Get all top-level domains supported for registration.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(options?: TopLevelDomainsListOptionalParams): PagedAsyncIterableIterator<TopLevelDomain>;
|
|
11
|
+
/**
|
|
12
|
+
* Description for Gets all legal agreements that user needs to accept before purchasing a domain.
|
|
13
|
+
* @param name Name of the top-level domain.
|
|
14
|
+
* @param agreementOption Domain agreement options.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listAgreements(name: string, agreementOption: TopLevelDomainAgreementOption, options?: TopLevelDomainsListAgreementsOptionalParams): PagedAsyncIterableIterator<TldLegalAgreement>;
|
|
18
|
+
/**
|
|
19
|
+
* Description for Get details of a top-level domain.
|
|
20
|
+
* @param name Name of the top-level domain.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
get(name: string, options?: TopLevelDomainsGetOptionalParams): Promise<TopLevelDomainsGetResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=topLevelDomains.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"topLevelDomains.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/topLevelDomains.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,cAAc,EACd,iCAAiC,EACjC,iBAAiB,EACjB,6BAA6B,EAC7B,2CAA2C,EAC3C,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,WAAW,CAAC;AAGnB,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;OAKG;IACH,cAAc,CACZ,IAAI,EAAE,MAAM,EACZ,eAAe,EAAE,6BAA6B,EAC9C,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;OAIG;IACH,GAAG,CACD,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import "@azure/core-paging";
|
|
9
|
+
//# sourceMappingURL=topLevelDomains.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"topLevelDomains.js","sourceRoot":"","sources":["../../src/operationsInterfaces/topLevelDomains.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|