@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,780 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { AppServiceEnvironments } from "../operationsInterfaces";
|
|
4
|
+
import { WebSiteManagementClientContext } from "../webSiteManagementClientContext";
|
|
5
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
6
|
+
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";
|
|
7
|
+
/** Class representing a AppServiceEnvironments. */
|
|
8
|
+
export declare class AppServiceEnvironmentsImpl implements AppServiceEnvironments {
|
|
9
|
+
private readonly client;
|
|
10
|
+
/**
|
|
11
|
+
* Initialize a new instance of the class AppServiceEnvironments class.
|
|
12
|
+
* @param client Reference to the service client
|
|
13
|
+
*/
|
|
14
|
+
constructor(client: WebSiteManagementClientContext);
|
|
15
|
+
/**
|
|
16
|
+
* Description for Get all App Service Environments for a subscription.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(options?: AppServiceEnvironmentsListOptionalParams): PagedAsyncIterableIterator<AppServiceEnvironmentResource>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Description for Get all App Service Environments in a resource group.
|
|
24
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
listByResourceGroup(resourceGroupName: string, options?: AppServiceEnvironmentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AppServiceEnvironmentResource>;
|
|
28
|
+
private listByResourceGroupPagingPage;
|
|
29
|
+
private listByResourceGroupPagingAll;
|
|
30
|
+
/**
|
|
31
|
+
* Description for Get the used, available, and total worker capacity an App Service Environment.
|
|
32
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
33
|
+
* @param name Name of the App Service Environment.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
listCapacities(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListCapacitiesOptionalParams): PagedAsyncIterableIterator<StampCapacity>;
|
|
37
|
+
private listCapacitiesPagingPage;
|
|
38
|
+
private listCapacitiesPagingAll;
|
|
39
|
+
/**
|
|
40
|
+
* Description for Move an App Service Environment to a different VNET.
|
|
41
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
42
|
+
* @param name Name of the App Service Environment.
|
|
43
|
+
* @param vnetInfo Details for the new virtual network.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginListChangeVnetAndWait(resourceGroupName: string, name: string, vnetInfo: VirtualNetworkProfile, options?: AppServiceEnvironmentsChangeVnetOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
47
|
+
private changeVnetPagingPage;
|
|
48
|
+
private changeVnetPagingAll;
|
|
49
|
+
/**
|
|
50
|
+
* Description for Get the network endpoints of all inbound dependencies of an App Service Environment.
|
|
51
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
52
|
+
* @param name Name of the App Service Environment.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
listInboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<InboundEnvironmentEndpoint>;
|
|
56
|
+
private getInboundNetworkDependenciesEndpointsPagingPage;
|
|
57
|
+
private getInboundNetworkDependenciesEndpointsPagingAll;
|
|
58
|
+
/**
|
|
59
|
+
* Description for Get all multi-role pools.
|
|
60
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
61
|
+
* @param name Name of the App Service Environment.
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
listMultiRolePools(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRolePoolsOptionalParams): PagedAsyncIterableIterator<WorkerPoolResource>;
|
|
65
|
+
private listMultiRolePoolsPagingPage;
|
|
66
|
+
private listMultiRolePoolsPagingAll;
|
|
67
|
+
/**
|
|
68
|
+
* Description for Get metric definitions for a specific instance of a multi-role pool of an App
|
|
69
|
+
* Service Environment.
|
|
70
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
71
|
+
* @param name Name of the App Service Environment.
|
|
72
|
+
* @param instance Name of the instance in the multi-role pool.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
listMultiRolePoolInstanceMetricDefinitions(resourceGroupName: string, name: string, instance: string, options?: AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
76
|
+
private listMultiRolePoolInstanceMetricDefinitionsPagingPage;
|
|
77
|
+
private listMultiRolePoolInstanceMetricDefinitionsPagingAll;
|
|
78
|
+
/**
|
|
79
|
+
* Description for Get metric definitions for a multi-role pool of an App Service 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
|
+
listMultiRoleMetricDefinitions(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRoleMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
85
|
+
private listMultiRoleMetricDefinitionsPagingPage;
|
|
86
|
+
private listMultiRoleMetricDefinitionsPagingAll;
|
|
87
|
+
/**
|
|
88
|
+
* Description for Get available SKUs for scaling a multi-role pool.
|
|
89
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
90
|
+
* @param name Name of the App Service Environment.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
listMultiRolePoolSkus(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRolePoolSkusOptionalParams): PagedAsyncIterableIterator<SkuInfo>;
|
|
94
|
+
private listMultiRolePoolSkusPagingPage;
|
|
95
|
+
private listMultiRolePoolSkusPagingAll;
|
|
96
|
+
/**
|
|
97
|
+
* Description for Get usage metrics for a multi-role pool of an App Service Environment.
|
|
98
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
99
|
+
* @param name Name of the App Service Environment.
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
listMultiRoleUsages(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListMultiRoleUsagesOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
103
|
+
private listMultiRoleUsagesPagingPage;
|
|
104
|
+
private listMultiRoleUsagesPagingAll;
|
|
105
|
+
/**
|
|
106
|
+
* Description for Get the network endpoints of all outbound dependencies of an App Service
|
|
107
|
+
* 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
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
113
|
+
private getOutboundNetworkDependenciesEndpointsPagingPage;
|
|
114
|
+
private getOutboundNetworkDependenciesEndpointsPagingAll;
|
|
115
|
+
/**
|
|
116
|
+
* Description for Gets the list of private endpoints associated with a hosting environment
|
|
117
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
118
|
+
* @param name Name of the App Service Environment.
|
|
119
|
+
* @param options The options parameters.
|
|
120
|
+
*/
|
|
121
|
+
listPrivateEndpointConnectionList(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetPrivateEndpointConnectionListOptionalParams): PagedAsyncIterableIterator<RemotePrivateEndpointConnectionARMResource>;
|
|
122
|
+
private getPrivateEndpointConnectionListPagingPage;
|
|
123
|
+
private getPrivateEndpointConnectionListPagingAll;
|
|
124
|
+
/**
|
|
125
|
+
* Description for Resume an App Service Environment.
|
|
126
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
127
|
+
* @param name Name of the App Service Environment.
|
|
128
|
+
* @param options The options parameters.
|
|
129
|
+
*/
|
|
130
|
+
beginListResumeAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsResumeOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
131
|
+
private resumePagingPage;
|
|
132
|
+
private resumePagingAll;
|
|
133
|
+
/**
|
|
134
|
+
* Description for Get all App Service plans in an App Service Environment.
|
|
135
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
136
|
+
* @param name Name of the App Service Environment.
|
|
137
|
+
* @param options The options parameters.
|
|
138
|
+
*/
|
|
139
|
+
listAppServicePlans(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListAppServicePlansOptionalParams): PagedAsyncIterableIterator<AppServicePlan>;
|
|
140
|
+
private listAppServicePlansPagingPage;
|
|
141
|
+
private listAppServicePlansPagingAll;
|
|
142
|
+
/**
|
|
143
|
+
* Description for Get all apps in an App Service Environment.
|
|
144
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
145
|
+
* @param name Name of the App Service Environment.
|
|
146
|
+
* @param options The options parameters.
|
|
147
|
+
*/
|
|
148
|
+
listWebApps(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListWebAppsOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
149
|
+
private listWebAppsPagingPage;
|
|
150
|
+
private listWebAppsPagingAll;
|
|
151
|
+
/**
|
|
152
|
+
* Description for Suspend an App Service Environment.
|
|
153
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
154
|
+
* @param name Name of the App Service Environment.
|
|
155
|
+
* @param options The options parameters.
|
|
156
|
+
*/
|
|
157
|
+
beginListSuspendAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsSuspendOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
158
|
+
private suspendPagingPage;
|
|
159
|
+
private suspendPagingAll;
|
|
160
|
+
/**
|
|
161
|
+
* Description for Get global usage metrics 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 options The options parameters.
|
|
165
|
+
*/
|
|
166
|
+
listUsages(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListUsagesOptionalParams): PagedAsyncIterableIterator<CsmUsageQuota>;
|
|
167
|
+
private listUsagesPagingPage;
|
|
168
|
+
private listUsagesPagingAll;
|
|
169
|
+
/**
|
|
170
|
+
* Description for Get all worker pools of an App Service Environment.
|
|
171
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
172
|
+
* @param name Name of the App Service Environment.
|
|
173
|
+
* @param options The options parameters.
|
|
174
|
+
*/
|
|
175
|
+
listWorkerPools(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListWorkerPoolsOptionalParams): PagedAsyncIterableIterator<WorkerPoolResource>;
|
|
176
|
+
private listWorkerPoolsPagingPage;
|
|
177
|
+
private listWorkerPoolsPagingAll;
|
|
178
|
+
/**
|
|
179
|
+
* Description for Get metric definitions for a specific instance of a worker pool of an App Service
|
|
180
|
+
* Environment.
|
|
181
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
182
|
+
* @param name Name of the App Service Environment.
|
|
183
|
+
* @param workerPoolName Name of the worker pool.
|
|
184
|
+
* @param instance Name of the instance in the worker pool.
|
|
185
|
+
* @param options The options parameters.
|
|
186
|
+
*/
|
|
187
|
+
listWorkerPoolInstanceMetricDefinitions(resourceGroupName: string, name: string, workerPoolName: string, instance: string, options?: AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
188
|
+
private listWorkerPoolInstanceMetricDefinitionsPagingPage;
|
|
189
|
+
private listWorkerPoolInstanceMetricDefinitionsPagingAll;
|
|
190
|
+
/**
|
|
191
|
+
* Description for Get metric definitions for a worker pool of an App Service Environment.
|
|
192
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
193
|
+
* @param name Name of the App Service Environment.
|
|
194
|
+
* @param workerPoolName Name of the worker pool.
|
|
195
|
+
* @param options The options parameters.
|
|
196
|
+
*/
|
|
197
|
+
listWebWorkerMetricDefinitions(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWebWorkerMetricDefinitionsOptionalParams): PagedAsyncIterableIterator<ResourceMetricDefinition>;
|
|
198
|
+
private listWebWorkerMetricDefinitionsPagingPage;
|
|
199
|
+
private listWebWorkerMetricDefinitionsPagingAll;
|
|
200
|
+
/**
|
|
201
|
+
* Description for Get available SKUs for scaling a worker pool.
|
|
202
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
203
|
+
* @param name Name of the App Service Environment.
|
|
204
|
+
* @param workerPoolName Name of the worker pool.
|
|
205
|
+
* @param options The options parameters.
|
|
206
|
+
*/
|
|
207
|
+
listWorkerPoolSkus(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWorkerPoolSkusOptionalParams): PagedAsyncIterableIterator<SkuInfo>;
|
|
208
|
+
private listWorkerPoolSkusPagingPage;
|
|
209
|
+
private listWorkerPoolSkusPagingAll;
|
|
210
|
+
/**
|
|
211
|
+
* Description for Get usage metrics for a worker pool of an App Service Environment.
|
|
212
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
213
|
+
* @param name Name of the App Service Environment.
|
|
214
|
+
* @param workerPoolName Name of the worker pool.
|
|
215
|
+
* @param options The options parameters.
|
|
216
|
+
*/
|
|
217
|
+
listWebWorkerUsages(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsListWebWorkerUsagesOptionalParams): PagedAsyncIterableIterator<Usage>;
|
|
218
|
+
private listWebWorkerUsagesPagingPage;
|
|
219
|
+
private listWebWorkerUsagesPagingAll;
|
|
220
|
+
/**
|
|
221
|
+
* Description for Get all App Service Environments for a subscription.
|
|
222
|
+
* @param options The options parameters.
|
|
223
|
+
*/
|
|
224
|
+
private _list;
|
|
225
|
+
/**
|
|
226
|
+
* Description for Get all App Service Environments in a resource group.
|
|
227
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
228
|
+
* @param options The options parameters.
|
|
229
|
+
*/
|
|
230
|
+
private _listByResourceGroup;
|
|
231
|
+
/**
|
|
232
|
+
* Description for Get the properties of an App Service Environment.
|
|
233
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
234
|
+
* @param name Name of the App Service Environment.
|
|
235
|
+
* @param options The options parameters.
|
|
236
|
+
*/
|
|
237
|
+
get(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetOptionalParams): Promise<AppServiceEnvironmentsGetResponse>;
|
|
238
|
+
/**
|
|
239
|
+
* Description for Create or update an App Service Environment.
|
|
240
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
241
|
+
* @param name Name of the App Service Environment.
|
|
242
|
+
* @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
|
|
243
|
+
* @param options The options parameters.
|
|
244
|
+
*/
|
|
245
|
+
beginCreateOrUpdate(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentResource, options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsCreateOrUpdateResponse>, AppServiceEnvironmentsCreateOrUpdateResponse>>;
|
|
246
|
+
/**
|
|
247
|
+
* Description for Create or update an App Service Environment.
|
|
248
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
249
|
+
* @param name Name of the App Service Environment.
|
|
250
|
+
* @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
|
|
251
|
+
* @param options The options parameters.
|
|
252
|
+
*/
|
|
253
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentResource, options?: AppServiceEnvironmentsCreateOrUpdateOptionalParams): Promise<AppServiceEnvironmentsCreateOrUpdateResponse>;
|
|
254
|
+
/**
|
|
255
|
+
* Description for Delete an App Service Environment.
|
|
256
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
257
|
+
* @param name Name of the App Service Environment.
|
|
258
|
+
* @param options The options parameters.
|
|
259
|
+
*/
|
|
260
|
+
beginDelete(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
261
|
+
/**
|
|
262
|
+
* Description for Delete an App Service Environment.
|
|
263
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
264
|
+
* @param name Name of the App Service Environment.
|
|
265
|
+
* @param options The options parameters.
|
|
266
|
+
*/
|
|
267
|
+
beginDeleteAndWait(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsDeleteOptionalParams): Promise<void>;
|
|
268
|
+
/**
|
|
269
|
+
* Description for Create or update an App Service Environment.
|
|
270
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
271
|
+
* @param name Name of the App Service Environment.
|
|
272
|
+
* @param hostingEnvironmentEnvelope Configuration details of the App Service Environment.
|
|
273
|
+
* @param options The options parameters.
|
|
274
|
+
*/
|
|
275
|
+
update(resourceGroupName: string, name: string, hostingEnvironmentEnvelope: AppServiceEnvironmentPatchResource, options?: AppServiceEnvironmentsUpdateOptionalParams): Promise<AppServiceEnvironmentsUpdateResponse>;
|
|
276
|
+
/**
|
|
277
|
+
* Description for Get the used, available, and total worker capacity an App Service Environment.
|
|
278
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
279
|
+
* @param name Name of the App Service Environment.
|
|
280
|
+
* @param options The options parameters.
|
|
281
|
+
*/
|
|
282
|
+
private _listCapacities;
|
|
283
|
+
/**
|
|
284
|
+
* Description for Get IP addresses assigned to an App Service Environment.
|
|
285
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
286
|
+
* @param name Name of the App Service Environment.
|
|
287
|
+
* @param options The options parameters.
|
|
288
|
+
*/
|
|
289
|
+
getVipInfo(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetVipInfoOptionalParams): Promise<AppServiceEnvironmentsGetVipInfoResponse>;
|
|
290
|
+
/**
|
|
291
|
+
* Description for Move an App Service Environment to a different VNET.
|
|
292
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
293
|
+
* @param name Name of the App Service Environment.
|
|
294
|
+
* @param vnetInfo Details for the new virtual network.
|
|
295
|
+
* @param options The options parameters.
|
|
296
|
+
*/
|
|
297
|
+
private _changeVnet;
|
|
298
|
+
/**
|
|
299
|
+
* Description for Get networking configuration of an App Service Environment
|
|
300
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
301
|
+
* @param name Name of the App Service Environment.
|
|
302
|
+
* @param options The options parameters.
|
|
303
|
+
*/
|
|
304
|
+
getAseV3NetworkingConfiguration(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetAseV3NetworkingConfigurationOptionalParams): Promise<AppServiceEnvironmentsGetAseV3NetworkingConfigurationResponse>;
|
|
305
|
+
/**
|
|
306
|
+
* Description for Update networking configuration of an App Service Environment
|
|
307
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
308
|
+
* @param name Name of the App Service Environment.
|
|
309
|
+
* @param aseNetworkingConfiguration Full view of networking configuration for an ASE.
|
|
310
|
+
* @param options The options parameters.
|
|
311
|
+
*/
|
|
312
|
+
updateAseNetworkingConfiguration(resourceGroupName: string, name: string, aseNetworkingConfiguration: AseV3NetworkingConfiguration, options?: AppServiceEnvironmentsUpdateAseNetworkingConfigurationOptionalParams): Promise<AppServiceEnvironmentsUpdateAseNetworkingConfigurationResponse>;
|
|
313
|
+
/**
|
|
314
|
+
* Description for Get diagnostic information for an App Service Environment.
|
|
315
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
316
|
+
* @param name Name of the App Service Environment.
|
|
317
|
+
* @param options The options parameters.
|
|
318
|
+
*/
|
|
319
|
+
listDiagnostics(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListDiagnosticsOptionalParams): Promise<AppServiceEnvironmentsListDiagnosticsResponse>;
|
|
320
|
+
/**
|
|
321
|
+
* Description for Get a diagnostics item for an App Service Environment.
|
|
322
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
323
|
+
* @param name Name of the App Service Environment.
|
|
324
|
+
* @param diagnosticsName Name of the diagnostics item.
|
|
325
|
+
* @param options The options parameters.
|
|
326
|
+
*/
|
|
327
|
+
getDiagnosticsItem(resourceGroupName: string, name: string, diagnosticsName: string, options?: AppServiceEnvironmentsGetDiagnosticsItemOptionalParams): Promise<AppServiceEnvironmentsGetDiagnosticsItemResponse>;
|
|
328
|
+
/**
|
|
329
|
+
* Description for Get the network endpoints of all inbound dependencies of an App Service Environment.
|
|
330
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
331
|
+
* @param name Name of the App Service Environment.
|
|
332
|
+
* @param options The options parameters.
|
|
333
|
+
*/
|
|
334
|
+
private _getInboundNetworkDependenciesEndpoints;
|
|
335
|
+
/**
|
|
336
|
+
* Description for Get all multi-role pools.
|
|
337
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
338
|
+
* @param name Name of the App Service Environment.
|
|
339
|
+
* @param options The options parameters.
|
|
340
|
+
*/
|
|
341
|
+
private _listMultiRolePools;
|
|
342
|
+
/**
|
|
343
|
+
* Description for Get properties of a multi-role pool.
|
|
344
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
345
|
+
* @param name Name of the App Service Environment.
|
|
346
|
+
* @param options The options parameters.
|
|
347
|
+
*/
|
|
348
|
+
getMultiRolePool(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetMultiRolePoolOptionalParams): Promise<AppServiceEnvironmentsGetMultiRolePoolResponse>;
|
|
349
|
+
/**
|
|
350
|
+
* Description for Create or update a multi-role pool.
|
|
351
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
352
|
+
* @param name Name of the App Service Environment.
|
|
353
|
+
* @param multiRolePoolEnvelope Properties of the multi-role pool.
|
|
354
|
+
* @param options The options parameters.
|
|
355
|
+
*/
|
|
356
|
+
beginCreateOrUpdateMultiRolePool(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse>, AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse>>;
|
|
357
|
+
/**
|
|
358
|
+
* Description for Create or update a multi-role pool.
|
|
359
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
360
|
+
* @param name Name of the App Service Environment.
|
|
361
|
+
* @param multiRolePoolEnvelope Properties of the multi-role pool.
|
|
362
|
+
* @param options The options parameters.
|
|
363
|
+
*/
|
|
364
|
+
beginCreateOrUpdateMultiRolePoolAndWait(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateMultiRolePoolOptionalParams): Promise<AppServiceEnvironmentsCreateOrUpdateMultiRolePoolResponse>;
|
|
365
|
+
/**
|
|
366
|
+
* Description for Create or update a multi-role pool.
|
|
367
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
368
|
+
* @param name Name of the App Service Environment.
|
|
369
|
+
* @param multiRolePoolEnvelope Properties of the multi-role pool.
|
|
370
|
+
* @param options The options parameters.
|
|
371
|
+
*/
|
|
372
|
+
updateMultiRolePool(resourceGroupName: string, name: string, multiRolePoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsUpdateMultiRolePoolOptionalParams): Promise<AppServiceEnvironmentsUpdateMultiRolePoolResponse>;
|
|
373
|
+
/**
|
|
374
|
+
* Description for Get metric definitions for a specific instance of a multi-role pool of an App
|
|
375
|
+
* Service Environment.
|
|
376
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
377
|
+
* @param name Name of the App Service Environment.
|
|
378
|
+
* @param instance Name of the instance in the multi-role pool.
|
|
379
|
+
* @param options The options parameters.
|
|
380
|
+
*/
|
|
381
|
+
private _listMultiRolePoolInstanceMetricDefinitions;
|
|
382
|
+
/**
|
|
383
|
+
* Description for Get metric definitions for a multi-role pool of an App Service Environment.
|
|
384
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
385
|
+
* @param name Name of the App Service Environment.
|
|
386
|
+
* @param options The options parameters.
|
|
387
|
+
*/
|
|
388
|
+
private _listMultiRoleMetricDefinitions;
|
|
389
|
+
/**
|
|
390
|
+
* Description for Get available SKUs for scaling a multi-role pool.
|
|
391
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
392
|
+
* @param name Name of the App Service Environment.
|
|
393
|
+
* @param options The options parameters.
|
|
394
|
+
*/
|
|
395
|
+
private _listMultiRolePoolSkus;
|
|
396
|
+
/**
|
|
397
|
+
* Description for Get usage metrics for a multi-role pool of an App Service Environment.
|
|
398
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
399
|
+
* @param name Name of the App Service Environment.
|
|
400
|
+
* @param options The options parameters.
|
|
401
|
+
*/
|
|
402
|
+
private _listMultiRoleUsages;
|
|
403
|
+
/**
|
|
404
|
+
* Description for List all currently running operations on the App Service Environment.
|
|
405
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
406
|
+
* @param name Name of the App Service Environment.
|
|
407
|
+
* @param options The options parameters.
|
|
408
|
+
*/
|
|
409
|
+
listOperations(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsListOperationsOptionalParams): Promise<AppServiceEnvironmentsListOperationsResponse>;
|
|
410
|
+
/**
|
|
411
|
+
* Description for Get the network endpoints of all outbound dependencies of an App Service
|
|
412
|
+
* Environment.
|
|
413
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
414
|
+
* @param name Name of the App Service Environment.
|
|
415
|
+
* @param options The options parameters.
|
|
416
|
+
*/
|
|
417
|
+
private _getOutboundNetworkDependenciesEndpoints;
|
|
418
|
+
/**
|
|
419
|
+
* Description for Gets the list of private endpoints associated with a hosting environment
|
|
420
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
421
|
+
* @param name Name of the App Service Environment.
|
|
422
|
+
* @param options The options parameters.
|
|
423
|
+
*/
|
|
424
|
+
private _getPrivateEndpointConnectionList;
|
|
425
|
+
/**
|
|
426
|
+
* Description for Gets a private endpoint connection
|
|
427
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
428
|
+
* @param name Name of the App Service Environment.
|
|
429
|
+
* @param privateEndpointConnectionName Name of the private endpoint connection.
|
|
430
|
+
* @param options The options parameters.
|
|
431
|
+
*/
|
|
432
|
+
getPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsGetPrivateEndpointConnectionOptionalParams): Promise<AppServiceEnvironmentsGetPrivateEndpointConnectionResponse>;
|
|
433
|
+
/**
|
|
434
|
+
* Description for Approves or rejects a private endpoint connection
|
|
435
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
436
|
+
* @param name Name of the App Service Environment.
|
|
437
|
+
* @param privateEndpointConnectionName
|
|
438
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
439
|
+
* @param options The options parameters.
|
|
440
|
+
*/
|
|
441
|
+
beginApproveOrRejectPrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse>, AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse>>;
|
|
442
|
+
/**
|
|
443
|
+
* Description for Approves or rejects a private endpoint connection
|
|
444
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
445
|
+
* @param name Name of the App Service Environment.
|
|
446
|
+
* @param privateEndpointConnectionName
|
|
447
|
+
* @param privateEndpointWrapper Private Endpoint Connection Approval ARM resource.
|
|
448
|
+
* @param options The options parameters.
|
|
449
|
+
*/
|
|
450
|
+
beginApproveOrRejectPrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionOptionalParams): Promise<AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionResponse>;
|
|
451
|
+
/**
|
|
452
|
+
* Description for Deletes a private endpoint connection
|
|
453
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
454
|
+
* @param name Name of the App Service Environment.
|
|
455
|
+
* @param privateEndpointConnectionName
|
|
456
|
+
* @param options The options parameters.
|
|
457
|
+
*/
|
|
458
|
+
beginDeletePrivateEndpointConnection(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>, AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>>;
|
|
459
|
+
/**
|
|
460
|
+
* Description for Deletes a private endpoint connection
|
|
461
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
462
|
+
* @param name Name of the App Service Environment.
|
|
463
|
+
* @param privateEndpointConnectionName
|
|
464
|
+
* @param options The options parameters.
|
|
465
|
+
*/
|
|
466
|
+
beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: AppServiceEnvironmentsDeletePrivateEndpointConnectionOptionalParams): Promise<AppServiceEnvironmentsDeletePrivateEndpointConnectionResponse>;
|
|
467
|
+
/**
|
|
468
|
+
* Description for Gets the private link resources
|
|
469
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
470
|
+
* @param name Name of the App Service Environment.
|
|
471
|
+
* @param options The options parameters.
|
|
472
|
+
*/
|
|
473
|
+
getPrivateLinkResources(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsGetPrivateLinkResourcesOptionalParams): Promise<AppServiceEnvironmentsGetPrivateLinkResourcesResponse>;
|
|
474
|
+
/**
|
|
475
|
+
* Description for Reboot all machines in an App Service Environment.
|
|
476
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
477
|
+
* @param name Name of the App Service Environment.
|
|
478
|
+
* @param options The options parameters.
|
|
479
|
+
*/
|
|
480
|
+
reboot(resourceGroupName: string, name: string, options?: AppServiceEnvironmentsRebootOptionalParams): Promise<void>;
|
|
481
|
+
/**
|
|
482
|
+
* Description for Resume an App Service Environment.
|
|
483
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
484
|
+
* @param name Name of the App Service Environment.
|
|
485
|
+
* @param options The options parameters.
|
|
486
|
+
*/
|
|
487
|
+
private _resume;
|
|
488
|
+
/**
|
|
489
|
+
* Description for Get all App Service plans in an App Service Environment.
|
|
490
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
491
|
+
* @param name Name of the App Service Environment.
|
|
492
|
+
* @param options The options parameters.
|
|
493
|
+
*/
|
|
494
|
+
private _listAppServicePlans;
|
|
495
|
+
/**
|
|
496
|
+
* Description for Get all apps in an App Service Environment.
|
|
497
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
498
|
+
* @param name Name of the App Service Environment.
|
|
499
|
+
* @param options The options parameters.
|
|
500
|
+
*/
|
|
501
|
+
private _listWebApps;
|
|
502
|
+
/**
|
|
503
|
+
* Description for Suspend an App Service Environment.
|
|
504
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
505
|
+
* @param name Name of the App Service Environment.
|
|
506
|
+
* @param options The options parameters.
|
|
507
|
+
*/
|
|
508
|
+
private _suspend;
|
|
509
|
+
/**
|
|
510
|
+
* Description for Get global usage metrics of an App Service Environment.
|
|
511
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
512
|
+
* @param name Name of the App Service Environment.
|
|
513
|
+
* @param options The options parameters.
|
|
514
|
+
*/
|
|
515
|
+
private _listUsages;
|
|
516
|
+
/**
|
|
517
|
+
* Description for Get all worker pools of an App Service Environment.
|
|
518
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
519
|
+
* @param name Name of the App Service Environment.
|
|
520
|
+
* @param options The options parameters.
|
|
521
|
+
*/
|
|
522
|
+
private _listWorkerPools;
|
|
523
|
+
/**
|
|
524
|
+
* Description for Get properties of a worker pool.
|
|
525
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
526
|
+
* @param name Name of the App Service Environment.
|
|
527
|
+
* @param workerPoolName Name of the worker pool.
|
|
528
|
+
* @param options The options parameters.
|
|
529
|
+
*/
|
|
530
|
+
getWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, options?: AppServiceEnvironmentsGetWorkerPoolOptionalParams): Promise<AppServiceEnvironmentsGetWorkerPoolResponse>;
|
|
531
|
+
/**
|
|
532
|
+
* Description for Create or update a worker pool.
|
|
533
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
534
|
+
* @param name Name of the App Service Environment.
|
|
535
|
+
* @param workerPoolName Name of the worker pool.
|
|
536
|
+
* @param workerPoolEnvelope Properties of the worker pool.
|
|
537
|
+
* @param options The options parameters.
|
|
538
|
+
*/
|
|
539
|
+
beginCreateOrUpdateWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams): Promise<PollerLike<PollOperationState<AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse>, AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse>>;
|
|
540
|
+
/**
|
|
541
|
+
* Description for Create or update a worker pool.
|
|
542
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
543
|
+
* @param name Name of the App Service Environment.
|
|
544
|
+
* @param workerPoolName Name of the worker pool.
|
|
545
|
+
* @param workerPoolEnvelope Properties of the worker pool.
|
|
546
|
+
* @param options The options parameters.
|
|
547
|
+
*/
|
|
548
|
+
beginCreateOrUpdateWorkerPoolAndWait(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsCreateOrUpdateWorkerPoolOptionalParams): Promise<AppServiceEnvironmentsCreateOrUpdateWorkerPoolResponse>;
|
|
549
|
+
/**
|
|
550
|
+
* Description for Create or update a worker pool.
|
|
551
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
552
|
+
* @param name Name of the App Service Environment.
|
|
553
|
+
* @param workerPoolName Name of the worker pool.
|
|
554
|
+
* @param workerPoolEnvelope Properties of the worker pool.
|
|
555
|
+
* @param options The options parameters.
|
|
556
|
+
*/
|
|
557
|
+
updateWorkerPool(resourceGroupName: string, name: string, workerPoolName: string, workerPoolEnvelope: WorkerPoolResource, options?: AppServiceEnvironmentsUpdateWorkerPoolOptionalParams): Promise<AppServiceEnvironmentsUpdateWorkerPoolResponse>;
|
|
558
|
+
/**
|
|
559
|
+
* Description for Get metric definitions for a specific instance of a worker pool of an App Service
|
|
560
|
+
* Environment.
|
|
561
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
562
|
+
* @param name Name of the App Service Environment.
|
|
563
|
+
* @param workerPoolName Name of the worker pool.
|
|
564
|
+
* @param instance Name of the instance in the worker pool.
|
|
565
|
+
* @param options The options parameters.
|
|
566
|
+
*/
|
|
567
|
+
private _listWorkerPoolInstanceMetricDefinitions;
|
|
568
|
+
/**
|
|
569
|
+
* Description for Get metric definitions for a worker pool of an App Service Environment.
|
|
570
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
571
|
+
* @param name Name of the App Service Environment.
|
|
572
|
+
* @param workerPoolName Name of the worker pool.
|
|
573
|
+
* @param options The options parameters.
|
|
574
|
+
*/
|
|
575
|
+
private _listWebWorkerMetricDefinitions;
|
|
576
|
+
/**
|
|
577
|
+
* Description for Get available SKUs for scaling a worker pool.
|
|
578
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
579
|
+
* @param name Name of the App Service Environment.
|
|
580
|
+
* @param workerPoolName Name of the worker pool.
|
|
581
|
+
* @param options The options parameters.
|
|
582
|
+
*/
|
|
583
|
+
private _listWorkerPoolSkus;
|
|
584
|
+
/**
|
|
585
|
+
* Description for Get usage metrics for a worker pool of an App Service Environment.
|
|
586
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
587
|
+
* @param name Name of the App Service Environment.
|
|
588
|
+
* @param workerPoolName Name of the worker pool.
|
|
589
|
+
* @param options The options parameters.
|
|
590
|
+
*/
|
|
591
|
+
private _listWebWorkerUsages;
|
|
592
|
+
/**
|
|
593
|
+
* ListNext
|
|
594
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
595
|
+
* @param options The options parameters.
|
|
596
|
+
*/
|
|
597
|
+
private _listNext;
|
|
598
|
+
/**
|
|
599
|
+
* ListByResourceGroupNext
|
|
600
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
601
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
602
|
+
* @param options The options parameters.
|
|
603
|
+
*/
|
|
604
|
+
private _listByResourceGroupNext;
|
|
605
|
+
/**
|
|
606
|
+
* ListCapacitiesNext
|
|
607
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
608
|
+
* @param name Name of the App Service Environment.
|
|
609
|
+
* @param nextLink The nextLink from the previous successful call to the ListCapacities method.
|
|
610
|
+
* @param options The options parameters.
|
|
611
|
+
*/
|
|
612
|
+
private _listCapacitiesNext;
|
|
613
|
+
/**
|
|
614
|
+
* ChangeVnetNext
|
|
615
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
616
|
+
* @param name Name of the App Service Environment.
|
|
617
|
+
* @param vnetInfo Details for the new virtual network.
|
|
618
|
+
* @param nextLink The nextLink from the previous successful call to the ChangeVnet method.
|
|
619
|
+
* @param options The options parameters.
|
|
620
|
+
*/
|
|
621
|
+
private _changeVnetNext;
|
|
622
|
+
/**
|
|
623
|
+
* GetInboundNetworkDependenciesEndpointsNext
|
|
624
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
625
|
+
* @param name Name of the App Service Environment.
|
|
626
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
627
|
+
* GetInboundNetworkDependenciesEndpoints method.
|
|
628
|
+
* @param options The options parameters.
|
|
629
|
+
*/
|
|
630
|
+
private _getInboundNetworkDependenciesEndpointsNext;
|
|
631
|
+
/**
|
|
632
|
+
* ListMultiRolePoolsNext
|
|
633
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
634
|
+
* @param name Name of the App Service Environment.
|
|
635
|
+
* @param nextLink The nextLink from the previous successful call to the ListMultiRolePools method.
|
|
636
|
+
* @param options The options parameters.
|
|
637
|
+
*/
|
|
638
|
+
private _listMultiRolePoolsNext;
|
|
639
|
+
/**
|
|
640
|
+
* ListMultiRolePoolInstanceMetricDefinitionsNext
|
|
641
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
642
|
+
* @param name Name of the App Service Environment.
|
|
643
|
+
* @param instance Name of the instance in the multi-role pool.
|
|
644
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
645
|
+
* ListMultiRolePoolInstanceMetricDefinitions method.
|
|
646
|
+
* @param options The options parameters.
|
|
647
|
+
*/
|
|
648
|
+
private _listMultiRolePoolInstanceMetricDefinitionsNext;
|
|
649
|
+
/**
|
|
650
|
+
* ListMultiRoleMetricDefinitionsNext
|
|
651
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
652
|
+
* @param name Name of the App Service Environment.
|
|
653
|
+
* @param nextLink The nextLink from the previous successful call to the ListMultiRoleMetricDefinitions
|
|
654
|
+
* method.
|
|
655
|
+
* @param options The options parameters.
|
|
656
|
+
*/
|
|
657
|
+
private _listMultiRoleMetricDefinitionsNext;
|
|
658
|
+
/**
|
|
659
|
+
* ListMultiRolePoolSkusNext
|
|
660
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
661
|
+
* @param name Name of the App Service Environment.
|
|
662
|
+
* @param nextLink The nextLink from the previous successful call to the ListMultiRolePoolSkus method.
|
|
663
|
+
* @param options The options parameters.
|
|
664
|
+
*/
|
|
665
|
+
private _listMultiRolePoolSkusNext;
|
|
666
|
+
/**
|
|
667
|
+
* ListMultiRoleUsagesNext
|
|
668
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
669
|
+
* @param name Name of the App Service Environment.
|
|
670
|
+
* @param nextLink The nextLink from the previous successful call to the ListMultiRoleUsages method.
|
|
671
|
+
* @param options The options parameters.
|
|
672
|
+
*/
|
|
673
|
+
private _listMultiRoleUsagesNext;
|
|
674
|
+
/**
|
|
675
|
+
* GetOutboundNetworkDependenciesEndpointsNext
|
|
676
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
677
|
+
* @param name Name of the App Service Environment.
|
|
678
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
679
|
+
* GetOutboundNetworkDependenciesEndpoints method.
|
|
680
|
+
* @param options The options parameters.
|
|
681
|
+
*/
|
|
682
|
+
private _getOutboundNetworkDependenciesEndpointsNext;
|
|
683
|
+
/**
|
|
684
|
+
* GetPrivateEndpointConnectionListNext
|
|
685
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
686
|
+
* @param name Name of the App Service Environment.
|
|
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
|
+
* ResumeNext
|
|
694
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
695
|
+
* @param name Name of the App Service Environment.
|
|
696
|
+
* @param nextLink The nextLink from the previous successful call to the Resume method.
|
|
697
|
+
* @param options The options parameters.
|
|
698
|
+
*/
|
|
699
|
+
private _resumeNext;
|
|
700
|
+
/**
|
|
701
|
+
* ListAppServicePlansNext
|
|
702
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
703
|
+
* @param name Name of the App Service Environment.
|
|
704
|
+
* @param nextLink The nextLink from the previous successful call to the ListAppServicePlans method.
|
|
705
|
+
* @param options The options parameters.
|
|
706
|
+
*/
|
|
707
|
+
private _listAppServicePlansNext;
|
|
708
|
+
/**
|
|
709
|
+
* ListWebAppsNext
|
|
710
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
711
|
+
* @param name Name of the App Service Environment.
|
|
712
|
+
* @param nextLink The nextLink from the previous successful call to the ListWebApps method.
|
|
713
|
+
* @param options The options parameters.
|
|
714
|
+
*/
|
|
715
|
+
private _listWebAppsNext;
|
|
716
|
+
/**
|
|
717
|
+
* SuspendNext
|
|
718
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
719
|
+
* @param name Name of the App Service Environment.
|
|
720
|
+
* @param nextLink The nextLink from the previous successful call to the Suspend method.
|
|
721
|
+
* @param options The options parameters.
|
|
722
|
+
*/
|
|
723
|
+
private _suspendNext;
|
|
724
|
+
/**
|
|
725
|
+
* ListUsagesNext
|
|
726
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
727
|
+
* @param name Name of the App Service Environment.
|
|
728
|
+
* @param nextLink The nextLink from the previous successful call to the ListUsages method.
|
|
729
|
+
* @param options The options parameters.
|
|
730
|
+
*/
|
|
731
|
+
private _listUsagesNext;
|
|
732
|
+
/**
|
|
733
|
+
* ListWorkerPoolsNext
|
|
734
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
735
|
+
* @param name Name of the App Service Environment.
|
|
736
|
+
* @param nextLink The nextLink from the previous successful call to the ListWorkerPools method.
|
|
737
|
+
* @param options The options parameters.
|
|
738
|
+
*/
|
|
739
|
+
private _listWorkerPoolsNext;
|
|
740
|
+
/**
|
|
741
|
+
* ListWorkerPoolInstanceMetricDefinitionsNext
|
|
742
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
743
|
+
* @param name Name of the App Service Environment.
|
|
744
|
+
* @param workerPoolName Name of the worker pool.
|
|
745
|
+
* @param instance Name of the instance in the worker pool.
|
|
746
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
747
|
+
* ListWorkerPoolInstanceMetricDefinitions method.
|
|
748
|
+
* @param options The options parameters.
|
|
749
|
+
*/
|
|
750
|
+
private _listWorkerPoolInstanceMetricDefinitionsNext;
|
|
751
|
+
/**
|
|
752
|
+
* ListWebWorkerMetricDefinitionsNext
|
|
753
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
754
|
+
* @param name Name of the App Service Environment.
|
|
755
|
+
* @param workerPoolName Name of the worker pool.
|
|
756
|
+
* @param nextLink The nextLink from the previous successful call to the ListWebWorkerMetricDefinitions
|
|
757
|
+
* method.
|
|
758
|
+
* @param options The options parameters.
|
|
759
|
+
*/
|
|
760
|
+
private _listWebWorkerMetricDefinitionsNext;
|
|
761
|
+
/**
|
|
762
|
+
* ListWorkerPoolSkusNext
|
|
763
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
764
|
+
* @param name Name of the App Service Environment.
|
|
765
|
+
* @param workerPoolName Name of the worker pool.
|
|
766
|
+
* @param nextLink The nextLink from the previous successful call to the ListWorkerPoolSkus method.
|
|
767
|
+
* @param options The options parameters.
|
|
768
|
+
*/
|
|
769
|
+
private _listWorkerPoolSkusNext;
|
|
770
|
+
/**
|
|
771
|
+
* ListWebWorkerUsagesNext
|
|
772
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
773
|
+
* @param name Name of the App Service Environment.
|
|
774
|
+
* @param workerPoolName Name of the worker pool.
|
|
775
|
+
* @param nextLink The nextLink from the previous successful call to the ListWebWorkerUsages method.
|
|
776
|
+
* @param options The options parameters.
|
|
777
|
+
*/
|
|
778
|
+
private _listWebWorkerUsagesNext;
|
|
779
|
+
}
|
|
780
|
+
//# sourceMappingURL=appServiceEnvironments.d.ts.map
|