@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,180 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
4
|
+
import { AppServiceCertificateOrder, AppServiceCertificateOrdersListOptionalParams, AppServiceCertificateOrdersListByResourceGroupOptionalParams, AppServiceCertificateResource, AppServiceCertificateOrdersListCertificatesOptionalParams, AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams, AppServiceCertificateOrdersGetOptionalParams, AppServiceCertificateOrdersGetResponse, AppServiceCertificateOrdersCreateOrUpdateOptionalParams, AppServiceCertificateOrdersCreateOrUpdateResponse, AppServiceCertificateOrdersDeleteOptionalParams, AppServiceCertificateOrderPatchResource, AppServiceCertificateOrdersUpdateOptionalParams, AppServiceCertificateOrdersUpdateResponse, AppServiceCertificateOrdersGetCertificateOptionalParams, AppServiceCertificateOrdersGetCertificateResponse, AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams, AppServiceCertificateOrdersCreateOrUpdateCertificateResponse, AppServiceCertificateOrdersDeleteCertificateOptionalParams, AppServiceCertificatePatchResource, AppServiceCertificateOrdersUpdateCertificateOptionalParams, AppServiceCertificateOrdersUpdateCertificateResponse, ReissueCertificateOrderRequest, AppServiceCertificateOrdersReissueOptionalParams, RenewCertificateOrderRequest, AppServiceCertificateOrdersRenewOptionalParams, AppServiceCertificateOrdersResendEmailOptionalParams, NameIdentifier, AppServiceCertificateOrdersResendRequestEmailsOptionalParams, SiteSealRequest, AppServiceCertificateOrdersRetrieveSiteSealOptionalParams, AppServiceCertificateOrdersRetrieveSiteSealResponse, AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams, AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams, AppServiceCertificateOrdersRetrieveCertificateActionsResponse, AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams, AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse } from "../models";
|
|
5
|
+
/** Interface representing a AppServiceCertificateOrders. */
|
|
6
|
+
export interface AppServiceCertificateOrders {
|
|
7
|
+
/**
|
|
8
|
+
* Description for List all certificate orders in a subscription.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(options?: AppServiceCertificateOrdersListOptionalParams): PagedAsyncIterableIterator<AppServiceCertificateOrder>;
|
|
12
|
+
/**
|
|
13
|
+
* Description for Get certificate orders in a resource group.
|
|
14
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listByResourceGroup(resourceGroupName: string, options?: AppServiceCertificateOrdersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AppServiceCertificateOrder>;
|
|
18
|
+
/**
|
|
19
|
+
* Description for List all certificates associated with a certificate order.
|
|
20
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
21
|
+
* @param certificateOrderName Name of the certificate order.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
listCertificates(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersListCertificatesOptionalParams): PagedAsyncIterableIterator<AppServiceCertificateResource>;
|
|
25
|
+
/**
|
|
26
|
+
* Description for Validate information for a certificate order.
|
|
27
|
+
* @param appServiceCertificateOrder Information for a certificate order.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
validatePurchaseInformation(appServiceCertificateOrder: AppServiceCertificateOrder, options?: AppServiceCertificateOrdersValidatePurchaseInformationOptionalParams): Promise<void>;
|
|
31
|
+
/**
|
|
32
|
+
* Description for Get a certificate order.
|
|
33
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
34
|
+
* @param certificateOrderName Name of the certificate order..
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
get(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersGetOptionalParams): Promise<AppServiceCertificateOrdersGetResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Description for Create or update a certificate purchase order.
|
|
40
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
41
|
+
* @param certificateOrderName Name of the certificate order.
|
|
42
|
+
* @param certificateDistinguishedName Distinguished name to use for the certificate order.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
beginCreateOrUpdate(resourceGroupName: string, certificateOrderName: string, certificateDistinguishedName: AppServiceCertificateOrder, options?: AppServiceCertificateOrdersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AppServiceCertificateOrdersCreateOrUpdateResponse>, AppServiceCertificateOrdersCreateOrUpdateResponse>>;
|
|
46
|
+
/**
|
|
47
|
+
* Description for Create or update a certificate purchase order.
|
|
48
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
49
|
+
* @param certificateOrderName Name of the certificate order.
|
|
50
|
+
* @param certificateDistinguishedName Distinguished name to use for the certificate order.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, certificateOrderName: string, certificateDistinguishedName: AppServiceCertificateOrder, options?: AppServiceCertificateOrdersCreateOrUpdateOptionalParams): Promise<AppServiceCertificateOrdersCreateOrUpdateResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* Description for Delete an existing certificate order.
|
|
56
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
57
|
+
* @param certificateOrderName Name of the certificate order.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
delete(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersDeleteOptionalParams): Promise<void>;
|
|
61
|
+
/**
|
|
62
|
+
* Description for Create or update a certificate purchase order.
|
|
63
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
64
|
+
* @param certificateOrderName Name of the certificate order.
|
|
65
|
+
* @param certificateDistinguishedName Distinguished name to use for the certificate order.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
update(resourceGroupName: string, certificateOrderName: string, certificateDistinguishedName: AppServiceCertificateOrderPatchResource, options?: AppServiceCertificateOrdersUpdateOptionalParams): Promise<AppServiceCertificateOrdersUpdateResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Description for Get the certificate associated with a certificate order.
|
|
71
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
72
|
+
* @param certificateOrderName Name of the certificate order.
|
|
73
|
+
* @param name Name of the certificate.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
getCertificate(resourceGroupName: string, certificateOrderName: string, name: string, options?: AppServiceCertificateOrdersGetCertificateOptionalParams): Promise<AppServiceCertificateOrdersGetCertificateResponse>;
|
|
77
|
+
/**
|
|
78
|
+
* Description for Creates or updates a certificate and associates with key vault secret.
|
|
79
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
80
|
+
* @param certificateOrderName Name of the certificate order.
|
|
81
|
+
* @param name Name of the certificate.
|
|
82
|
+
* @param keyVaultCertificate Key vault certificate resource Id.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
beginCreateOrUpdateCertificate(resourceGroupName: string, certificateOrderName: string, name: string, keyVaultCertificate: AppServiceCertificateResource, options?: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams): Promise<PollerLike<PollOperationState<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>, AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>>;
|
|
86
|
+
/**
|
|
87
|
+
* Description for Creates or updates a certificate and associates with key vault secret.
|
|
88
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
89
|
+
* @param certificateOrderName Name of the certificate order.
|
|
90
|
+
* @param name Name of the certificate.
|
|
91
|
+
* @param keyVaultCertificate Key vault certificate resource Id.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
beginCreateOrUpdateCertificateAndWait(resourceGroupName: string, certificateOrderName: string, name: string, keyVaultCertificate: AppServiceCertificateResource, options?: AppServiceCertificateOrdersCreateOrUpdateCertificateOptionalParams): Promise<AppServiceCertificateOrdersCreateOrUpdateCertificateResponse>;
|
|
95
|
+
/**
|
|
96
|
+
* Description for Delete the certificate associated with a certificate order.
|
|
97
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
98
|
+
* @param certificateOrderName Name of the certificate order.
|
|
99
|
+
* @param name Name of the certificate.
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
deleteCertificate(resourceGroupName: string, certificateOrderName: string, name: string, options?: AppServiceCertificateOrdersDeleteCertificateOptionalParams): Promise<void>;
|
|
103
|
+
/**
|
|
104
|
+
* Description for Creates or updates a certificate and associates with key vault secret.
|
|
105
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
106
|
+
* @param certificateOrderName Name of the certificate order.
|
|
107
|
+
* @param name Name of the certificate.
|
|
108
|
+
* @param keyVaultCertificate Key vault certificate resource Id.
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
updateCertificate(resourceGroupName: string, certificateOrderName: string, name: string, keyVaultCertificate: AppServiceCertificatePatchResource, options?: AppServiceCertificateOrdersUpdateCertificateOptionalParams): Promise<AppServiceCertificateOrdersUpdateCertificateResponse>;
|
|
112
|
+
/**
|
|
113
|
+
* Description for Reissue an existing certificate order.
|
|
114
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
115
|
+
* @param certificateOrderName Name of the certificate order.
|
|
116
|
+
* @param reissueCertificateOrderRequest Parameters for the reissue.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
reissue(resourceGroupName: string, certificateOrderName: string, reissueCertificateOrderRequest: ReissueCertificateOrderRequest, options?: AppServiceCertificateOrdersReissueOptionalParams): Promise<void>;
|
|
120
|
+
/**
|
|
121
|
+
* Description for Renew an existing certificate order.
|
|
122
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
123
|
+
* @param certificateOrderName Name of the certificate order.
|
|
124
|
+
* @param renewCertificateOrderRequest Renew parameters
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
renew(resourceGroupName: string, certificateOrderName: string, renewCertificateOrderRequest: RenewCertificateOrderRequest, options?: AppServiceCertificateOrdersRenewOptionalParams): Promise<void>;
|
|
128
|
+
/**
|
|
129
|
+
* Description for Resend certificate email.
|
|
130
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
131
|
+
* @param certificateOrderName Name of the certificate order.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
resendEmail(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersResendEmailOptionalParams): Promise<void>;
|
|
135
|
+
/**
|
|
136
|
+
* Resend domain verification ownership email containing steps on how to verify a domain for a given
|
|
137
|
+
* certificate order
|
|
138
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
139
|
+
* @param certificateOrderName Name of the certificate order.
|
|
140
|
+
* @param nameIdentifier Email address
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
resendRequestEmails(resourceGroupName: string, certificateOrderName: string, nameIdentifier: NameIdentifier, options?: AppServiceCertificateOrdersResendRequestEmailsOptionalParams): Promise<void>;
|
|
144
|
+
/**
|
|
145
|
+
* This method is used to obtain the site seal information for an issued certificate. A site seal is a
|
|
146
|
+
* graphic that the certificate purchaser can embed on their web site to show their visitors
|
|
147
|
+
* information about their SSL certificate. If a web site visitor clicks on the site seal image, a
|
|
148
|
+
* pop-up page is displayed that contains detailed information about the SSL certificate. The site seal
|
|
149
|
+
* token is used to link the site seal graphic image to the appropriate certificate details pop-up page
|
|
150
|
+
* display when a user clicks on the site seal. The site seal images are expected to be static images
|
|
151
|
+
* and hosted by the reseller, to minimize delays for customer page load times.
|
|
152
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
153
|
+
* @param certificateOrderName Name of the certificate order.
|
|
154
|
+
* @param siteSealRequest Site seal request.
|
|
155
|
+
* @param options The options parameters.
|
|
156
|
+
*/
|
|
157
|
+
retrieveSiteSeal(resourceGroupName: string, certificateOrderName: string, siteSealRequest: SiteSealRequest, options?: AppServiceCertificateOrdersRetrieveSiteSealOptionalParams): Promise<AppServiceCertificateOrdersRetrieveSiteSealResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* Description for Verify domain ownership for this certificate order.
|
|
160
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
161
|
+
* @param certificateOrderName Name of the certificate order.
|
|
162
|
+
* @param options The options parameters.
|
|
163
|
+
*/
|
|
164
|
+
verifyDomainOwnership(resourceGroupName: string, certificateOrderName: string, options?: AppServiceCertificateOrdersVerifyDomainOwnershipOptionalParams): Promise<void>;
|
|
165
|
+
/**
|
|
166
|
+
* Description for Retrieve the list of certificate actions.
|
|
167
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
168
|
+
* @param name Name of the certificate order.
|
|
169
|
+
* @param options The options parameters.
|
|
170
|
+
*/
|
|
171
|
+
retrieveCertificateActions(resourceGroupName: string, name: string, options?: AppServiceCertificateOrdersRetrieveCertificateActionsOptionalParams): Promise<AppServiceCertificateOrdersRetrieveCertificateActionsResponse>;
|
|
172
|
+
/**
|
|
173
|
+
* Description for Retrieve email history.
|
|
174
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
175
|
+
* @param name Name of the certificate order.
|
|
176
|
+
* @param options The options parameters.
|
|
177
|
+
*/
|
|
178
|
+
retrieveCertificateEmailHistory(resourceGroupName: string, name: string, options?: AppServiceCertificateOrdersRetrieveCertificateEmailHistoryOptionalParams): Promise<AppServiceCertificateOrdersRetrieveCertificateEmailHistoryResponse>;
|
|
179
|
+
}
|
|
180
|
+
//# sourceMappingURL=appServiceCertificateOrders.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appServiceCertificateOrders.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/appServiceCertificateOrders.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=appServiceCertificateOrders.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appServiceCertificateOrders.js","sourceRoot":"","sources":["../../src/operationsInterfaces/appServiceCertificateOrders.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
4
|
+
import { AppServiceEnvironmentResource, AppServiceEnvironmentsListOptionalParams, AppServiceEnvironmentsListByResourceGroupOptionalParams, StampCapacity, AppServiceEnvironmentsListCapacitiesOptionalParams, Site, VirtualNetworkProfile, AppServiceEnvironmentsChangeVnetOptionalParams, InboundEnvironmentEndpoint, AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams, WorkerPoolResource, AppServiceEnvironmentsListMultiRolePoolsOptionalParams, ResourceMetricDefinition, AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams, AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams, SkuInfo, AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams, Usage, AppServiceEnvironmentsListMultiRoleUsagesOptionalParams, OutboundEnvironmentEndpoint, AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams, RemotePrivateEndpointConnectionARMResource, AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams, AppServiceEnvironmentsResumeOptionalParams, AppServicePlan, AppServiceEnvironmentsListAppServicePlansOptionalParams, AppServiceEnvironmentsListWebAppsOptionalParams, AppServiceEnvironmentsSuspendOptionalParams, CsmUsageQuota, AppServiceEnvironmentsListUsagesOptionalParams, AppServiceEnvironmentsListWorkerPoolsOptionalParams, AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams, AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams, AppServiceEnvironmentsListWorkerPoolSkusOptionalParams, AppServiceEnvironmentsListWebWorkerUsagesOptionalParams, AppServiceEnvironmentsGetOptionalParams, AppServiceEnvironmentsGetResponse, AppServiceEnvironmentsCreateOrUpdateOptionalParams, AppServiceEnvironmentsCreateOrUpdateResponse, AppServiceEnvironmentsDeleteOptionalParams, AppServiceEnvironmentPatchResource, AppServiceEnvironmentsUpdateOptionalParams, AppServiceEnvironmentsUpdateResponse, AppServiceEnvironmentsGetVipInfoOptionalParams, AppServiceEnvironmentsGetVipInfoResponse, AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams, AppServiceEnvironmentsGetAseV3NetworkingConfigurationResponse, AseV3NetworkingConfiguration, AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams, AppServiceEnvironmentsUpdateAseNetworkingConfigurationResponse, AppServiceEnvironmentsListDiagnosticsOptionalParams, AppServiceEnvironmentsListDiagnosticsResponse, AppServiceEnvironmentsGetDiagnosticsItemOptionalParams, AppServiceEnvironmentsGetDiagnosticsItemResponse, AppServiceEnvironmentsGetMultiRolePoolOptionalParams, AppServiceEnvironmentsGetMultiRolePoolResponse, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse, AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams, AppServiceEnvironmentsUpdateMultiRolePoolResponse, AppServiceEnvironmentsListOperationsOptionalParams, AppServiceEnvironmentsListOperationsResponse, AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams, AppServiceEnvironmentsGetPrivateEndpointConnectionResponse, PrivateLinkConnectionApprovalRequestResource, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse, AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams, AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse, AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams, AppServiceEnvironmentsGetPrivateLinkResourcesResponse, AppServiceEnvironmentsRebootOptionalParams, AppServiceEnvironmentsGetWorkerPoolOptionalParams, AppServiceEnvironmentsGetWorkerPoolResponse, AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams, AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse, AppServiceEnvironmentsUpdateWorkerPoolOptionalParams, AppServiceEnvironmentsUpdateWorkerPoolResponse } from "../models";
|
|
5
|
+
/** Interface representing a AppServiceEnvironments. */
|
|
6
|
+
export interface AppServiceEnvironments {
|
|
7
|
+
/**
|
|
8
|
+
* Description for Get all App Service Environments for a subscription.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(options?: AppServiceEnvironmentsListOptionalParams): PagedAsyncIterableIterator<AppServiceEnvironmentResource>;
|
|
12
|
+
/**
|
|
13
|
+
* Description for Get all App Service Environments in a resource group.
|
|
14
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listByResourceGroup(resourceGroupName: string, options?: AppServiceEnvironmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AppServiceEnvironmentResource>;
|
|
18
|
+
/**
|
|
19
|
+
* Description for Get the used, available, and total worker capacity an App Service Environment.
|
|
20
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
21
|
+
* @param name Name of the App Service Environment.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
listCapacities(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListCapacitiesOptionalParams): PagedAsyncIterableIterator<StampCapacity>;
|
|
25
|
+
/**
|
|
26
|
+
* Description for Move an App Service Environment to a different VNET.
|
|
27
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
28
|
+
* @param name Name of the App Service Environment.
|
|
29
|
+
* @param vnetInfo Details for the new virtual network.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginListChangeVnetAndWait(resourceGroupName: string, name: string, vnetInfo: VirtualNetworkProfile, options?: AppServiceEnvironmentsChangeVnetOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
33
|
+
/**
|
|
34
|
+
* Description for Get the network endpoints of all inbound dependencies of an App Service Environment.
|
|
35
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
36
|
+
* @param name Name of the App Service Environment.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
listInboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<InboundEnvironmentEndpoint>;
|
|
40
|
+
/**
|
|
41
|
+
* Description for Get all multi-role pools.
|
|
42
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
43
|
+
* @param name Name of the App Service Environment.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
listMultiRolePools(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRolePoolsOptionalParams): PagedAsyncIterableIterator<WorkerPoolResource>;
|
|
47
|
+
/**
|
|
48
|
+
* Description for Get metric definitions for a specific instance of a multi-role pool of an App
|
|
49
|
+
* Service Environment.
|
|
50
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
51
|
+
* @param name Name of the App Service Environment.
|
|
52
|
+
* @param instance Name of the instance in the multi-role pool.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
listMultiRolePoolInstanceMetricDefinitions(resourceGroupName: string, name: string, instance: string, options?: AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
56
|
+
/**
|
|
57
|
+
* Description for Get metric definitions for a multi-role pool of an App Service Environment.
|
|
58
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
59
|
+
* @param name Name of the App Service Environment.
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
listMultiRoleMetricDefinitions(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
63
|
+
/**
|
|
64
|
+
* Description for Get available SKUs for scaling a multi-role pool.
|
|
65
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
66
|
+
* @param name Name of the App Service Environment.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
listMultiRolePoolSkus(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams): PagedAsyncIterableIterator<SkuInfo>;
|
|
70
|
+
/**
|
|
71
|
+
* Description for Get usage metrics for a multi-role pool of an App Service Environment.
|
|
72
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
73
|
+
* @param name Name of the App Service Environment.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
listMultiRoleUsages(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRoleUsagesOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
77
|
+
/**
|
|
78
|
+
* Description for Get the network endpoints of all outbound dependencies of an App Service
|
|
79
|
+
* Environment.
|
|
80
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
81
|
+
* @param name Name of the App Service Environment.
|
|
82
|
+
* @param options The options parameters.
|
|
83
|
+
*/
|
|
84
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
85
|
+
/**
|
|
86
|
+
* Description for Gets the list of private endpoints associated with a hosting environment
|
|
87
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
88
|
+
* @param name Name of the App Service Environment.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
listPrivateEndpointConnectionList(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
|
|
92
|
+
/**
|
|
93
|
+
* Description for Resume an App Service Environment.
|
|
94
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
95
|
+
* @param name Name of the App Service Environment.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
beginListResumeAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsResumeOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
99
|
+
/**
|
|
100
|
+
* Description for Get all App Service plans in an App Service Environment.
|
|
101
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
102
|
+
* @param name Name of the App Service Environment.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
listAppServicePlans(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListAppServicePlansOptionalParams): PagedAsyncIterableIterator<AppServicePlan>;
|
|
106
|
+
/**
|
|
107
|
+
* Description for Get all apps in an App Service Environment.
|
|
108
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
109
|
+
* @param name Name of the App Service Environment.
|
|
110
|
+
* @param options The options parameters.
|
|
111
|
+
*/
|
|
112
|
+
listWebApps(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListWebAppsOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
113
|
+
/**
|
|
114
|
+
* Description for Suspend an App Service Environment.
|
|
115
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
116
|
+
* @param name Name of the App Service Environment.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
beginListSuspendAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsSuspendOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
120
|
+
/**
|
|
121
|
+
* Description for Get global usage metrics of an App Service Environment.
|
|
122
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
123
|
+
* @param name Name of the App Service Environment.
|
|
124
|
+
* @param options The options parameters.
|
|
125
|
+
*/
|
|
126
|
+
listUsages(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListUsagesOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota>;
|
|
127
|
+
/**
|
|
128
|
+
* Description for Get all worker pools of an App Service Environment.
|
|
129
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
130
|
+
* @param name Name of the App Service Environment.
|
|
131
|
+
* @param options The options parameters.
|
|
132
|
+
*/
|
|
133
|
+
listWorkerPools(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListWorkerPoolsOptionalParams): PagedAsyncIterableIterator<WorkerPoolResource>;
|
|
134
|
+
/**
|
|
135
|
+
* Description for Get metric definitions for a specific instance of a worker pool of an App Service
|
|
136
|
+
* Environment.
|
|
137
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
138
|
+
* @param name Name of the App Service Environment.
|
|
139
|
+
* @param workerPoolName Name of the worker pool.
|
|
140
|
+
* @param instance Name of the instance in the worker pool.
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
listWorkerPoolInstanceMetricDefinitions(resourceGroupName: string, name: string, workerPoolName: string, instance: string, options?: AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
144
|
+
/**
|
|
145
|
+
* Description for Get metric definitions for a worker pool of an App Service Environment.
|
|
146
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
147
|
+
* @param name Name of the App Service Environment.
|
|
148
|
+
* @param workerPoolName Name of the worker pool.
|
|
149
|
+
* @param options The options parameters.
|
|
150
|
+
*/
|
|
151
|
+
listWebWorkerMetricDefinitions(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
152
|
+
/**
|
|
153
|
+
* Description for Get available SKUs for scaling a worker pool.
|
|
154
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
155
|
+
* @param name Name of the App Service Environment.
|
|
156
|
+
* @param workerPoolName Name of the worker pool.
|
|
157
|
+
* @param options The options parameters.
|
|
158
|
+
*/
|
|
159
|
+
listWorkerPoolSkus(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWorkerPoolSkusOptionalParams): PagedAsyncIterableIterator<SkuInfo>;
|
|
160
|
+
/**
|
|
161
|
+
* Description for Get usage metrics for a worker pool of an App Service Environment.
|
|
162
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
163
|
+
* @param name Name of the App Service Environment.
|
|
164
|
+
* @param workerPoolName Name of the worker pool.
|
|
165
|
+
* @param options The options parameters.
|
|
166
|
+
*/
|
|
167
|
+
listWebWorkerUsages(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWebWorkerUsagesOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
168
|
+
/**
|
|
169
|
+
* Description for Get the properties of an App Service Environment.
|
|
170
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
171
|
+
* @param name Name of the App Service Environment.
|
|
172
|
+
* @param options The options parameters.
|
|
173
|
+
*/
|
|
174
|
+
get(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetOptionalParams): Promise<AppServiceEnvironmentsGetResponse>;
|
|
175
|
+
/**
|
|
176
|
+
* Description for Create or update an App Service Environment.
|
|
177
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
178
|
+
* @param name Name of the App Service Environment.
|
|
179
|
+
* @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
|
|
180
|
+
* @param options The options parameters.
|
|
181
|
+
*/
|
|
182
|
+
beginCreateOrUpdate(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentResource, options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsCreateOrUpdateResponse>, AppServiceEnvironmentsCreateOrUpdateResponse>>;
|
|
183
|
+
/**
|
|
184
|
+
* Description for Create or update an App Service Environment.
|
|
185
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
186
|
+
* @param name Name of the App Service Environment.
|
|
187
|
+
* @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
|
|
188
|
+
* @param options The options parameters.
|
|
189
|
+
*/
|
|
190
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentResource, options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<AppServiceEnvironmentsCreateOrUpdateResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Description for Delete an App Service Environment.
|
|
193
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
194
|
+
* @param name Name of the App Service Environment.
|
|
195
|
+
* @param options The options parameters.
|
|
196
|
+
*/
|
|
197
|
+
beginDelete(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
198
|
+
/**
|
|
199
|
+
* Description for Delete an App Service Environment.
|
|
200
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
201
|
+
* @param name Name of the App Service Environment.
|
|
202
|
+
* @param options The options parameters.
|
|
203
|
+
*/
|
|
204
|
+
beginDeleteAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsDeleteOptionalParams): Promise<void>;
|
|
205
|
+
/**
|
|
206
|
+
* Description for Create or update an App Service Environment.
|
|
207
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
208
|
+
* @param name Name of the App Service Environment.
|
|
209
|
+
* @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
|
|
210
|
+
* @param options The options parameters.
|
|
211
|
+
*/
|
|
212
|
+
update(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentPatchResource, options?: AppServiceEnvironmentsUpdateOptionalParams): Promise<AppServiceEnvironmentsUpdateResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* Description for Get IP addresses assigned to an App Service Environment.
|
|
215
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
216
|
+
* @param name Name of the App Service Environment.
|
|
217
|
+
* @param options The options parameters.
|
|
218
|
+
*/
|
|
219
|
+
getVipInfo(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetVipInfoOptionalParams): Promise<AppServiceEnvironmentsGetVipInfoResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* Description for Get networking configuration of an App Service Environment
|
|
222
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
223
|
+
* @param name Name of the App Service Environment.
|
|
224
|
+
* @param options The options parameters.
|
|
225
|
+
*/
|
|
226
|
+
getAseV3NetworkingConfiguration(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams): Promise<AppServiceEnvironmentsGetAseV3NetworkingConfigurationResponse>;
|
|
227
|
+
/**
|
|
228
|
+
* Description for Update networking configuration of an App Service Environment
|
|
229
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
230
|
+
* @param name Name of the App Service Environment.
|
|
231
|
+
* @param aseNetworkingConfiguration Full view of networking configuration for an ASE.
|
|
232
|
+
* @param options The options parameters.
|
|
233
|
+
*/
|
|
234
|
+
updateAseNetworkingConfiguration(resourceGroupName: string, name: string, aseNetworkingConfiguration: AseV3NetworkingConfiguration, options?: AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams): Promise<AppServiceEnvironmentsUpdateAseNetworkingConfigurationResponse>;
|
|
235
|
+
/**
|
|
236
|
+
* Description for Get diagnostic information for an App Service Environment.
|
|
237
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
238
|
+
* @param name Name of the App Service Environment.
|
|
239
|
+
* @param options The options parameters.
|
|
240
|
+
*/
|
|
241
|
+
listDiagnostics(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListDiagnosticsOptionalParams): Promise<AppServiceEnvironmentsListDiagnosticsResponse>;
|
|
242
|
+
/**
|
|
243
|
+
* Description for Get a diagnostics item for an App Service Environment.
|
|
244
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
245
|
+
* @param name Name of the App Service Environment.
|
|
246
|
+
* @param diagnosticsName Name of the diagnostics item.
|
|
247
|
+
* @param options The options parameters.
|
|
248
|
+
*/
|
|
249
|
+
getDiagnosticsItem(resourceGroupName: string, name: string, diagnosticsName: string, options?: AppServiceEnvironmentsGetDiagnosticsItemOptionalParams): Promise<AppServiceEnvironmentsGetDiagnosticsItemResponse>;
|
|
250
|
+
/**
|
|
251
|
+
* Description for Get properties of a multi-role pool.
|
|
252
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
253
|
+
* @param name Name of the App Service Environment.
|
|
254
|
+
* @param options The options parameters.
|
|
255
|
+
*/
|
|
256
|
+
getMultiRolePool(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetMultiRolePoolOptionalParams): Promise<AppServiceEnvironmentsGetMultiRolePoolResponse>;
|
|
257
|
+
/**
|
|
258
|
+
* Description for Create or update a multi-role pool.
|
|
259
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
260
|
+
* @param name Name of the App Service Environment.
|
|
261
|
+
* @param multiRolePoolEnvelope Properties of the multi-role pool.
|
|
262
|
+
* @param options The options parameters.
|
|
263
|
+
*/
|
|
264
|
+
beginCreateOrUpdateMultiRolePool(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse>, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse>>;
|
|
265
|
+
/**
|
|
266
|
+
* Description for Create or update a multi-role pool.
|
|
267
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
268
|
+
* @param name Name of the App Service Environment.
|
|
269
|
+
* @param multiRolePoolEnvelope Properties of the multi-role pool.
|
|
270
|
+
* @param options The options parameters.
|
|
271
|
+
*/
|
|
272
|
+
beginCreateOrUpdateMultiRolePoolAndWait(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams): Promise<AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse>;
|
|
273
|
+
/**
|
|
274
|
+
* Description for Create or update a multi-role pool.
|
|
275
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
276
|
+
* @param name Name of the App Service Environment.
|
|
277
|
+
* @param multiRolePoolEnvelope Properties of the multi-role pool.
|
|
278
|
+
* @param options The options parameters.
|
|
279
|
+
*/
|
|
280
|
+
updateMultiRolePool(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams): Promise<AppServiceEnvironmentsUpdateMultiRolePoolResponse>;
|
|
281
|
+
/**
|
|
282
|
+
* Description for List all currently running operations on the App Service Environment.
|
|
283
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
284
|
+
* @param name Name of the App Service Environment.
|
|
285
|
+
* @param options The options parameters.
|
|
286
|
+
*/
|
|
287
|
+
listOperations(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListOperationsOptionalParams): Promise<AppServiceEnvironmentsListOperationsResponse>;
|
|
288
|
+
/**
|
|
289
|
+
* Description for Gets a private endpoint connection
|
|
290
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
291
|
+
* @param name Name of the App Service Environment.
|
|
292
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
293
|
+
* @param options The options parameters.
|
|
294
|
+
*/
|
|
295
|
+
getPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams): Promise<AppServiceEnvironmentsGetPrivateEndpointConnectionResponse>;
|
|
296
|
+
/**
|
|
297
|
+
* Description for Approves or rejects a private endpoint connection
|
|
298
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
299
|
+
* @param name Name of the App Service Environment.
|
|
300
|
+
* @param privateEndpointConnectionName
|
|
301
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
302
|
+
* @param options The options parameters.
|
|
303
|
+
*/
|
|
304
|
+
beginApproveOrRejectPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse>, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse>>;
|
|
305
|
+
/**
|
|
306
|
+
* Description for Approves or rejects a private endpoint connection
|
|
307
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
308
|
+
* @param name Name of the App Service Environment.
|
|
309
|
+
* @param privateEndpointConnectionName
|
|
310
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
311
|
+
* @param options The options parameters.
|
|
312
|
+
*/
|
|
313
|
+
beginApproveOrRejectPrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse>;
|
|
314
|
+
/**
|
|
315
|
+
* Description for Deletes a private endpoint connection
|
|
316
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
317
|
+
* @param name Name of the App Service Environment.
|
|
318
|
+
* @param privateEndpointConnectionName
|
|
319
|
+
* @param options The options parameters.
|
|
320
|
+
*/
|
|
321
|
+
beginDeletePrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>, AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>>;
|
|
322
|
+
/**
|
|
323
|
+
* Description for Deletes a private endpoint connection
|
|
324
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
325
|
+
* @param name Name of the App Service Environment.
|
|
326
|
+
* @param privateEndpointConnectionName
|
|
327
|
+
* @param options The options parameters.
|
|
328
|
+
*/
|
|
329
|
+
beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams): Promise<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>;
|
|
330
|
+
/**
|
|
331
|
+
* Description for Gets the private link resources
|
|
332
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
333
|
+
* @param name Name of the App Service Environment.
|
|
334
|
+
* @param options The options parameters.
|
|
335
|
+
*/
|
|
336
|
+
getPrivateLinkResources(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams): Promise<AppServiceEnvironmentsGetPrivateLinkResourcesResponse>;
|
|
337
|
+
/**
|
|
338
|
+
* Description for Reboot all machines in an App Service Environment.
|
|
339
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
340
|
+
* @param name Name of the App Service Environment.
|
|
341
|
+
* @param options The options parameters.
|
|
342
|
+
*/
|
|
343
|
+
reboot(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsRebootOptionalParams): Promise<void>;
|
|
344
|
+
/**
|
|
345
|
+
* Description for Get properties of a worker pool.
|
|
346
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
347
|
+
* @param name Name of the App Service Environment.
|
|
348
|
+
* @param workerPoolName Name of the worker pool.
|
|
349
|
+
* @param options The options parameters.
|
|
350
|
+
*/
|
|
351
|
+
getWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsGetWorkerPoolOptionalParams): Promise<AppServiceEnvironmentsGetWorkerPoolResponse>;
|
|
352
|
+
/**
|
|
353
|
+
* Description for Create or update a worker pool.
|
|
354
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
355
|
+
* @param name Name of the App Service Environment.
|
|
356
|
+
* @param workerPoolName Name of the worker pool.
|
|
357
|
+
* @param workerPoolEnvelope Properties of the worker pool.
|
|
358
|
+
* @param options The options parameters.
|
|
359
|
+
*/
|
|
360
|
+
beginCreateOrUpdateWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse>, AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse>>;
|
|
361
|
+
/**
|
|
362
|
+
* Description for Create or update a worker pool.
|
|
363
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
364
|
+
* @param name Name of the App Service Environment.
|
|
365
|
+
* @param workerPoolName Name of the worker pool.
|
|
366
|
+
* @param workerPoolEnvelope Properties of the worker pool.
|
|
367
|
+
* @param options The options parameters.
|
|
368
|
+
*/
|
|
369
|
+
beginCreateOrUpdateWorkerPoolAndWait(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams): Promise<AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse>;
|
|
370
|
+
/**
|
|
371
|
+
* Description for Create or update a worker pool.
|
|
372
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
373
|
+
* @param name Name of the App Service Environment.
|
|
374
|
+
* @param workerPoolName Name of the worker pool.
|
|
375
|
+
* @param workerPoolEnvelope Properties of the worker pool.
|
|
376
|
+
* @param options The options parameters.
|
|
377
|
+
*/
|
|
378
|
+
updateWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsUpdateWorkerPoolOptionalParams): Promise<AppServiceEnvironmentsUpdateWorkerPoolResponse>;
|
|
379
|
+
}
|
|
380
|
+
//# sourceMappingURL=appServiceEnvironments.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appServiceEnvironments.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/appServiceEnvironments.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=appServiceEnvironments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appServiceEnvironments.js","sourceRoot":"","sources":["../../src/operationsInterfaces/appServiceEnvironments.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|