@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,368 @@
|
|
|
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 {
|
|
12
|
+
DetectorResponse,
|
|
13
|
+
DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams,
|
|
14
|
+
DiagnosticsListSiteDetectorResponsesOptionalParams,
|
|
15
|
+
DiagnosticCategory,
|
|
16
|
+
DiagnosticsListSiteDiagnosticCategoriesOptionalParams,
|
|
17
|
+
AnalysisDefinition,
|
|
18
|
+
DiagnosticsListSiteAnalysesOptionalParams,
|
|
19
|
+
DetectorDefinitionResource,
|
|
20
|
+
DiagnosticsListSiteDetectorsOptionalParams,
|
|
21
|
+
DiagnosticsListSiteDetectorResponsesSlotOptionalParams,
|
|
22
|
+
DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams,
|
|
23
|
+
DiagnosticsListSiteAnalysesSlotOptionalParams,
|
|
24
|
+
DiagnosticsListSiteDetectorsSlotOptionalParams,
|
|
25
|
+
DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams,
|
|
26
|
+
DiagnosticsGetHostingEnvironmentDetectorResponseResponse,
|
|
27
|
+
DiagnosticsGetSiteDetectorResponseOptionalParams,
|
|
28
|
+
DiagnosticsGetSiteDetectorResponseResponse,
|
|
29
|
+
DiagnosticsGetSiteDiagnosticCategoryOptionalParams,
|
|
30
|
+
DiagnosticsGetSiteDiagnosticCategoryResponse,
|
|
31
|
+
DiagnosticsGetSiteAnalysisOptionalParams,
|
|
32
|
+
DiagnosticsGetSiteAnalysisResponse,
|
|
33
|
+
DiagnosticsExecuteSiteAnalysisOptionalParams,
|
|
34
|
+
DiagnosticsExecuteSiteAnalysisResponse,
|
|
35
|
+
DiagnosticsGetSiteDetectorOptionalParams,
|
|
36
|
+
DiagnosticsGetSiteDetectorResponse,
|
|
37
|
+
DiagnosticsExecuteSiteDetectorOptionalParams,
|
|
38
|
+
DiagnosticsExecuteSiteDetectorResponse,
|
|
39
|
+
DiagnosticsGetSiteDetectorResponseSlotOptionalParams,
|
|
40
|
+
DiagnosticsGetSiteDetectorResponseSlotResponse,
|
|
41
|
+
DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams,
|
|
42
|
+
DiagnosticsGetSiteDiagnosticCategorySlotResponse,
|
|
43
|
+
DiagnosticsGetSiteAnalysisSlotOptionalParams,
|
|
44
|
+
DiagnosticsGetSiteAnalysisSlotResponse,
|
|
45
|
+
DiagnosticsExecuteSiteAnalysisSlotOptionalParams,
|
|
46
|
+
DiagnosticsExecuteSiteAnalysisSlotResponse,
|
|
47
|
+
DiagnosticsGetSiteDetectorSlotOptionalParams,
|
|
48
|
+
DiagnosticsGetSiteDetectorSlotResponse,
|
|
49
|
+
DiagnosticsExecuteSiteDetectorSlotOptionalParams,
|
|
50
|
+
DiagnosticsExecuteSiteDetectorSlotResponse
|
|
51
|
+
} from "../models";
|
|
52
|
+
|
|
53
|
+
/// <reference lib="esnext.asynciterable" />
|
|
54
|
+
/** Interface representing a Diagnostics. */
|
|
55
|
+
export interface Diagnostics {
|
|
56
|
+
/**
|
|
57
|
+
* Description for List Hosting Environment Detector Responses
|
|
58
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
59
|
+
* @param name Site Name
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
listHostingEnvironmentDetectorResponses(
|
|
63
|
+
resourceGroupName: string,
|
|
64
|
+
name: string,
|
|
65
|
+
options?: DiagnosticsListHostingEnvironmentDetectorResponsesOptionalParams
|
|
66
|
+
): PagedAsyncIterableIterator<DetectorResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* Description for List Site Detector Responses
|
|
69
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
70
|
+
* @param siteName Site Name
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
listSiteDetectorResponses(
|
|
74
|
+
resourceGroupName: string,
|
|
75
|
+
siteName: string,
|
|
76
|
+
options?: DiagnosticsListSiteDetectorResponsesOptionalParams
|
|
77
|
+
): PagedAsyncIterableIterator<DetectorResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* Description for Get Diagnostics Categories
|
|
80
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
81
|
+
* @param siteName Site Name
|
|
82
|
+
* @param options The options parameters.
|
|
83
|
+
*/
|
|
84
|
+
listSiteDiagnosticCategories(
|
|
85
|
+
resourceGroupName: string,
|
|
86
|
+
siteName: string,
|
|
87
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesOptionalParams
|
|
88
|
+
): PagedAsyncIterableIterator<DiagnosticCategory>;
|
|
89
|
+
/**
|
|
90
|
+
* Description for Get Site Analyses
|
|
91
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
92
|
+
* @param siteName Site Name
|
|
93
|
+
* @param diagnosticCategory Diagnostic Category
|
|
94
|
+
* @param options The options parameters.
|
|
95
|
+
*/
|
|
96
|
+
listSiteAnalyses(
|
|
97
|
+
resourceGroupName: string,
|
|
98
|
+
siteName: string,
|
|
99
|
+
diagnosticCategory: string,
|
|
100
|
+
options?: DiagnosticsListSiteAnalysesOptionalParams
|
|
101
|
+
): PagedAsyncIterableIterator<AnalysisDefinition>;
|
|
102
|
+
/**
|
|
103
|
+
* Description for Get Detectors
|
|
104
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
105
|
+
* @param siteName Site Name
|
|
106
|
+
* @param diagnosticCategory Diagnostic Category
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
listSiteDetectors(
|
|
110
|
+
resourceGroupName: string,
|
|
111
|
+
siteName: string,
|
|
112
|
+
diagnosticCategory: string,
|
|
113
|
+
options?: DiagnosticsListSiteDetectorsOptionalParams
|
|
114
|
+
): PagedAsyncIterableIterator<DetectorDefinitionResource>;
|
|
115
|
+
/**
|
|
116
|
+
* Description for List Site Detector Responses
|
|
117
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
118
|
+
* @param siteName Site Name
|
|
119
|
+
* @param slot Slot Name
|
|
120
|
+
* @param options The options parameters.
|
|
121
|
+
*/
|
|
122
|
+
listSiteDetectorResponsesSlot(
|
|
123
|
+
resourceGroupName: string,
|
|
124
|
+
siteName: string,
|
|
125
|
+
slot: string,
|
|
126
|
+
options?: DiagnosticsListSiteDetectorResponsesSlotOptionalParams
|
|
127
|
+
): PagedAsyncIterableIterator<DetectorResponse>;
|
|
128
|
+
/**
|
|
129
|
+
* Description for Get Diagnostics Categories
|
|
130
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
131
|
+
* @param siteName Site Name
|
|
132
|
+
* @param slot Slot Name
|
|
133
|
+
* @param options The options parameters.
|
|
134
|
+
*/
|
|
135
|
+
listSiteDiagnosticCategoriesSlot(
|
|
136
|
+
resourceGroupName: string,
|
|
137
|
+
siteName: string,
|
|
138
|
+
slot: string,
|
|
139
|
+
options?: DiagnosticsListSiteDiagnosticCategoriesSlotOptionalParams
|
|
140
|
+
): PagedAsyncIterableIterator<DiagnosticCategory>;
|
|
141
|
+
/**
|
|
142
|
+
* Description for Get Site Analyses
|
|
143
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
144
|
+
* @param siteName Site Name
|
|
145
|
+
* @param diagnosticCategory Diagnostic Category
|
|
146
|
+
* @param slot Slot Name
|
|
147
|
+
* @param options The options parameters.
|
|
148
|
+
*/
|
|
149
|
+
listSiteAnalysesSlot(
|
|
150
|
+
resourceGroupName: string,
|
|
151
|
+
siteName: string,
|
|
152
|
+
diagnosticCategory: string,
|
|
153
|
+
slot: string,
|
|
154
|
+
options?: DiagnosticsListSiteAnalysesSlotOptionalParams
|
|
155
|
+
): PagedAsyncIterableIterator<AnalysisDefinition>;
|
|
156
|
+
/**
|
|
157
|
+
* Description for Get Detectors
|
|
158
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
159
|
+
* @param siteName Site Name
|
|
160
|
+
* @param diagnosticCategory Diagnostic Category
|
|
161
|
+
* @param slot Slot Name
|
|
162
|
+
* @param options The options parameters.
|
|
163
|
+
*/
|
|
164
|
+
listSiteDetectorsSlot(
|
|
165
|
+
resourceGroupName: string,
|
|
166
|
+
siteName: string,
|
|
167
|
+
diagnosticCategory: string,
|
|
168
|
+
slot: string,
|
|
169
|
+
options?: DiagnosticsListSiteDetectorsSlotOptionalParams
|
|
170
|
+
): PagedAsyncIterableIterator<DetectorDefinitionResource>;
|
|
171
|
+
/**
|
|
172
|
+
* Description for Get Hosting Environment Detector Response
|
|
173
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
174
|
+
* @param name App Service Environment Name
|
|
175
|
+
* @param detectorName Detector Resource Name
|
|
176
|
+
* @param options The options parameters.
|
|
177
|
+
*/
|
|
178
|
+
getHostingEnvironmentDetectorResponse(
|
|
179
|
+
resourceGroupName: string,
|
|
180
|
+
name: string,
|
|
181
|
+
detectorName: string,
|
|
182
|
+
options?: DiagnosticsGetHostingEnvironmentDetectorResponseOptionalParams
|
|
183
|
+
): Promise<DiagnosticsGetHostingEnvironmentDetectorResponseResponse>;
|
|
184
|
+
/**
|
|
185
|
+
* Description for Get site detector response
|
|
186
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
187
|
+
* @param siteName Site Name
|
|
188
|
+
* @param detectorName Detector Resource Name
|
|
189
|
+
* @param options The options parameters.
|
|
190
|
+
*/
|
|
191
|
+
getSiteDetectorResponse(
|
|
192
|
+
resourceGroupName: string,
|
|
193
|
+
siteName: string,
|
|
194
|
+
detectorName: string,
|
|
195
|
+
options?: DiagnosticsGetSiteDetectorResponseOptionalParams
|
|
196
|
+
): Promise<DiagnosticsGetSiteDetectorResponseResponse>;
|
|
197
|
+
/**
|
|
198
|
+
* Description for Get Diagnostics Category
|
|
199
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
200
|
+
* @param siteName Site Name
|
|
201
|
+
* @param diagnosticCategory Diagnostic Category
|
|
202
|
+
* @param options The options parameters.
|
|
203
|
+
*/
|
|
204
|
+
getSiteDiagnosticCategory(
|
|
205
|
+
resourceGroupName: string,
|
|
206
|
+
siteName: string,
|
|
207
|
+
diagnosticCategory: string,
|
|
208
|
+
options?: DiagnosticsGetSiteDiagnosticCategoryOptionalParams
|
|
209
|
+
): Promise<DiagnosticsGetSiteDiagnosticCategoryResponse>;
|
|
210
|
+
/**
|
|
211
|
+
* Description for Get Site Analysis
|
|
212
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
213
|
+
* @param siteName Site Name
|
|
214
|
+
* @param diagnosticCategory Diagnostic Category
|
|
215
|
+
* @param analysisName Analysis Name
|
|
216
|
+
* @param options The options parameters.
|
|
217
|
+
*/
|
|
218
|
+
getSiteAnalysis(
|
|
219
|
+
resourceGroupName: string,
|
|
220
|
+
siteName: string,
|
|
221
|
+
diagnosticCategory: string,
|
|
222
|
+
analysisName: string,
|
|
223
|
+
options?: DiagnosticsGetSiteAnalysisOptionalParams
|
|
224
|
+
): Promise<DiagnosticsGetSiteAnalysisResponse>;
|
|
225
|
+
/**
|
|
226
|
+
* Description for Execute Analysis
|
|
227
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
228
|
+
* @param siteName Site Name
|
|
229
|
+
* @param diagnosticCategory Category Name
|
|
230
|
+
* @param analysisName Analysis Resource Name
|
|
231
|
+
* @param options The options parameters.
|
|
232
|
+
*/
|
|
233
|
+
executeSiteAnalysis(
|
|
234
|
+
resourceGroupName: string,
|
|
235
|
+
siteName: string,
|
|
236
|
+
diagnosticCategory: string,
|
|
237
|
+
analysisName: string,
|
|
238
|
+
options?: DiagnosticsExecuteSiteAnalysisOptionalParams
|
|
239
|
+
): Promise<DiagnosticsExecuteSiteAnalysisResponse>;
|
|
240
|
+
/**
|
|
241
|
+
* Description for Get Detector
|
|
242
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
243
|
+
* @param siteName Site Name
|
|
244
|
+
* @param diagnosticCategory Diagnostic Category
|
|
245
|
+
* @param detectorName Detector Name
|
|
246
|
+
* @param options The options parameters.
|
|
247
|
+
*/
|
|
248
|
+
getSiteDetector(
|
|
249
|
+
resourceGroupName: string,
|
|
250
|
+
siteName: string,
|
|
251
|
+
diagnosticCategory: string,
|
|
252
|
+
detectorName: string,
|
|
253
|
+
options?: DiagnosticsGetSiteDetectorOptionalParams
|
|
254
|
+
): Promise<DiagnosticsGetSiteDetectorResponse>;
|
|
255
|
+
/**
|
|
256
|
+
* Description for Execute Detector
|
|
257
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
258
|
+
* @param siteName Site Name
|
|
259
|
+
* @param detectorName Detector Resource Name
|
|
260
|
+
* @param diagnosticCategory Category Name
|
|
261
|
+
* @param options The options parameters.
|
|
262
|
+
*/
|
|
263
|
+
executeSiteDetector(
|
|
264
|
+
resourceGroupName: string,
|
|
265
|
+
siteName: string,
|
|
266
|
+
detectorName: string,
|
|
267
|
+
diagnosticCategory: string,
|
|
268
|
+
options?: DiagnosticsExecuteSiteDetectorOptionalParams
|
|
269
|
+
): Promise<DiagnosticsExecuteSiteDetectorResponse>;
|
|
270
|
+
/**
|
|
271
|
+
* Description for Get site detector response
|
|
272
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
273
|
+
* @param siteName Site Name
|
|
274
|
+
* @param detectorName Detector Resource Name
|
|
275
|
+
* @param slot Slot Name
|
|
276
|
+
* @param options The options parameters.
|
|
277
|
+
*/
|
|
278
|
+
getSiteDetectorResponseSlot(
|
|
279
|
+
resourceGroupName: string,
|
|
280
|
+
siteName: string,
|
|
281
|
+
detectorName: string,
|
|
282
|
+
slot: string,
|
|
283
|
+
options?: DiagnosticsGetSiteDetectorResponseSlotOptionalParams
|
|
284
|
+
): Promise<DiagnosticsGetSiteDetectorResponseSlotResponse>;
|
|
285
|
+
/**
|
|
286
|
+
* Description for Get Diagnostics Category
|
|
287
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
288
|
+
* @param siteName Site Name
|
|
289
|
+
* @param diagnosticCategory Diagnostic Category
|
|
290
|
+
* @param slot Slot Name
|
|
291
|
+
* @param options The options parameters.
|
|
292
|
+
*/
|
|
293
|
+
getSiteDiagnosticCategorySlot(
|
|
294
|
+
resourceGroupName: string,
|
|
295
|
+
siteName: string,
|
|
296
|
+
diagnosticCategory: string,
|
|
297
|
+
slot: string,
|
|
298
|
+
options?: DiagnosticsGetSiteDiagnosticCategorySlotOptionalParams
|
|
299
|
+
): Promise<DiagnosticsGetSiteDiagnosticCategorySlotResponse>;
|
|
300
|
+
/**
|
|
301
|
+
* Description for Get Site Analysis
|
|
302
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
303
|
+
* @param siteName Site Name
|
|
304
|
+
* @param diagnosticCategory Diagnostic Category
|
|
305
|
+
* @param analysisName Analysis Name
|
|
306
|
+
* @param slot Slot - optional
|
|
307
|
+
* @param options The options parameters.
|
|
308
|
+
*/
|
|
309
|
+
getSiteAnalysisSlot(
|
|
310
|
+
resourceGroupName: string,
|
|
311
|
+
siteName: string,
|
|
312
|
+
diagnosticCategory: string,
|
|
313
|
+
analysisName: string,
|
|
314
|
+
slot: string,
|
|
315
|
+
options?: DiagnosticsGetSiteAnalysisSlotOptionalParams
|
|
316
|
+
): Promise<DiagnosticsGetSiteAnalysisSlotResponse>;
|
|
317
|
+
/**
|
|
318
|
+
* Description for Execute Analysis
|
|
319
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
320
|
+
* @param siteName Site Name
|
|
321
|
+
* @param diagnosticCategory Category Name
|
|
322
|
+
* @param analysisName Analysis Resource Name
|
|
323
|
+
* @param slot Slot Name
|
|
324
|
+
* @param options The options parameters.
|
|
325
|
+
*/
|
|
326
|
+
executeSiteAnalysisSlot(
|
|
327
|
+
resourceGroupName: string,
|
|
328
|
+
siteName: string,
|
|
329
|
+
diagnosticCategory: string,
|
|
330
|
+
analysisName: string,
|
|
331
|
+
slot: string,
|
|
332
|
+
options?: DiagnosticsExecuteSiteAnalysisSlotOptionalParams
|
|
333
|
+
): Promise<DiagnosticsExecuteSiteAnalysisSlotResponse>;
|
|
334
|
+
/**
|
|
335
|
+
* Description for Get Detector
|
|
336
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
337
|
+
* @param siteName Site Name
|
|
338
|
+
* @param diagnosticCategory Diagnostic Category
|
|
339
|
+
* @param detectorName Detector Name
|
|
340
|
+
* @param slot Slot Name
|
|
341
|
+
* @param options The options parameters.
|
|
342
|
+
*/
|
|
343
|
+
getSiteDetectorSlot(
|
|
344
|
+
resourceGroupName: string,
|
|
345
|
+
siteName: string,
|
|
346
|
+
diagnosticCategory: string,
|
|
347
|
+
detectorName: string,
|
|
348
|
+
slot: string,
|
|
349
|
+
options?: DiagnosticsGetSiteDetectorSlotOptionalParams
|
|
350
|
+
): Promise<DiagnosticsGetSiteDetectorSlotResponse>;
|
|
351
|
+
/**
|
|
352
|
+
* Description for Execute Detector
|
|
353
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
354
|
+
* @param siteName Site Name
|
|
355
|
+
* @param detectorName Detector Resource Name
|
|
356
|
+
* @param diagnosticCategory Category Name
|
|
357
|
+
* @param slot Slot Name
|
|
358
|
+
* @param options The options parameters.
|
|
359
|
+
*/
|
|
360
|
+
executeSiteDetectorSlot(
|
|
361
|
+
resourceGroupName: string,
|
|
362
|
+
siteName: string,
|
|
363
|
+
detectorName: string,
|
|
364
|
+
diagnosticCategory: string,
|
|
365
|
+
slot: string,
|
|
366
|
+
options?: DiagnosticsExecuteSiteDetectorSlotOptionalParams
|
|
367
|
+
): Promise<DiagnosticsExecuteSiteDetectorSlotResponse>;
|
|
368
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 {
|
|
12
|
+
CsmOperationDescription,
|
|
13
|
+
DomainRegistrationProviderListOperationsOptionalParams
|
|
14
|
+
} from "../models";
|
|
15
|
+
|
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
|
17
|
+
/** Interface representing a DomainRegistrationProvider. */
|
|
18
|
+
export interface DomainRegistrationProvider {
|
|
19
|
+
/**
|
|
20
|
+
* Description for Implements Csm operations Api to exposes the list of available Csm Apis under the
|
|
21
|
+
* resource provider
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
listOperations(
|
|
25
|
+
options?: DomainRegistrationProviderListOperationsOptionalParams
|
|
26
|
+
): PagedAsyncIterableIterator<CsmOperationDescription>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,231 @@
|
|
|
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 { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
12
|
+
import {
|
|
13
|
+
Domain,
|
|
14
|
+
DomainsListOptionalParams,
|
|
15
|
+
NameIdentifier,
|
|
16
|
+
DomainRecommendationSearchParameters,
|
|
17
|
+
DomainsListRecommendationsOptionalParams,
|
|
18
|
+
DomainsListByResourceGroupOptionalParams,
|
|
19
|
+
DomainOwnershipIdentifier,
|
|
20
|
+
DomainsListOwnershipIdentifiersOptionalParams,
|
|
21
|
+
DomainsCheckAvailabilityOptionalParams,
|
|
22
|
+
DomainsCheckAvailabilityResponse,
|
|
23
|
+
DomainsGetControlCenterSsoRequestOptionalParams,
|
|
24
|
+
DomainsGetControlCenterSsoRequestResponse,
|
|
25
|
+
DomainsGetOptionalParams,
|
|
26
|
+
DomainsGetResponse,
|
|
27
|
+
DomainsCreateOrUpdateOptionalParams,
|
|
28
|
+
DomainsCreateOrUpdateResponse,
|
|
29
|
+
DomainsDeleteOptionalParams,
|
|
30
|
+
DomainPatchResource,
|
|
31
|
+
DomainsUpdateOptionalParams,
|
|
32
|
+
DomainsUpdateResponse,
|
|
33
|
+
DomainsGetOwnershipIdentifierOptionalParams,
|
|
34
|
+
DomainsGetOwnershipIdentifierResponse,
|
|
35
|
+
DomainsCreateOrUpdateOwnershipIdentifierOptionalParams,
|
|
36
|
+
DomainsCreateOrUpdateOwnershipIdentifierResponse,
|
|
37
|
+
DomainsDeleteOwnershipIdentifierOptionalParams,
|
|
38
|
+
DomainsUpdateOwnershipIdentifierOptionalParams,
|
|
39
|
+
DomainsUpdateOwnershipIdentifierResponse,
|
|
40
|
+
DomainsRenewOptionalParams
|
|
41
|
+
} from "../models";
|
|
42
|
+
|
|
43
|
+
/// <reference lib="esnext.asynciterable" />
|
|
44
|
+
/** Interface representing a Domains. */
|
|
45
|
+
export interface Domains {
|
|
46
|
+
/**
|
|
47
|
+
* Description for Get all domains in a subscription.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
list(options?: DomainsListOptionalParams): PagedAsyncIterableIterator<Domain>;
|
|
51
|
+
/**
|
|
52
|
+
* Description for Get domain name recommendations based on keywords.
|
|
53
|
+
* @param parameters Search parameters for domain name recommendations.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
listRecommendations(
|
|
57
|
+
parameters: DomainRecommendationSearchParameters,
|
|
58
|
+
options?: DomainsListRecommendationsOptionalParams
|
|
59
|
+
): PagedAsyncIterableIterator<NameIdentifier>;
|
|
60
|
+
/**
|
|
61
|
+
* Description for Get all domains in a resource group.
|
|
62
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
63
|
+
* @param options The options parameters.
|
|
64
|
+
*/
|
|
65
|
+
listByResourceGroup(
|
|
66
|
+
resourceGroupName: string,
|
|
67
|
+
options?: DomainsListByResourceGroupOptionalParams
|
|
68
|
+
): PagedAsyncIterableIterator<Domain>;
|
|
69
|
+
/**
|
|
70
|
+
* Description for Lists domain ownership identifiers.
|
|
71
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
72
|
+
* @param domainName Name of domain.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
listOwnershipIdentifiers(
|
|
76
|
+
resourceGroupName: string,
|
|
77
|
+
domainName: string,
|
|
78
|
+
options?: DomainsListOwnershipIdentifiersOptionalParams
|
|
79
|
+
): PagedAsyncIterableIterator<DomainOwnershipIdentifier>;
|
|
80
|
+
/**
|
|
81
|
+
* Description for Check if a domain is available for registration.
|
|
82
|
+
* @param identifier Name of the domain.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
checkAvailability(
|
|
86
|
+
identifier: NameIdentifier,
|
|
87
|
+
options?: DomainsCheckAvailabilityOptionalParams
|
|
88
|
+
): Promise<DomainsCheckAvailabilityResponse>;
|
|
89
|
+
/**
|
|
90
|
+
* Description for Generate a single sign-on request for the domain management portal.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
getControlCenterSsoRequest(
|
|
94
|
+
options?: DomainsGetControlCenterSsoRequestOptionalParams
|
|
95
|
+
): Promise<DomainsGetControlCenterSsoRequestResponse>;
|
|
96
|
+
/**
|
|
97
|
+
* Description for Get a domain.
|
|
98
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
99
|
+
* @param domainName Name of the domain.
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
get(
|
|
103
|
+
resourceGroupName: string,
|
|
104
|
+
domainName: string,
|
|
105
|
+
options?: DomainsGetOptionalParams
|
|
106
|
+
): Promise<DomainsGetResponse>;
|
|
107
|
+
/**
|
|
108
|
+
* Description for Creates or updates a domain.
|
|
109
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
110
|
+
* @param domainName Name of the domain.
|
|
111
|
+
* @param domain Domain registration information.
|
|
112
|
+
* @param options The options parameters.
|
|
113
|
+
*/
|
|
114
|
+
beginCreateOrUpdate(
|
|
115
|
+
resourceGroupName: string,
|
|
116
|
+
domainName: string,
|
|
117
|
+
domain: Domain,
|
|
118
|
+
options?: DomainsCreateOrUpdateOptionalParams
|
|
119
|
+
): Promise<
|
|
120
|
+
PollerLike<
|
|
121
|
+
PollOperationState<DomainsCreateOrUpdateResponse>,
|
|
122
|
+
DomainsCreateOrUpdateResponse
|
|
123
|
+
>
|
|
124
|
+
>;
|
|
125
|
+
/**
|
|
126
|
+
* Description for Creates or updates a domain.
|
|
127
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
128
|
+
* @param domainName Name of the domain.
|
|
129
|
+
* @param domain Domain registration information.
|
|
130
|
+
* @param options The options parameters.
|
|
131
|
+
*/
|
|
132
|
+
beginCreateOrUpdateAndWait(
|
|
133
|
+
resourceGroupName: string,
|
|
134
|
+
domainName: string,
|
|
135
|
+
domain: Domain,
|
|
136
|
+
options?: DomainsCreateOrUpdateOptionalParams
|
|
137
|
+
): Promise<DomainsCreateOrUpdateResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* Description for Delete a domain.
|
|
140
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
141
|
+
* @param domainName Name of the domain.
|
|
142
|
+
* @param options The options parameters.
|
|
143
|
+
*/
|
|
144
|
+
delete(
|
|
145
|
+
resourceGroupName: string,
|
|
146
|
+
domainName: string,
|
|
147
|
+
options?: DomainsDeleteOptionalParams
|
|
148
|
+
): Promise<void>;
|
|
149
|
+
/**
|
|
150
|
+
* Description for Creates or updates a domain.
|
|
151
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
152
|
+
* @param domainName Name of the domain.
|
|
153
|
+
* @param domain Domain registration information.
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
update(
|
|
157
|
+
resourceGroupName: string,
|
|
158
|
+
domainName: string,
|
|
159
|
+
domain: DomainPatchResource,
|
|
160
|
+
options?: DomainsUpdateOptionalParams
|
|
161
|
+
): Promise<DomainsUpdateResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* Description for Get ownership identifier for domain
|
|
164
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
165
|
+
* @param domainName Name of domain.
|
|
166
|
+
* @param name Name of identifier.
|
|
167
|
+
* @param options The options parameters.
|
|
168
|
+
*/
|
|
169
|
+
getOwnershipIdentifier(
|
|
170
|
+
resourceGroupName: string,
|
|
171
|
+
domainName: string,
|
|
172
|
+
name: string,
|
|
173
|
+
options?: DomainsGetOwnershipIdentifierOptionalParams
|
|
174
|
+
): Promise<DomainsGetOwnershipIdentifierResponse>;
|
|
175
|
+
/**
|
|
176
|
+
* Description for Creates an ownership identifier for a domain or updates identifier details for an
|
|
177
|
+
* existing identifier
|
|
178
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
179
|
+
* @param domainName Name of domain.
|
|
180
|
+
* @param name Name of identifier.
|
|
181
|
+
* @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
|
|
182
|
+
* @param options The options parameters.
|
|
183
|
+
*/
|
|
184
|
+
createOrUpdateOwnershipIdentifier(
|
|
185
|
+
resourceGroupName: string,
|
|
186
|
+
domainName: string,
|
|
187
|
+
name: string,
|
|
188
|
+
domainOwnershipIdentifier: DomainOwnershipIdentifier,
|
|
189
|
+
options?: DomainsCreateOrUpdateOwnershipIdentifierOptionalParams
|
|
190
|
+
): Promise<DomainsCreateOrUpdateOwnershipIdentifierResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Description for Delete ownership identifier for domain
|
|
193
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
194
|
+
* @param domainName Name of domain.
|
|
195
|
+
* @param name Name of identifier.
|
|
196
|
+
* @param options The options parameters.
|
|
197
|
+
*/
|
|
198
|
+
deleteOwnershipIdentifier(
|
|
199
|
+
resourceGroupName: string,
|
|
200
|
+
domainName: string,
|
|
201
|
+
name: string,
|
|
202
|
+
options?: DomainsDeleteOwnershipIdentifierOptionalParams
|
|
203
|
+
): Promise<void>;
|
|
204
|
+
/**
|
|
205
|
+
* Description for Creates an ownership identifier for a domain or updates identifier details for an
|
|
206
|
+
* existing identifier
|
|
207
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
208
|
+
* @param domainName Name of domain.
|
|
209
|
+
* @param name Name of identifier.
|
|
210
|
+
* @param domainOwnershipIdentifier A JSON representation of the domain ownership properties.
|
|
211
|
+
* @param options The options parameters.
|
|
212
|
+
*/
|
|
213
|
+
updateOwnershipIdentifier(
|
|
214
|
+
resourceGroupName: string,
|
|
215
|
+
domainName: string,
|
|
216
|
+
name: string,
|
|
217
|
+
domainOwnershipIdentifier: DomainOwnershipIdentifier,
|
|
218
|
+
options?: DomainsUpdateOwnershipIdentifierOptionalParams
|
|
219
|
+
): Promise<DomainsUpdateOwnershipIdentifierResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* Description for Renew a domain.
|
|
222
|
+
* @param resourceGroupName Name of the resource group to which the resource belongs.
|
|
223
|
+
* @param domainName Name of the domain.
|
|
224
|
+
* @param options The options parameters.
|
|
225
|
+
*/
|
|
226
|
+
renew(
|
|
227
|
+
resourceGroupName: string,
|
|
228
|
+
domainName: string,
|
|
229
|
+
options?: DomainsRenewOptionalParams
|
|
230
|
+
): Promise<void>;
|
|
231
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 {
|
|
10
|
+
GlobalGetDeletedWebAppOptionalParams,
|
|
11
|
+
GlobalGetDeletedWebAppResponse,
|
|
12
|
+
GlobalGetDeletedWebAppSnapshotsOptionalParams,
|
|
13
|
+
GlobalGetDeletedWebAppSnapshotsResponse,
|
|
14
|
+
GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams
|
|
15
|
+
} from "../models";
|
|
16
|
+
|
|
17
|
+
/** Interface representing a Global. */
|
|
18
|
+
export interface Global {
|
|
19
|
+
/**
|
|
20
|
+
* Description for Get deleted app for a subscription.
|
|
21
|
+
* @param deletedSiteId The numeric ID of the deleted app, e.g. 12345
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
getDeletedWebApp(
|
|
25
|
+
deletedSiteId: string,
|
|
26
|
+
options?: GlobalGetDeletedWebAppOptionalParams
|
|
27
|
+
): Promise<GlobalGetDeletedWebAppResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Description for Get all deleted apps for a subscription.
|
|
30
|
+
* @param deletedSiteId The numeric ID of the deleted app, e.g. 12345
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
getDeletedWebAppSnapshots(
|
|
34
|
+
deletedSiteId: string,
|
|
35
|
+
options?: GlobalGetDeletedWebAppSnapshotsOptionalParams
|
|
36
|
+
): Promise<GlobalGetDeletedWebAppSnapshotsResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Description for Gets an operation in a subscription and given region
|
|
39
|
+
* @param location Location name
|
|
40
|
+
* @param operationId Operation Id
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
getSubscriptionOperationWithAsyncResponse(
|
|
44
|
+
location: string,
|
|
45
|
+
operationId: string,
|
|
46
|
+
options?: GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams
|
|
47
|
+
): Promise<void>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
export * from "./appServiceCertificateOrders";
|
|
10
|
+
export * from "./certificateOrdersDiagnostics";
|
|
11
|
+
export * from "./certificateRegistrationProvider";
|
|
12
|
+
export * from "./domains";
|
|
13
|
+
export * from "./topLevelDomains";
|
|
14
|
+
export * from "./domainRegistrationProvider";
|
|
15
|
+
export * from "./appServiceEnvironments";
|
|
16
|
+
export * from "./appServicePlans";
|
|
17
|
+
export * from "./certificates";
|
|
18
|
+
export * from "./deletedWebApps";
|
|
19
|
+
export * from "./diagnostics";
|
|
20
|
+
export * from "./global";
|
|
21
|
+
export * from "./kubeEnvironments";
|
|
22
|
+
export * from "./provider";
|
|
23
|
+
export * from "./recommendations";
|
|
24
|
+
export * from "./resourceHealthMetadataOperations";
|
|
25
|
+
export * from "./staticSites";
|
|
26
|
+
export * from "./webApps";
|