@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,2273 @@
|
|
|
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
|
+
|
|
9
|
+
import "@azure/core-paging";
|
|
10
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
11
|
+
import { Diagnostics } from "../operationsInterfaces";
|
|
12
|
+
import * as coreClient from "@azure/core-client";
|
|
13
|
+
import * as Mappers from "../models/mappers";
|
|
14
|
+
import * as Parameters from "../models/parameters";
|
|
15
|
+
import { WebSiteManagementClientContext } from "../webSiteManagementClientContext";
|
|
16
|
+
import {
|
|
17
|
+
DetectorResponse,
|
|
18
|
+
DiagnosticsListHostingEnvironmentDetectorResponsesNextOptionalParams,
|
|
19
|
+
DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams,
|
|
20
|
+
DiagnosticsListSiteDetectorResponsesNextOptionalParams,
|
|
21
|
+
DiagnosticsListSiteDetectorResponsesOptionalParams,
|
|
22
|
+
DiagnosticCategory,
|
|
23
|
+
DiagnosticsListSiteDiagnosticCategoriesNextOptionalParams,
|
|
24
|
+
DiagnosticsListSiteDiagnosticCategoriesOptionalParams,
|
|
25
|
+
AnalysisDefinition,
|
|
26
|
+
DiagnosticsListSiteAnalysesNextOptionalParams,
|
|
27
|
+
DiagnosticsListSiteAnalysesOptionalParams,
|
|
28
|
+
DetectorDefinitionResource,
|
|
29
|
+
DiagnosticsListSiteDetectorsNextOptionalParams,
|
|
30
|
+
DiagnosticsListSiteDetectorsOptionalParams,
|
|
31
|
+
DiagnosticsListSiteDetectorResponsesSlotNextOptionalParams,
|
|
32
|
+
DiagnosticsListSiteDetectorResponsesSlotOptionalParams,
|
|
33
|
+
DiagnosticsListSiteDiagnosticCategoriesSlotNextOptionalParams,
|
|
34
|
+
DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams,
|
|
35
|
+
DiagnosticsListSiteAnalysesSlotNextOptionalParams,
|
|
36
|
+
DiagnosticsListSiteAnalysesSlotOptionalParams,
|
|
37
|
+
DiagnosticsListSiteDetectorsSlotNextOptionalParams,
|
|
38
|
+
DiagnosticsListSiteDetectorsSlotOptionalParams,
|
|
39
|
+
DiagnosticsListHostingEnvironmentDetectorResponsesResponse,
|
|
40
|
+
DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams,
|
|
41
|
+
DiagnosticsGetHostingEnvironmentDetectorResponseResponse,
|
|
42
|
+
DiagnosticsListSiteDetectorResponsesResponse,
|
|
43
|
+
DiagnosticsGetSiteDetectorResponseOptionalParams,
|
|
44
|
+
DiagnosticsGetSiteDetectorResponseResponse,
|
|
45
|
+
DiagnosticsListSiteDiagnosticCategoriesResponse,
|
|
46
|
+
DiagnosticsGetSiteDiagnosticCategoryOptionalParams,
|
|
47
|
+
DiagnosticsGetSiteDiagnosticCategoryResponse,
|
|
48
|
+
DiagnosticsListSiteAnalysesResponse,
|
|
49
|
+
DiagnosticsGetSiteAnalysisOptionalParams,
|
|
50
|
+
DiagnosticsGetSiteAnalysisResponse,
|
|
51
|
+
DiagnosticsExecuteSiteAnalysisOptionalParams,
|
|
52
|
+
DiagnosticsExecuteSiteAnalysisResponse,
|
|
53
|
+
DiagnosticsListSiteDetectorsResponse,
|
|
54
|
+
DiagnosticsGetSiteDetectorOptionalParams,
|
|
55
|
+
DiagnosticsGetSiteDetectorResponse,
|
|
56
|
+
DiagnosticsExecuteSiteDetectorOptionalParams,
|
|
57
|
+
DiagnosticsExecuteSiteDetectorResponse,
|
|
58
|
+
DiagnosticsListSiteDetectorResponsesSlotResponse,
|
|
59
|
+
DiagnosticsGetSiteDetectorResponseSlotOptionalParams,
|
|
60
|
+
DiagnosticsGetSiteDetectorResponseSlotResponse,
|
|
61
|
+
DiagnosticsListSiteDiagnosticCategoriesSlotResponse,
|
|
62
|
+
DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams,
|
|
63
|
+
DiagnosticsGetSiteDiagnosticCategorySlotResponse,
|
|
64
|
+
DiagnosticsListSiteAnalysesSlotResponse,
|
|
65
|
+
DiagnosticsGetSiteAnalysisSlotOptionalParams,
|
|
66
|
+
DiagnosticsGetSiteAnalysisSlotResponse,
|
|
67
|
+
DiagnosticsExecuteSiteAnalysisSlotOptionalParams,
|
|
68
|
+
DiagnosticsExecuteSiteAnalysisSlotResponse,
|
|
69
|
+
DiagnosticsListSiteDetectorsSlotResponse,
|
|
70
|
+
DiagnosticsGetSiteDetectorSlotOptionalParams,
|
|
71
|
+
DiagnosticsGetSiteDetectorSlotResponse,
|
|
72
|
+
DiagnosticsExecuteSiteDetectorSlotOptionalParams,
|
|
73
|
+
DiagnosticsExecuteSiteDetectorSlotResponse,
|
|
74
|
+
DiagnosticsListHostingEnvironmentDetectorResponsesNextResponse,
|
|
75
|
+
DiagnosticsListSiteDetectorResponsesNextResponse,
|
|
76
|
+
DiagnosticsListSiteDiagnosticCategoriesNextResponse,
|
|
77
|
+
DiagnosticsListSiteAnalysesNextResponse,
|
|
78
|
+
DiagnosticsListSiteDetectorsNextResponse,
|
|
79
|
+
DiagnosticsListSiteDetectorResponsesSlotNextResponse,
|
|
80
|
+
DiagnosticsListSiteDiagnosticCategoriesSlotNextResponse,
|
|
81
|
+
DiagnosticsListSiteAnalysesSlotNextResponse,
|
|
82
|
+
DiagnosticsListSiteDetectorsSlotNextResponse
|
|
83
|
+
} from "../models";
|
|
84
|
+
|
|
85
|
+
/// <reference lib="esnext.asynciterable" />
|
|
86
|
+
/** Class representing a Diagnostics. */
|
|
87
|
+
export class DiagnosticsImpl implements Diagnostics {
|
|
88
|
+
private readonly client: WebSiteManagementClientContext;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Initialize a new instance of the class Diagnostics class.
|
|
92
|
+
* @param client Reference to the service client
|
|
93
|
+
*/
|
|
94
|
+
constructor(client: WebSiteManagementClientContext) {
|
|
95
|
+
this.client = client;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Description for List Hosting Environment Detector Responses
|
|
100
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
101
|
+
* @param name Site Name
|
|
102
|
+
* @param options The options parameters.
|
|
103
|
+
*/
|
|
104
|
+
public listHostingEnvironmentDetectorResponses(
|
|
105
|
+
resourceGroupName: string,
|
|
106
|
+
name: string,
|
|
107
|
+
options?: DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams
|
|
108
|
+
): PagedAsyncIterableIterator<DetectorResponse> {
|
|
109
|
+
const iter = this.listHostingEnvironmentDetectorResponsesPagingAll(
|
|
110
|
+
resourceGroupName,
|
|
111
|
+
name,
|
|
112
|
+
options
|
|
113
|
+
);
|
|
114
|
+
return {
|
|
115
|
+
next() {
|
|
116
|
+
return iter.next();
|
|
117
|
+
},
|
|
118
|
+
[Symbol.asyncIterator]() {
|
|
119
|
+
return this;
|
|
120
|
+
},
|
|
121
|
+
byPage: () => {
|
|
122
|
+
return this.listHostingEnvironmentDetectorResponsesPagingPage(
|
|
123
|
+
resourceGroupName,
|
|
124
|
+
name,
|
|
125
|
+
options
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
private async *listHostingEnvironmentDetectorResponsesPagingPage(
|
|
132
|
+
resourceGroupName: string,
|
|
133
|
+
name: string,
|
|
134
|
+
options?: DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams
|
|
135
|
+
): AsyncIterableIterator<DetectorResponse[]> {
|
|
136
|
+
let result = await this._listHostingEnvironmentDetectorResponses(
|
|
137
|
+
resourceGroupName,
|
|
138
|
+
name,
|
|
139
|
+
options
|
|
140
|
+
);
|
|
141
|
+
yield result.value || [];
|
|
142
|
+
let continuationToken = result.nextLink;
|
|
143
|
+
while (continuationToken) {
|
|
144
|
+
result = await this._listHostingEnvironmentDetectorResponsesNext(
|
|
145
|
+
resourceGroupName,
|
|
146
|
+
name,
|
|
147
|
+
continuationToken,
|
|
148
|
+
options
|
|
149
|
+
);
|
|
150
|
+
continuationToken = result.nextLink;
|
|
151
|
+
yield result.value || [];
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
private async *listHostingEnvironmentDetectorResponsesPagingAll(
|
|
156
|
+
resourceGroupName: string,
|
|
157
|
+
name: string,
|
|
158
|
+
options?: DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams
|
|
159
|
+
): AsyncIterableIterator<DetectorResponse> {
|
|
160
|
+
for await (const page of this.listHostingEnvironmentDetectorResponsesPagingPage(
|
|
161
|
+
resourceGroupName,
|
|
162
|
+
name,
|
|
163
|
+
options
|
|
164
|
+
)) {
|
|
165
|
+
yield* page;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Description for List Site Detector Responses
|
|
171
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
172
|
+
* @param siteName Site Name
|
|
173
|
+
* @param options The options parameters.
|
|
174
|
+
*/
|
|
175
|
+
public listSiteDetectorResponses(
|
|
176
|
+
resourceGroupName: string,
|
|
177
|
+
siteName: string,
|
|
178
|
+
options?: DiagnosticsListSiteDetectorResponsesOptionalParams
|
|
179
|
+
): PagedAsyncIterableIterator<DetectorResponse> {
|
|
180
|
+
const iter = this.listSiteDetectorResponsesPagingAll(
|
|
181
|
+
resourceGroupName,
|
|
182
|
+
siteName,
|
|
183
|
+
options
|
|
184
|
+
);
|
|
185
|
+
return {
|
|
186
|
+
next() {
|
|
187
|
+
return iter.next();
|
|
188
|
+
},
|
|
189
|
+
[Symbol.asyncIterator]() {
|
|
190
|
+
return this;
|
|
191
|
+
},
|
|
192
|
+
byPage: () => {
|
|
193
|
+
return this.listSiteDetectorResponsesPagingPage(
|
|
194
|
+
resourceGroupName,
|
|
195
|
+
siteName,
|
|
196
|
+
options
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
private async *listSiteDetectorResponsesPagingPage(
|
|
203
|
+
resourceGroupName: string,
|
|
204
|
+
siteName: string,
|
|
205
|
+
options?: DiagnosticsListSiteDetectorResponsesOptionalParams
|
|
206
|
+
): AsyncIterableIterator<DetectorResponse[]> {
|
|
207
|
+
let result = await this._listSiteDetectorResponses(
|
|
208
|
+
resourceGroupName,
|
|
209
|
+
siteName,
|
|
210
|
+
options
|
|
211
|
+
);
|
|
212
|
+
yield result.value || [];
|
|
213
|
+
let continuationToken = result.nextLink;
|
|
214
|
+
while (continuationToken) {
|
|
215
|
+
result = await this._listSiteDetectorResponsesNext(
|
|
216
|
+
resourceGroupName,
|
|
217
|
+
siteName,
|
|
218
|
+
continuationToken,
|
|
219
|
+
options
|
|
220
|
+
);
|
|
221
|
+
continuationToken = result.nextLink;
|
|
222
|
+
yield result.value || [];
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
private async *listSiteDetectorResponsesPagingAll(
|
|
227
|
+
resourceGroupName: string,
|
|
228
|
+
siteName: string,
|
|
229
|
+
options?: DiagnosticsListSiteDetectorResponsesOptionalParams
|
|
230
|
+
): AsyncIterableIterator<DetectorResponse> {
|
|
231
|
+
for await (const page of this.listSiteDetectorResponsesPagingPage(
|
|
232
|
+
resourceGroupName,
|
|
233
|
+
siteName,
|
|
234
|
+
options
|
|
235
|
+
)) {
|
|
236
|
+
yield* page;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Description for Get Diagnostics Categories
|
|
242
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
243
|
+
* @param siteName Site Name
|
|
244
|
+
* @param options The options parameters.
|
|
245
|
+
*/
|
|
246
|
+
public listSiteDiagnosticCategories(
|
|
247
|
+
resourceGroupName: string,
|
|
248
|
+
siteName: string,
|
|
249
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesOptionalParams
|
|
250
|
+
): PagedAsyncIterableIterator<DiagnosticCategory> {
|
|
251
|
+
const iter = this.listSiteDiagnosticCategoriesPagingAll(
|
|
252
|
+
resourceGroupName,
|
|
253
|
+
siteName,
|
|
254
|
+
options
|
|
255
|
+
);
|
|
256
|
+
return {
|
|
257
|
+
next() {
|
|
258
|
+
return iter.next();
|
|
259
|
+
},
|
|
260
|
+
[Symbol.asyncIterator]() {
|
|
261
|
+
return this;
|
|
262
|
+
},
|
|
263
|
+
byPage: () => {
|
|
264
|
+
return this.listSiteDiagnosticCategoriesPagingPage(
|
|
265
|
+
resourceGroupName,
|
|
266
|
+
siteName,
|
|
267
|
+
options
|
|
268
|
+
);
|
|
269
|
+
}
|
|
270
|
+
};
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
private async *listSiteDiagnosticCategoriesPagingPage(
|
|
274
|
+
resourceGroupName: string,
|
|
275
|
+
siteName: string,
|
|
276
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesOptionalParams
|
|
277
|
+
): AsyncIterableIterator<DiagnosticCategory[]> {
|
|
278
|
+
let result = await this._listSiteDiagnosticCategories(
|
|
279
|
+
resourceGroupName,
|
|
280
|
+
siteName,
|
|
281
|
+
options
|
|
282
|
+
);
|
|
283
|
+
yield result.value || [];
|
|
284
|
+
let continuationToken = result.nextLink;
|
|
285
|
+
while (continuationToken) {
|
|
286
|
+
result = await this._listSiteDiagnosticCategoriesNext(
|
|
287
|
+
resourceGroupName,
|
|
288
|
+
siteName,
|
|
289
|
+
continuationToken,
|
|
290
|
+
options
|
|
291
|
+
);
|
|
292
|
+
continuationToken = result.nextLink;
|
|
293
|
+
yield result.value || [];
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
private async *listSiteDiagnosticCategoriesPagingAll(
|
|
298
|
+
resourceGroupName: string,
|
|
299
|
+
siteName: string,
|
|
300
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesOptionalParams
|
|
301
|
+
): AsyncIterableIterator<DiagnosticCategory> {
|
|
302
|
+
for await (const page of this.listSiteDiagnosticCategoriesPagingPage(
|
|
303
|
+
resourceGroupName,
|
|
304
|
+
siteName,
|
|
305
|
+
options
|
|
306
|
+
)) {
|
|
307
|
+
yield* page;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* Description for Get Site Analyses
|
|
313
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
314
|
+
* @param siteName Site Name
|
|
315
|
+
* @param diagnosticCategory Diagnostic Category
|
|
316
|
+
* @param options The options parameters.
|
|
317
|
+
*/
|
|
318
|
+
public listSiteAnalyses(
|
|
319
|
+
resourceGroupName: string,
|
|
320
|
+
siteName: string,
|
|
321
|
+
diagnosticCategory: string,
|
|
322
|
+
options?: DiagnosticsListSiteAnalysesOptionalParams
|
|
323
|
+
): PagedAsyncIterableIterator<AnalysisDefinition> {
|
|
324
|
+
const iter = this.listSiteAnalysesPagingAll(
|
|
325
|
+
resourceGroupName,
|
|
326
|
+
siteName,
|
|
327
|
+
diagnosticCategory,
|
|
328
|
+
options
|
|
329
|
+
);
|
|
330
|
+
return {
|
|
331
|
+
next() {
|
|
332
|
+
return iter.next();
|
|
333
|
+
},
|
|
334
|
+
[Symbol.asyncIterator]() {
|
|
335
|
+
return this;
|
|
336
|
+
},
|
|
337
|
+
byPage: () => {
|
|
338
|
+
return this.listSiteAnalysesPagingPage(
|
|
339
|
+
resourceGroupName,
|
|
340
|
+
siteName,
|
|
341
|
+
diagnosticCategory,
|
|
342
|
+
options
|
|
343
|
+
);
|
|
344
|
+
}
|
|
345
|
+
};
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
private async *listSiteAnalysesPagingPage(
|
|
349
|
+
resourceGroupName: string,
|
|
350
|
+
siteName: string,
|
|
351
|
+
diagnosticCategory: string,
|
|
352
|
+
options?: DiagnosticsListSiteAnalysesOptionalParams
|
|
353
|
+
): AsyncIterableIterator<AnalysisDefinition[]> {
|
|
354
|
+
let result = await this._listSiteAnalyses(
|
|
355
|
+
resourceGroupName,
|
|
356
|
+
siteName,
|
|
357
|
+
diagnosticCategory,
|
|
358
|
+
options
|
|
359
|
+
);
|
|
360
|
+
yield result.value || [];
|
|
361
|
+
let continuationToken = result.nextLink;
|
|
362
|
+
while (continuationToken) {
|
|
363
|
+
result = await this._listSiteAnalysesNext(
|
|
364
|
+
resourceGroupName,
|
|
365
|
+
siteName,
|
|
366
|
+
diagnosticCategory,
|
|
367
|
+
continuationToken,
|
|
368
|
+
options
|
|
369
|
+
);
|
|
370
|
+
continuationToken = result.nextLink;
|
|
371
|
+
yield result.value || [];
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
private async *listSiteAnalysesPagingAll(
|
|
376
|
+
resourceGroupName: string,
|
|
377
|
+
siteName: string,
|
|
378
|
+
diagnosticCategory: string,
|
|
379
|
+
options?: DiagnosticsListSiteAnalysesOptionalParams
|
|
380
|
+
): AsyncIterableIterator<AnalysisDefinition> {
|
|
381
|
+
for await (const page of this.listSiteAnalysesPagingPage(
|
|
382
|
+
resourceGroupName,
|
|
383
|
+
siteName,
|
|
384
|
+
diagnosticCategory,
|
|
385
|
+
options
|
|
386
|
+
)) {
|
|
387
|
+
yield* page;
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* Description for Get Detectors
|
|
393
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
394
|
+
* @param siteName Site Name
|
|
395
|
+
* @param diagnosticCategory Diagnostic Category
|
|
396
|
+
* @param options The options parameters.
|
|
397
|
+
*/
|
|
398
|
+
public listSiteDetectors(
|
|
399
|
+
resourceGroupName: string,
|
|
400
|
+
siteName: string,
|
|
401
|
+
diagnosticCategory: string,
|
|
402
|
+
options?: DiagnosticsListSiteDetectorsOptionalParams
|
|
403
|
+
): PagedAsyncIterableIterator<DetectorDefinitionResource> {
|
|
404
|
+
const iter = this.listSiteDetectorsPagingAll(
|
|
405
|
+
resourceGroupName,
|
|
406
|
+
siteName,
|
|
407
|
+
diagnosticCategory,
|
|
408
|
+
options
|
|
409
|
+
);
|
|
410
|
+
return {
|
|
411
|
+
next() {
|
|
412
|
+
return iter.next();
|
|
413
|
+
},
|
|
414
|
+
[Symbol.asyncIterator]() {
|
|
415
|
+
return this;
|
|
416
|
+
},
|
|
417
|
+
byPage: () => {
|
|
418
|
+
return this.listSiteDetectorsPagingPage(
|
|
419
|
+
resourceGroupName,
|
|
420
|
+
siteName,
|
|
421
|
+
diagnosticCategory,
|
|
422
|
+
options
|
|
423
|
+
);
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
private async *listSiteDetectorsPagingPage(
|
|
429
|
+
resourceGroupName: string,
|
|
430
|
+
siteName: string,
|
|
431
|
+
diagnosticCategory: string,
|
|
432
|
+
options?: DiagnosticsListSiteDetectorsOptionalParams
|
|
433
|
+
): AsyncIterableIterator<DetectorDefinitionResource[]> {
|
|
434
|
+
let result = await this._listSiteDetectors(
|
|
435
|
+
resourceGroupName,
|
|
436
|
+
siteName,
|
|
437
|
+
diagnosticCategory,
|
|
438
|
+
options
|
|
439
|
+
);
|
|
440
|
+
yield result.value || [];
|
|
441
|
+
let continuationToken = result.nextLink;
|
|
442
|
+
while (continuationToken) {
|
|
443
|
+
result = await this._listSiteDetectorsNext(
|
|
444
|
+
resourceGroupName,
|
|
445
|
+
siteName,
|
|
446
|
+
diagnosticCategory,
|
|
447
|
+
continuationToken,
|
|
448
|
+
options
|
|
449
|
+
);
|
|
450
|
+
continuationToken = result.nextLink;
|
|
451
|
+
yield result.value || [];
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
private async *listSiteDetectorsPagingAll(
|
|
456
|
+
resourceGroupName: string,
|
|
457
|
+
siteName: string,
|
|
458
|
+
diagnosticCategory: string,
|
|
459
|
+
options?: DiagnosticsListSiteDetectorsOptionalParams
|
|
460
|
+
): AsyncIterableIterator<DetectorDefinitionResource> {
|
|
461
|
+
for await (const page of this.listSiteDetectorsPagingPage(
|
|
462
|
+
resourceGroupName,
|
|
463
|
+
siteName,
|
|
464
|
+
diagnosticCategory,
|
|
465
|
+
options
|
|
466
|
+
)) {
|
|
467
|
+
yield* page;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* Description for List Site Detector Responses
|
|
473
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
474
|
+
* @param siteName Site Name
|
|
475
|
+
* @param slot Slot Name
|
|
476
|
+
* @param options The options parameters.
|
|
477
|
+
*/
|
|
478
|
+
public listSiteDetectorResponsesSlot(
|
|
479
|
+
resourceGroupName: string,
|
|
480
|
+
siteName: string,
|
|
481
|
+
slot: string,
|
|
482
|
+
options?: DiagnosticsListSiteDetectorResponsesSlotOptionalParams
|
|
483
|
+
): PagedAsyncIterableIterator<DetectorResponse> {
|
|
484
|
+
const iter = this.listSiteDetectorResponsesSlotPagingAll(
|
|
485
|
+
resourceGroupName,
|
|
486
|
+
siteName,
|
|
487
|
+
slot,
|
|
488
|
+
options
|
|
489
|
+
);
|
|
490
|
+
return {
|
|
491
|
+
next() {
|
|
492
|
+
return iter.next();
|
|
493
|
+
},
|
|
494
|
+
[Symbol.asyncIterator]() {
|
|
495
|
+
return this;
|
|
496
|
+
},
|
|
497
|
+
byPage: () => {
|
|
498
|
+
return this.listSiteDetectorResponsesSlotPagingPage(
|
|
499
|
+
resourceGroupName,
|
|
500
|
+
siteName,
|
|
501
|
+
slot,
|
|
502
|
+
options
|
|
503
|
+
);
|
|
504
|
+
}
|
|
505
|
+
};
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
private async *listSiteDetectorResponsesSlotPagingPage(
|
|
509
|
+
resourceGroupName: string,
|
|
510
|
+
siteName: string,
|
|
511
|
+
slot: string,
|
|
512
|
+
options?: DiagnosticsListSiteDetectorResponsesSlotOptionalParams
|
|
513
|
+
): AsyncIterableIterator<DetectorResponse[]> {
|
|
514
|
+
let result = await this._listSiteDetectorResponsesSlot(
|
|
515
|
+
resourceGroupName,
|
|
516
|
+
siteName,
|
|
517
|
+
slot,
|
|
518
|
+
options
|
|
519
|
+
);
|
|
520
|
+
yield result.value || [];
|
|
521
|
+
let continuationToken = result.nextLink;
|
|
522
|
+
while (continuationToken) {
|
|
523
|
+
result = await this._listSiteDetectorResponsesSlotNext(
|
|
524
|
+
resourceGroupName,
|
|
525
|
+
siteName,
|
|
526
|
+
slot,
|
|
527
|
+
continuationToken,
|
|
528
|
+
options
|
|
529
|
+
);
|
|
530
|
+
continuationToken = result.nextLink;
|
|
531
|
+
yield result.value || [];
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
private async *listSiteDetectorResponsesSlotPagingAll(
|
|
536
|
+
resourceGroupName: string,
|
|
537
|
+
siteName: string,
|
|
538
|
+
slot: string,
|
|
539
|
+
options?: DiagnosticsListSiteDetectorResponsesSlotOptionalParams
|
|
540
|
+
): AsyncIterableIterator<DetectorResponse> {
|
|
541
|
+
for await (const page of this.listSiteDetectorResponsesSlotPagingPage(
|
|
542
|
+
resourceGroupName,
|
|
543
|
+
siteName,
|
|
544
|
+
slot,
|
|
545
|
+
options
|
|
546
|
+
)) {
|
|
547
|
+
yield* page;
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* Description for Get Diagnostics Categories
|
|
553
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
554
|
+
* @param siteName Site Name
|
|
555
|
+
* @param slot Slot Name
|
|
556
|
+
* @param options The options parameters.
|
|
557
|
+
*/
|
|
558
|
+
public listSiteDiagnosticCategoriesSlot(
|
|
559
|
+
resourceGroupName: string,
|
|
560
|
+
siteName: string,
|
|
561
|
+
slot: string,
|
|
562
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams
|
|
563
|
+
): PagedAsyncIterableIterator<DiagnosticCategory> {
|
|
564
|
+
const iter = this.listSiteDiagnosticCategoriesSlotPagingAll(
|
|
565
|
+
resourceGroupName,
|
|
566
|
+
siteName,
|
|
567
|
+
slot,
|
|
568
|
+
options
|
|
569
|
+
);
|
|
570
|
+
return {
|
|
571
|
+
next() {
|
|
572
|
+
return iter.next();
|
|
573
|
+
},
|
|
574
|
+
[Symbol.asyncIterator]() {
|
|
575
|
+
return this;
|
|
576
|
+
},
|
|
577
|
+
byPage: () => {
|
|
578
|
+
return this.listSiteDiagnosticCategoriesSlotPagingPage(
|
|
579
|
+
resourceGroupName,
|
|
580
|
+
siteName,
|
|
581
|
+
slot,
|
|
582
|
+
options
|
|
583
|
+
);
|
|
584
|
+
}
|
|
585
|
+
};
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
private async *listSiteDiagnosticCategoriesSlotPagingPage(
|
|
589
|
+
resourceGroupName: string,
|
|
590
|
+
siteName: string,
|
|
591
|
+
slot: string,
|
|
592
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams
|
|
593
|
+
): AsyncIterableIterator<DiagnosticCategory[]> {
|
|
594
|
+
let result = await this._listSiteDiagnosticCategoriesSlot(
|
|
595
|
+
resourceGroupName,
|
|
596
|
+
siteName,
|
|
597
|
+
slot,
|
|
598
|
+
options
|
|
599
|
+
);
|
|
600
|
+
yield result.value || [];
|
|
601
|
+
let continuationToken = result.nextLink;
|
|
602
|
+
while (continuationToken) {
|
|
603
|
+
result = await this._listSiteDiagnosticCategoriesSlotNext(
|
|
604
|
+
resourceGroupName,
|
|
605
|
+
siteName,
|
|
606
|
+
slot,
|
|
607
|
+
continuationToken,
|
|
608
|
+
options
|
|
609
|
+
);
|
|
610
|
+
continuationToken = result.nextLink;
|
|
611
|
+
yield result.value || [];
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
private async *listSiteDiagnosticCategoriesSlotPagingAll(
|
|
616
|
+
resourceGroupName: string,
|
|
617
|
+
siteName: string,
|
|
618
|
+
slot: string,
|
|
619
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams
|
|
620
|
+
): AsyncIterableIterator<DiagnosticCategory> {
|
|
621
|
+
for await (const page of this.listSiteDiagnosticCategoriesSlotPagingPage(
|
|
622
|
+
resourceGroupName,
|
|
623
|
+
siteName,
|
|
624
|
+
slot,
|
|
625
|
+
options
|
|
626
|
+
)) {
|
|
627
|
+
yield* page;
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* Description for Get Site Analyses
|
|
633
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
634
|
+
* @param siteName Site Name
|
|
635
|
+
* @param diagnosticCategory Diagnostic Category
|
|
636
|
+
* @param slot Slot Name
|
|
637
|
+
* @param options The options parameters.
|
|
638
|
+
*/
|
|
639
|
+
public listSiteAnalysesSlot(
|
|
640
|
+
resourceGroupName: string,
|
|
641
|
+
siteName: string,
|
|
642
|
+
diagnosticCategory: string,
|
|
643
|
+
slot: string,
|
|
644
|
+
options?: DiagnosticsListSiteAnalysesSlotOptionalParams
|
|
645
|
+
): PagedAsyncIterableIterator<AnalysisDefinition> {
|
|
646
|
+
const iter = this.listSiteAnalysesSlotPagingAll(
|
|
647
|
+
resourceGroupName,
|
|
648
|
+
siteName,
|
|
649
|
+
diagnosticCategory,
|
|
650
|
+
slot,
|
|
651
|
+
options
|
|
652
|
+
);
|
|
653
|
+
return {
|
|
654
|
+
next() {
|
|
655
|
+
return iter.next();
|
|
656
|
+
},
|
|
657
|
+
[Symbol.asyncIterator]() {
|
|
658
|
+
return this;
|
|
659
|
+
},
|
|
660
|
+
byPage: () => {
|
|
661
|
+
return this.listSiteAnalysesSlotPagingPage(
|
|
662
|
+
resourceGroupName,
|
|
663
|
+
siteName,
|
|
664
|
+
diagnosticCategory,
|
|
665
|
+
slot,
|
|
666
|
+
options
|
|
667
|
+
);
|
|
668
|
+
}
|
|
669
|
+
};
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
private async *listSiteAnalysesSlotPagingPage(
|
|
673
|
+
resourceGroupName: string,
|
|
674
|
+
siteName: string,
|
|
675
|
+
diagnosticCategory: string,
|
|
676
|
+
slot: string,
|
|
677
|
+
options?: DiagnosticsListSiteAnalysesSlotOptionalParams
|
|
678
|
+
): AsyncIterableIterator<AnalysisDefinition[]> {
|
|
679
|
+
let result = await this._listSiteAnalysesSlot(
|
|
680
|
+
resourceGroupName,
|
|
681
|
+
siteName,
|
|
682
|
+
diagnosticCategory,
|
|
683
|
+
slot,
|
|
684
|
+
options
|
|
685
|
+
);
|
|
686
|
+
yield result.value || [];
|
|
687
|
+
let continuationToken = result.nextLink;
|
|
688
|
+
while (continuationToken) {
|
|
689
|
+
result = await this._listSiteAnalysesSlotNext(
|
|
690
|
+
resourceGroupName,
|
|
691
|
+
siteName,
|
|
692
|
+
diagnosticCategory,
|
|
693
|
+
slot,
|
|
694
|
+
continuationToken,
|
|
695
|
+
options
|
|
696
|
+
);
|
|
697
|
+
continuationToken = result.nextLink;
|
|
698
|
+
yield result.value || [];
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
private async *listSiteAnalysesSlotPagingAll(
|
|
703
|
+
resourceGroupName: string,
|
|
704
|
+
siteName: string,
|
|
705
|
+
diagnosticCategory: string,
|
|
706
|
+
slot: string,
|
|
707
|
+
options?: DiagnosticsListSiteAnalysesSlotOptionalParams
|
|
708
|
+
): AsyncIterableIterator<AnalysisDefinition> {
|
|
709
|
+
for await (const page of this.listSiteAnalysesSlotPagingPage(
|
|
710
|
+
resourceGroupName,
|
|
711
|
+
siteName,
|
|
712
|
+
diagnosticCategory,
|
|
713
|
+
slot,
|
|
714
|
+
options
|
|
715
|
+
)) {
|
|
716
|
+
yield* page;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
/**
|
|
721
|
+
* Description for Get Detectors
|
|
722
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
723
|
+
* @param siteName Site Name
|
|
724
|
+
* @param diagnosticCategory Diagnostic Category
|
|
725
|
+
* @param slot Slot Name
|
|
726
|
+
* @param options The options parameters.
|
|
727
|
+
*/
|
|
728
|
+
public listSiteDetectorsSlot(
|
|
729
|
+
resourceGroupName: string,
|
|
730
|
+
siteName: string,
|
|
731
|
+
diagnosticCategory: string,
|
|
732
|
+
slot: string,
|
|
733
|
+
options?: DiagnosticsListSiteDetectorsSlotOptionalParams
|
|
734
|
+
): PagedAsyncIterableIterator<DetectorDefinitionResource> {
|
|
735
|
+
const iter = this.listSiteDetectorsSlotPagingAll(
|
|
736
|
+
resourceGroupName,
|
|
737
|
+
siteName,
|
|
738
|
+
diagnosticCategory,
|
|
739
|
+
slot,
|
|
740
|
+
options
|
|
741
|
+
);
|
|
742
|
+
return {
|
|
743
|
+
next() {
|
|
744
|
+
return iter.next();
|
|
745
|
+
},
|
|
746
|
+
[Symbol.asyncIterator]() {
|
|
747
|
+
return this;
|
|
748
|
+
},
|
|
749
|
+
byPage: () => {
|
|
750
|
+
return this.listSiteDetectorsSlotPagingPage(
|
|
751
|
+
resourceGroupName,
|
|
752
|
+
siteName,
|
|
753
|
+
diagnosticCategory,
|
|
754
|
+
slot,
|
|
755
|
+
options
|
|
756
|
+
);
|
|
757
|
+
}
|
|
758
|
+
};
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
private async *listSiteDetectorsSlotPagingPage(
|
|
762
|
+
resourceGroupName: string,
|
|
763
|
+
siteName: string,
|
|
764
|
+
diagnosticCategory: string,
|
|
765
|
+
slot: string,
|
|
766
|
+
options?: DiagnosticsListSiteDetectorsSlotOptionalParams
|
|
767
|
+
): AsyncIterableIterator<DetectorDefinitionResource[]> {
|
|
768
|
+
let result = await this._listSiteDetectorsSlot(
|
|
769
|
+
resourceGroupName,
|
|
770
|
+
siteName,
|
|
771
|
+
diagnosticCategory,
|
|
772
|
+
slot,
|
|
773
|
+
options
|
|
774
|
+
);
|
|
775
|
+
yield result.value || [];
|
|
776
|
+
let continuationToken = result.nextLink;
|
|
777
|
+
while (continuationToken) {
|
|
778
|
+
result = await this._listSiteDetectorsSlotNext(
|
|
779
|
+
resourceGroupName,
|
|
780
|
+
siteName,
|
|
781
|
+
diagnosticCategory,
|
|
782
|
+
slot,
|
|
783
|
+
continuationToken,
|
|
784
|
+
options
|
|
785
|
+
);
|
|
786
|
+
continuationToken = result.nextLink;
|
|
787
|
+
yield result.value || [];
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
private async *listSiteDetectorsSlotPagingAll(
|
|
792
|
+
resourceGroupName: string,
|
|
793
|
+
siteName: string,
|
|
794
|
+
diagnosticCategory: string,
|
|
795
|
+
slot: string,
|
|
796
|
+
options?: DiagnosticsListSiteDetectorsSlotOptionalParams
|
|
797
|
+
): AsyncIterableIterator<DetectorDefinitionResource> {
|
|
798
|
+
for await (const page of this.listSiteDetectorsSlotPagingPage(
|
|
799
|
+
resourceGroupName,
|
|
800
|
+
siteName,
|
|
801
|
+
diagnosticCategory,
|
|
802
|
+
slot,
|
|
803
|
+
options
|
|
804
|
+
)) {
|
|
805
|
+
yield* page;
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* Description for List Hosting Environment Detector Responses
|
|
811
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
812
|
+
* @param name Site Name
|
|
813
|
+
* @param options The options parameters.
|
|
814
|
+
*/
|
|
815
|
+
private _listHostingEnvironmentDetectorResponses(
|
|
816
|
+
resourceGroupName: string,
|
|
817
|
+
name: string,
|
|
818
|
+
options?: DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams
|
|
819
|
+
): Promise<DiagnosticsListHostingEnvironmentDetectorResponsesResponse> {
|
|
820
|
+
return this.client.sendOperationRequest(
|
|
821
|
+
{ resourceGroupName, name, options },
|
|
822
|
+
listHostingEnvironmentDetectorResponsesOperationSpec
|
|
823
|
+
);
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
* Description for Get Hosting Environment Detector Response
|
|
828
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
829
|
+
* @param name App Service Environment Name
|
|
830
|
+
* @param detectorName Detector Resource Name
|
|
831
|
+
* @param options The options parameters.
|
|
832
|
+
*/
|
|
833
|
+
getHostingEnvironmentDetectorResponse(
|
|
834
|
+
resourceGroupName: string,
|
|
835
|
+
name: string,
|
|
836
|
+
detectorName: string,
|
|
837
|
+
options?: DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams
|
|
838
|
+
): Promise<DiagnosticsGetHostingEnvironmentDetectorResponseResponse> {
|
|
839
|
+
return this.client.sendOperationRequest(
|
|
840
|
+
{ resourceGroupName, name, detectorName, options },
|
|
841
|
+
getHostingEnvironmentDetectorResponseOperationSpec
|
|
842
|
+
);
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* Description for List Site Detector Responses
|
|
847
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
848
|
+
* @param siteName Site Name
|
|
849
|
+
* @param options The options parameters.
|
|
850
|
+
*/
|
|
851
|
+
private _listSiteDetectorResponses(
|
|
852
|
+
resourceGroupName: string,
|
|
853
|
+
siteName: string,
|
|
854
|
+
options?: DiagnosticsListSiteDetectorResponsesOptionalParams
|
|
855
|
+
): Promise<DiagnosticsListSiteDetectorResponsesResponse> {
|
|
856
|
+
return this.client.sendOperationRequest(
|
|
857
|
+
{ resourceGroupName, siteName, options },
|
|
858
|
+
listSiteDetectorResponsesOperationSpec
|
|
859
|
+
);
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* Description for Get site detector response
|
|
864
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
865
|
+
* @param siteName Site Name
|
|
866
|
+
* @param detectorName Detector Resource Name
|
|
867
|
+
* @param options The options parameters.
|
|
868
|
+
*/
|
|
869
|
+
getSiteDetectorResponse(
|
|
870
|
+
resourceGroupName: string,
|
|
871
|
+
siteName: string,
|
|
872
|
+
detectorName: string,
|
|
873
|
+
options?: DiagnosticsGetSiteDetectorResponseOptionalParams
|
|
874
|
+
): Promise<DiagnosticsGetSiteDetectorResponseResponse> {
|
|
875
|
+
return this.client.sendOperationRequest(
|
|
876
|
+
{ resourceGroupName, siteName, detectorName, options },
|
|
877
|
+
getSiteDetectorResponseOperationSpec
|
|
878
|
+
);
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
/**
|
|
882
|
+
* Description for Get Diagnostics Categories
|
|
883
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
884
|
+
* @param siteName Site Name
|
|
885
|
+
* @param options The options parameters.
|
|
886
|
+
*/
|
|
887
|
+
private _listSiteDiagnosticCategories(
|
|
888
|
+
resourceGroupName: string,
|
|
889
|
+
siteName: string,
|
|
890
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesOptionalParams
|
|
891
|
+
): Promise<DiagnosticsListSiteDiagnosticCategoriesResponse> {
|
|
892
|
+
return this.client.sendOperationRequest(
|
|
893
|
+
{ resourceGroupName, siteName, options },
|
|
894
|
+
listSiteDiagnosticCategoriesOperationSpec
|
|
895
|
+
);
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* Description for Get Diagnostics Category
|
|
900
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
901
|
+
* @param siteName Site Name
|
|
902
|
+
* @param diagnosticCategory Diagnostic Category
|
|
903
|
+
* @param options The options parameters.
|
|
904
|
+
*/
|
|
905
|
+
getSiteDiagnosticCategory(
|
|
906
|
+
resourceGroupName: string,
|
|
907
|
+
siteName: string,
|
|
908
|
+
diagnosticCategory: string,
|
|
909
|
+
options?: DiagnosticsGetSiteDiagnosticCategoryOptionalParams
|
|
910
|
+
): Promise<DiagnosticsGetSiteDiagnosticCategoryResponse> {
|
|
911
|
+
return this.client.sendOperationRequest(
|
|
912
|
+
{ resourceGroupName, siteName, diagnosticCategory, options },
|
|
913
|
+
getSiteDiagnosticCategoryOperationSpec
|
|
914
|
+
);
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* Description for Get Site Analyses
|
|
919
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
920
|
+
* @param siteName Site Name
|
|
921
|
+
* @param diagnosticCategory Diagnostic Category
|
|
922
|
+
* @param options The options parameters.
|
|
923
|
+
*/
|
|
924
|
+
private _listSiteAnalyses(
|
|
925
|
+
resourceGroupName: string,
|
|
926
|
+
siteName: string,
|
|
927
|
+
diagnosticCategory: string,
|
|
928
|
+
options?: DiagnosticsListSiteAnalysesOptionalParams
|
|
929
|
+
): Promise<DiagnosticsListSiteAnalysesResponse> {
|
|
930
|
+
return this.client.sendOperationRequest(
|
|
931
|
+
{ resourceGroupName, siteName, diagnosticCategory, options },
|
|
932
|
+
listSiteAnalysesOperationSpec
|
|
933
|
+
);
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
/**
|
|
937
|
+
* Description for Get Site Analysis
|
|
938
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
939
|
+
* @param siteName Site Name
|
|
940
|
+
* @param diagnosticCategory Diagnostic Category
|
|
941
|
+
* @param analysisName Analysis Name
|
|
942
|
+
* @param options The options parameters.
|
|
943
|
+
*/
|
|
944
|
+
getSiteAnalysis(
|
|
945
|
+
resourceGroupName: string,
|
|
946
|
+
siteName: string,
|
|
947
|
+
diagnosticCategory: string,
|
|
948
|
+
analysisName: string,
|
|
949
|
+
options?: DiagnosticsGetSiteAnalysisOptionalParams
|
|
950
|
+
): Promise<DiagnosticsGetSiteAnalysisResponse> {
|
|
951
|
+
return this.client.sendOperationRequest(
|
|
952
|
+
{
|
|
953
|
+
resourceGroupName,
|
|
954
|
+
siteName,
|
|
955
|
+
diagnosticCategory,
|
|
956
|
+
analysisName,
|
|
957
|
+
options
|
|
958
|
+
},
|
|
959
|
+
getSiteAnalysisOperationSpec
|
|
960
|
+
);
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
/**
|
|
964
|
+
* Description for Execute Analysis
|
|
965
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
966
|
+
* @param siteName Site Name
|
|
967
|
+
* @param diagnosticCategory Category Name
|
|
968
|
+
* @param analysisName Analysis Resource Name
|
|
969
|
+
* @param options The options parameters.
|
|
970
|
+
*/
|
|
971
|
+
executeSiteAnalysis(
|
|
972
|
+
resourceGroupName: string,
|
|
973
|
+
siteName: string,
|
|
974
|
+
diagnosticCategory: string,
|
|
975
|
+
analysisName: string,
|
|
976
|
+
options?: DiagnosticsExecuteSiteAnalysisOptionalParams
|
|
977
|
+
): Promise<DiagnosticsExecuteSiteAnalysisResponse> {
|
|
978
|
+
return this.client.sendOperationRequest(
|
|
979
|
+
{
|
|
980
|
+
resourceGroupName,
|
|
981
|
+
siteName,
|
|
982
|
+
diagnosticCategory,
|
|
983
|
+
analysisName,
|
|
984
|
+
options
|
|
985
|
+
},
|
|
986
|
+
executeSiteAnalysisOperationSpec
|
|
987
|
+
);
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* Description for Get Detectors
|
|
992
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
993
|
+
* @param siteName Site Name
|
|
994
|
+
* @param diagnosticCategory Diagnostic Category
|
|
995
|
+
* @param options The options parameters.
|
|
996
|
+
*/
|
|
997
|
+
private _listSiteDetectors(
|
|
998
|
+
resourceGroupName: string,
|
|
999
|
+
siteName: string,
|
|
1000
|
+
diagnosticCategory: string,
|
|
1001
|
+
options?: DiagnosticsListSiteDetectorsOptionalParams
|
|
1002
|
+
): Promise<DiagnosticsListSiteDetectorsResponse> {
|
|
1003
|
+
return this.client.sendOperationRequest(
|
|
1004
|
+
{ resourceGroupName, siteName, diagnosticCategory, options },
|
|
1005
|
+
listSiteDetectorsOperationSpec
|
|
1006
|
+
);
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
/**
|
|
1010
|
+
* Description for Get Detector
|
|
1011
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1012
|
+
* @param siteName Site Name
|
|
1013
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1014
|
+
* @param detectorName Detector Name
|
|
1015
|
+
* @param options The options parameters.
|
|
1016
|
+
*/
|
|
1017
|
+
getSiteDetector(
|
|
1018
|
+
resourceGroupName: string,
|
|
1019
|
+
siteName: string,
|
|
1020
|
+
diagnosticCategory: string,
|
|
1021
|
+
detectorName: string,
|
|
1022
|
+
options?: DiagnosticsGetSiteDetectorOptionalParams
|
|
1023
|
+
): Promise<DiagnosticsGetSiteDetectorResponse> {
|
|
1024
|
+
return this.client.sendOperationRequest(
|
|
1025
|
+
{
|
|
1026
|
+
resourceGroupName,
|
|
1027
|
+
siteName,
|
|
1028
|
+
diagnosticCategory,
|
|
1029
|
+
detectorName,
|
|
1030
|
+
options
|
|
1031
|
+
},
|
|
1032
|
+
getSiteDetectorOperationSpec
|
|
1033
|
+
);
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
/**
|
|
1037
|
+
* Description for Execute Detector
|
|
1038
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1039
|
+
* @param siteName Site Name
|
|
1040
|
+
* @param detectorName Detector Resource Name
|
|
1041
|
+
* @param diagnosticCategory Category Name
|
|
1042
|
+
* @param options The options parameters.
|
|
1043
|
+
*/
|
|
1044
|
+
executeSiteDetector(
|
|
1045
|
+
resourceGroupName: string,
|
|
1046
|
+
siteName: string,
|
|
1047
|
+
detectorName: string,
|
|
1048
|
+
diagnosticCategory: string,
|
|
1049
|
+
options?: DiagnosticsExecuteSiteDetectorOptionalParams
|
|
1050
|
+
): Promise<DiagnosticsExecuteSiteDetectorResponse> {
|
|
1051
|
+
return this.client.sendOperationRequest(
|
|
1052
|
+
{
|
|
1053
|
+
resourceGroupName,
|
|
1054
|
+
siteName,
|
|
1055
|
+
detectorName,
|
|
1056
|
+
diagnosticCategory,
|
|
1057
|
+
options
|
|
1058
|
+
},
|
|
1059
|
+
executeSiteDetectorOperationSpec
|
|
1060
|
+
);
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* Description for List Site Detector Responses
|
|
1065
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1066
|
+
* @param siteName Site Name
|
|
1067
|
+
* @param slot Slot Name
|
|
1068
|
+
* @param options The options parameters.
|
|
1069
|
+
*/
|
|
1070
|
+
private _listSiteDetectorResponsesSlot(
|
|
1071
|
+
resourceGroupName: string,
|
|
1072
|
+
siteName: string,
|
|
1073
|
+
slot: string,
|
|
1074
|
+
options?: DiagnosticsListSiteDetectorResponsesSlotOptionalParams
|
|
1075
|
+
): Promise<DiagnosticsListSiteDetectorResponsesSlotResponse> {
|
|
1076
|
+
return this.client.sendOperationRequest(
|
|
1077
|
+
{ resourceGroupName, siteName, slot, options },
|
|
1078
|
+
listSiteDetectorResponsesSlotOperationSpec
|
|
1079
|
+
);
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
/**
|
|
1083
|
+
* Description for Get site detector response
|
|
1084
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1085
|
+
* @param siteName Site Name
|
|
1086
|
+
* @param detectorName Detector Resource Name
|
|
1087
|
+
* @param slot Slot Name
|
|
1088
|
+
* @param options The options parameters.
|
|
1089
|
+
*/
|
|
1090
|
+
getSiteDetectorResponseSlot(
|
|
1091
|
+
resourceGroupName: string,
|
|
1092
|
+
siteName: string,
|
|
1093
|
+
detectorName: string,
|
|
1094
|
+
slot: string,
|
|
1095
|
+
options?: DiagnosticsGetSiteDetectorResponseSlotOptionalParams
|
|
1096
|
+
): Promise<DiagnosticsGetSiteDetectorResponseSlotResponse> {
|
|
1097
|
+
return this.client.sendOperationRequest(
|
|
1098
|
+
{ resourceGroupName, siteName, detectorName, slot, options },
|
|
1099
|
+
getSiteDetectorResponseSlotOperationSpec
|
|
1100
|
+
);
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* Description for Get Diagnostics Categories
|
|
1105
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1106
|
+
* @param siteName Site Name
|
|
1107
|
+
* @param slot Slot Name
|
|
1108
|
+
* @param options The options parameters.
|
|
1109
|
+
*/
|
|
1110
|
+
private _listSiteDiagnosticCategoriesSlot(
|
|
1111
|
+
resourceGroupName: string,
|
|
1112
|
+
siteName: string,
|
|
1113
|
+
slot: string,
|
|
1114
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams
|
|
1115
|
+
): Promise<DiagnosticsListSiteDiagnosticCategoriesSlotResponse> {
|
|
1116
|
+
return this.client.sendOperationRequest(
|
|
1117
|
+
{ resourceGroupName, siteName, slot, options },
|
|
1118
|
+
listSiteDiagnosticCategoriesSlotOperationSpec
|
|
1119
|
+
);
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
* Description for Get Diagnostics Category
|
|
1124
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1125
|
+
* @param siteName Site Name
|
|
1126
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1127
|
+
* @param slot Slot Name
|
|
1128
|
+
* @param options The options parameters.
|
|
1129
|
+
*/
|
|
1130
|
+
getSiteDiagnosticCategorySlot(
|
|
1131
|
+
resourceGroupName: string,
|
|
1132
|
+
siteName: string,
|
|
1133
|
+
diagnosticCategory: string,
|
|
1134
|
+
slot: string,
|
|
1135
|
+
options?: DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams
|
|
1136
|
+
): Promise<DiagnosticsGetSiteDiagnosticCategorySlotResponse> {
|
|
1137
|
+
return this.client.sendOperationRequest(
|
|
1138
|
+
{ resourceGroupName, siteName, diagnosticCategory, slot, options },
|
|
1139
|
+
getSiteDiagnosticCategorySlotOperationSpec
|
|
1140
|
+
);
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
/**
|
|
1144
|
+
* Description for Get Site Analyses
|
|
1145
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1146
|
+
* @param siteName Site Name
|
|
1147
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1148
|
+
* @param slot Slot Name
|
|
1149
|
+
* @param options The options parameters.
|
|
1150
|
+
*/
|
|
1151
|
+
private _listSiteAnalysesSlot(
|
|
1152
|
+
resourceGroupName: string,
|
|
1153
|
+
siteName: string,
|
|
1154
|
+
diagnosticCategory: string,
|
|
1155
|
+
slot: string,
|
|
1156
|
+
options?: DiagnosticsListSiteAnalysesSlotOptionalParams
|
|
1157
|
+
): Promise<DiagnosticsListSiteAnalysesSlotResponse> {
|
|
1158
|
+
return this.client.sendOperationRequest(
|
|
1159
|
+
{ resourceGroupName, siteName, diagnosticCategory, slot, options },
|
|
1160
|
+
listSiteAnalysesSlotOperationSpec
|
|
1161
|
+
);
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* Description for Get Site Analysis
|
|
1166
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1167
|
+
* @param siteName Site Name
|
|
1168
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1169
|
+
* @param analysisName Analysis Name
|
|
1170
|
+
* @param slot Slot - optional
|
|
1171
|
+
* @param options The options parameters.
|
|
1172
|
+
*/
|
|
1173
|
+
getSiteAnalysisSlot(
|
|
1174
|
+
resourceGroupName: string,
|
|
1175
|
+
siteName: string,
|
|
1176
|
+
diagnosticCategory: string,
|
|
1177
|
+
analysisName: string,
|
|
1178
|
+
slot: string,
|
|
1179
|
+
options?: DiagnosticsGetSiteAnalysisSlotOptionalParams
|
|
1180
|
+
): Promise<DiagnosticsGetSiteAnalysisSlotResponse> {
|
|
1181
|
+
return this.client.sendOperationRequest(
|
|
1182
|
+
{
|
|
1183
|
+
resourceGroupName,
|
|
1184
|
+
siteName,
|
|
1185
|
+
diagnosticCategory,
|
|
1186
|
+
analysisName,
|
|
1187
|
+
slot,
|
|
1188
|
+
options
|
|
1189
|
+
},
|
|
1190
|
+
getSiteAnalysisSlotOperationSpec
|
|
1191
|
+
);
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
/**
|
|
1195
|
+
* Description for Execute Analysis
|
|
1196
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1197
|
+
* @param siteName Site Name
|
|
1198
|
+
* @param diagnosticCategory Category Name
|
|
1199
|
+
* @param analysisName Analysis Resource Name
|
|
1200
|
+
* @param slot Slot Name
|
|
1201
|
+
* @param options The options parameters.
|
|
1202
|
+
*/
|
|
1203
|
+
executeSiteAnalysisSlot(
|
|
1204
|
+
resourceGroupName: string,
|
|
1205
|
+
siteName: string,
|
|
1206
|
+
diagnosticCategory: string,
|
|
1207
|
+
analysisName: string,
|
|
1208
|
+
slot: string,
|
|
1209
|
+
options?: DiagnosticsExecuteSiteAnalysisSlotOptionalParams
|
|
1210
|
+
): Promise<DiagnosticsExecuteSiteAnalysisSlotResponse> {
|
|
1211
|
+
return this.client.sendOperationRequest(
|
|
1212
|
+
{
|
|
1213
|
+
resourceGroupName,
|
|
1214
|
+
siteName,
|
|
1215
|
+
diagnosticCategory,
|
|
1216
|
+
analysisName,
|
|
1217
|
+
slot,
|
|
1218
|
+
options
|
|
1219
|
+
},
|
|
1220
|
+
executeSiteAnalysisSlotOperationSpec
|
|
1221
|
+
);
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* Description for Get Detectors
|
|
1226
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1227
|
+
* @param siteName Site Name
|
|
1228
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1229
|
+
* @param slot Slot Name
|
|
1230
|
+
* @param options The options parameters.
|
|
1231
|
+
*/
|
|
1232
|
+
private _listSiteDetectorsSlot(
|
|
1233
|
+
resourceGroupName: string,
|
|
1234
|
+
siteName: string,
|
|
1235
|
+
diagnosticCategory: string,
|
|
1236
|
+
slot: string,
|
|
1237
|
+
options?: DiagnosticsListSiteDetectorsSlotOptionalParams
|
|
1238
|
+
): Promise<DiagnosticsListSiteDetectorsSlotResponse> {
|
|
1239
|
+
return this.client.sendOperationRequest(
|
|
1240
|
+
{ resourceGroupName, siteName, diagnosticCategory, slot, options },
|
|
1241
|
+
listSiteDetectorsSlotOperationSpec
|
|
1242
|
+
);
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* Description for Get Detector
|
|
1247
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1248
|
+
* @param siteName Site Name
|
|
1249
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1250
|
+
* @param detectorName Detector Name
|
|
1251
|
+
* @param slot Slot Name
|
|
1252
|
+
* @param options The options parameters.
|
|
1253
|
+
*/
|
|
1254
|
+
getSiteDetectorSlot(
|
|
1255
|
+
resourceGroupName: string,
|
|
1256
|
+
siteName: string,
|
|
1257
|
+
diagnosticCategory: string,
|
|
1258
|
+
detectorName: string,
|
|
1259
|
+
slot: string,
|
|
1260
|
+
options?: DiagnosticsGetSiteDetectorSlotOptionalParams
|
|
1261
|
+
): Promise<DiagnosticsGetSiteDetectorSlotResponse> {
|
|
1262
|
+
return this.client.sendOperationRequest(
|
|
1263
|
+
{
|
|
1264
|
+
resourceGroupName,
|
|
1265
|
+
siteName,
|
|
1266
|
+
diagnosticCategory,
|
|
1267
|
+
detectorName,
|
|
1268
|
+
slot,
|
|
1269
|
+
options
|
|
1270
|
+
},
|
|
1271
|
+
getSiteDetectorSlotOperationSpec
|
|
1272
|
+
);
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* Description for Execute Detector
|
|
1277
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1278
|
+
* @param siteName Site Name
|
|
1279
|
+
* @param detectorName Detector Resource Name
|
|
1280
|
+
* @param diagnosticCategory Category Name
|
|
1281
|
+
* @param slot Slot Name
|
|
1282
|
+
* @param options The options parameters.
|
|
1283
|
+
*/
|
|
1284
|
+
executeSiteDetectorSlot(
|
|
1285
|
+
resourceGroupName: string,
|
|
1286
|
+
siteName: string,
|
|
1287
|
+
detectorName: string,
|
|
1288
|
+
diagnosticCategory: string,
|
|
1289
|
+
slot: string,
|
|
1290
|
+
options?: DiagnosticsExecuteSiteDetectorSlotOptionalParams
|
|
1291
|
+
): Promise<DiagnosticsExecuteSiteDetectorSlotResponse> {
|
|
1292
|
+
return this.client.sendOperationRequest(
|
|
1293
|
+
{
|
|
1294
|
+
resourceGroupName,
|
|
1295
|
+
siteName,
|
|
1296
|
+
detectorName,
|
|
1297
|
+
diagnosticCategory,
|
|
1298
|
+
slot,
|
|
1299
|
+
options
|
|
1300
|
+
},
|
|
1301
|
+
executeSiteDetectorSlotOperationSpec
|
|
1302
|
+
);
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* ListHostingEnvironmentDetectorResponsesNext
|
|
1307
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1308
|
+
* @param name Site Name
|
|
1309
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
1310
|
+
* ListHostingEnvironmentDetectorResponses method.
|
|
1311
|
+
* @param options The options parameters.
|
|
1312
|
+
*/
|
|
1313
|
+
private _listHostingEnvironmentDetectorResponsesNext(
|
|
1314
|
+
resourceGroupName: string,
|
|
1315
|
+
name: string,
|
|
1316
|
+
nextLink: string,
|
|
1317
|
+
options?: DiagnosticsListHostingEnvironmentDetectorResponsesNextOptionalParams
|
|
1318
|
+
): Promise<DiagnosticsListHostingEnvironmentDetectorResponsesNextResponse> {
|
|
1319
|
+
return this.client.sendOperationRequest(
|
|
1320
|
+
{ resourceGroupName, name, nextLink, options },
|
|
1321
|
+
listHostingEnvironmentDetectorResponsesNextOperationSpec
|
|
1322
|
+
);
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
/**
|
|
1326
|
+
* ListSiteDetectorResponsesNext
|
|
1327
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1328
|
+
* @param siteName Site Name
|
|
1329
|
+
* @param nextLink The nextLink from the previous successful call to the ListSiteDetectorResponses
|
|
1330
|
+
* method.
|
|
1331
|
+
* @param options The options parameters.
|
|
1332
|
+
*/
|
|
1333
|
+
private _listSiteDetectorResponsesNext(
|
|
1334
|
+
resourceGroupName: string,
|
|
1335
|
+
siteName: string,
|
|
1336
|
+
nextLink: string,
|
|
1337
|
+
options?: DiagnosticsListSiteDetectorResponsesNextOptionalParams
|
|
1338
|
+
): Promise<DiagnosticsListSiteDetectorResponsesNextResponse> {
|
|
1339
|
+
return this.client.sendOperationRequest(
|
|
1340
|
+
{ resourceGroupName, siteName, nextLink, options },
|
|
1341
|
+
listSiteDetectorResponsesNextOperationSpec
|
|
1342
|
+
);
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
/**
|
|
1346
|
+
* ListSiteDiagnosticCategoriesNext
|
|
1347
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1348
|
+
* @param siteName Site Name
|
|
1349
|
+
* @param nextLink The nextLink from the previous successful call to the ListSiteDiagnosticCategories
|
|
1350
|
+
* method.
|
|
1351
|
+
* @param options The options parameters.
|
|
1352
|
+
*/
|
|
1353
|
+
private _listSiteDiagnosticCategoriesNext(
|
|
1354
|
+
resourceGroupName: string,
|
|
1355
|
+
siteName: string,
|
|
1356
|
+
nextLink: string,
|
|
1357
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesNextOptionalParams
|
|
1358
|
+
): Promise<DiagnosticsListSiteDiagnosticCategoriesNextResponse> {
|
|
1359
|
+
return this.client.sendOperationRequest(
|
|
1360
|
+
{ resourceGroupName, siteName, nextLink, options },
|
|
1361
|
+
listSiteDiagnosticCategoriesNextOperationSpec
|
|
1362
|
+
);
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
/**
|
|
1366
|
+
* ListSiteAnalysesNext
|
|
1367
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1368
|
+
* @param siteName Site Name
|
|
1369
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1370
|
+
* @param nextLink The nextLink from the previous successful call to the ListSiteAnalyses method.
|
|
1371
|
+
* @param options The options parameters.
|
|
1372
|
+
*/
|
|
1373
|
+
private _listSiteAnalysesNext(
|
|
1374
|
+
resourceGroupName: string,
|
|
1375
|
+
siteName: string,
|
|
1376
|
+
diagnosticCategory: string,
|
|
1377
|
+
nextLink: string,
|
|
1378
|
+
options?: DiagnosticsListSiteAnalysesNextOptionalParams
|
|
1379
|
+
): Promise<DiagnosticsListSiteAnalysesNextResponse> {
|
|
1380
|
+
return this.client.sendOperationRequest(
|
|
1381
|
+
{ resourceGroupName, siteName, diagnosticCategory, nextLink, options },
|
|
1382
|
+
listSiteAnalysesNextOperationSpec
|
|
1383
|
+
);
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
/**
|
|
1387
|
+
* ListSiteDetectorsNext
|
|
1388
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1389
|
+
* @param siteName Site Name
|
|
1390
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1391
|
+
* @param nextLink The nextLink from the previous successful call to the ListSiteDetectors method.
|
|
1392
|
+
* @param options The options parameters.
|
|
1393
|
+
*/
|
|
1394
|
+
private _listSiteDetectorsNext(
|
|
1395
|
+
resourceGroupName: string,
|
|
1396
|
+
siteName: string,
|
|
1397
|
+
diagnosticCategory: string,
|
|
1398
|
+
nextLink: string,
|
|
1399
|
+
options?: DiagnosticsListSiteDetectorsNextOptionalParams
|
|
1400
|
+
): Promise<DiagnosticsListSiteDetectorsNextResponse> {
|
|
1401
|
+
return this.client.sendOperationRequest(
|
|
1402
|
+
{ resourceGroupName, siteName, diagnosticCategory, nextLink, options },
|
|
1403
|
+
listSiteDetectorsNextOperationSpec
|
|
1404
|
+
);
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
/**
|
|
1408
|
+
* ListSiteDetectorResponsesSlotNext
|
|
1409
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1410
|
+
* @param siteName Site Name
|
|
1411
|
+
* @param slot Slot Name
|
|
1412
|
+
* @param nextLink The nextLink from the previous successful call to the ListSiteDetectorResponsesSlot
|
|
1413
|
+
* method.
|
|
1414
|
+
* @param options The options parameters.
|
|
1415
|
+
*/
|
|
1416
|
+
private _listSiteDetectorResponsesSlotNext(
|
|
1417
|
+
resourceGroupName: string,
|
|
1418
|
+
siteName: string,
|
|
1419
|
+
slot: string,
|
|
1420
|
+
nextLink: string,
|
|
1421
|
+
options?: DiagnosticsListSiteDetectorResponsesSlotNextOptionalParams
|
|
1422
|
+
): Promise<DiagnosticsListSiteDetectorResponsesSlotNextResponse> {
|
|
1423
|
+
return this.client.sendOperationRequest(
|
|
1424
|
+
{ resourceGroupName, siteName, slot, nextLink, options },
|
|
1425
|
+
listSiteDetectorResponsesSlotNextOperationSpec
|
|
1426
|
+
);
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
/**
|
|
1430
|
+
* ListSiteDiagnosticCategoriesSlotNext
|
|
1431
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1432
|
+
* @param siteName Site Name
|
|
1433
|
+
* @param slot Slot Name
|
|
1434
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
1435
|
+
* ListSiteDiagnosticCategoriesSlot method.
|
|
1436
|
+
* @param options The options parameters.
|
|
1437
|
+
*/
|
|
1438
|
+
private _listSiteDiagnosticCategoriesSlotNext(
|
|
1439
|
+
resourceGroupName: string,
|
|
1440
|
+
siteName: string,
|
|
1441
|
+
slot: string,
|
|
1442
|
+
nextLink: string,
|
|
1443
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesSlotNextOptionalParams
|
|
1444
|
+
): Promise<DiagnosticsListSiteDiagnosticCategoriesSlotNextResponse> {
|
|
1445
|
+
return this.client.sendOperationRequest(
|
|
1446
|
+
{ resourceGroupName, siteName, slot, nextLink, options },
|
|
1447
|
+
listSiteDiagnosticCategoriesSlotNextOperationSpec
|
|
1448
|
+
);
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* ListSiteAnalysesSlotNext
|
|
1453
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1454
|
+
* @param siteName Site Name
|
|
1455
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1456
|
+
* @param slot Slot Name
|
|
1457
|
+
* @param nextLink The nextLink from the previous successful call to the ListSiteAnalysesSlot method.
|
|
1458
|
+
* @param options The options parameters.
|
|
1459
|
+
*/
|
|
1460
|
+
private _listSiteAnalysesSlotNext(
|
|
1461
|
+
resourceGroupName: string,
|
|
1462
|
+
siteName: string,
|
|
1463
|
+
diagnosticCategory: string,
|
|
1464
|
+
slot: string,
|
|
1465
|
+
nextLink: string,
|
|
1466
|
+
options?: DiagnosticsListSiteAnalysesSlotNextOptionalParams
|
|
1467
|
+
): Promise<DiagnosticsListSiteAnalysesSlotNextResponse> {
|
|
1468
|
+
return this.client.sendOperationRequest(
|
|
1469
|
+
{
|
|
1470
|
+
resourceGroupName,
|
|
1471
|
+
siteName,
|
|
1472
|
+
diagnosticCategory,
|
|
1473
|
+
slot,
|
|
1474
|
+
nextLink,
|
|
1475
|
+
options
|
|
1476
|
+
},
|
|
1477
|
+
listSiteAnalysesSlotNextOperationSpec
|
|
1478
|
+
);
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
/**
|
|
1482
|
+
* ListSiteDetectorsSlotNext
|
|
1483
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
1484
|
+
* @param siteName Site Name
|
|
1485
|
+
* @param diagnosticCategory Diagnostic Category
|
|
1486
|
+
* @param slot Slot Name
|
|
1487
|
+
* @param nextLink The nextLink from the previous successful call to the ListSiteDetectorsSlot method.
|
|
1488
|
+
* @param options The options parameters.
|
|
1489
|
+
*/
|
|
1490
|
+
private _listSiteDetectorsSlotNext(
|
|
1491
|
+
resourceGroupName: string,
|
|
1492
|
+
siteName: string,
|
|
1493
|
+
diagnosticCategory: string,
|
|
1494
|
+
slot: string,
|
|
1495
|
+
nextLink: string,
|
|
1496
|
+
options?: DiagnosticsListSiteDetectorsSlotNextOptionalParams
|
|
1497
|
+
): Promise<DiagnosticsListSiteDetectorsSlotNextResponse> {
|
|
1498
|
+
return this.client.sendOperationRequest(
|
|
1499
|
+
{
|
|
1500
|
+
resourceGroupName,
|
|
1501
|
+
siteName,
|
|
1502
|
+
diagnosticCategory,
|
|
1503
|
+
slot,
|
|
1504
|
+
nextLink,
|
|
1505
|
+
options
|
|
1506
|
+
},
|
|
1507
|
+
listSiteDetectorsSlotNextOperationSpec
|
|
1508
|
+
);
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
// Operation Specifications
|
|
1512
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
1513
|
+
|
|
1514
|
+
const listHostingEnvironmentDetectorResponsesOperationSpec: coreClient.OperationSpec = {
|
|
1515
|
+
path:
|
|
1516
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors",
|
|
1517
|
+
httpMethod: "GET",
|
|
1518
|
+
responses: {
|
|
1519
|
+
200: {
|
|
1520
|
+
bodyMapper: Mappers.DetectorResponseCollection
|
|
1521
|
+
},
|
|
1522
|
+
default: {
|
|
1523
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
queryParameters: [Parameters.apiVersion],
|
|
1527
|
+
urlParameters: [
|
|
1528
|
+
Parameters.$host,
|
|
1529
|
+
Parameters.subscriptionId,
|
|
1530
|
+
Parameters.resourceGroupName,
|
|
1531
|
+
Parameters.name
|
|
1532
|
+
],
|
|
1533
|
+
headerParameters: [Parameters.accept],
|
|
1534
|
+
serializer
|
|
1535
|
+
};
|
|
1536
|
+
const getHostingEnvironmentDetectorResponseOperationSpec: coreClient.OperationSpec = {
|
|
1537
|
+
path:
|
|
1538
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/detectors/{detectorName}",
|
|
1539
|
+
httpMethod: "GET",
|
|
1540
|
+
responses: {
|
|
1541
|
+
200: {
|
|
1542
|
+
bodyMapper: Mappers.DetectorResponse
|
|
1543
|
+
},
|
|
1544
|
+
default: {
|
|
1545
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
queryParameters: [
|
|
1549
|
+
Parameters.apiVersion,
|
|
1550
|
+
Parameters.startTime,
|
|
1551
|
+
Parameters.endTime,
|
|
1552
|
+
Parameters.timeGrain
|
|
1553
|
+
],
|
|
1554
|
+
urlParameters: [
|
|
1555
|
+
Parameters.$host,
|
|
1556
|
+
Parameters.subscriptionId,
|
|
1557
|
+
Parameters.resourceGroupName,
|
|
1558
|
+
Parameters.name,
|
|
1559
|
+
Parameters.detectorName
|
|
1560
|
+
],
|
|
1561
|
+
headerParameters: [Parameters.accept],
|
|
1562
|
+
serializer
|
|
1563
|
+
};
|
|
1564
|
+
const listSiteDetectorResponsesOperationSpec: coreClient.OperationSpec = {
|
|
1565
|
+
path:
|
|
1566
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors",
|
|
1567
|
+
httpMethod: "GET",
|
|
1568
|
+
responses: {
|
|
1569
|
+
200: {
|
|
1570
|
+
bodyMapper: Mappers.DetectorResponseCollection
|
|
1571
|
+
},
|
|
1572
|
+
default: {
|
|
1573
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
queryParameters: [Parameters.apiVersion],
|
|
1577
|
+
urlParameters: [
|
|
1578
|
+
Parameters.$host,
|
|
1579
|
+
Parameters.subscriptionId,
|
|
1580
|
+
Parameters.resourceGroupName,
|
|
1581
|
+
Parameters.siteName
|
|
1582
|
+
],
|
|
1583
|
+
headerParameters: [Parameters.accept],
|
|
1584
|
+
serializer
|
|
1585
|
+
};
|
|
1586
|
+
const getSiteDetectorResponseOperationSpec: coreClient.OperationSpec = {
|
|
1587
|
+
path:
|
|
1588
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors/{detectorName}",
|
|
1589
|
+
httpMethod: "GET",
|
|
1590
|
+
responses: {
|
|
1591
|
+
200: {
|
|
1592
|
+
bodyMapper: Mappers.DetectorResponse
|
|
1593
|
+
},
|
|
1594
|
+
default: {
|
|
1595
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
queryParameters: [
|
|
1599
|
+
Parameters.apiVersion,
|
|
1600
|
+
Parameters.startTime,
|
|
1601
|
+
Parameters.endTime,
|
|
1602
|
+
Parameters.timeGrain
|
|
1603
|
+
],
|
|
1604
|
+
urlParameters: [
|
|
1605
|
+
Parameters.$host,
|
|
1606
|
+
Parameters.subscriptionId,
|
|
1607
|
+
Parameters.resourceGroupName,
|
|
1608
|
+
Parameters.detectorName,
|
|
1609
|
+
Parameters.siteName
|
|
1610
|
+
],
|
|
1611
|
+
headerParameters: [Parameters.accept],
|
|
1612
|
+
serializer
|
|
1613
|
+
};
|
|
1614
|
+
const listSiteDiagnosticCategoriesOperationSpec: coreClient.OperationSpec = {
|
|
1615
|
+
path:
|
|
1616
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics",
|
|
1617
|
+
httpMethod: "GET",
|
|
1618
|
+
responses: {
|
|
1619
|
+
200: {
|
|
1620
|
+
bodyMapper: Mappers.DiagnosticCategoryCollection
|
|
1621
|
+
},
|
|
1622
|
+
default: {
|
|
1623
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
queryParameters: [Parameters.apiVersion],
|
|
1627
|
+
urlParameters: [
|
|
1628
|
+
Parameters.$host,
|
|
1629
|
+
Parameters.subscriptionId,
|
|
1630
|
+
Parameters.resourceGroupName,
|
|
1631
|
+
Parameters.siteName
|
|
1632
|
+
],
|
|
1633
|
+
headerParameters: [Parameters.accept],
|
|
1634
|
+
serializer
|
|
1635
|
+
};
|
|
1636
|
+
const getSiteDiagnosticCategoryOperationSpec: coreClient.OperationSpec = {
|
|
1637
|
+
path:
|
|
1638
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}",
|
|
1639
|
+
httpMethod: "GET",
|
|
1640
|
+
responses: {
|
|
1641
|
+
200: {
|
|
1642
|
+
bodyMapper: Mappers.DiagnosticCategory
|
|
1643
|
+
},
|
|
1644
|
+
default: {
|
|
1645
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
queryParameters: [Parameters.apiVersion],
|
|
1649
|
+
urlParameters: [
|
|
1650
|
+
Parameters.$host,
|
|
1651
|
+
Parameters.subscriptionId,
|
|
1652
|
+
Parameters.resourceGroupName,
|
|
1653
|
+
Parameters.siteName,
|
|
1654
|
+
Parameters.diagnosticCategory
|
|
1655
|
+
],
|
|
1656
|
+
headerParameters: [Parameters.accept],
|
|
1657
|
+
serializer
|
|
1658
|
+
};
|
|
1659
|
+
const listSiteAnalysesOperationSpec: coreClient.OperationSpec = {
|
|
1660
|
+
path:
|
|
1661
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses",
|
|
1662
|
+
httpMethod: "GET",
|
|
1663
|
+
responses: {
|
|
1664
|
+
200: {
|
|
1665
|
+
bodyMapper: Mappers.DiagnosticAnalysisCollection
|
|
1666
|
+
},
|
|
1667
|
+
default: {
|
|
1668
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
queryParameters: [Parameters.apiVersion],
|
|
1672
|
+
urlParameters: [
|
|
1673
|
+
Parameters.$host,
|
|
1674
|
+
Parameters.subscriptionId,
|
|
1675
|
+
Parameters.resourceGroupName,
|
|
1676
|
+
Parameters.siteName,
|
|
1677
|
+
Parameters.diagnosticCategory
|
|
1678
|
+
],
|
|
1679
|
+
headerParameters: [Parameters.accept],
|
|
1680
|
+
serializer
|
|
1681
|
+
};
|
|
1682
|
+
const getSiteAnalysisOperationSpec: coreClient.OperationSpec = {
|
|
1683
|
+
path:
|
|
1684
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses/{analysisName}",
|
|
1685
|
+
httpMethod: "GET",
|
|
1686
|
+
responses: {
|
|
1687
|
+
200: {
|
|
1688
|
+
bodyMapper: Mappers.AnalysisDefinition
|
|
1689
|
+
},
|
|
1690
|
+
default: {
|
|
1691
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
queryParameters: [Parameters.apiVersion],
|
|
1695
|
+
urlParameters: [
|
|
1696
|
+
Parameters.$host,
|
|
1697
|
+
Parameters.subscriptionId,
|
|
1698
|
+
Parameters.resourceGroupName,
|
|
1699
|
+
Parameters.siteName,
|
|
1700
|
+
Parameters.diagnosticCategory,
|
|
1701
|
+
Parameters.analysisName
|
|
1702
|
+
],
|
|
1703
|
+
headerParameters: [Parameters.accept],
|
|
1704
|
+
serializer
|
|
1705
|
+
};
|
|
1706
|
+
const executeSiteAnalysisOperationSpec: coreClient.OperationSpec = {
|
|
1707
|
+
path:
|
|
1708
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/analyses/{analysisName}/execute",
|
|
1709
|
+
httpMethod: "POST",
|
|
1710
|
+
responses: {
|
|
1711
|
+
200: {
|
|
1712
|
+
bodyMapper: Mappers.DiagnosticAnalysis
|
|
1713
|
+
},
|
|
1714
|
+
default: {
|
|
1715
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
queryParameters: [
|
|
1719
|
+
Parameters.apiVersion,
|
|
1720
|
+
Parameters.startTime,
|
|
1721
|
+
Parameters.endTime,
|
|
1722
|
+
Parameters.timeGrain
|
|
1723
|
+
],
|
|
1724
|
+
urlParameters: [
|
|
1725
|
+
Parameters.$host,
|
|
1726
|
+
Parameters.subscriptionId,
|
|
1727
|
+
Parameters.resourceGroupName,
|
|
1728
|
+
Parameters.siteName,
|
|
1729
|
+
Parameters.diagnosticCategory,
|
|
1730
|
+
Parameters.analysisName
|
|
1731
|
+
],
|
|
1732
|
+
headerParameters: [Parameters.accept],
|
|
1733
|
+
serializer
|
|
1734
|
+
};
|
|
1735
|
+
const listSiteDetectorsOperationSpec: coreClient.OperationSpec = {
|
|
1736
|
+
path:
|
|
1737
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors",
|
|
1738
|
+
httpMethod: "GET",
|
|
1739
|
+
responses: {
|
|
1740
|
+
200: {
|
|
1741
|
+
bodyMapper: Mappers.DiagnosticDetectorCollection
|
|
1742
|
+
},
|
|
1743
|
+
default: {
|
|
1744
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
queryParameters: [Parameters.apiVersion],
|
|
1748
|
+
urlParameters: [
|
|
1749
|
+
Parameters.$host,
|
|
1750
|
+
Parameters.subscriptionId,
|
|
1751
|
+
Parameters.resourceGroupName,
|
|
1752
|
+
Parameters.siteName,
|
|
1753
|
+
Parameters.diagnosticCategory
|
|
1754
|
+
],
|
|
1755
|
+
headerParameters: [Parameters.accept],
|
|
1756
|
+
serializer
|
|
1757
|
+
};
|
|
1758
|
+
const getSiteDetectorOperationSpec: coreClient.OperationSpec = {
|
|
1759
|
+
path:
|
|
1760
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors/{detectorName}",
|
|
1761
|
+
httpMethod: "GET",
|
|
1762
|
+
responses: {
|
|
1763
|
+
200: {
|
|
1764
|
+
bodyMapper: Mappers.DetectorDefinitionResource
|
|
1765
|
+
},
|
|
1766
|
+
default: {
|
|
1767
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
queryParameters: [Parameters.apiVersion],
|
|
1771
|
+
urlParameters: [
|
|
1772
|
+
Parameters.$host,
|
|
1773
|
+
Parameters.subscriptionId,
|
|
1774
|
+
Parameters.resourceGroupName,
|
|
1775
|
+
Parameters.detectorName,
|
|
1776
|
+
Parameters.siteName,
|
|
1777
|
+
Parameters.diagnosticCategory
|
|
1778
|
+
],
|
|
1779
|
+
headerParameters: [Parameters.accept],
|
|
1780
|
+
serializer
|
|
1781
|
+
};
|
|
1782
|
+
const executeSiteDetectorOperationSpec: coreClient.OperationSpec = {
|
|
1783
|
+
path:
|
|
1784
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}/detectors/{detectorName}/execute",
|
|
1785
|
+
httpMethod: "POST",
|
|
1786
|
+
responses: {
|
|
1787
|
+
200: {
|
|
1788
|
+
bodyMapper: Mappers.DiagnosticDetectorResponse
|
|
1789
|
+
},
|
|
1790
|
+
default: {
|
|
1791
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
queryParameters: [
|
|
1795
|
+
Parameters.apiVersion,
|
|
1796
|
+
Parameters.startTime,
|
|
1797
|
+
Parameters.endTime,
|
|
1798
|
+
Parameters.timeGrain
|
|
1799
|
+
],
|
|
1800
|
+
urlParameters: [
|
|
1801
|
+
Parameters.$host,
|
|
1802
|
+
Parameters.subscriptionId,
|
|
1803
|
+
Parameters.resourceGroupName,
|
|
1804
|
+
Parameters.detectorName,
|
|
1805
|
+
Parameters.siteName,
|
|
1806
|
+
Parameters.diagnosticCategory
|
|
1807
|
+
],
|
|
1808
|
+
headerParameters: [Parameters.accept],
|
|
1809
|
+
serializer
|
|
1810
|
+
};
|
|
1811
|
+
const listSiteDetectorResponsesSlotOperationSpec: coreClient.OperationSpec = {
|
|
1812
|
+
path:
|
|
1813
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors",
|
|
1814
|
+
httpMethod: "GET",
|
|
1815
|
+
responses: {
|
|
1816
|
+
200: {
|
|
1817
|
+
bodyMapper: Mappers.DetectorResponseCollection
|
|
1818
|
+
},
|
|
1819
|
+
default: {
|
|
1820
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
queryParameters: [Parameters.apiVersion],
|
|
1824
|
+
urlParameters: [
|
|
1825
|
+
Parameters.$host,
|
|
1826
|
+
Parameters.subscriptionId,
|
|
1827
|
+
Parameters.resourceGroupName,
|
|
1828
|
+
Parameters.siteName,
|
|
1829
|
+
Parameters.slot
|
|
1830
|
+
],
|
|
1831
|
+
headerParameters: [Parameters.accept],
|
|
1832
|
+
serializer
|
|
1833
|
+
};
|
|
1834
|
+
const getSiteDetectorResponseSlotOperationSpec: coreClient.OperationSpec = {
|
|
1835
|
+
path:
|
|
1836
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors/{detectorName}",
|
|
1837
|
+
httpMethod: "GET",
|
|
1838
|
+
responses: {
|
|
1839
|
+
200: {
|
|
1840
|
+
bodyMapper: Mappers.DetectorResponse
|
|
1841
|
+
},
|
|
1842
|
+
default: {
|
|
1843
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
queryParameters: [
|
|
1847
|
+
Parameters.apiVersion,
|
|
1848
|
+
Parameters.startTime,
|
|
1849
|
+
Parameters.endTime,
|
|
1850
|
+
Parameters.timeGrain
|
|
1851
|
+
],
|
|
1852
|
+
urlParameters: [
|
|
1853
|
+
Parameters.$host,
|
|
1854
|
+
Parameters.subscriptionId,
|
|
1855
|
+
Parameters.resourceGroupName,
|
|
1856
|
+
Parameters.detectorName,
|
|
1857
|
+
Parameters.siteName,
|
|
1858
|
+
Parameters.slot
|
|
1859
|
+
],
|
|
1860
|
+
headerParameters: [Parameters.accept],
|
|
1861
|
+
serializer
|
|
1862
|
+
};
|
|
1863
|
+
const listSiteDiagnosticCategoriesSlotOperationSpec: coreClient.OperationSpec = {
|
|
1864
|
+
path:
|
|
1865
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics",
|
|
1866
|
+
httpMethod: "GET",
|
|
1867
|
+
responses: {
|
|
1868
|
+
200: {
|
|
1869
|
+
bodyMapper: Mappers.DiagnosticCategoryCollection
|
|
1870
|
+
},
|
|
1871
|
+
default: {
|
|
1872
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
queryParameters: [Parameters.apiVersion],
|
|
1876
|
+
urlParameters: [
|
|
1877
|
+
Parameters.$host,
|
|
1878
|
+
Parameters.subscriptionId,
|
|
1879
|
+
Parameters.resourceGroupName,
|
|
1880
|
+
Parameters.siteName,
|
|
1881
|
+
Parameters.slot
|
|
1882
|
+
],
|
|
1883
|
+
headerParameters: [Parameters.accept],
|
|
1884
|
+
serializer
|
|
1885
|
+
};
|
|
1886
|
+
const getSiteDiagnosticCategorySlotOperationSpec: coreClient.OperationSpec = {
|
|
1887
|
+
path:
|
|
1888
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}",
|
|
1889
|
+
httpMethod: "GET",
|
|
1890
|
+
responses: {
|
|
1891
|
+
200: {
|
|
1892
|
+
bodyMapper: Mappers.DiagnosticCategory
|
|
1893
|
+
},
|
|
1894
|
+
default: {
|
|
1895
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
queryParameters: [Parameters.apiVersion],
|
|
1899
|
+
urlParameters: [
|
|
1900
|
+
Parameters.$host,
|
|
1901
|
+
Parameters.subscriptionId,
|
|
1902
|
+
Parameters.resourceGroupName,
|
|
1903
|
+
Parameters.siteName,
|
|
1904
|
+
Parameters.diagnosticCategory,
|
|
1905
|
+
Parameters.slot
|
|
1906
|
+
],
|
|
1907
|
+
headerParameters: [Parameters.accept],
|
|
1908
|
+
serializer
|
|
1909
|
+
};
|
|
1910
|
+
const listSiteAnalysesSlotOperationSpec: coreClient.OperationSpec = {
|
|
1911
|
+
path:
|
|
1912
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses",
|
|
1913
|
+
httpMethod: "GET",
|
|
1914
|
+
responses: {
|
|
1915
|
+
200: {
|
|
1916
|
+
bodyMapper: Mappers.DiagnosticAnalysisCollection
|
|
1917
|
+
},
|
|
1918
|
+
default: {
|
|
1919
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
queryParameters: [Parameters.apiVersion],
|
|
1923
|
+
urlParameters: [
|
|
1924
|
+
Parameters.$host,
|
|
1925
|
+
Parameters.subscriptionId,
|
|
1926
|
+
Parameters.resourceGroupName,
|
|
1927
|
+
Parameters.siteName,
|
|
1928
|
+
Parameters.diagnosticCategory,
|
|
1929
|
+
Parameters.slot
|
|
1930
|
+
],
|
|
1931
|
+
headerParameters: [Parameters.accept],
|
|
1932
|
+
serializer
|
|
1933
|
+
};
|
|
1934
|
+
const getSiteAnalysisSlotOperationSpec: coreClient.OperationSpec = {
|
|
1935
|
+
path:
|
|
1936
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses/{analysisName}",
|
|
1937
|
+
httpMethod: "GET",
|
|
1938
|
+
responses: {
|
|
1939
|
+
200: {
|
|
1940
|
+
bodyMapper: Mappers.AnalysisDefinition
|
|
1941
|
+
},
|
|
1942
|
+
default: {
|
|
1943
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
queryParameters: [Parameters.apiVersion],
|
|
1947
|
+
urlParameters: [
|
|
1948
|
+
Parameters.$host,
|
|
1949
|
+
Parameters.subscriptionId,
|
|
1950
|
+
Parameters.resourceGroupName,
|
|
1951
|
+
Parameters.siteName,
|
|
1952
|
+
Parameters.diagnosticCategory,
|
|
1953
|
+
Parameters.analysisName,
|
|
1954
|
+
Parameters.slot
|
|
1955
|
+
],
|
|
1956
|
+
headerParameters: [Parameters.accept],
|
|
1957
|
+
serializer
|
|
1958
|
+
};
|
|
1959
|
+
const executeSiteAnalysisSlotOperationSpec: coreClient.OperationSpec = {
|
|
1960
|
+
path:
|
|
1961
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/analyses/{analysisName}/execute",
|
|
1962
|
+
httpMethod: "POST",
|
|
1963
|
+
responses: {
|
|
1964
|
+
200: {
|
|
1965
|
+
bodyMapper: Mappers.DiagnosticAnalysis
|
|
1966
|
+
},
|
|
1967
|
+
default: {
|
|
1968
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
queryParameters: [
|
|
1972
|
+
Parameters.apiVersion,
|
|
1973
|
+
Parameters.startTime,
|
|
1974
|
+
Parameters.endTime,
|
|
1975
|
+
Parameters.timeGrain
|
|
1976
|
+
],
|
|
1977
|
+
urlParameters: [
|
|
1978
|
+
Parameters.$host,
|
|
1979
|
+
Parameters.subscriptionId,
|
|
1980
|
+
Parameters.resourceGroupName,
|
|
1981
|
+
Parameters.siteName,
|
|
1982
|
+
Parameters.diagnosticCategory,
|
|
1983
|
+
Parameters.analysisName,
|
|
1984
|
+
Parameters.slot
|
|
1985
|
+
],
|
|
1986
|
+
headerParameters: [Parameters.accept],
|
|
1987
|
+
serializer
|
|
1988
|
+
};
|
|
1989
|
+
const listSiteDetectorsSlotOperationSpec: coreClient.OperationSpec = {
|
|
1990
|
+
path:
|
|
1991
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors",
|
|
1992
|
+
httpMethod: "GET",
|
|
1993
|
+
responses: {
|
|
1994
|
+
200: {
|
|
1995
|
+
bodyMapper: Mappers.DiagnosticDetectorCollection
|
|
1996
|
+
},
|
|
1997
|
+
default: {
|
|
1998
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
queryParameters: [Parameters.apiVersion],
|
|
2002
|
+
urlParameters: [
|
|
2003
|
+
Parameters.$host,
|
|
2004
|
+
Parameters.subscriptionId,
|
|
2005
|
+
Parameters.resourceGroupName,
|
|
2006
|
+
Parameters.siteName,
|
|
2007
|
+
Parameters.diagnosticCategory,
|
|
2008
|
+
Parameters.slot
|
|
2009
|
+
],
|
|
2010
|
+
headerParameters: [Parameters.accept],
|
|
2011
|
+
serializer
|
|
2012
|
+
};
|
|
2013
|
+
const getSiteDetectorSlotOperationSpec: coreClient.OperationSpec = {
|
|
2014
|
+
path:
|
|
2015
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors/{detectorName}",
|
|
2016
|
+
httpMethod: "GET",
|
|
2017
|
+
responses: {
|
|
2018
|
+
200: {
|
|
2019
|
+
bodyMapper: Mappers.DetectorDefinitionResource
|
|
2020
|
+
},
|
|
2021
|
+
default: {
|
|
2022
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
queryParameters: [Parameters.apiVersion],
|
|
2026
|
+
urlParameters: [
|
|
2027
|
+
Parameters.$host,
|
|
2028
|
+
Parameters.subscriptionId,
|
|
2029
|
+
Parameters.resourceGroupName,
|
|
2030
|
+
Parameters.detectorName,
|
|
2031
|
+
Parameters.siteName,
|
|
2032
|
+
Parameters.diagnosticCategory,
|
|
2033
|
+
Parameters.slot
|
|
2034
|
+
],
|
|
2035
|
+
headerParameters: [Parameters.accept],
|
|
2036
|
+
serializer
|
|
2037
|
+
};
|
|
2038
|
+
const executeSiteDetectorSlotOperationSpec: coreClient.OperationSpec = {
|
|
2039
|
+
path:
|
|
2040
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors/{detectorName}/execute",
|
|
2041
|
+
httpMethod: "POST",
|
|
2042
|
+
responses: {
|
|
2043
|
+
200: {
|
|
2044
|
+
bodyMapper: Mappers.DiagnosticDetectorResponse
|
|
2045
|
+
},
|
|
2046
|
+
default: {
|
|
2047
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
2050
|
+
queryParameters: [
|
|
2051
|
+
Parameters.apiVersion,
|
|
2052
|
+
Parameters.startTime,
|
|
2053
|
+
Parameters.endTime,
|
|
2054
|
+
Parameters.timeGrain
|
|
2055
|
+
],
|
|
2056
|
+
urlParameters: [
|
|
2057
|
+
Parameters.$host,
|
|
2058
|
+
Parameters.subscriptionId,
|
|
2059
|
+
Parameters.resourceGroupName,
|
|
2060
|
+
Parameters.detectorName,
|
|
2061
|
+
Parameters.siteName,
|
|
2062
|
+
Parameters.diagnosticCategory,
|
|
2063
|
+
Parameters.slot
|
|
2064
|
+
],
|
|
2065
|
+
headerParameters: [Parameters.accept],
|
|
2066
|
+
serializer
|
|
2067
|
+
};
|
|
2068
|
+
const listHostingEnvironmentDetectorResponsesNextOperationSpec: coreClient.OperationSpec = {
|
|
2069
|
+
path: "{nextLink}",
|
|
2070
|
+
httpMethod: "GET",
|
|
2071
|
+
responses: {
|
|
2072
|
+
200: {
|
|
2073
|
+
bodyMapper: Mappers.DetectorResponseCollection
|
|
2074
|
+
},
|
|
2075
|
+
default: {
|
|
2076
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
queryParameters: [Parameters.apiVersion],
|
|
2080
|
+
urlParameters: [
|
|
2081
|
+
Parameters.$host,
|
|
2082
|
+
Parameters.subscriptionId,
|
|
2083
|
+
Parameters.resourceGroupName,
|
|
2084
|
+
Parameters.name,
|
|
2085
|
+
Parameters.nextLink
|
|
2086
|
+
],
|
|
2087
|
+
headerParameters: [Parameters.accept],
|
|
2088
|
+
serializer
|
|
2089
|
+
};
|
|
2090
|
+
const listSiteDetectorResponsesNextOperationSpec: coreClient.OperationSpec = {
|
|
2091
|
+
path: "{nextLink}",
|
|
2092
|
+
httpMethod: "GET",
|
|
2093
|
+
responses: {
|
|
2094
|
+
200: {
|
|
2095
|
+
bodyMapper: Mappers.DetectorResponseCollection
|
|
2096
|
+
},
|
|
2097
|
+
default: {
|
|
2098
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2101
|
+
queryParameters: [Parameters.apiVersion],
|
|
2102
|
+
urlParameters: [
|
|
2103
|
+
Parameters.$host,
|
|
2104
|
+
Parameters.subscriptionId,
|
|
2105
|
+
Parameters.resourceGroupName,
|
|
2106
|
+
Parameters.nextLink,
|
|
2107
|
+
Parameters.siteName
|
|
2108
|
+
],
|
|
2109
|
+
headerParameters: [Parameters.accept],
|
|
2110
|
+
serializer
|
|
2111
|
+
};
|
|
2112
|
+
const listSiteDiagnosticCategoriesNextOperationSpec: coreClient.OperationSpec = {
|
|
2113
|
+
path: "{nextLink}",
|
|
2114
|
+
httpMethod: "GET",
|
|
2115
|
+
responses: {
|
|
2116
|
+
200: {
|
|
2117
|
+
bodyMapper: Mappers.DiagnosticCategoryCollection
|
|
2118
|
+
},
|
|
2119
|
+
default: {
|
|
2120
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
queryParameters: [Parameters.apiVersion],
|
|
2124
|
+
urlParameters: [
|
|
2125
|
+
Parameters.$host,
|
|
2126
|
+
Parameters.subscriptionId,
|
|
2127
|
+
Parameters.resourceGroupName,
|
|
2128
|
+
Parameters.nextLink,
|
|
2129
|
+
Parameters.siteName
|
|
2130
|
+
],
|
|
2131
|
+
headerParameters: [Parameters.accept],
|
|
2132
|
+
serializer
|
|
2133
|
+
};
|
|
2134
|
+
const listSiteAnalysesNextOperationSpec: coreClient.OperationSpec = {
|
|
2135
|
+
path: "{nextLink}",
|
|
2136
|
+
httpMethod: "GET",
|
|
2137
|
+
responses: {
|
|
2138
|
+
200: {
|
|
2139
|
+
bodyMapper: Mappers.DiagnosticAnalysisCollection
|
|
2140
|
+
},
|
|
2141
|
+
default: {
|
|
2142
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
queryParameters: [Parameters.apiVersion],
|
|
2146
|
+
urlParameters: [
|
|
2147
|
+
Parameters.$host,
|
|
2148
|
+
Parameters.subscriptionId,
|
|
2149
|
+
Parameters.resourceGroupName,
|
|
2150
|
+
Parameters.nextLink,
|
|
2151
|
+
Parameters.siteName,
|
|
2152
|
+
Parameters.diagnosticCategory
|
|
2153
|
+
],
|
|
2154
|
+
headerParameters: [Parameters.accept],
|
|
2155
|
+
serializer
|
|
2156
|
+
};
|
|
2157
|
+
const listSiteDetectorsNextOperationSpec: coreClient.OperationSpec = {
|
|
2158
|
+
path: "{nextLink}",
|
|
2159
|
+
httpMethod: "GET",
|
|
2160
|
+
responses: {
|
|
2161
|
+
200: {
|
|
2162
|
+
bodyMapper: Mappers.DiagnosticDetectorCollection
|
|
2163
|
+
},
|
|
2164
|
+
default: {
|
|
2165
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
queryParameters: [Parameters.apiVersion],
|
|
2169
|
+
urlParameters: [
|
|
2170
|
+
Parameters.$host,
|
|
2171
|
+
Parameters.subscriptionId,
|
|
2172
|
+
Parameters.resourceGroupName,
|
|
2173
|
+
Parameters.nextLink,
|
|
2174
|
+
Parameters.siteName,
|
|
2175
|
+
Parameters.diagnosticCategory
|
|
2176
|
+
],
|
|
2177
|
+
headerParameters: [Parameters.accept],
|
|
2178
|
+
serializer
|
|
2179
|
+
};
|
|
2180
|
+
const listSiteDetectorResponsesSlotNextOperationSpec: coreClient.OperationSpec = {
|
|
2181
|
+
path: "{nextLink}",
|
|
2182
|
+
httpMethod: "GET",
|
|
2183
|
+
responses: {
|
|
2184
|
+
200: {
|
|
2185
|
+
bodyMapper: Mappers.DetectorResponseCollection
|
|
2186
|
+
},
|
|
2187
|
+
default: {
|
|
2188
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
queryParameters: [Parameters.apiVersion],
|
|
2192
|
+
urlParameters: [
|
|
2193
|
+
Parameters.$host,
|
|
2194
|
+
Parameters.subscriptionId,
|
|
2195
|
+
Parameters.resourceGroupName,
|
|
2196
|
+
Parameters.nextLink,
|
|
2197
|
+
Parameters.siteName,
|
|
2198
|
+
Parameters.slot
|
|
2199
|
+
],
|
|
2200
|
+
headerParameters: [Parameters.accept],
|
|
2201
|
+
serializer
|
|
2202
|
+
};
|
|
2203
|
+
const listSiteDiagnosticCategoriesSlotNextOperationSpec: coreClient.OperationSpec = {
|
|
2204
|
+
path: "{nextLink}",
|
|
2205
|
+
httpMethod: "GET",
|
|
2206
|
+
responses: {
|
|
2207
|
+
200: {
|
|
2208
|
+
bodyMapper: Mappers.DiagnosticCategoryCollection
|
|
2209
|
+
},
|
|
2210
|
+
default: {
|
|
2211
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
queryParameters: [Parameters.apiVersion],
|
|
2215
|
+
urlParameters: [
|
|
2216
|
+
Parameters.$host,
|
|
2217
|
+
Parameters.subscriptionId,
|
|
2218
|
+
Parameters.resourceGroupName,
|
|
2219
|
+
Parameters.nextLink,
|
|
2220
|
+
Parameters.siteName,
|
|
2221
|
+
Parameters.slot
|
|
2222
|
+
],
|
|
2223
|
+
headerParameters: [Parameters.accept],
|
|
2224
|
+
serializer
|
|
2225
|
+
};
|
|
2226
|
+
const listSiteAnalysesSlotNextOperationSpec: coreClient.OperationSpec = {
|
|
2227
|
+
path: "{nextLink}",
|
|
2228
|
+
httpMethod: "GET",
|
|
2229
|
+
responses: {
|
|
2230
|
+
200: {
|
|
2231
|
+
bodyMapper: Mappers.DiagnosticAnalysisCollection
|
|
2232
|
+
},
|
|
2233
|
+
default: {
|
|
2234
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
queryParameters: [Parameters.apiVersion],
|
|
2238
|
+
urlParameters: [
|
|
2239
|
+
Parameters.$host,
|
|
2240
|
+
Parameters.subscriptionId,
|
|
2241
|
+
Parameters.resourceGroupName,
|
|
2242
|
+
Parameters.nextLink,
|
|
2243
|
+
Parameters.siteName,
|
|
2244
|
+
Parameters.diagnosticCategory,
|
|
2245
|
+
Parameters.slot
|
|
2246
|
+
],
|
|
2247
|
+
headerParameters: [Parameters.accept],
|
|
2248
|
+
serializer
|
|
2249
|
+
};
|
|
2250
|
+
const listSiteDetectorsSlotNextOperationSpec: coreClient.OperationSpec = {
|
|
2251
|
+
path: "{nextLink}",
|
|
2252
|
+
httpMethod: "GET",
|
|
2253
|
+
responses: {
|
|
2254
|
+
200: {
|
|
2255
|
+
bodyMapper: Mappers.DiagnosticDetectorCollection
|
|
2256
|
+
},
|
|
2257
|
+
default: {
|
|
2258
|
+
bodyMapper: Mappers.DefaultErrorResponse
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
queryParameters: [Parameters.apiVersion],
|
|
2262
|
+
urlParameters: [
|
|
2263
|
+
Parameters.$host,
|
|
2264
|
+
Parameters.subscriptionId,
|
|
2265
|
+
Parameters.resourceGroupName,
|
|
2266
|
+
Parameters.nextLink,
|
|
2267
|
+
Parameters.siteName,
|
|
2268
|
+
Parameters.diagnosticCategory,
|
|
2269
|
+
Parameters.slot
|
|
2270
|
+
],
|
|
2271
|
+
headerParameters: [Parameters.accept],
|
|
2272
|
+
serializer
|
|
2273
|
+
};
|