@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,702 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { StaticSites } from "../operationsInterfaces";
|
|
4
|
+
import { WebSiteManagementClientContext } from "../webSiteManagementClientContext";
|
|
5
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
6
|
+
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";
|
|
7
|
+
/** Class representing a StaticSites. */
|
|
8
|
+
export declare class StaticSitesImpl implements StaticSites {
|
|
9
|
+
private readonly client;
|
|
10
|
+
/**
|
|
11
|
+
* Initialize a new instance of the class StaticSites class.
|
|
12
|
+
* @param client Reference to the service client
|
|
13
|
+
*/
|
|
14
|
+
constructor(client: WebSiteManagementClientContext);
|
|
15
|
+
/**
|
|
16
|
+
* Description for Get all Static Sites for a subscription.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(options?: StaticSitesListOptionalParams): PagedAsyncIterableIterator<StaticSiteARMResource>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Description for Gets all static sites in the specified resource group.
|
|
24
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
listStaticSitesByResourceGroup(resourceGroupName: string, options?: StaticSitesGetStaticSitesByResourceGroupOptionalParams): PagedAsyncIterableIterator<StaticSiteARMResource>;
|
|
28
|
+
private getStaticSitesByResourceGroupPagingPage;
|
|
29
|
+
private getStaticSitesByResourceGroupPagingAll;
|
|
30
|
+
/**
|
|
31
|
+
* Description for Gets the list of users of a static site.
|
|
32
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
33
|
+
* @param name Name of the static site.
|
|
34
|
+
* @param authprovider The auth provider for the users.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
listStaticSiteUsers(resourceGroupName: string, name: string, authprovider: string, options?: StaticSitesListStaticSiteUsersOptionalParams): PagedAsyncIterableIterator<StaticSiteUserARMResource>;
|
|
38
|
+
private listStaticSiteUsersPagingPage;
|
|
39
|
+
private listStaticSiteUsersPagingAll;
|
|
40
|
+
/**
|
|
41
|
+
* Description for Gets all static site builds for a particular static site.
|
|
42
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
43
|
+
* @param name Name of the static site.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
listStaticSiteBuilds(resourceGroupName: string, name: string, options?: StaticSitesGetStaticSiteBuildsOptionalParams): PagedAsyncIterableIterator<StaticSiteBuildARMResource>;
|
|
47
|
+
private getStaticSiteBuildsPagingPage;
|
|
48
|
+
private getStaticSiteBuildsPagingAll;
|
|
49
|
+
/**
|
|
50
|
+
* Description for Gets the functions of a particular static site build.
|
|
51
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
52
|
+
* @param name Name of the static site.
|
|
53
|
+
* @param environmentName The stage site identifier.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
listStaticSiteBuildFunctions(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesListStaticSiteBuildFunctionsOptionalParams): PagedAsyncIterableIterator<StaticSiteFunctionOverviewARMResource>;
|
|
57
|
+
private listStaticSiteBuildFunctionsPagingPage;
|
|
58
|
+
private listStaticSiteBuildFunctionsPagingAll;
|
|
59
|
+
/**
|
|
60
|
+
* Description for Gets the details of the user provided function apps registered with a static site
|
|
61
|
+
* build
|
|
62
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
63
|
+
* @param name Name of the static site.
|
|
64
|
+
* @param environmentName The stage site identifier.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
listUserProvidedFunctionAppsForStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildOptionalParams): PagedAsyncIterableIterator<StaticSiteUserProvidedFunctionAppARMResource>;
|
|
68
|
+
private getUserProvidedFunctionAppsForStaticSiteBuildPagingPage;
|
|
69
|
+
private getUserProvidedFunctionAppsForStaticSiteBuildPagingAll;
|
|
70
|
+
/**
|
|
71
|
+
* Description for Gets all static site custom domains for a particular static site.
|
|
72
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
73
|
+
* @param name Name of the static site resource to search in.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
listStaticSiteCustomDomains(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteCustomDomainsOptionalParams): PagedAsyncIterableIterator<StaticSiteCustomDomainOverviewARMResource>;
|
|
77
|
+
private listStaticSiteCustomDomainsPagingPage;
|
|
78
|
+
private listStaticSiteCustomDomainsPagingAll;
|
|
79
|
+
/**
|
|
80
|
+
* Description for Gets the functions of a static site.
|
|
81
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
82
|
+
* @param name Name of the static site.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
listStaticSiteFunctions(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteFunctionsOptionalParams): PagedAsyncIterableIterator<StaticSiteFunctionOverviewARMResource>;
|
|
86
|
+
private listStaticSiteFunctionsPagingPage;
|
|
87
|
+
private listStaticSiteFunctionsPagingAll;
|
|
88
|
+
/**
|
|
89
|
+
* Description for Gets the list of private endpoint connections associated with a static site
|
|
90
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
91
|
+
* @param name Name of the static site.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
listPrivateEndpointConnectionList(resourceGroupName: string, name: string, options?: StaticSitesGetPrivateEndpointConnectionListOptionalParams): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
|
|
95
|
+
private getPrivateEndpointConnectionListPagingPage;
|
|
96
|
+
private getPrivateEndpointConnectionListPagingAll;
|
|
97
|
+
/**
|
|
98
|
+
* Description for Gets the details of the user provided function apps registered with a static site
|
|
99
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
100
|
+
* @param name Name of the static site.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
listUserProvidedFunctionAppsForStaticSite(resourceGroupName: string, name: string, options?: StaticSitesGetUserProvidedFunctionAppsForStaticSiteOptionalParams): PagedAsyncIterableIterator<StaticSiteUserProvidedFunctionAppARMResource>;
|
|
104
|
+
private getUserProvidedFunctionAppsForStaticSitePagingPage;
|
|
105
|
+
private getUserProvidedFunctionAppsForStaticSitePagingAll;
|
|
106
|
+
/**
|
|
107
|
+
* Description for Generates a preview workflow file for the static site
|
|
108
|
+
* @param location Location where you plan to create the static site.
|
|
109
|
+
* @param staticSitesWorkflowPreviewRequest A JSON representation of the
|
|
110
|
+
* StaticSitesWorkflowPreviewRequest properties. See example.
|
|
111
|
+
* @param options The options parameters.
|
|
112
|
+
*/
|
|
113
|
+
previewWorkflow(location: string, staticSitesWorkflowPreviewRequest: StaticSitesWorkflowPreviewRequest, options?: StaticSitesPreviewWorkflowOptionalParams): Promise<StaticSitesPreviewWorkflowResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* Description for Get all Static Sites for a subscription.
|
|
116
|
+
* @param options The options parameters.
|
|
117
|
+
*/
|
|
118
|
+
private _list;
|
|
119
|
+
/**
|
|
120
|
+
* Description for Gets all static sites in the specified resource group.
|
|
121
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
122
|
+
* @param options The options parameters.
|
|
123
|
+
*/
|
|
124
|
+
private _getStaticSitesByResourceGroup;
|
|
125
|
+
/**
|
|
126
|
+
* Description for Gets the details of a static site.
|
|
127
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
128
|
+
* @param name Name of the static site.
|
|
129
|
+
* @param options The options parameters.
|
|
130
|
+
*/
|
|
131
|
+
getStaticSite(resourceGroupName: string, name: string, options?: StaticSitesGetStaticSiteOptionalParams): Promise<StaticSitesGetStaticSiteResponse>;
|
|
132
|
+
/**
|
|
133
|
+
* Description for Creates a new static site in an existing resource group, or updates an existing
|
|
134
|
+
* static site.
|
|
135
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
136
|
+
* @param name Name of the static site to create or update.
|
|
137
|
+
* @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
|
|
138
|
+
* @param options The options parameters.
|
|
139
|
+
*/
|
|
140
|
+
beginCreateOrUpdateStaticSite(resourceGroupName: string, name: string, staticSiteEnvelope: StaticSiteARMResource, options?: StaticSitesCreateOrUpdateStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesCreateOrUpdateStaticSiteResponse>, StaticSitesCreateOrUpdateStaticSiteResponse>>;
|
|
141
|
+
/**
|
|
142
|
+
* Description for Creates a new static site in an existing resource group, or updates an existing
|
|
143
|
+
* static site.
|
|
144
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
145
|
+
* @param name Name of the static site to create or update.
|
|
146
|
+
* @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
|
|
147
|
+
* @param options The options parameters.
|
|
148
|
+
*/
|
|
149
|
+
beginCreateOrUpdateStaticSiteAndWait(resourceGroupName: string, name: string, staticSiteEnvelope: StaticSiteARMResource, options?: StaticSitesCreateOrUpdateStaticSiteOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteResponse>;
|
|
150
|
+
/**
|
|
151
|
+
* Description for Deletes a static site.
|
|
152
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
153
|
+
* @param name Name of the static site to delete.
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
beginDeleteStaticSite(resourceGroupName: string, name: string, options?: StaticSitesDeleteStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
157
|
+
/**
|
|
158
|
+
* Description for Deletes a static site.
|
|
159
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
160
|
+
* @param name Name of the static site to delete.
|
|
161
|
+
* @param options The options parameters.
|
|
162
|
+
*/
|
|
163
|
+
beginDeleteStaticSiteAndWait(resourceGroupName: string, name: string, options?: StaticSitesDeleteStaticSiteOptionalParams): Promise<void>;
|
|
164
|
+
/**
|
|
165
|
+
* Description for Creates a new static site in an existing resource group, or updates an existing
|
|
166
|
+
* static site.
|
|
167
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
168
|
+
* @param name Name of the static site to create or update.
|
|
169
|
+
* @param staticSiteEnvelope A JSON representation of the staticsite properties. See example.
|
|
170
|
+
* @param options The options parameters.
|
|
171
|
+
*/
|
|
172
|
+
updateStaticSite(resourceGroupName: string, name: string, staticSiteEnvelope: StaticSitePatchResource, options?: StaticSitesUpdateStaticSiteOptionalParams): Promise<StaticSitesUpdateStaticSiteResponse>;
|
|
173
|
+
/**
|
|
174
|
+
* Description for Gets the list of users of a static site.
|
|
175
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
176
|
+
* @param name Name of the static site.
|
|
177
|
+
* @param authprovider The auth provider for the users.
|
|
178
|
+
* @param options The options parameters.
|
|
179
|
+
*/
|
|
180
|
+
private _listStaticSiteUsers;
|
|
181
|
+
/**
|
|
182
|
+
* Description for Deletes the user entry from the static site.
|
|
183
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
184
|
+
* @param name Name of the staticsite.
|
|
185
|
+
* @param authprovider The auth provider for this user.
|
|
186
|
+
* @param userid The user id of the user.
|
|
187
|
+
* @param options The options parameters.
|
|
188
|
+
*/
|
|
189
|
+
deleteStaticSiteUser(resourceGroupName: string, name: string, authprovider: string, userid: string, options?: StaticSitesDeleteStaticSiteUserOptionalParams): Promise<void>;
|
|
190
|
+
/**
|
|
191
|
+
* Description for Updates a user entry with the listed roles
|
|
192
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
193
|
+
* @param name Name of the static site.
|
|
194
|
+
* @param authprovider The auth provider for this user.
|
|
195
|
+
* @param userid The user id of the user.
|
|
196
|
+
* @param staticSiteUserEnvelope A JSON representation of the StaticSiteUser properties. See example.
|
|
197
|
+
* @param options The options parameters.
|
|
198
|
+
*/
|
|
199
|
+
updateStaticSiteUser(resourceGroupName: string, name: string, authprovider: string, userid: string, staticSiteUserEnvelope: StaticSiteUserARMResource, options?: StaticSitesUpdateStaticSiteUserOptionalParams): Promise<StaticSitesUpdateStaticSiteUserResponse>;
|
|
200
|
+
/**
|
|
201
|
+
* Description for Gets all static site builds for a particular static site.
|
|
202
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
203
|
+
* @param name Name of the static site.
|
|
204
|
+
* @param options The options parameters.
|
|
205
|
+
*/
|
|
206
|
+
private _getStaticSiteBuilds;
|
|
207
|
+
/**
|
|
208
|
+
* Description for Gets the details of a static site build.
|
|
209
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
210
|
+
* @param name Name of the static site.
|
|
211
|
+
* @param environmentName The stage site identifier.
|
|
212
|
+
* @param options The options parameters.
|
|
213
|
+
*/
|
|
214
|
+
getStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesGetStaticSiteBuildOptionalParams): Promise<StaticSitesGetStaticSiteBuildResponse>;
|
|
215
|
+
/**
|
|
216
|
+
* Description for Deletes a static site build.
|
|
217
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
218
|
+
* @param name Name of the static site.
|
|
219
|
+
* @param environmentName The stage site identifier.
|
|
220
|
+
* @param options The options parameters.
|
|
221
|
+
*/
|
|
222
|
+
beginDeleteStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesDeleteStaticSiteBuildOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
223
|
+
/**
|
|
224
|
+
* Description for Deletes a static site build.
|
|
225
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
226
|
+
* @param name Name of the static site.
|
|
227
|
+
* @param environmentName The stage site identifier.
|
|
228
|
+
* @param options The options parameters.
|
|
229
|
+
*/
|
|
230
|
+
beginDeleteStaticSiteBuildAndWait(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesDeleteStaticSiteBuildOptionalParams): Promise<void>;
|
|
231
|
+
/**
|
|
232
|
+
* Description for Creates or updates the app settings of a static site build.
|
|
233
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
234
|
+
* @param name Name of the static site.
|
|
235
|
+
* @param environmentName The stage site identifier.
|
|
236
|
+
* @param appSettings The dictionary containing the static site app settings to update.
|
|
237
|
+
* @param options The options parameters.
|
|
238
|
+
*/
|
|
239
|
+
createOrUpdateStaticSiteBuildAppSettings(resourceGroupName: string, name: string, environmentName: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsResponse>;
|
|
240
|
+
/**
|
|
241
|
+
* Description for Creates or updates the function app settings of a static site build.
|
|
242
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
243
|
+
* @param name Name of the static site.
|
|
244
|
+
* @param environmentName The stage site identifier.
|
|
245
|
+
* @param appSettings The dictionary containing the static site function app settings to update.
|
|
246
|
+
* @param options The options parameters.
|
|
247
|
+
*/
|
|
248
|
+
createOrUpdateStaticSiteBuildFunctionAppSettings(resourceGroupName: string, name: string, environmentName: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsResponse>;
|
|
249
|
+
/**
|
|
250
|
+
* Description for Gets the functions of a particular static site build.
|
|
251
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
252
|
+
* @param name Name of the static site.
|
|
253
|
+
* @param environmentName The stage site identifier.
|
|
254
|
+
* @param options The options parameters.
|
|
255
|
+
*/
|
|
256
|
+
private _listStaticSiteBuildFunctions;
|
|
257
|
+
/**
|
|
258
|
+
* Description for Gets the application settings of a static site build.
|
|
259
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
260
|
+
* @param name Name of the static site.
|
|
261
|
+
* @param environmentName The stage site identifier.
|
|
262
|
+
* @param options The options parameters.
|
|
263
|
+
*/
|
|
264
|
+
listStaticSiteBuildAppSettings(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesListStaticSiteBuildAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteBuildAppSettingsResponse>;
|
|
265
|
+
/**
|
|
266
|
+
* Description for Gets the application settings of a static site build.
|
|
267
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
268
|
+
* @param name Name of the static site.
|
|
269
|
+
* @param environmentName The stage site identifier.
|
|
270
|
+
* @param options The options parameters.
|
|
271
|
+
*/
|
|
272
|
+
listStaticSiteBuildFunctionAppSettings(resourceGroupName: string, name: string, environmentName: string, options?: StaticSitesListStaticSiteBuildFunctionAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteBuildFunctionAppSettingsResponse>;
|
|
273
|
+
/**
|
|
274
|
+
* Description for Gets the details of the user provided function apps registered with a static site
|
|
275
|
+
* build
|
|
276
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
277
|
+
* @param name Name of the static site.
|
|
278
|
+
* @param environmentName The stage site identifier.
|
|
279
|
+
* @param options The options parameters.
|
|
280
|
+
*/
|
|
281
|
+
private _getUserProvidedFunctionAppsForStaticSiteBuild;
|
|
282
|
+
/**
|
|
283
|
+
* Description for Gets the details of the user provided function app registered with a static site
|
|
284
|
+
* build
|
|
285
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
286
|
+
* @param name Name of the static site.
|
|
287
|
+
* @param environmentName The stage site identifier.
|
|
288
|
+
* @param functionAppName Name of the function app registered with the static site build.
|
|
289
|
+
* @param options The options parameters.
|
|
290
|
+
*/
|
|
291
|
+
getUserProvidedFunctionAppForStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildOptionalParams): Promise<StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildResponse>;
|
|
292
|
+
/**
|
|
293
|
+
* Description for Register a user provided function app with a static site build
|
|
294
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
295
|
+
* @param name Name of the static site.
|
|
296
|
+
* @param environmentName The stage site identifier.
|
|
297
|
+
* @param functionAppName Name of the function app to register with the static site build.
|
|
298
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
299
|
+
* app properties. See example.
|
|
300
|
+
* @param options The options parameters.
|
|
301
|
+
*/
|
|
302
|
+
beginRegisterUserProvidedFunctionAppWithStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse>, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse>>;
|
|
303
|
+
/**
|
|
304
|
+
* Description for Register a user provided function app with a static site build
|
|
305
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
306
|
+
* @param name Name of the static site.
|
|
307
|
+
* @param environmentName The stage site identifier.
|
|
308
|
+
* @param functionAppName Name of the function app to register with the static site build.
|
|
309
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
310
|
+
* app properties. See example.
|
|
311
|
+
* @param options The options parameters.
|
|
312
|
+
*/
|
|
313
|
+
beginRegisterUserProvidedFunctionAppWithStaticSiteBuildAndWait(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildOptionalParams): Promise<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildResponse>;
|
|
314
|
+
/**
|
|
315
|
+
* Description for Detach the user provided function app from the static site build
|
|
316
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
317
|
+
* @param name Name of the static site.
|
|
318
|
+
* @param environmentName The stage site identifier.
|
|
319
|
+
* @param functionAppName Name of the function app registered with the static site build.
|
|
320
|
+
* @param options The options parameters.
|
|
321
|
+
*/
|
|
322
|
+
detachUserProvidedFunctionAppFromStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, functionAppName: string, options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildOptionalParams): Promise<void>;
|
|
323
|
+
/**
|
|
324
|
+
* Description for Deploys zipped content to a specific environment of a static site.
|
|
325
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
326
|
+
* @param name Name of the static site.
|
|
327
|
+
* @param environmentName Name of the environment.
|
|
328
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
329
|
+
* properties. See example.
|
|
330
|
+
* @param options The options parameters.
|
|
331
|
+
*/
|
|
332
|
+
beginCreateZipDeploymentForStaticSiteBuild(resourceGroupName: string, name: string, environmentName: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
333
|
+
/**
|
|
334
|
+
* Description for Deploys zipped content to a specific environment of a static site.
|
|
335
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
336
|
+
* @param name Name of the static site.
|
|
337
|
+
* @param environmentName Name of the environment.
|
|
338
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
339
|
+
* properties. See example.
|
|
340
|
+
* @param options The options parameters.
|
|
341
|
+
*/
|
|
342
|
+
beginCreateZipDeploymentForStaticSiteBuildAndWait(resourceGroupName: string, name: string, environmentName: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteBuildOptionalParams): Promise<void>;
|
|
343
|
+
/**
|
|
344
|
+
* Description for Creates or updates the app settings of a static site.
|
|
345
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
346
|
+
* @param name Name of the static site.
|
|
347
|
+
* @param appSettings The dictionary containing the static site app settings to update.
|
|
348
|
+
* @param options The options parameters.
|
|
349
|
+
*/
|
|
350
|
+
createOrUpdateStaticSiteAppSettings(resourceGroupName: string, name: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteAppSettingsResponse>;
|
|
351
|
+
/**
|
|
352
|
+
* Description for Creates or updates the function app settings of a static site.
|
|
353
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
354
|
+
* @param name Name of the static site.
|
|
355
|
+
* @param appSettings The dictionary containing the static site function app settings to update.
|
|
356
|
+
* @param options The options parameters.
|
|
357
|
+
*/
|
|
358
|
+
createOrUpdateStaticSiteFunctionAppSettings(resourceGroupName: string, name: string, appSettings: StringDictionary, options?: StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsResponse>;
|
|
359
|
+
/**
|
|
360
|
+
* Description for Creates an invitation link for a user with the role
|
|
361
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
362
|
+
* @param name Name of the static site.
|
|
363
|
+
* @param staticSiteUserRolesInvitationEnvelope Static sites user roles invitation resource.
|
|
364
|
+
* @param options The options parameters.
|
|
365
|
+
*/
|
|
366
|
+
createUserRolesInvitationLink(resourceGroupName: string, name: string, staticSiteUserRolesInvitationEnvelope: StaticSiteUserInvitationRequestResource, options?: StaticSitesCreateUserRolesInvitationLinkOptionalParams): Promise<StaticSitesCreateUserRolesInvitationLinkResponse>;
|
|
367
|
+
/**
|
|
368
|
+
* Description for Gets all static site custom domains for a particular static site.
|
|
369
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
370
|
+
* @param name Name of the static site resource to search in.
|
|
371
|
+
* @param options The options parameters.
|
|
372
|
+
*/
|
|
373
|
+
private _listStaticSiteCustomDomains;
|
|
374
|
+
/**
|
|
375
|
+
* Description for Gets an existing custom domain for a particular static site.
|
|
376
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
377
|
+
* @param name Name of the static site resource to search in.
|
|
378
|
+
* @param domainName The custom domain name.
|
|
379
|
+
* @param options The options parameters.
|
|
380
|
+
*/
|
|
381
|
+
getStaticSiteCustomDomain(resourceGroupName: string, name: string, domainName: string, options?: StaticSitesGetStaticSiteCustomDomainOptionalParams): Promise<StaticSitesGetStaticSiteCustomDomainResponse>;
|
|
382
|
+
/**
|
|
383
|
+
* Description for Creates a new static site custom domain in an existing resource group and static
|
|
384
|
+
* site.
|
|
385
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
386
|
+
* @param name Name of the static site.
|
|
387
|
+
* @param domainName The custom domain to create.
|
|
388
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
389
|
+
* custom domain request properties. See example.
|
|
390
|
+
* @param options The options parameters.
|
|
391
|
+
*/
|
|
392
|
+
beginCreateOrUpdateStaticSiteCustomDomain(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse>, StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse>>;
|
|
393
|
+
/**
|
|
394
|
+
* Description for Creates a new static site custom domain in an existing resource group and static
|
|
395
|
+
* site.
|
|
396
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
397
|
+
* @param name Name of the static site.
|
|
398
|
+
* @param domainName The custom domain to create.
|
|
399
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
400
|
+
* custom domain request properties. See example.
|
|
401
|
+
* @param options The options parameters.
|
|
402
|
+
*/
|
|
403
|
+
beginCreateOrUpdateStaticSiteCustomDomainAndWait(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesCreateOrUpdateStaticSiteCustomDomainOptionalParams): Promise<StaticSitesCreateOrUpdateStaticSiteCustomDomainResponse>;
|
|
404
|
+
/**
|
|
405
|
+
* Description for Deletes a custom domain.
|
|
406
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
407
|
+
* @param name Name of the static site.
|
|
408
|
+
* @param domainName The custom domain to delete.
|
|
409
|
+
* @param options The options parameters.
|
|
410
|
+
*/
|
|
411
|
+
beginDeleteStaticSiteCustomDomain(resourceGroupName: string, name: string, domainName: string, options?: StaticSitesDeleteStaticSiteCustomDomainOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
412
|
+
/**
|
|
413
|
+
* Description for Deletes a custom domain.
|
|
414
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
415
|
+
* @param name Name of the static site.
|
|
416
|
+
* @param domainName The custom domain to delete.
|
|
417
|
+
* @param options The options parameters.
|
|
418
|
+
*/
|
|
419
|
+
beginDeleteStaticSiteCustomDomainAndWait(resourceGroupName: string, name: string, domainName: string, options?: StaticSitesDeleteStaticSiteCustomDomainOptionalParams): Promise<void>;
|
|
420
|
+
/**
|
|
421
|
+
* Description for Validates a particular custom domain can be added to a static site.
|
|
422
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
423
|
+
* @param name Name of the static site.
|
|
424
|
+
* @param domainName The custom domain to validate.
|
|
425
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
426
|
+
* custom domain request properties. See example.
|
|
427
|
+
* @param options The options parameters.
|
|
428
|
+
*/
|
|
429
|
+
beginValidateCustomDomainCanBeAddedToStaticSite(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
430
|
+
/**
|
|
431
|
+
* Description for Validates a particular custom domain can be added to a static site.
|
|
432
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
433
|
+
* @param name Name of the static site.
|
|
434
|
+
* @param domainName The custom domain to validate.
|
|
435
|
+
* @param staticSiteCustomDomainRequestPropertiesEnvelope A JSON representation of the static site
|
|
436
|
+
* custom domain request properties. See example.
|
|
437
|
+
* @param options The options parameters.
|
|
438
|
+
*/
|
|
439
|
+
beginValidateCustomDomainCanBeAddedToStaticSiteAndWait(resourceGroupName: string, name: string, domainName: string, staticSiteCustomDomainRequestPropertiesEnvelope: StaticSiteCustomDomainRequestPropertiesARMResource, options?: StaticSitesValidateCustomDomainCanBeAddedToStaticSiteOptionalParams): Promise<void>;
|
|
440
|
+
/**
|
|
441
|
+
* Description for Detaches a static site.
|
|
442
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
443
|
+
* @param name Name of the static site to detach.
|
|
444
|
+
* @param options The options parameters.
|
|
445
|
+
*/
|
|
446
|
+
beginDetachStaticSite(resourceGroupName: string, name: string, options?: StaticSitesDetachStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
447
|
+
/**
|
|
448
|
+
* Description for Detaches a static site.
|
|
449
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
450
|
+
* @param name Name of the static site to detach.
|
|
451
|
+
* @param options The options parameters.
|
|
452
|
+
*/
|
|
453
|
+
beginDetachStaticSiteAndWait(resourceGroupName: string, name: string, options?: StaticSitesDetachStaticSiteOptionalParams): Promise<void>;
|
|
454
|
+
/**
|
|
455
|
+
* Description for Gets the functions of a static site.
|
|
456
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
457
|
+
* @param name Name of the static site.
|
|
458
|
+
* @param options The options parameters.
|
|
459
|
+
*/
|
|
460
|
+
private _listStaticSiteFunctions;
|
|
461
|
+
/**
|
|
462
|
+
* Description for Gets the application settings of 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 options The options parameters.
|
|
466
|
+
*/
|
|
467
|
+
listStaticSiteAppSettings(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteAppSettingsResponse>;
|
|
468
|
+
/**
|
|
469
|
+
* Description for Lists the roles configured for the static site.
|
|
470
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
471
|
+
* @param name Name of the static site.
|
|
472
|
+
* @param options The options parameters.
|
|
473
|
+
*/
|
|
474
|
+
listStaticSiteConfiguredRoles(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteConfiguredRolesOptionalParams): Promise<StaticSitesListStaticSiteConfiguredRolesResponse>;
|
|
475
|
+
/**
|
|
476
|
+
* Description for Gets the application settings of a static site.
|
|
477
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
478
|
+
* @param name Name of the static site.
|
|
479
|
+
* @param options The options parameters.
|
|
480
|
+
*/
|
|
481
|
+
listStaticSiteFunctionAppSettings(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteFunctionAppSettingsOptionalParams): Promise<StaticSitesListStaticSiteFunctionAppSettingsResponse>;
|
|
482
|
+
/**
|
|
483
|
+
* Description for Lists the secrets for an existing static site.
|
|
484
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
485
|
+
* @param name Name of the static site.
|
|
486
|
+
* @param options The options parameters.
|
|
487
|
+
*/
|
|
488
|
+
listStaticSiteSecrets(resourceGroupName: string, name: string, options?: StaticSitesListStaticSiteSecretsOptionalParams): Promise<StaticSitesListStaticSiteSecretsResponse>;
|
|
489
|
+
/**
|
|
490
|
+
* Description for Gets the list of private endpoint connections associated with a 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 options The options parameters.
|
|
494
|
+
*/
|
|
495
|
+
private _getPrivateEndpointConnectionList;
|
|
496
|
+
/**
|
|
497
|
+
* Description for Gets a private endpoint connection
|
|
498
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
499
|
+
* @param name Name of the static site.
|
|
500
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
501
|
+
* @param options The options parameters.
|
|
502
|
+
*/
|
|
503
|
+
getPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: StaticSitesGetPrivateEndpointConnectionOptionalParams): Promise<StaticSitesGetPrivateEndpointConnectionResponse>;
|
|
504
|
+
/**
|
|
505
|
+
* Description for Approves or rejects a private endpoint connection
|
|
506
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
507
|
+
* @param name Name of the static site.
|
|
508
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
509
|
+
* @param privateEndpointWrapper Request body.
|
|
510
|
+
* @param options The options parameters.
|
|
511
|
+
*/
|
|
512
|
+
beginApproveOrRejectPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesApproveOrRejectPrivateEndpointConnectionResponse>, StaticSitesApproveOrRejectPrivateEndpointConnectionResponse>>;
|
|
513
|
+
/**
|
|
514
|
+
* Description for Approves or rejects a private endpoint connection
|
|
515
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
516
|
+
* @param name Name of the static site.
|
|
517
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
518
|
+
* @param privateEndpointWrapper Request body.
|
|
519
|
+
* @param options The options parameters.
|
|
520
|
+
*/
|
|
521
|
+
beginApproveOrRejectPrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: StaticSitesApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<StaticSitesApproveOrRejectPrivateEndpointConnectionResponse>;
|
|
522
|
+
/**
|
|
523
|
+
* Description for Deletes a private endpoint connection
|
|
524
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
525
|
+
* @param name Name of the static site.
|
|
526
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
527
|
+
* @param options The options parameters.
|
|
528
|
+
*/
|
|
529
|
+
beginDeletePrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: StaticSitesDeletePrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesDeletePrivateEndpointConnectionResponse>, StaticSitesDeletePrivateEndpointConnectionResponse>>;
|
|
530
|
+
/**
|
|
531
|
+
* Description for Deletes a private endpoint connection
|
|
532
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
533
|
+
* @param name Name of the static site.
|
|
534
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
535
|
+
* @param options The options parameters.
|
|
536
|
+
*/
|
|
537
|
+
beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: StaticSitesDeletePrivateEndpointConnectionOptionalParams): Promise<StaticSitesDeletePrivateEndpointConnectionResponse>;
|
|
538
|
+
/**
|
|
539
|
+
* Description for Gets the private link resources
|
|
540
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
541
|
+
* @param name Name of the site.
|
|
542
|
+
* @param options The options parameters.
|
|
543
|
+
*/
|
|
544
|
+
getPrivateLinkResources(resourceGroupName: string, name: string, options?: StaticSitesGetPrivateLinkResourcesOptionalParams): Promise<StaticSitesGetPrivateLinkResourcesResponse>;
|
|
545
|
+
/**
|
|
546
|
+
* Description for Resets the api key for an existing static site.
|
|
547
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
548
|
+
* @param name Name of the static site.
|
|
549
|
+
* @param resetPropertiesEnvelope Static Site Reset Properties ARM resource.
|
|
550
|
+
* @param options The options parameters.
|
|
551
|
+
*/
|
|
552
|
+
resetStaticSiteApiKey(resourceGroupName: string, name: string, resetPropertiesEnvelope: StaticSiteResetPropertiesARMResource, options?: StaticSitesResetStaticSiteApiKeyOptionalParams): Promise<void>;
|
|
553
|
+
/**
|
|
554
|
+
* Description for Gets the details of the user provided function apps registered with a static site
|
|
555
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
556
|
+
* @param name Name of the static site.
|
|
557
|
+
* @param options The options parameters.
|
|
558
|
+
*/
|
|
559
|
+
private _getUserProvidedFunctionAppsForStaticSite;
|
|
560
|
+
/**
|
|
561
|
+
* Description for Gets the details of the user provided function app registered with a static site
|
|
562
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
563
|
+
* @param name Name of the static site.
|
|
564
|
+
* @param functionAppName Name of the function app registered with the static site.
|
|
565
|
+
* @param options The options parameters.
|
|
566
|
+
*/
|
|
567
|
+
getUserProvidedFunctionAppForStaticSite(resourceGroupName: string, name: string, functionAppName: string, options?: StaticSitesGetUserProvidedFunctionAppForStaticSiteOptionalParams): Promise<StaticSitesGetUserProvidedFunctionAppForStaticSiteResponse>;
|
|
568
|
+
/**
|
|
569
|
+
* Description for Register a user provided function app with a static site
|
|
570
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
571
|
+
* @param name Name of the static site.
|
|
572
|
+
* @param functionAppName Name of the function app to register with the static site.
|
|
573
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
574
|
+
* app properties. See example.
|
|
575
|
+
* @param options The options parameters.
|
|
576
|
+
*/
|
|
577
|
+
beginRegisterUserProvidedFunctionAppWithStaticSite(resourceGroupName: string, name: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse>, StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse>>;
|
|
578
|
+
/**
|
|
579
|
+
* Description for Register a user provided function app with a static site
|
|
580
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
581
|
+
* @param name Name of the static site.
|
|
582
|
+
* @param functionAppName Name of the function app to register with the static site.
|
|
583
|
+
* @param staticSiteUserProvidedFunctionEnvelope A JSON representation of the user provided function
|
|
584
|
+
* app properties. See example.
|
|
585
|
+
* @param options The options parameters.
|
|
586
|
+
*/
|
|
587
|
+
beginRegisterUserProvidedFunctionAppWithStaticSiteAndWait(resourceGroupName: string, name: string, functionAppName: string, staticSiteUserProvidedFunctionEnvelope: StaticSiteUserProvidedFunctionAppARMResource, options?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteOptionalParams): Promise<StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteResponse>;
|
|
588
|
+
/**
|
|
589
|
+
* Description for Detach the user provided function app from the static site
|
|
590
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
591
|
+
* @param name Name of the static site.
|
|
592
|
+
* @param functionAppName Name of the function app registered with the static site.
|
|
593
|
+
* @param options The options parameters.
|
|
594
|
+
*/
|
|
595
|
+
detachUserProvidedFunctionAppFromStaticSite(resourceGroupName: string, name: string, functionAppName: string, options?: StaticSitesDetachUserProvidedFunctionAppFromStaticSiteOptionalParams): Promise<void>;
|
|
596
|
+
/**
|
|
597
|
+
* Description for Deploys zipped content to a static site.
|
|
598
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
599
|
+
* @param name Name of the static site.
|
|
600
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
601
|
+
* properties. See example.
|
|
602
|
+
* @param options The options parameters.
|
|
603
|
+
*/
|
|
604
|
+
beginCreateZipDeploymentForStaticSite(resourceGroupName: string, name: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
605
|
+
/**
|
|
606
|
+
* Description for Deploys zipped content to a static site.
|
|
607
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
608
|
+
* @param name Name of the static site.
|
|
609
|
+
* @param staticSiteZipDeploymentEnvelope A JSON representation of the StaticSiteZipDeployment
|
|
610
|
+
* properties. See example.
|
|
611
|
+
* @param options The options parameters.
|
|
612
|
+
*/
|
|
613
|
+
beginCreateZipDeploymentForStaticSiteAndWait(resourceGroupName: string, name: string, staticSiteZipDeploymentEnvelope: StaticSiteZipDeploymentARMResource, options?: StaticSitesCreateZipDeploymentForStaticSiteOptionalParams): Promise<void>;
|
|
614
|
+
/**
|
|
615
|
+
* ListNext
|
|
616
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
617
|
+
* @param options The options parameters.
|
|
618
|
+
*/
|
|
619
|
+
private _listNext;
|
|
620
|
+
/**
|
|
621
|
+
* GetStaticSitesByResourceGroupNext
|
|
622
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
623
|
+
* @param nextLink The nextLink from the previous successful call to the GetStaticSitesByResourceGroup
|
|
624
|
+
* method.
|
|
625
|
+
* @param options The options parameters.
|
|
626
|
+
*/
|
|
627
|
+
private _getStaticSitesByResourceGroupNext;
|
|
628
|
+
/**
|
|
629
|
+
* ListStaticSiteUsersNext
|
|
630
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
631
|
+
* @param name Name of the static site.
|
|
632
|
+
* @param authprovider The auth provider for the users.
|
|
633
|
+
* @param nextLink The nextLink from the previous successful call to the ListStaticSiteUsers method.
|
|
634
|
+
* @param options The options parameters.
|
|
635
|
+
*/
|
|
636
|
+
private _listStaticSiteUsersNext;
|
|
637
|
+
/**
|
|
638
|
+
* GetStaticSiteBuildsNext
|
|
639
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
640
|
+
* @param name Name of the static site.
|
|
641
|
+
* @param nextLink The nextLink from the previous successful call to the GetStaticSiteBuilds method.
|
|
642
|
+
* @param options The options parameters.
|
|
643
|
+
*/
|
|
644
|
+
private _getStaticSiteBuildsNext;
|
|
645
|
+
/**
|
|
646
|
+
* ListStaticSiteBuildFunctionsNext
|
|
647
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
648
|
+
* @param name Name of the static site.
|
|
649
|
+
* @param environmentName The stage site identifier.
|
|
650
|
+
* @param nextLink The nextLink from the previous successful call to the ListStaticSiteBuildFunctions
|
|
651
|
+
* method.
|
|
652
|
+
* @param options The options parameters.
|
|
653
|
+
*/
|
|
654
|
+
private _listStaticSiteBuildFunctionsNext;
|
|
655
|
+
/**
|
|
656
|
+
* GetUserProvidedFunctionAppsForStaticSiteBuildNext
|
|
657
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
658
|
+
* @param name Name of the static site.
|
|
659
|
+
* @param environmentName The stage site identifier.
|
|
660
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
661
|
+
* GetUserProvidedFunctionAppsForStaticSiteBuild method.
|
|
662
|
+
* @param options The options parameters.
|
|
663
|
+
*/
|
|
664
|
+
private _getUserProvidedFunctionAppsForStaticSiteBuildNext;
|
|
665
|
+
/**
|
|
666
|
+
* ListStaticSiteCustomDomainsNext
|
|
667
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
668
|
+
* @param name Name of the static site resource to search in.
|
|
669
|
+
* @param nextLink The nextLink from the previous successful call to the ListStaticSiteCustomDomains
|
|
670
|
+
* method.
|
|
671
|
+
* @param options The options parameters.
|
|
672
|
+
*/
|
|
673
|
+
private _listStaticSiteCustomDomainsNext;
|
|
674
|
+
/**
|
|
675
|
+
* ListStaticSiteFunctionsNext
|
|
676
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
677
|
+
* @param name Name of the static site.
|
|
678
|
+
* @param nextLink The nextLink from the previous successful call to the ListStaticSiteFunctions
|
|
679
|
+
* method.
|
|
680
|
+
* @param options The options parameters.
|
|
681
|
+
*/
|
|
682
|
+
private _listStaticSiteFunctionsNext;
|
|
683
|
+
/**
|
|
684
|
+
* GetPrivateEndpointConnectionListNext
|
|
685
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
686
|
+
* @param name Name of the static site.
|
|
687
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
688
|
+
* GetPrivateEndpointConnectionList method.
|
|
689
|
+
* @param options The options parameters.
|
|
690
|
+
*/
|
|
691
|
+
private _getPrivateEndpointConnectionListNext;
|
|
692
|
+
/**
|
|
693
|
+
* GetUserProvidedFunctionAppsForStaticSiteNext
|
|
694
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
695
|
+
* @param name Name of the static site.
|
|
696
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
697
|
+
* GetUserProvidedFunctionAppsForStaticSite method.
|
|
698
|
+
* @param options The options parameters.
|
|
699
|
+
*/
|
|
700
|
+
private _getUserProvidedFunctionAppsForStaticSiteNext;
|
|
701
|
+
}
|
|
702
|
+
//# sourceMappingURL=staticSites.d.ts.map
|