@azure-rest/arm-appservice 1.0.0-beta.1 → 1.0.0-beta.3
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 +21 -0
- package/LICENSE +4 -4
- package/README.md +35 -23
- package/dist/browser/clientDefinitions.d.ts +3273 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +654 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js +761 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +4422 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +6074 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +2468 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +107 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +7390 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/browser/webSiteManagementClient.d.ts +15 -0
- package/dist/browser/webSiteManagementClient.d.ts.map +1 -0
- package/dist/browser/webSiteManagementClient.js +44 -0
- package/dist/browser/webSiteManagementClient.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +3273 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +654 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +764 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +4422 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +6074 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +140 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +2468 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +110 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +7390 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/webSiteManagementClient.d.ts +15 -0
- package/dist/commonjs/webSiteManagementClient.d.ts.map +1 -0
- package/dist/commonjs/webSiteManagementClient.js +47 -0
- package/dist/commonjs/webSiteManagementClient.js.map +1 -0
- package/dist/esm/clientDefinitions.d.ts +3273 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +654 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +761 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +4422 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +6074 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +137 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +2468 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +107 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +7390 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/esm/webSiteManagementClient.d.ts +15 -0
- package/dist/esm/webSiteManagementClient.d.ts.map +1 -0
- package/dist/esm/webSiteManagementClient.js +44 -0
- package/dist/esm/webSiteManagementClient.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +3273 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +654 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +761 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +4422 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +6074 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +137 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +2468 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +107 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +7390 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/dist/react-native/webSiteManagementClient.d.ts +15 -0
- package/dist/react-native/webSiteManagementClient.d.ts.map +1 -0
- package/dist/react-native/webSiteManagementClient.js +44 -0
- package/dist/react-native/webSiteManagementClient.js.map +1 -0
- package/package.json +87 -80
- package/review/{arm-appservice.api.md → arm-appservice-node.api.md} +5443 -4440
- package/dist/index.js +0 -144
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -46
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/dist-esm/src/webSiteManagementClient.js +0 -21
- package/dist-esm/src/webSiteManagementClient.js.map +0 -1
- package/types/arm-appservice.d.ts +0 -27921
|
@@ -0,0 +1,2468 @@
|
|
|
1
|
+
import type { RequestParameters } from "@azure-rest/core-client";
|
|
2
|
+
import type { AppServiceCertificateOrder, AppServiceCertificateOrderPatchResource, AppServiceCertificateResource, AppServiceCertificatePatchResource, ReissueCertificateOrderRequest, RenewCertificateOrderRequest, NameIdentifier, SiteSealRequest, DomainRecommendationSearchParameters, Domain, DomainPatchResource, DomainOwnershipIdentifier, TopLevelDomainAgreementOption, AppServiceEnvironmentResource, AppServiceEnvironmentPatchResource, VirtualNetworkProfile, AseV3NetworkingConfiguration, WorkerPoolResource, PrivateLinkConnectionApprovalRequestResource, AppServicePlan, AppServicePlanPatchResource, VnetGateway, VnetRoute, Certificate, CertificatePatchResource, ContainerApp, KubeEnvironment, KubeEnvironmentPatchResource, User, SourceControl, ResourceNameAvailabilityRequest, VnetParameters, CsmMoveResourceEnvelope, ValidateRequest, StaticSitesWorkflowPreviewRequest, StaticSiteARMResource, StaticSitePatchResource, StaticSiteUserARMResource, StringDictionary, StaticSiteUserProvidedFunctionAppARMResource, StaticSiteZipDeploymentARMResource, StaticSiteUserInvitationRequestResource, StaticSiteCustomDomainRequestPropertiesARMResource, StaticSiteResetPropertiesARMResource, Site, SitePatchResource, CsmSlotEntity, BackupRequest, RestoreRequest, CsmPublishingCredentialsPoliciesEntity, SiteAuthSettings, SiteAuthSettingsV2, AzureStoragePropertyDictionaryResource, ConnectionStringDictionary, SiteLogsConfig, PushSettings, SlotConfigNamesResource, SiteConfigResource, Deployment, Identifier, MSDeploy, FunctionEnvelope, KeyInfo, HostNameBinding, HybridConnection, RelayServiceConnectionEntity, StorageMigrationOptions, MigrateMySqlRequest, SwiftVirtualNetwork, PremierAddOn, PremierAddOnPatchResource, PrivateAccess, PublicCertificate, CsmPublishingProfileOptions, DeletedAppRestoreRequest, SnapshotRestoreRequest, SiteSourceControl, VnetInfoResource } from "./models.js";
|
|
3
|
+
export type AppServiceCertificateOrdersListParameters = RequestParameters;
|
|
4
|
+
export interface AppServiceCertificateOrdersValidatePurchaseInformationBodyParam {
|
|
5
|
+
/** Information for a certificate order. */
|
|
6
|
+
body: AppServiceCertificateOrder;
|
|
7
|
+
}
|
|
8
|
+
export interface AppServiceCertificateOrdersValidatePurchaseInformationMediaTypesParam {
|
|
9
|
+
/** Request content type */
|
|
10
|
+
contentType?: "application/json";
|
|
11
|
+
}
|
|
12
|
+
export type AppServiceCertificateOrdersValidatePurchaseInformationParameters = AppServiceCertificateOrdersValidatePurchaseInformationMediaTypesParam & AppServiceCertificateOrdersValidatePurchaseInformationBodyParam & RequestParameters;
|
|
13
|
+
export type AppServiceCertificateOrdersListByResourceGroupParameters = RequestParameters;
|
|
14
|
+
export type AppServiceCertificateOrdersGetParameters = RequestParameters;
|
|
15
|
+
export interface AppServiceCertificateOrdersCreateOrUpdateBodyParam {
|
|
16
|
+
/** Distinguished name to use for the certificate order. */
|
|
17
|
+
body: AppServiceCertificateOrder;
|
|
18
|
+
}
|
|
19
|
+
export interface AppServiceCertificateOrdersCreateOrUpdateMediaTypesParam {
|
|
20
|
+
/** Request content type */
|
|
21
|
+
contentType?: "application/json";
|
|
22
|
+
}
|
|
23
|
+
export type AppServiceCertificateOrdersCreateOrUpdateParameters = AppServiceCertificateOrdersCreateOrUpdateMediaTypesParam & AppServiceCertificateOrdersCreateOrUpdateBodyParam & RequestParameters;
|
|
24
|
+
export type AppServiceCertificateOrdersDeleteParameters = RequestParameters;
|
|
25
|
+
export interface AppServiceCertificateOrdersUpdateBodyParam {
|
|
26
|
+
/** Distinguished name to use for the certificate order. */
|
|
27
|
+
body: AppServiceCertificateOrderPatchResource;
|
|
28
|
+
}
|
|
29
|
+
export interface AppServiceCertificateOrdersUpdateMediaTypesParam {
|
|
30
|
+
/** Request content type */
|
|
31
|
+
contentType?: "application/json";
|
|
32
|
+
}
|
|
33
|
+
export type AppServiceCertificateOrdersUpdateParameters = AppServiceCertificateOrdersUpdateMediaTypesParam & AppServiceCertificateOrdersUpdateBodyParam & RequestParameters;
|
|
34
|
+
export type AppServiceCertificateOrdersListCertificatesParameters = RequestParameters;
|
|
35
|
+
export type AppServiceCertificateOrdersGetCertificateParameters = RequestParameters;
|
|
36
|
+
export interface AppServiceCertificateOrdersCreateOrUpdateCertificateBodyParam {
|
|
37
|
+
/** Key vault certificate resource Id. */
|
|
38
|
+
body: AppServiceCertificateResource;
|
|
39
|
+
}
|
|
40
|
+
export interface AppServiceCertificateOrdersCreateOrUpdateCertificateMediaTypesParam {
|
|
41
|
+
/** Request content type */
|
|
42
|
+
contentType?: "application/json";
|
|
43
|
+
}
|
|
44
|
+
export type AppServiceCertificateOrdersCreateOrUpdateCertificateParameters = AppServiceCertificateOrdersCreateOrUpdateCertificateMediaTypesParam & AppServiceCertificateOrdersCreateOrUpdateCertificateBodyParam & RequestParameters;
|
|
45
|
+
export type AppServiceCertificateOrdersDeleteCertificateParameters = RequestParameters;
|
|
46
|
+
export interface AppServiceCertificateOrdersUpdateCertificateBodyParam {
|
|
47
|
+
/** Key vault certificate resource Id. */
|
|
48
|
+
body: AppServiceCertificatePatchResource;
|
|
49
|
+
}
|
|
50
|
+
export interface AppServiceCertificateOrdersUpdateCertificateMediaTypesParam {
|
|
51
|
+
/** Request content type */
|
|
52
|
+
contentType?: "application/json";
|
|
53
|
+
}
|
|
54
|
+
export type AppServiceCertificateOrdersUpdateCertificateParameters = AppServiceCertificateOrdersUpdateCertificateMediaTypesParam & AppServiceCertificateOrdersUpdateCertificateBodyParam & RequestParameters;
|
|
55
|
+
export interface AppServiceCertificateOrdersReissueBodyParam {
|
|
56
|
+
/** Parameters for the reissue. */
|
|
57
|
+
body: ReissueCertificateOrderRequest;
|
|
58
|
+
}
|
|
59
|
+
export interface AppServiceCertificateOrdersReissueMediaTypesParam {
|
|
60
|
+
/** Request content type */
|
|
61
|
+
contentType?: "application/json";
|
|
62
|
+
}
|
|
63
|
+
export type AppServiceCertificateOrdersReissueParameters = AppServiceCertificateOrdersReissueMediaTypesParam & AppServiceCertificateOrdersReissueBodyParam & RequestParameters;
|
|
64
|
+
export interface AppServiceCertificateOrdersRenewBodyParam {
|
|
65
|
+
/** Renew parameters */
|
|
66
|
+
body: RenewCertificateOrderRequest;
|
|
67
|
+
}
|
|
68
|
+
export interface AppServiceCertificateOrdersRenewMediaTypesParam {
|
|
69
|
+
/** Request content type */
|
|
70
|
+
contentType?: "application/json";
|
|
71
|
+
}
|
|
72
|
+
export type AppServiceCertificateOrdersRenewParameters = AppServiceCertificateOrdersRenewMediaTypesParam & AppServiceCertificateOrdersRenewBodyParam & RequestParameters;
|
|
73
|
+
export type AppServiceCertificateOrdersResendEmailParameters = RequestParameters;
|
|
74
|
+
export interface AppServiceCertificateOrdersResendRequestEmailsBodyParam {
|
|
75
|
+
/** Email address */
|
|
76
|
+
body: NameIdentifier;
|
|
77
|
+
}
|
|
78
|
+
export interface AppServiceCertificateOrdersResendRequestEmailsMediaTypesParam {
|
|
79
|
+
/** Request content type */
|
|
80
|
+
contentType?: "application/json";
|
|
81
|
+
}
|
|
82
|
+
export type AppServiceCertificateOrdersResendRequestEmailsParameters = AppServiceCertificateOrdersResendRequestEmailsMediaTypesParam & AppServiceCertificateOrdersResendRequestEmailsBodyParam & RequestParameters;
|
|
83
|
+
export interface AppServiceCertificateOrdersRetrieveSiteSealBodyParam {
|
|
84
|
+
/** Site seal request. */
|
|
85
|
+
body: SiteSealRequest;
|
|
86
|
+
}
|
|
87
|
+
export interface AppServiceCertificateOrdersRetrieveSiteSealMediaTypesParam {
|
|
88
|
+
/** Request content type */
|
|
89
|
+
contentType?: "application/json";
|
|
90
|
+
}
|
|
91
|
+
export type AppServiceCertificateOrdersRetrieveSiteSealParameters = AppServiceCertificateOrdersRetrieveSiteSealMediaTypesParam & AppServiceCertificateOrdersRetrieveSiteSealBodyParam & RequestParameters;
|
|
92
|
+
export type AppServiceCertificateOrdersVerifyDomainOwnershipParameters = RequestParameters;
|
|
93
|
+
export type AppServiceCertificateOrdersRetrieveCertificateActionsParameters = RequestParameters;
|
|
94
|
+
export type AppServiceCertificateOrdersRetrieveCertificateEmailHistoryParameters = RequestParameters;
|
|
95
|
+
export type CertificateOrdersDiagnosticsListAppServiceCertificateOrderDetectorResponseParameters = RequestParameters;
|
|
96
|
+
export interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseQueryParamProperties {
|
|
97
|
+
/** The start time for detector response. */
|
|
98
|
+
startTime?: Date | string;
|
|
99
|
+
/** The end time for the detector response. */
|
|
100
|
+
endTime?: Date | string;
|
|
101
|
+
/** The time grain for the detector response. */
|
|
102
|
+
timeGrain?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseQueryParam {
|
|
105
|
+
queryParameters?: CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseQueryParamProperties;
|
|
106
|
+
}
|
|
107
|
+
export type CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseParameters = CertificateOrdersDiagnosticsGetAppServiceCertificateOrderDetectorResponseQueryParam & RequestParameters;
|
|
108
|
+
export type CertificateRegistrationProviderListOperationsParameters = RequestParameters;
|
|
109
|
+
export interface DomainsCheckAvailabilityBodyParam {
|
|
110
|
+
/** Name of the domain. */
|
|
111
|
+
body: NameIdentifier;
|
|
112
|
+
}
|
|
113
|
+
export interface DomainsCheckAvailabilityMediaTypesParam {
|
|
114
|
+
/** Request content type */
|
|
115
|
+
contentType?: "application/json";
|
|
116
|
+
}
|
|
117
|
+
export type DomainsCheckAvailabilityParameters = DomainsCheckAvailabilityMediaTypesParam & DomainsCheckAvailabilityBodyParam & RequestParameters;
|
|
118
|
+
export type DomainsListParameters = RequestParameters;
|
|
119
|
+
export type DomainsGetControlCenterSsoRequestParameters = RequestParameters;
|
|
120
|
+
export interface DomainsListRecommendationsBodyParam {
|
|
121
|
+
/** Search parameters for domain name recommendations. */
|
|
122
|
+
body: DomainRecommendationSearchParameters;
|
|
123
|
+
}
|
|
124
|
+
export interface DomainsListRecommendationsMediaTypesParam {
|
|
125
|
+
/** Request content type */
|
|
126
|
+
contentType?: "application/json";
|
|
127
|
+
}
|
|
128
|
+
export type DomainsListRecommendationsParameters = DomainsListRecommendationsMediaTypesParam & DomainsListRecommendationsBodyParam & RequestParameters;
|
|
129
|
+
export type DomainsListByResourceGroupParameters = RequestParameters;
|
|
130
|
+
export type DomainsGetParameters = RequestParameters;
|
|
131
|
+
export interface DomainsCreateOrUpdateBodyParam {
|
|
132
|
+
/** Domain registration information. */
|
|
133
|
+
body: Domain;
|
|
134
|
+
}
|
|
135
|
+
export interface DomainsCreateOrUpdateMediaTypesParam {
|
|
136
|
+
/** Request content type */
|
|
137
|
+
contentType?: "application/json";
|
|
138
|
+
}
|
|
139
|
+
export type DomainsCreateOrUpdateParameters = DomainsCreateOrUpdateMediaTypesParam & DomainsCreateOrUpdateBodyParam & RequestParameters;
|
|
140
|
+
export interface DomainsDeleteQueryParamProperties {
|
|
141
|
+
/** Specify <code>true</code> to delete the domain immediately. The default is <code>false</code> which deletes the domain after 24 hours. */
|
|
142
|
+
forceHardDeleteDomain?: boolean;
|
|
143
|
+
}
|
|
144
|
+
export interface DomainsDeleteQueryParam {
|
|
145
|
+
queryParameters?: DomainsDeleteQueryParamProperties;
|
|
146
|
+
}
|
|
147
|
+
export type DomainsDeleteParameters = DomainsDeleteQueryParam & RequestParameters;
|
|
148
|
+
export interface DomainsUpdateBodyParam {
|
|
149
|
+
/** Domain registration information. */
|
|
150
|
+
body: DomainPatchResource;
|
|
151
|
+
}
|
|
152
|
+
export interface DomainsUpdateMediaTypesParam {
|
|
153
|
+
/** Request content type */
|
|
154
|
+
contentType?: "application/json";
|
|
155
|
+
}
|
|
156
|
+
export type DomainsUpdateParameters = DomainsUpdateMediaTypesParam & DomainsUpdateBodyParam & RequestParameters;
|
|
157
|
+
export type DomainsListOwnershipIdentifiersParameters = RequestParameters;
|
|
158
|
+
export type DomainsGetOwnershipIdentifierParameters = RequestParameters;
|
|
159
|
+
export interface DomainsCreateOrUpdateOwnershipIdentifierBodyParam {
|
|
160
|
+
/** A JSON representation of the domain ownership properties. */
|
|
161
|
+
body: DomainOwnershipIdentifier;
|
|
162
|
+
}
|
|
163
|
+
export interface DomainsCreateOrUpdateOwnershipIdentifierMediaTypesParam {
|
|
164
|
+
/** Request content type */
|
|
165
|
+
contentType?: "application/json";
|
|
166
|
+
}
|
|
167
|
+
export type DomainsCreateOrUpdateOwnershipIdentifierParameters = DomainsCreateOrUpdateOwnershipIdentifierMediaTypesParam & DomainsCreateOrUpdateOwnershipIdentifierBodyParam & RequestParameters;
|
|
168
|
+
export type DomainsDeleteOwnershipIdentifierParameters = RequestParameters;
|
|
169
|
+
export interface DomainsUpdateOwnershipIdentifierBodyParam {
|
|
170
|
+
/** A JSON representation of the domain ownership properties. */
|
|
171
|
+
body: DomainOwnershipIdentifier;
|
|
172
|
+
}
|
|
173
|
+
export interface DomainsUpdateOwnershipIdentifierMediaTypesParam {
|
|
174
|
+
/** Request content type */
|
|
175
|
+
contentType?: "application/json";
|
|
176
|
+
}
|
|
177
|
+
export type DomainsUpdateOwnershipIdentifierParameters = DomainsUpdateOwnershipIdentifierMediaTypesParam & DomainsUpdateOwnershipIdentifierBodyParam & RequestParameters;
|
|
178
|
+
export type DomainsRenewParameters = RequestParameters;
|
|
179
|
+
export type DomainsTransferOutParameters = RequestParameters;
|
|
180
|
+
export type TopLevelDomainsListParameters = RequestParameters;
|
|
181
|
+
export type TopLevelDomainsGetParameters = RequestParameters;
|
|
182
|
+
export interface TopLevelDomainsListAgreementsBodyParam {
|
|
183
|
+
/** Domain agreement options. */
|
|
184
|
+
body: TopLevelDomainAgreementOption;
|
|
185
|
+
}
|
|
186
|
+
export interface TopLevelDomainsListAgreementsMediaTypesParam {
|
|
187
|
+
/** Request content type */
|
|
188
|
+
contentType?: "application/json";
|
|
189
|
+
}
|
|
190
|
+
export type TopLevelDomainsListAgreementsParameters = TopLevelDomainsListAgreementsMediaTypesParam & TopLevelDomainsListAgreementsBodyParam & RequestParameters;
|
|
191
|
+
export type DomainRegistrationProviderListOperationsParameters = RequestParameters;
|
|
192
|
+
export type AppServiceEnvironmentsListParameters = RequestParameters;
|
|
193
|
+
export type AppServiceEnvironmentsListByResourceGroupParameters = RequestParameters;
|
|
194
|
+
export type AppServiceEnvironmentsGetParameters = RequestParameters;
|
|
195
|
+
export interface AppServiceEnvironmentsCreateOrUpdateBodyParam {
|
|
196
|
+
/** Configuration details of the App Service Environment. */
|
|
197
|
+
body: AppServiceEnvironmentResource;
|
|
198
|
+
}
|
|
199
|
+
export interface AppServiceEnvironmentsCreateOrUpdateMediaTypesParam {
|
|
200
|
+
/** Request content type */
|
|
201
|
+
contentType?: "application/json";
|
|
202
|
+
}
|
|
203
|
+
export type AppServiceEnvironmentsCreateOrUpdateParameters = AppServiceEnvironmentsCreateOrUpdateMediaTypesParam & AppServiceEnvironmentsCreateOrUpdateBodyParam & RequestParameters;
|
|
204
|
+
export interface AppServiceEnvironmentsDeleteQueryParamProperties {
|
|
205
|
+
/** Specify <code>true</code> to force the deletion even if the App Service Environment contains resources. The default is <code>false</code>. */
|
|
206
|
+
forceDelete?: boolean;
|
|
207
|
+
}
|
|
208
|
+
export interface AppServiceEnvironmentsDeleteQueryParam {
|
|
209
|
+
queryParameters?: AppServiceEnvironmentsDeleteQueryParamProperties;
|
|
210
|
+
}
|
|
211
|
+
export type AppServiceEnvironmentsDeleteParameters = AppServiceEnvironmentsDeleteQueryParam & RequestParameters;
|
|
212
|
+
export interface AppServiceEnvironmentsUpdateBodyParam {
|
|
213
|
+
/** Configuration details of the App Service Environment. */
|
|
214
|
+
body: AppServiceEnvironmentPatchResource;
|
|
215
|
+
}
|
|
216
|
+
export interface AppServiceEnvironmentsUpdateMediaTypesParam {
|
|
217
|
+
/** Request content type */
|
|
218
|
+
contentType?: "application/json";
|
|
219
|
+
}
|
|
220
|
+
export type AppServiceEnvironmentsUpdateParameters = AppServiceEnvironmentsUpdateMediaTypesParam & AppServiceEnvironmentsUpdateBodyParam & RequestParameters;
|
|
221
|
+
export type AppServiceEnvironmentsListCapacitiesParameters = RequestParameters;
|
|
222
|
+
export type AppServiceEnvironmentsGetVipInfoParameters = RequestParameters;
|
|
223
|
+
export interface AppServiceEnvironmentsChangeVnetBodyParam {
|
|
224
|
+
/** Details for the new virtual network. */
|
|
225
|
+
body: VirtualNetworkProfile;
|
|
226
|
+
}
|
|
227
|
+
export interface AppServiceEnvironmentsChangeVnetMediaTypesParam {
|
|
228
|
+
/** Request content type */
|
|
229
|
+
contentType?: "application/json";
|
|
230
|
+
}
|
|
231
|
+
export type AppServiceEnvironmentsChangeVnetParameters = AppServiceEnvironmentsChangeVnetMediaTypesParam & AppServiceEnvironmentsChangeVnetBodyParam & RequestParameters;
|
|
232
|
+
export type AppServiceEnvironmentsGetAseV3NetworkingConfigurationParameters = RequestParameters;
|
|
233
|
+
export interface AppServiceEnvironmentsUpdateAseNetworkingConfigurationBodyParam {
|
|
234
|
+
body: AseV3NetworkingConfiguration;
|
|
235
|
+
}
|
|
236
|
+
export interface AppServiceEnvironmentsUpdateAseNetworkingConfigurationMediaTypesParam {
|
|
237
|
+
/** Request content type */
|
|
238
|
+
contentType?: "application/json";
|
|
239
|
+
}
|
|
240
|
+
export type AppServiceEnvironmentsUpdateAseNetworkingConfigurationParameters = AppServiceEnvironmentsUpdateAseNetworkingConfigurationMediaTypesParam & AppServiceEnvironmentsUpdateAseNetworkingConfigurationBodyParam & RequestParameters;
|
|
241
|
+
export type AppServiceEnvironmentsListDiagnosticsParameters = RequestParameters;
|
|
242
|
+
export type AppServiceEnvironmentsGetDiagnosticsItemParameters = RequestParameters;
|
|
243
|
+
export type AppServiceEnvironmentsGetInboundNetworkDependenciesEndpointsParameters = RequestParameters;
|
|
244
|
+
export type AppServiceEnvironmentsListMultiRolePoolsParameters = RequestParameters;
|
|
245
|
+
export type AppServiceEnvironmentsGetMultiRolePoolParameters = RequestParameters;
|
|
246
|
+
export interface AppServiceEnvironmentsCreateOrUpdateMultiRolePoolBodyParam {
|
|
247
|
+
/** Properties of the multi-role pool. */
|
|
248
|
+
body: WorkerPoolResource;
|
|
249
|
+
}
|
|
250
|
+
export interface AppServiceEnvironmentsCreateOrUpdateMultiRolePoolMediaTypesParam {
|
|
251
|
+
/** Request content type */
|
|
252
|
+
contentType?: "application/json";
|
|
253
|
+
}
|
|
254
|
+
export type AppServiceEnvironmentsCreateOrUpdateMultiRolePoolParameters = AppServiceEnvironmentsCreateOrUpdateMultiRolePoolMediaTypesParam & AppServiceEnvironmentsCreateOrUpdateMultiRolePoolBodyParam & RequestParameters;
|
|
255
|
+
export interface AppServiceEnvironmentsUpdateMultiRolePoolBodyParam {
|
|
256
|
+
/** Properties of the multi-role pool. */
|
|
257
|
+
body: WorkerPoolResource;
|
|
258
|
+
}
|
|
259
|
+
export interface AppServiceEnvironmentsUpdateMultiRolePoolMediaTypesParam {
|
|
260
|
+
/** Request content type */
|
|
261
|
+
contentType?: "application/json";
|
|
262
|
+
}
|
|
263
|
+
export type AppServiceEnvironmentsUpdateMultiRolePoolParameters = AppServiceEnvironmentsUpdateMultiRolePoolMediaTypesParam & AppServiceEnvironmentsUpdateMultiRolePoolBodyParam & RequestParameters;
|
|
264
|
+
export type AppServiceEnvironmentsListMultiRolePoolInstanceMetricDefinitionsParameters = RequestParameters;
|
|
265
|
+
export type AppServiceEnvironmentsListMultiRoleMetricDefinitionsParameters = RequestParameters;
|
|
266
|
+
export type AppServiceEnvironmentsListMultiRolePoolSkusParameters = RequestParameters;
|
|
267
|
+
export type AppServiceEnvironmentsListMultiRoleUsagesParameters = RequestParameters;
|
|
268
|
+
export type AppServiceEnvironmentsListOperationsParameters = RequestParameters;
|
|
269
|
+
export type AppServiceEnvironmentsGetOutboundNetworkDependenciesEndpointsParameters = RequestParameters;
|
|
270
|
+
export type AppServiceEnvironmentsGetPrivateEndpointConnectionListParameters = RequestParameters;
|
|
271
|
+
export type AppServiceEnvironmentsGetPrivateEndpointConnectionParameters = RequestParameters;
|
|
272
|
+
export interface AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionBodyParam {
|
|
273
|
+
body: PrivateLinkConnectionApprovalRequestResource;
|
|
274
|
+
}
|
|
275
|
+
export interface AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionMediaTypesParam {
|
|
276
|
+
/** Request content type */
|
|
277
|
+
contentType?: "application/json";
|
|
278
|
+
}
|
|
279
|
+
export type AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionParameters = AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionMediaTypesParam & AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionBodyParam & RequestParameters;
|
|
280
|
+
export type AppServiceEnvironmentsDeletePrivateEndpointConnectionParameters = RequestParameters;
|
|
281
|
+
export type AppServiceEnvironmentsGetPrivateLinkResourcesParameters = RequestParameters;
|
|
282
|
+
export type AppServiceEnvironmentsRebootParameters = RequestParameters;
|
|
283
|
+
export type AppServiceEnvironmentsResumeParameters = RequestParameters;
|
|
284
|
+
export type AppServiceEnvironmentsListAppServicePlansParameters = RequestParameters;
|
|
285
|
+
export interface AppServiceEnvironmentsListWebAppsQueryParamProperties {
|
|
286
|
+
/** Comma separated list of app properties to include. */
|
|
287
|
+
propertiesToInclude?: string;
|
|
288
|
+
}
|
|
289
|
+
export interface AppServiceEnvironmentsListWebAppsQueryParam {
|
|
290
|
+
queryParameters?: AppServiceEnvironmentsListWebAppsQueryParamProperties;
|
|
291
|
+
}
|
|
292
|
+
export type AppServiceEnvironmentsListWebAppsParameters = AppServiceEnvironmentsListWebAppsQueryParam & RequestParameters;
|
|
293
|
+
export type AppServiceEnvironmentsSuspendParameters = RequestParameters;
|
|
294
|
+
export interface AppServiceEnvironmentsListUsagesQueryParamProperties {
|
|
295
|
+
/** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */
|
|
296
|
+
$filter?: string;
|
|
297
|
+
}
|
|
298
|
+
export interface AppServiceEnvironmentsListUsagesQueryParam {
|
|
299
|
+
queryParameters?: AppServiceEnvironmentsListUsagesQueryParamProperties;
|
|
300
|
+
}
|
|
301
|
+
export type AppServiceEnvironmentsListUsagesParameters = AppServiceEnvironmentsListUsagesQueryParam & RequestParameters;
|
|
302
|
+
export type AppServiceEnvironmentsListWorkerPoolsParameters = RequestParameters;
|
|
303
|
+
export type AppServiceEnvironmentsGetWorkerPoolParameters = RequestParameters;
|
|
304
|
+
export interface AppServiceEnvironmentsCreateOrUpdateWorkerPoolBodyParam {
|
|
305
|
+
/** Properties of the worker pool. */
|
|
306
|
+
body: WorkerPoolResource;
|
|
307
|
+
}
|
|
308
|
+
export interface AppServiceEnvironmentsCreateOrUpdateWorkerPoolMediaTypesParam {
|
|
309
|
+
/** Request content type */
|
|
310
|
+
contentType?: "application/json";
|
|
311
|
+
}
|
|
312
|
+
export type AppServiceEnvironmentsCreateOrUpdateWorkerPoolParameters = AppServiceEnvironmentsCreateOrUpdateWorkerPoolMediaTypesParam & AppServiceEnvironmentsCreateOrUpdateWorkerPoolBodyParam & RequestParameters;
|
|
313
|
+
export interface AppServiceEnvironmentsUpdateWorkerPoolBodyParam {
|
|
314
|
+
/** Properties of the worker pool. */
|
|
315
|
+
body: WorkerPoolResource;
|
|
316
|
+
}
|
|
317
|
+
export interface AppServiceEnvironmentsUpdateWorkerPoolMediaTypesParam {
|
|
318
|
+
/** Request content type */
|
|
319
|
+
contentType?: "application/json";
|
|
320
|
+
}
|
|
321
|
+
export type AppServiceEnvironmentsUpdateWorkerPoolParameters = AppServiceEnvironmentsUpdateWorkerPoolMediaTypesParam & AppServiceEnvironmentsUpdateWorkerPoolBodyParam & RequestParameters;
|
|
322
|
+
export type AppServiceEnvironmentsListWorkerPoolInstanceMetricDefinitionsParameters = RequestParameters;
|
|
323
|
+
export type AppServiceEnvironmentsListWebWorkerMetricDefinitionsParameters = RequestParameters;
|
|
324
|
+
export type AppServiceEnvironmentsListWorkerPoolSkusParameters = RequestParameters;
|
|
325
|
+
export type AppServiceEnvironmentsListWebWorkerUsagesParameters = RequestParameters;
|
|
326
|
+
export interface AppServicePlansListQueryParamProperties {
|
|
327
|
+
/**
|
|
328
|
+
* Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.
|
|
329
|
+
* Retrieval of all properties may increase the API latency.
|
|
330
|
+
*/
|
|
331
|
+
detailed?: boolean;
|
|
332
|
+
}
|
|
333
|
+
export interface AppServicePlansListQueryParam {
|
|
334
|
+
queryParameters?: AppServicePlansListQueryParamProperties;
|
|
335
|
+
}
|
|
336
|
+
export type AppServicePlansListParameters = AppServicePlansListQueryParam & RequestParameters;
|
|
337
|
+
export type AppServicePlansListByResourceGroupParameters = RequestParameters;
|
|
338
|
+
export type AppServicePlansGetParameters = RequestParameters;
|
|
339
|
+
export interface AppServicePlansCreateOrUpdateBodyParam {
|
|
340
|
+
/** Details of the App Service plan. */
|
|
341
|
+
body: AppServicePlan;
|
|
342
|
+
}
|
|
343
|
+
export interface AppServicePlansCreateOrUpdateMediaTypesParam {
|
|
344
|
+
/** Request content type */
|
|
345
|
+
contentType?: "application/json";
|
|
346
|
+
}
|
|
347
|
+
export type AppServicePlansCreateOrUpdateParameters = AppServicePlansCreateOrUpdateMediaTypesParam & AppServicePlansCreateOrUpdateBodyParam & RequestParameters;
|
|
348
|
+
export type AppServicePlansDeleteParameters = RequestParameters;
|
|
349
|
+
export interface AppServicePlansUpdateBodyParam {
|
|
350
|
+
/** Details of the App Service plan. */
|
|
351
|
+
body: AppServicePlanPatchResource;
|
|
352
|
+
}
|
|
353
|
+
export interface AppServicePlansUpdateMediaTypesParam {
|
|
354
|
+
/** Request content type */
|
|
355
|
+
contentType?: "application/json";
|
|
356
|
+
}
|
|
357
|
+
export type AppServicePlansUpdateParameters = AppServicePlansUpdateMediaTypesParam & AppServicePlansUpdateBodyParam & RequestParameters;
|
|
358
|
+
export type AppServicePlansListCapabilitiesParameters = RequestParameters;
|
|
359
|
+
export type AppServicePlansGetHybridConnectionParameters = RequestParameters;
|
|
360
|
+
export type AppServicePlansDeleteHybridConnectionParameters = RequestParameters;
|
|
361
|
+
export type AppServicePlansListHybridConnectionKeysParameters = RequestParameters;
|
|
362
|
+
export type AppServicePlansListWebAppsByHybridConnectionParameters = RequestParameters;
|
|
363
|
+
export type AppServicePlansGetHybridConnectionPlanLimitParameters = RequestParameters;
|
|
364
|
+
export type AppServicePlansListHybridConnectionsParameters = RequestParameters;
|
|
365
|
+
export interface AppServicePlansRestartWebAppsQueryParamProperties {
|
|
366
|
+
/** Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps */
|
|
367
|
+
softRestart?: boolean;
|
|
368
|
+
}
|
|
369
|
+
export interface AppServicePlansRestartWebAppsQueryParam {
|
|
370
|
+
queryParameters?: AppServicePlansRestartWebAppsQueryParamProperties;
|
|
371
|
+
}
|
|
372
|
+
export type AppServicePlansRestartWebAppsParameters = AppServicePlansRestartWebAppsQueryParam & RequestParameters;
|
|
373
|
+
export interface AppServicePlansListWebAppsQueryParamProperties {
|
|
374
|
+
/** Skip to a web app in the list of webapps associated with app service plan. If specified, the resulting list will contain web apps starting from (including) the skipToken. Otherwise, the resulting list contains web apps from the start of the list */
|
|
375
|
+
$skipToken?: string;
|
|
376
|
+
/** Supported filter: $filter=state eq running. Returns only web apps that are currently running */
|
|
377
|
+
$filter?: string;
|
|
378
|
+
/** List page size. If specified, results are paged. */
|
|
379
|
+
$top?: string;
|
|
380
|
+
}
|
|
381
|
+
export interface AppServicePlansListWebAppsQueryParam {
|
|
382
|
+
queryParameters?: AppServicePlansListWebAppsQueryParamProperties;
|
|
383
|
+
}
|
|
384
|
+
export type AppServicePlansListWebAppsParameters = AppServicePlansListWebAppsQueryParam & RequestParameters;
|
|
385
|
+
export type AppServicePlansGetServerFarmSkusParameters = RequestParameters;
|
|
386
|
+
export interface AppServicePlansListUsagesQueryParamProperties {
|
|
387
|
+
/** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2'). */
|
|
388
|
+
$filter?: string;
|
|
389
|
+
}
|
|
390
|
+
export interface AppServicePlansListUsagesQueryParam {
|
|
391
|
+
queryParameters?: AppServicePlansListUsagesQueryParamProperties;
|
|
392
|
+
}
|
|
393
|
+
export type AppServicePlansListUsagesParameters = AppServicePlansListUsagesQueryParam & RequestParameters;
|
|
394
|
+
export type AppServicePlansListVnetsParameters = RequestParameters;
|
|
395
|
+
export type AppServicePlansGetVnetFromServerFarmParameters = RequestParameters;
|
|
396
|
+
export type AppServicePlansGetVnetGatewayParameters = RequestParameters;
|
|
397
|
+
export interface AppServicePlansUpdateVnetGatewayBodyParam {
|
|
398
|
+
/** Definition of the gateway. */
|
|
399
|
+
body: VnetGateway;
|
|
400
|
+
}
|
|
401
|
+
export interface AppServicePlansUpdateVnetGatewayMediaTypesParam {
|
|
402
|
+
/** Request content type */
|
|
403
|
+
contentType?: "application/json";
|
|
404
|
+
}
|
|
405
|
+
export type AppServicePlansUpdateVnetGatewayParameters = AppServicePlansUpdateVnetGatewayMediaTypesParam & AppServicePlansUpdateVnetGatewayBodyParam & RequestParameters;
|
|
406
|
+
export type AppServicePlansListRoutesForVnetParameters = RequestParameters;
|
|
407
|
+
export type AppServicePlansGetRouteForVnetParameters = RequestParameters;
|
|
408
|
+
export interface AppServicePlansCreateOrUpdateVnetRouteBodyParam {
|
|
409
|
+
/** Definition of the Virtual Network route. */
|
|
410
|
+
body: VnetRoute;
|
|
411
|
+
}
|
|
412
|
+
export interface AppServicePlansCreateOrUpdateVnetRouteMediaTypesParam {
|
|
413
|
+
/** Request content type */
|
|
414
|
+
contentType?: "application/json";
|
|
415
|
+
}
|
|
416
|
+
export type AppServicePlansCreateOrUpdateVnetRouteParameters = AppServicePlansCreateOrUpdateVnetRouteMediaTypesParam & AppServicePlansCreateOrUpdateVnetRouteBodyParam & RequestParameters;
|
|
417
|
+
export type AppServicePlansDeleteVnetRouteParameters = RequestParameters;
|
|
418
|
+
export interface AppServicePlansUpdateVnetRouteBodyParam {
|
|
419
|
+
/** Definition of the Virtual Network route. */
|
|
420
|
+
body: VnetRoute;
|
|
421
|
+
}
|
|
422
|
+
export interface AppServicePlansUpdateVnetRouteMediaTypesParam {
|
|
423
|
+
/** Request content type */
|
|
424
|
+
contentType?: "application/json";
|
|
425
|
+
}
|
|
426
|
+
export type AppServicePlansUpdateVnetRouteParameters = AppServicePlansUpdateVnetRouteMediaTypesParam & AppServicePlansUpdateVnetRouteBodyParam & RequestParameters;
|
|
427
|
+
export type AppServicePlansRebootWorkerParameters = RequestParameters;
|
|
428
|
+
export interface CertificatesListQueryParamProperties {
|
|
429
|
+
/** Return only information specified in the filter (using OData syntax). For example: $filter=KeyVaultId eq 'KeyVaultId' */
|
|
430
|
+
$filter?: string;
|
|
431
|
+
}
|
|
432
|
+
export interface CertificatesListQueryParam {
|
|
433
|
+
queryParameters?: CertificatesListQueryParamProperties;
|
|
434
|
+
}
|
|
435
|
+
export type CertificatesListParameters = CertificatesListQueryParam & RequestParameters;
|
|
436
|
+
export type CertificatesListByResourceGroupParameters = RequestParameters;
|
|
437
|
+
export type CertificatesGetParameters = RequestParameters;
|
|
438
|
+
export interface CertificatesCreateOrUpdateBodyParam {
|
|
439
|
+
/** Details of certificate, if it exists already. */
|
|
440
|
+
body: Certificate;
|
|
441
|
+
}
|
|
442
|
+
export interface CertificatesCreateOrUpdateMediaTypesParam {
|
|
443
|
+
/** Request content type */
|
|
444
|
+
contentType?: "application/json";
|
|
445
|
+
}
|
|
446
|
+
export type CertificatesCreateOrUpdateParameters = CertificatesCreateOrUpdateMediaTypesParam & CertificatesCreateOrUpdateBodyParam & RequestParameters;
|
|
447
|
+
export type CertificatesDeleteParameters = RequestParameters;
|
|
448
|
+
export interface CertificatesUpdateBodyParam {
|
|
449
|
+
/** Details of certificate, if it exists already. */
|
|
450
|
+
body: CertificatePatchResource;
|
|
451
|
+
}
|
|
452
|
+
export interface CertificatesUpdateMediaTypesParam {
|
|
453
|
+
/** Request content type */
|
|
454
|
+
contentType?: "application/json";
|
|
455
|
+
}
|
|
456
|
+
export type CertificatesUpdateParameters = CertificatesUpdateMediaTypesParam & CertificatesUpdateBodyParam & RequestParameters;
|
|
457
|
+
export type ContainerAppsListBySubscriptionParameters = RequestParameters;
|
|
458
|
+
export type ContainerAppsListByResourceGroupParameters = RequestParameters;
|
|
459
|
+
export type ContainerAppsGetParameters = RequestParameters;
|
|
460
|
+
export interface ContainerAppsCreateOrUpdateBodyParam {
|
|
461
|
+
body: ContainerApp;
|
|
462
|
+
}
|
|
463
|
+
export interface ContainerAppsCreateOrUpdateMediaTypesParam {
|
|
464
|
+
/** Request content type */
|
|
465
|
+
contentType?: "application/json";
|
|
466
|
+
}
|
|
467
|
+
export type ContainerAppsCreateOrUpdateParameters = ContainerAppsCreateOrUpdateMediaTypesParam & ContainerAppsCreateOrUpdateBodyParam & RequestParameters;
|
|
468
|
+
export type ContainerAppsDeleteParameters = RequestParameters;
|
|
469
|
+
export type ContainerAppsListSecretsParameters = RequestParameters;
|
|
470
|
+
export type ContainerAppsRevisionsListRevisionsParameters = RequestParameters;
|
|
471
|
+
export type ContainerAppsRevisionsGetRevisionParameters = RequestParameters;
|
|
472
|
+
export type ContainerAppsRevisionsActivateRevisionParameters = RequestParameters;
|
|
473
|
+
export type ContainerAppsRevisionsDeactivateRevisionParameters = RequestParameters;
|
|
474
|
+
export type ContainerAppsRevisionsRestartRevisionParameters = RequestParameters;
|
|
475
|
+
export type DeletedWebAppsListParameters = RequestParameters;
|
|
476
|
+
export type DeletedWebAppsListByLocationParameters = RequestParameters;
|
|
477
|
+
export type DeletedWebAppsGetDeletedWebAppByLocationParameters = RequestParameters;
|
|
478
|
+
export type DiagnosticsListHostingEnvironmentDetectorResponsesParameters = RequestParameters;
|
|
479
|
+
export interface DiagnosticsGetHostingEnvironmentDetectorResponseQueryParamProperties {
|
|
480
|
+
/** Start Time */
|
|
481
|
+
startTime?: Date | string;
|
|
482
|
+
/** End Time */
|
|
483
|
+
endTime?: Date | string;
|
|
484
|
+
/** Time Grain */
|
|
485
|
+
timeGrain?: string;
|
|
486
|
+
}
|
|
487
|
+
export interface DiagnosticsGetHostingEnvironmentDetectorResponseQueryParam {
|
|
488
|
+
queryParameters?: DiagnosticsGetHostingEnvironmentDetectorResponseQueryParamProperties;
|
|
489
|
+
}
|
|
490
|
+
export type DiagnosticsGetHostingEnvironmentDetectorResponseParameters = DiagnosticsGetHostingEnvironmentDetectorResponseQueryParam & RequestParameters;
|
|
491
|
+
export type DiagnosticsListSiteDetectorResponsesParameters = RequestParameters;
|
|
492
|
+
export interface DiagnosticsGetSiteDetectorResponseQueryParamProperties {
|
|
493
|
+
/** Start Time */
|
|
494
|
+
startTime?: Date | string;
|
|
495
|
+
/** End Time */
|
|
496
|
+
endTime?: Date | string;
|
|
497
|
+
/** Time Grain */
|
|
498
|
+
timeGrain?: string;
|
|
499
|
+
}
|
|
500
|
+
export interface DiagnosticsGetSiteDetectorResponseQueryParam {
|
|
501
|
+
queryParameters?: DiagnosticsGetSiteDetectorResponseQueryParamProperties;
|
|
502
|
+
}
|
|
503
|
+
export type DiagnosticsGetSiteDetectorResponseParameters = DiagnosticsGetSiteDetectorResponseQueryParam & RequestParameters;
|
|
504
|
+
export type DiagnosticsListSiteDiagnosticCategoriesParameters = RequestParameters;
|
|
505
|
+
export type DiagnosticsGetSiteDiagnosticCategoryParameters = RequestParameters;
|
|
506
|
+
export type DiagnosticsListSiteAnalysesParameters = RequestParameters;
|
|
507
|
+
export type DiagnosticsGetSiteAnalysisParameters = RequestParameters;
|
|
508
|
+
export interface DiagnosticsExecuteSiteAnalysisQueryParamProperties {
|
|
509
|
+
/** Start Time */
|
|
510
|
+
startTime?: Date | string;
|
|
511
|
+
/** End Time */
|
|
512
|
+
endTime?: Date | string;
|
|
513
|
+
/** Time Grain */
|
|
514
|
+
timeGrain?: string;
|
|
515
|
+
}
|
|
516
|
+
export interface DiagnosticsExecuteSiteAnalysisQueryParam {
|
|
517
|
+
queryParameters?: DiagnosticsExecuteSiteAnalysisQueryParamProperties;
|
|
518
|
+
}
|
|
519
|
+
export type DiagnosticsExecuteSiteAnalysisParameters = DiagnosticsExecuteSiteAnalysisQueryParam & RequestParameters;
|
|
520
|
+
export type DiagnosticsListSiteDetectorsParameters = RequestParameters;
|
|
521
|
+
export type DiagnosticsGetSiteDetectorParameters = RequestParameters;
|
|
522
|
+
export interface DiagnosticsExecuteSiteDetectorQueryParamProperties {
|
|
523
|
+
/** Start Time */
|
|
524
|
+
startTime?: Date | string;
|
|
525
|
+
/** End Time */
|
|
526
|
+
endTime?: Date | string;
|
|
527
|
+
/** Time Grain */
|
|
528
|
+
timeGrain?: string;
|
|
529
|
+
}
|
|
530
|
+
export interface DiagnosticsExecuteSiteDetectorQueryParam {
|
|
531
|
+
queryParameters?: DiagnosticsExecuteSiteDetectorQueryParamProperties;
|
|
532
|
+
}
|
|
533
|
+
export type DiagnosticsExecuteSiteDetectorParameters = DiagnosticsExecuteSiteDetectorQueryParam & RequestParameters;
|
|
534
|
+
export type DiagnosticsListSiteDetectorResponsesSlotParameters = RequestParameters;
|
|
535
|
+
export interface DiagnosticsGetSiteDetectorResponseSlotQueryParamProperties {
|
|
536
|
+
/** Start Time */
|
|
537
|
+
startTime?: Date | string;
|
|
538
|
+
/** End Time */
|
|
539
|
+
endTime?: Date | string;
|
|
540
|
+
/** Time Grain */
|
|
541
|
+
timeGrain?: string;
|
|
542
|
+
}
|
|
543
|
+
export interface DiagnosticsGetSiteDetectorResponseSlotQueryParam {
|
|
544
|
+
queryParameters?: DiagnosticsGetSiteDetectorResponseSlotQueryParamProperties;
|
|
545
|
+
}
|
|
546
|
+
export type DiagnosticsGetSiteDetectorResponseSlotParameters = DiagnosticsGetSiteDetectorResponseSlotQueryParam & RequestParameters;
|
|
547
|
+
export type DiagnosticsListSiteDiagnosticCategoriesSlotParameters = RequestParameters;
|
|
548
|
+
export type DiagnosticsGetSiteDiagnosticCategorySlotParameters = RequestParameters;
|
|
549
|
+
export type DiagnosticsListSiteAnalysesSlotParameters = RequestParameters;
|
|
550
|
+
export type DiagnosticsGetSiteAnalysisSlotParameters = RequestParameters;
|
|
551
|
+
export interface DiagnosticsExecuteSiteAnalysisSlotQueryParamProperties {
|
|
552
|
+
/** Start Time */
|
|
553
|
+
startTime?: Date | string;
|
|
554
|
+
/** End Time */
|
|
555
|
+
endTime?: Date | string;
|
|
556
|
+
/** Time Grain */
|
|
557
|
+
timeGrain?: string;
|
|
558
|
+
}
|
|
559
|
+
export interface DiagnosticsExecuteSiteAnalysisSlotQueryParam {
|
|
560
|
+
queryParameters?: DiagnosticsExecuteSiteAnalysisSlotQueryParamProperties;
|
|
561
|
+
}
|
|
562
|
+
export type DiagnosticsExecuteSiteAnalysisSlotParameters = DiagnosticsExecuteSiteAnalysisSlotQueryParam & RequestParameters;
|
|
563
|
+
export type DiagnosticsListSiteDetectorsSlotParameters = RequestParameters;
|
|
564
|
+
export type DiagnosticsGetSiteDetectorSlotParameters = RequestParameters;
|
|
565
|
+
export interface DiagnosticsExecuteSiteDetectorSlotQueryParamProperties {
|
|
566
|
+
/** Start Time */
|
|
567
|
+
startTime?: Date | string;
|
|
568
|
+
/** End Time */
|
|
569
|
+
endTime?: Date | string;
|
|
570
|
+
/** Time Grain */
|
|
571
|
+
timeGrain?: string;
|
|
572
|
+
}
|
|
573
|
+
export interface DiagnosticsExecuteSiteDetectorSlotQueryParam {
|
|
574
|
+
queryParameters?: DiagnosticsExecuteSiteDetectorSlotQueryParamProperties;
|
|
575
|
+
}
|
|
576
|
+
export type DiagnosticsExecuteSiteDetectorSlotParameters = DiagnosticsExecuteSiteDetectorSlotQueryParam & RequestParameters;
|
|
577
|
+
export type GlobalGetDeletedWebAppParameters = RequestParameters;
|
|
578
|
+
export type GlobalGetDeletedWebAppSnapshotsParameters = RequestParameters;
|
|
579
|
+
export type GlobalGetSubscriptionOperationWithAsyncResponseParameters = RequestParameters;
|
|
580
|
+
export type KubeEnvironmentsListBySubscriptionParameters = RequestParameters;
|
|
581
|
+
export type KubeEnvironmentsListByResourceGroupParameters = RequestParameters;
|
|
582
|
+
export type KubeEnvironmentsGetParameters = RequestParameters;
|
|
583
|
+
export interface KubeEnvironmentsCreateOrUpdateBodyParam {
|
|
584
|
+
/** Configuration details of the Kubernetes Environment. */
|
|
585
|
+
body: KubeEnvironment;
|
|
586
|
+
}
|
|
587
|
+
export interface KubeEnvironmentsCreateOrUpdateMediaTypesParam {
|
|
588
|
+
/** Request content type */
|
|
589
|
+
contentType?: "application/json";
|
|
590
|
+
}
|
|
591
|
+
export type KubeEnvironmentsCreateOrUpdateParameters = KubeEnvironmentsCreateOrUpdateMediaTypesParam & KubeEnvironmentsCreateOrUpdateBodyParam & RequestParameters;
|
|
592
|
+
export type KubeEnvironmentsDeleteParameters = RequestParameters;
|
|
593
|
+
export interface KubeEnvironmentsUpdateBodyParam {
|
|
594
|
+
/** Configuration details of the Kubernetes Environment. */
|
|
595
|
+
body: KubeEnvironmentPatchResource;
|
|
596
|
+
}
|
|
597
|
+
export interface KubeEnvironmentsUpdateMediaTypesParam {
|
|
598
|
+
/** Request content type */
|
|
599
|
+
contentType?: "application/json";
|
|
600
|
+
}
|
|
601
|
+
export type KubeEnvironmentsUpdateParameters = KubeEnvironmentsUpdateMediaTypesParam & KubeEnvironmentsUpdateBodyParam & RequestParameters;
|
|
602
|
+
export interface ProviderGetAvailableStacksQueryParamProperties {
|
|
603
|
+
osTypeSelected?: "Windows" | "Linux" | "WindowsFunctions" | "LinuxFunctions" | "All";
|
|
604
|
+
}
|
|
605
|
+
export interface ProviderGetAvailableStacksQueryParam {
|
|
606
|
+
queryParameters?: ProviderGetAvailableStacksQueryParamProperties;
|
|
607
|
+
}
|
|
608
|
+
export type ProviderGetAvailableStacksParameters = ProviderGetAvailableStacksQueryParam & RequestParameters;
|
|
609
|
+
export interface ProviderGetFunctionAppStacksQueryParamProperties {
|
|
610
|
+
/** Stack OS Type */
|
|
611
|
+
stackOsType?: "Windows" | "Linux" | "All";
|
|
612
|
+
}
|
|
613
|
+
export interface ProviderGetFunctionAppStacksQueryParam {
|
|
614
|
+
queryParameters?: ProviderGetFunctionAppStacksQueryParamProperties;
|
|
615
|
+
}
|
|
616
|
+
export type ProviderGetFunctionAppStacksParameters = ProviderGetFunctionAppStacksQueryParam & RequestParameters;
|
|
617
|
+
export interface ProviderGetFunctionAppStacksForLocationQueryParamProperties {
|
|
618
|
+
/** Stack OS Type */
|
|
619
|
+
stackOsType?: "Windows" | "Linux" | "All";
|
|
620
|
+
}
|
|
621
|
+
export interface ProviderGetFunctionAppStacksForLocationQueryParam {
|
|
622
|
+
queryParameters?: ProviderGetFunctionAppStacksForLocationQueryParamProperties;
|
|
623
|
+
}
|
|
624
|
+
export type ProviderGetFunctionAppStacksForLocationParameters = ProviderGetFunctionAppStacksForLocationQueryParam & RequestParameters;
|
|
625
|
+
export interface ProviderGetWebAppStacksForLocationQueryParamProperties {
|
|
626
|
+
/** Stack OS Type */
|
|
627
|
+
stackOsType?: "Windows" | "Linux" | "All";
|
|
628
|
+
}
|
|
629
|
+
export interface ProviderGetWebAppStacksForLocationQueryParam {
|
|
630
|
+
queryParameters?: ProviderGetWebAppStacksForLocationQueryParamProperties;
|
|
631
|
+
}
|
|
632
|
+
export type ProviderGetWebAppStacksForLocationParameters = ProviderGetWebAppStacksForLocationQueryParam & RequestParameters;
|
|
633
|
+
export type ProviderListOperationsParameters = RequestParameters;
|
|
634
|
+
export interface ProviderGetWebAppStacksQueryParamProperties {
|
|
635
|
+
/** Stack OS Type */
|
|
636
|
+
stackOsType?: "Windows" | "Linux" | "All";
|
|
637
|
+
}
|
|
638
|
+
export interface ProviderGetWebAppStacksQueryParam {
|
|
639
|
+
queryParameters?: ProviderGetWebAppStacksQueryParamProperties;
|
|
640
|
+
}
|
|
641
|
+
export type ProviderGetWebAppStacksParameters = ProviderGetWebAppStacksQueryParam & RequestParameters;
|
|
642
|
+
export interface ProviderGetAvailableStacksOnPremQueryParamProperties {
|
|
643
|
+
osTypeSelected?: "Windows" | "Linux" | "WindowsFunctions" | "LinuxFunctions" | "All";
|
|
644
|
+
}
|
|
645
|
+
export interface ProviderGetAvailableStacksOnPremQueryParam {
|
|
646
|
+
queryParameters?: ProviderGetAvailableStacksOnPremQueryParamProperties;
|
|
647
|
+
}
|
|
648
|
+
export type ProviderGetAvailableStacksOnPremParameters = ProviderGetAvailableStacksOnPremQueryParam & RequestParameters;
|
|
649
|
+
export interface RecommendationsListQueryParamProperties {
|
|
650
|
+
/** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */
|
|
651
|
+
featured?: boolean;
|
|
652
|
+
/** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */
|
|
653
|
+
$filter?: string;
|
|
654
|
+
}
|
|
655
|
+
export interface RecommendationsListQueryParam {
|
|
656
|
+
queryParameters?: RecommendationsListQueryParamProperties;
|
|
657
|
+
}
|
|
658
|
+
export type RecommendationsListParameters = RecommendationsListQueryParam & RequestParameters;
|
|
659
|
+
export type RecommendationsResetAllFiltersParameters = RequestParameters;
|
|
660
|
+
export type RecommendationsDisableRecommendationForSubscriptionParameters = RequestParameters;
|
|
661
|
+
export interface RecommendationsListHistoryForHostingEnvironmentQueryParamProperties {
|
|
662
|
+
/** Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. */
|
|
663
|
+
expiredOnly?: boolean;
|
|
664
|
+
/** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */
|
|
665
|
+
$filter?: string;
|
|
666
|
+
}
|
|
667
|
+
export interface RecommendationsListHistoryForHostingEnvironmentQueryParam {
|
|
668
|
+
queryParameters?: RecommendationsListHistoryForHostingEnvironmentQueryParamProperties;
|
|
669
|
+
}
|
|
670
|
+
export type RecommendationsListHistoryForHostingEnvironmentParameters = RecommendationsListHistoryForHostingEnvironmentQueryParam & RequestParameters;
|
|
671
|
+
export interface RecommendationsListRecommendedRulesForHostingEnvironmentQueryParamProperties {
|
|
672
|
+
/** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */
|
|
673
|
+
featured?: boolean;
|
|
674
|
+
/** Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' */
|
|
675
|
+
$filter?: string;
|
|
676
|
+
}
|
|
677
|
+
export interface RecommendationsListRecommendedRulesForHostingEnvironmentQueryParam {
|
|
678
|
+
queryParameters?: RecommendationsListRecommendedRulesForHostingEnvironmentQueryParamProperties;
|
|
679
|
+
}
|
|
680
|
+
export type RecommendationsListRecommendedRulesForHostingEnvironmentParameters = RecommendationsListRecommendedRulesForHostingEnvironmentQueryParam & RequestParameters;
|
|
681
|
+
export interface RecommendationsDisableAllForHostingEnvironmentQueryParamProperties {
|
|
682
|
+
/** Name of the app. */
|
|
683
|
+
environmentName: string;
|
|
684
|
+
}
|
|
685
|
+
export interface RecommendationsDisableAllForHostingEnvironmentQueryParam {
|
|
686
|
+
queryParameters: RecommendationsDisableAllForHostingEnvironmentQueryParamProperties;
|
|
687
|
+
}
|
|
688
|
+
export type RecommendationsDisableAllForHostingEnvironmentParameters = RecommendationsDisableAllForHostingEnvironmentQueryParam & RequestParameters;
|
|
689
|
+
export interface RecommendationsResetAllFiltersForHostingEnvironmentQueryParamProperties {
|
|
690
|
+
/** Name of the app. */
|
|
691
|
+
environmentName: string;
|
|
692
|
+
}
|
|
693
|
+
export interface RecommendationsResetAllFiltersForHostingEnvironmentQueryParam {
|
|
694
|
+
queryParameters: RecommendationsResetAllFiltersForHostingEnvironmentQueryParamProperties;
|
|
695
|
+
}
|
|
696
|
+
export type RecommendationsResetAllFiltersForHostingEnvironmentParameters = RecommendationsResetAllFiltersForHostingEnvironmentQueryParam & RequestParameters;
|
|
697
|
+
export interface RecommendationsGetRuleDetailsByHostingEnvironmentQueryParamProperties {
|
|
698
|
+
/** Specify <code>true</code> to update the last-seen timestamp of the recommendation object. */
|
|
699
|
+
updateSeen?: boolean;
|
|
700
|
+
/** The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. */
|
|
701
|
+
recommendationId?: string;
|
|
702
|
+
}
|
|
703
|
+
export interface RecommendationsGetRuleDetailsByHostingEnvironmentQueryParam {
|
|
704
|
+
queryParameters?: RecommendationsGetRuleDetailsByHostingEnvironmentQueryParamProperties;
|
|
705
|
+
}
|
|
706
|
+
export type RecommendationsGetRuleDetailsByHostingEnvironmentParameters = RecommendationsGetRuleDetailsByHostingEnvironmentQueryParam & RequestParameters;
|
|
707
|
+
export interface RecommendationsDisableRecommendationForHostingEnvironmentQueryParamProperties {
|
|
708
|
+
/** Site name */
|
|
709
|
+
environmentName: string;
|
|
710
|
+
}
|
|
711
|
+
export interface RecommendationsDisableRecommendationForHostingEnvironmentQueryParam {
|
|
712
|
+
queryParameters: RecommendationsDisableRecommendationForHostingEnvironmentQueryParamProperties;
|
|
713
|
+
}
|
|
714
|
+
export type RecommendationsDisableRecommendationForHostingEnvironmentParameters = RecommendationsDisableRecommendationForHostingEnvironmentQueryParam & RequestParameters;
|
|
715
|
+
export interface RecommendationsListHistoryForWebAppQueryParamProperties {
|
|
716
|
+
/** Specify <code>false</code> to return all recommendations. The default is <code>true</code>, which returns only expired recommendations. */
|
|
717
|
+
expiredOnly?: boolean;
|
|
718
|
+
/** Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] */
|
|
719
|
+
$filter?: string;
|
|
720
|
+
}
|
|
721
|
+
export interface RecommendationsListHistoryForWebAppQueryParam {
|
|
722
|
+
queryParameters?: RecommendationsListHistoryForWebAppQueryParamProperties;
|
|
723
|
+
}
|
|
724
|
+
export type RecommendationsListHistoryForWebAppParameters = RecommendationsListHistoryForWebAppQueryParam & RequestParameters;
|
|
725
|
+
export interface RecommendationsListRecommendedRulesForWebAppQueryParamProperties {
|
|
726
|
+
/** Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. */
|
|
727
|
+
featured?: boolean;
|
|
728
|
+
/** Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' */
|
|
729
|
+
$filter?: string;
|
|
730
|
+
}
|
|
731
|
+
export interface RecommendationsListRecommendedRulesForWebAppQueryParam {
|
|
732
|
+
queryParameters?: RecommendationsListRecommendedRulesForWebAppQueryParamProperties;
|
|
733
|
+
}
|
|
734
|
+
export type RecommendationsListRecommendedRulesForWebAppParameters = RecommendationsListRecommendedRulesForWebAppQueryParam & RequestParameters;
|
|
735
|
+
export type RecommendationsDisableAllForWebAppParameters = RequestParameters;
|
|
736
|
+
export type RecommendationsResetAllFiltersForWebAppParameters = RequestParameters;
|
|
737
|
+
export interface RecommendationsGetRuleDetailsByWebAppQueryParamProperties {
|
|
738
|
+
/** Specify <code>true</code> to update the last-seen timestamp of the recommendation object. */
|
|
739
|
+
updateSeen?: boolean;
|
|
740
|
+
/** The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. */
|
|
741
|
+
recommendationId?: string;
|
|
742
|
+
}
|
|
743
|
+
export interface RecommendationsGetRuleDetailsByWebAppQueryParam {
|
|
744
|
+
queryParameters?: RecommendationsGetRuleDetailsByWebAppQueryParamProperties;
|
|
745
|
+
}
|
|
746
|
+
export type RecommendationsGetRuleDetailsByWebAppParameters = RecommendationsGetRuleDetailsByWebAppQueryParam & RequestParameters;
|
|
747
|
+
export type RecommendationsDisableRecommendationForSiteParameters = RequestParameters;
|
|
748
|
+
export type ResourceHealthMetadataListParameters = RequestParameters;
|
|
749
|
+
export type ResourceHealthMetadataListByResourceGroupParameters = RequestParameters;
|
|
750
|
+
export type ResourceHealthMetadataListBySiteParameters = RequestParameters;
|
|
751
|
+
export type ResourceHealthMetadataGetBySiteParameters = RequestParameters;
|
|
752
|
+
export type ResourceHealthMetadataListBySiteSlotParameters = RequestParameters;
|
|
753
|
+
export type ResourceHealthMetadataGetBySiteSlotParameters = RequestParameters;
|
|
754
|
+
export type GetPublishingUserParameters = RequestParameters;
|
|
755
|
+
export interface UpdatePublishingUserBodyParam {
|
|
756
|
+
/** Details of publishing user */
|
|
757
|
+
body: User;
|
|
758
|
+
}
|
|
759
|
+
export interface UpdatePublishingUserMediaTypesParam {
|
|
760
|
+
/** Request content type */
|
|
761
|
+
contentType?: "application/json";
|
|
762
|
+
}
|
|
763
|
+
export type UpdatePublishingUserParameters = UpdatePublishingUserMediaTypesParam & UpdatePublishingUserBodyParam & RequestParameters;
|
|
764
|
+
export type ListSourceControlsParameters = RequestParameters;
|
|
765
|
+
export type GetSourceControlParameters = RequestParameters;
|
|
766
|
+
export interface UpdateSourceControlBodyParam {
|
|
767
|
+
/** Source control token information */
|
|
768
|
+
body: SourceControl;
|
|
769
|
+
}
|
|
770
|
+
export interface UpdateSourceControlMediaTypesParam {
|
|
771
|
+
/** Request content type */
|
|
772
|
+
contentType?: "application/json";
|
|
773
|
+
}
|
|
774
|
+
export type UpdateSourceControlParameters = UpdateSourceControlMediaTypesParam & UpdateSourceControlBodyParam & RequestParameters;
|
|
775
|
+
export interface ListBillingMetersQueryParamProperties {
|
|
776
|
+
/** Azure Location of billable resource */
|
|
777
|
+
billingLocation?: string;
|
|
778
|
+
/** App Service OS type meters used for */
|
|
779
|
+
osType?: string;
|
|
780
|
+
}
|
|
781
|
+
export interface ListBillingMetersQueryParam {
|
|
782
|
+
queryParameters?: ListBillingMetersQueryParamProperties;
|
|
783
|
+
}
|
|
784
|
+
export type ListBillingMetersParameters = ListBillingMetersQueryParam & RequestParameters;
|
|
785
|
+
export interface CheckNameAvailabilityBodyParam {
|
|
786
|
+
/** Name availability request. */
|
|
787
|
+
body: ResourceNameAvailabilityRequest;
|
|
788
|
+
}
|
|
789
|
+
export interface CheckNameAvailabilityMediaTypesParam {
|
|
790
|
+
/** Request content type */
|
|
791
|
+
contentType?: "application/json";
|
|
792
|
+
}
|
|
793
|
+
export type CheckNameAvailabilityParameters = CheckNameAvailabilityMediaTypesParam & CheckNameAvailabilityBodyParam & RequestParameters;
|
|
794
|
+
export type ListCustomHostNameSitesParameters = RequestParameters;
|
|
795
|
+
export type GetSubscriptionDeploymentLocationsParameters = RequestParameters;
|
|
796
|
+
export interface ListGeoRegionsQueryParamProperties {
|
|
797
|
+
/** Name of SKU used to filter the regions. */
|
|
798
|
+
sku?: "Free" | "Shared" | "Basic" | "Standard" | "Premium" | "Dynamic" | "Isolated" | "IsolatedV2" | "PremiumV2" | "PremiumV3" | "PremiumContainer" | "ElasticPremium" | "ElasticIsolated";
|
|
799
|
+
/** Specify <code>true</code> if you want to filter to only regions that support Linux workers. */
|
|
800
|
+
linuxWorkersEnabled?: boolean;
|
|
801
|
+
/** Specify <code>true</code> if you want to filter to only regions that support Xenon workers. */
|
|
802
|
+
xenonWorkersEnabled?: boolean;
|
|
803
|
+
/** Specify <code>true</code> if you want to filter to only regions that support Linux Consumption Workers. */
|
|
804
|
+
linuxDynamicWorkersEnabled?: boolean;
|
|
805
|
+
}
|
|
806
|
+
export interface ListGeoRegionsQueryParam {
|
|
807
|
+
queryParameters?: ListGeoRegionsQueryParamProperties;
|
|
808
|
+
}
|
|
809
|
+
export type ListGeoRegionsParameters = ListGeoRegionsQueryParam & RequestParameters;
|
|
810
|
+
export interface ListSiteIdentifiersAssignedToHostNameBodyParam {
|
|
811
|
+
/** Hostname information. */
|
|
812
|
+
body: NameIdentifier;
|
|
813
|
+
}
|
|
814
|
+
export interface ListSiteIdentifiersAssignedToHostNameMediaTypesParam {
|
|
815
|
+
/** Request content type */
|
|
816
|
+
contentType?: "application/json";
|
|
817
|
+
}
|
|
818
|
+
export type ListSiteIdentifiersAssignedToHostNameParameters = ListSiteIdentifiersAssignedToHostNameMediaTypesParam & ListSiteIdentifiersAssignedToHostNameBodyParam & RequestParameters;
|
|
819
|
+
export type ListPremierAddOnOffersParameters = RequestParameters;
|
|
820
|
+
export type ListSkusParameters = RequestParameters;
|
|
821
|
+
export interface VerifyHostingEnvironmentVnetBodyParam {
|
|
822
|
+
/** VNET information */
|
|
823
|
+
body: VnetParameters;
|
|
824
|
+
}
|
|
825
|
+
export interface VerifyHostingEnvironmentVnetMediaTypesParam {
|
|
826
|
+
/** Request content type */
|
|
827
|
+
contentType?: "application/json";
|
|
828
|
+
}
|
|
829
|
+
export type VerifyHostingEnvironmentVnetParameters = VerifyHostingEnvironmentVnetMediaTypesParam & VerifyHostingEnvironmentVnetBodyParam & RequestParameters;
|
|
830
|
+
export interface MoveBodyParam {
|
|
831
|
+
/** Object that represents the resource to move. */
|
|
832
|
+
body: CsmMoveResourceEnvelope;
|
|
833
|
+
}
|
|
834
|
+
export interface MoveMediaTypesParam {
|
|
835
|
+
/** Request content type */
|
|
836
|
+
contentType?: "application/json";
|
|
837
|
+
}
|
|
838
|
+
export type MoveParameters = MoveMediaTypesParam & MoveBodyParam & RequestParameters;
|
|
839
|
+
export interface ValidateBodyParam {
|
|
840
|
+
/** Request with the resources to validate. */
|
|
841
|
+
body: ValidateRequest;
|
|
842
|
+
}
|
|
843
|
+
export interface ValidateMediaTypesParam {
|
|
844
|
+
/** Request content type */
|
|
845
|
+
contentType?: "application/json";
|
|
846
|
+
}
|
|
847
|
+
export type ValidateParameters = ValidateMediaTypesParam & ValidateBodyParam & RequestParameters;
|
|
848
|
+
export interface ValidateMoveBodyParam {
|
|
849
|
+
/** Object that represents the resource to move. */
|
|
850
|
+
body: CsmMoveResourceEnvelope;
|
|
851
|
+
}
|
|
852
|
+
export interface ValidateMoveMediaTypesParam {
|
|
853
|
+
/** Request content type */
|
|
854
|
+
contentType?: "application/json";
|
|
855
|
+
}
|
|
856
|
+
export type ValidateMoveParameters = ValidateMoveMediaTypesParam & ValidateMoveBodyParam & RequestParameters;
|
|
857
|
+
export interface StaticSitesPreviewWorkflowBodyParam {
|
|
858
|
+
/** A JSON representation of the StaticSitesWorkflowPreviewRequest properties. See example. */
|
|
859
|
+
body: StaticSitesWorkflowPreviewRequest;
|
|
860
|
+
}
|
|
861
|
+
export interface StaticSitesPreviewWorkflowMediaTypesParam {
|
|
862
|
+
/** Request content type */
|
|
863
|
+
contentType?: "application/json";
|
|
864
|
+
}
|
|
865
|
+
export type StaticSitesPreviewWorkflowParameters = StaticSitesPreviewWorkflowMediaTypesParam & StaticSitesPreviewWorkflowBodyParam & RequestParameters;
|
|
866
|
+
export type StaticSitesListParameters = RequestParameters;
|
|
867
|
+
export type StaticSitesGetStaticSitesByResourceGroupParameters = RequestParameters;
|
|
868
|
+
export type StaticSitesGetStaticSiteParameters = RequestParameters;
|
|
869
|
+
export interface StaticSitesCreateOrUpdateStaticSiteBodyParam {
|
|
870
|
+
/** A JSON representation of the staticsite properties. See example. */
|
|
871
|
+
body: StaticSiteARMResource;
|
|
872
|
+
}
|
|
873
|
+
export interface StaticSitesCreateOrUpdateStaticSiteMediaTypesParam {
|
|
874
|
+
/** Request content type */
|
|
875
|
+
contentType?: "application/json";
|
|
876
|
+
}
|
|
877
|
+
export type StaticSitesCreateOrUpdateStaticSiteParameters = StaticSitesCreateOrUpdateStaticSiteMediaTypesParam & StaticSitesCreateOrUpdateStaticSiteBodyParam & RequestParameters;
|
|
878
|
+
export type StaticSitesDeleteStaticSiteParameters = RequestParameters;
|
|
879
|
+
export interface StaticSitesUpdateStaticSiteBodyParam {
|
|
880
|
+
/** A JSON representation of the staticsite properties. See example. */
|
|
881
|
+
body: StaticSitePatchResource;
|
|
882
|
+
}
|
|
883
|
+
export interface StaticSitesUpdateStaticSiteMediaTypesParam {
|
|
884
|
+
/** Request content type */
|
|
885
|
+
contentType?: "application/json";
|
|
886
|
+
}
|
|
887
|
+
export type StaticSitesUpdateStaticSiteParameters = StaticSitesUpdateStaticSiteMediaTypesParam & StaticSitesUpdateStaticSiteBodyParam & RequestParameters;
|
|
888
|
+
export type StaticSitesListStaticSiteUsersParameters = RequestParameters;
|
|
889
|
+
export type StaticSitesDeleteStaticSiteUserParameters = RequestParameters;
|
|
890
|
+
export interface StaticSitesUpdateStaticSiteUserBodyParam {
|
|
891
|
+
/** A JSON representation of the StaticSiteUser properties. See example. */
|
|
892
|
+
body: StaticSiteUserARMResource;
|
|
893
|
+
}
|
|
894
|
+
export interface StaticSitesUpdateStaticSiteUserMediaTypesParam {
|
|
895
|
+
/** Request content type */
|
|
896
|
+
contentType?: "application/json";
|
|
897
|
+
}
|
|
898
|
+
export type StaticSitesUpdateStaticSiteUserParameters = StaticSitesUpdateStaticSiteUserMediaTypesParam & StaticSitesUpdateStaticSiteUserBodyParam & RequestParameters;
|
|
899
|
+
export type StaticSitesGetStaticSiteBuildsParameters = RequestParameters;
|
|
900
|
+
export type StaticSitesGetStaticSiteBuildParameters = RequestParameters;
|
|
901
|
+
export type StaticSitesDeleteStaticSiteBuildParameters = RequestParameters;
|
|
902
|
+
export interface StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsBodyParam {
|
|
903
|
+
/** The dictionary containing the static site app settings to update. */
|
|
904
|
+
body: StringDictionary;
|
|
905
|
+
}
|
|
906
|
+
export interface StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsMediaTypesParam {
|
|
907
|
+
/** Request content type */
|
|
908
|
+
contentType?: "application/json";
|
|
909
|
+
}
|
|
910
|
+
export type StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsParameters = StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsMediaTypesParam & StaticSitesCreateOrUpdateStaticSiteBuildAppSettingsBodyParam & RequestParameters;
|
|
911
|
+
export interface StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsBodyParam {
|
|
912
|
+
/** The dictionary containing the static site function app settings to update. */
|
|
913
|
+
body: StringDictionary;
|
|
914
|
+
}
|
|
915
|
+
export interface StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsMediaTypesParam {
|
|
916
|
+
/** Request content type */
|
|
917
|
+
contentType?: "application/json";
|
|
918
|
+
}
|
|
919
|
+
export type StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsParameters = StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsMediaTypesParam & StaticSitesCreateOrUpdateStaticSiteBuildFunctionAppSettingsBodyParam & RequestParameters;
|
|
920
|
+
export type StaticSitesListStaticSiteBuildFunctionsParameters = RequestParameters;
|
|
921
|
+
export type StaticSitesListStaticSiteBuildAppSettingsParameters = RequestParameters;
|
|
922
|
+
export type StaticSitesListStaticSiteBuildFunctionAppSettingsParameters = RequestParameters;
|
|
923
|
+
export type StaticSitesGetUserProvidedFunctionAppsForStaticSiteBuildParameters = RequestParameters;
|
|
924
|
+
export type StaticSitesGetUserProvidedFunctionAppForStaticSiteBuildParameters = RequestParameters;
|
|
925
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildBodyParam {
|
|
926
|
+
/** A JSON representation of the user provided function app properties. See example. */
|
|
927
|
+
body: StaticSiteUserProvidedFunctionAppARMResource;
|
|
928
|
+
}
|
|
929
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildQueryParamProperties {
|
|
930
|
+
/** Specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>. */
|
|
931
|
+
isForced?: boolean;
|
|
932
|
+
}
|
|
933
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildQueryParam {
|
|
934
|
+
queryParameters?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildQueryParamProperties;
|
|
935
|
+
}
|
|
936
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildMediaTypesParam {
|
|
937
|
+
/** Request content type */
|
|
938
|
+
contentType?: "application/json";
|
|
939
|
+
}
|
|
940
|
+
export type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildParameters = StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildQueryParam & StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildMediaTypesParam & StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildBodyParam & RequestParameters;
|
|
941
|
+
export type StaticSitesDetachUserProvidedFunctionAppFromStaticSiteBuildParameters = RequestParameters;
|
|
942
|
+
export interface StaticSitesCreateZipDeploymentForStaticSiteBuildBodyParam {
|
|
943
|
+
/** A JSON representation of the StaticSiteZipDeployment properties. See example. */
|
|
944
|
+
body: StaticSiteZipDeploymentARMResource;
|
|
945
|
+
}
|
|
946
|
+
export interface StaticSitesCreateZipDeploymentForStaticSiteBuildMediaTypesParam {
|
|
947
|
+
/** Request content type */
|
|
948
|
+
contentType?: "application/json";
|
|
949
|
+
}
|
|
950
|
+
export type StaticSitesCreateZipDeploymentForStaticSiteBuildParameters = StaticSitesCreateZipDeploymentForStaticSiteBuildMediaTypesParam & StaticSitesCreateZipDeploymentForStaticSiteBuildBodyParam & RequestParameters;
|
|
951
|
+
export interface StaticSitesCreateOrUpdateStaticSiteAppSettingsBodyParam {
|
|
952
|
+
/** The dictionary containing the static site app settings to update. */
|
|
953
|
+
body: StringDictionary;
|
|
954
|
+
}
|
|
955
|
+
export interface StaticSitesCreateOrUpdateStaticSiteAppSettingsMediaTypesParam {
|
|
956
|
+
/** Request content type */
|
|
957
|
+
contentType?: "application/json";
|
|
958
|
+
}
|
|
959
|
+
export type StaticSitesCreateOrUpdateStaticSiteAppSettingsParameters = StaticSitesCreateOrUpdateStaticSiteAppSettingsMediaTypesParam & StaticSitesCreateOrUpdateStaticSiteAppSettingsBodyParam & RequestParameters;
|
|
960
|
+
export interface StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsBodyParam {
|
|
961
|
+
/** The dictionary containing the static site function app settings to update. */
|
|
962
|
+
body: StringDictionary;
|
|
963
|
+
}
|
|
964
|
+
export interface StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsMediaTypesParam {
|
|
965
|
+
/** Request content type */
|
|
966
|
+
contentType?: "application/json";
|
|
967
|
+
}
|
|
968
|
+
export type StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsParameters = StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsMediaTypesParam & StaticSitesCreateOrUpdateStaticSiteFunctionAppSettingsBodyParam & RequestParameters;
|
|
969
|
+
export interface StaticSitesCreateUserRolesInvitationLinkBodyParam {
|
|
970
|
+
body: StaticSiteUserInvitationRequestResource;
|
|
971
|
+
}
|
|
972
|
+
export interface StaticSitesCreateUserRolesInvitationLinkMediaTypesParam {
|
|
973
|
+
/** Request content type */
|
|
974
|
+
contentType?: "application/json";
|
|
975
|
+
}
|
|
976
|
+
export type StaticSitesCreateUserRolesInvitationLinkParameters = StaticSitesCreateUserRolesInvitationLinkMediaTypesParam & StaticSitesCreateUserRolesInvitationLinkBodyParam & RequestParameters;
|
|
977
|
+
export type StaticSitesListStaticSiteCustomDomainsParameters = RequestParameters;
|
|
978
|
+
export type StaticSitesGetStaticSiteCustomDomainParameters = RequestParameters;
|
|
979
|
+
export interface StaticSitesCreateOrUpdateStaticSiteCustomDomainBodyParam {
|
|
980
|
+
/** A JSON representation of the static site custom domain request properties. See example. */
|
|
981
|
+
body: StaticSiteCustomDomainRequestPropertiesARMResource;
|
|
982
|
+
}
|
|
983
|
+
export interface StaticSitesCreateOrUpdateStaticSiteCustomDomainMediaTypesParam {
|
|
984
|
+
/** Request content type */
|
|
985
|
+
contentType?: "application/json";
|
|
986
|
+
}
|
|
987
|
+
export type StaticSitesCreateOrUpdateStaticSiteCustomDomainParameters = StaticSitesCreateOrUpdateStaticSiteCustomDomainMediaTypesParam & StaticSitesCreateOrUpdateStaticSiteCustomDomainBodyParam & RequestParameters;
|
|
988
|
+
export type StaticSitesDeleteStaticSiteCustomDomainParameters = RequestParameters;
|
|
989
|
+
export interface StaticSitesValidateCustomDomainCanBeAddedToStaticSiteBodyParam {
|
|
990
|
+
/** A JSON representation of the static site custom domain request properties. See example. */
|
|
991
|
+
body: StaticSiteCustomDomainRequestPropertiesARMResource;
|
|
992
|
+
}
|
|
993
|
+
export interface StaticSitesValidateCustomDomainCanBeAddedToStaticSiteMediaTypesParam {
|
|
994
|
+
/** Request content type */
|
|
995
|
+
contentType?: "application/json";
|
|
996
|
+
}
|
|
997
|
+
export type StaticSitesValidateCustomDomainCanBeAddedToStaticSiteParameters = StaticSitesValidateCustomDomainCanBeAddedToStaticSiteMediaTypesParam & StaticSitesValidateCustomDomainCanBeAddedToStaticSiteBodyParam & RequestParameters;
|
|
998
|
+
export type StaticSitesDetachStaticSiteParameters = RequestParameters;
|
|
999
|
+
export type StaticSitesListStaticSiteFunctionsParameters = RequestParameters;
|
|
1000
|
+
export type StaticSitesListStaticSiteAppSettingsParameters = RequestParameters;
|
|
1001
|
+
export type StaticSitesListStaticSiteConfiguredRolesParameters = RequestParameters;
|
|
1002
|
+
export type StaticSitesListStaticSiteFunctionAppSettingsParameters = RequestParameters;
|
|
1003
|
+
export type StaticSitesListStaticSiteSecretsParameters = RequestParameters;
|
|
1004
|
+
export type StaticSitesGetPrivateEndpointConnectionListParameters = RequestParameters;
|
|
1005
|
+
export type StaticSitesGetPrivateEndpointConnectionParameters = RequestParameters;
|
|
1006
|
+
export interface StaticSitesApproveOrRejectPrivateEndpointConnectionBodyParam {
|
|
1007
|
+
/** Request body. */
|
|
1008
|
+
body: PrivateLinkConnectionApprovalRequestResource;
|
|
1009
|
+
}
|
|
1010
|
+
export interface StaticSitesApproveOrRejectPrivateEndpointConnectionMediaTypesParam {
|
|
1011
|
+
/** Request content type */
|
|
1012
|
+
contentType?: "application/json";
|
|
1013
|
+
}
|
|
1014
|
+
export type StaticSitesApproveOrRejectPrivateEndpointConnectionParameters = StaticSitesApproveOrRejectPrivateEndpointConnectionMediaTypesParam & StaticSitesApproveOrRejectPrivateEndpointConnectionBodyParam & RequestParameters;
|
|
1015
|
+
export type StaticSitesDeletePrivateEndpointConnectionParameters = RequestParameters;
|
|
1016
|
+
export type StaticSitesGetPrivateLinkResourcesParameters = RequestParameters;
|
|
1017
|
+
export interface StaticSitesResetStaticSiteApiKeyBodyParam {
|
|
1018
|
+
body: StaticSiteResetPropertiesARMResource;
|
|
1019
|
+
}
|
|
1020
|
+
export interface StaticSitesResetStaticSiteApiKeyMediaTypesParam {
|
|
1021
|
+
/** Request content type */
|
|
1022
|
+
contentType?: "application/json";
|
|
1023
|
+
}
|
|
1024
|
+
export type StaticSitesResetStaticSiteApiKeyParameters = StaticSitesResetStaticSiteApiKeyMediaTypesParam & StaticSitesResetStaticSiteApiKeyBodyParam & RequestParameters;
|
|
1025
|
+
export type StaticSitesGetUserProvidedFunctionAppsForStaticSiteParameters = RequestParameters;
|
|
1026
|
+
export type StaticSitesGetUserProvidedFunctionAppForStaticSiteParameters = RequestParameters;
|
|
1027
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBodyParam {
|
|
1028
|
+
/** A JSON representation of the user provided function app properties. See example. */
|
|
1029
|
+
body: StaticSiteUserProvidedFunctionAppARMResource;
|
|
1030
|
+
}
|
|
1031
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteQueryParamProperties {
|
|
1032
|
+
/** Specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>. */
|
|
1033
|
+
isForced?: boolean;
|
|
1034
|
+
}
|
|
1035
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteQueryParam {
|
|
1036
|
+
queryParameters?: StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteQueryParamProperties;
|
|
1037
|
+
}
|
|
1038
|
+
export interface StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteMediaTypesParam {
|
|
1039
|
+
/** Request content type */
|
|
1040
|
+
contentType?: "application/json";
|
|
1041
|
+
}
|
|
1042
|
+
export type StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteParameters = StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteQueryParam & StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteMediaTypesParam & StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBodyParam & RequestParameters;
|
|
1043
|
+
export type StaticSitesDetachUserProvidedFunctionAppFromStaticSiteParameters = RequestParameters;
|
|
1044
|
+
export interface StaticSitesCreateZipDeploymentForStaticSiteBodyParam {
|
|
1045
|
+
/** A JSON representation of the StaticSiteZipDeployment properties. See example. */
|
|
1046
|
+
body: StaticSiteZipDeploymentARMResource;
|
|
1047
|
+
}
|
|
1048
|
+
export interface StaticSitesCreateZipDeploymentForStaticSiteMediaTypesParam {
|
|
1049
|
+
/** Request content type */
|
|
1050
|
+
contentType?: "application/json";
|
|
1051
|
+
}
|
|
1052
|
+
export type StaticSitesCreateZipDeploymentForStaticSiteParameters = StaticSitesCreateZipDeploymentForStaticSiteMediaTypesParam & StaticSitesCreateZipDeploymentForStaticSiteBodyParam & RequestParameters;
|
|
1053
|
+
export type WebAppsListParameters = RequestParameters;
|
|
1054
|
+
export interface WebAppsListByResourceGroupQueryParamProperties {
|
|
1055
|
+
/** Specify <strong>true</strong> to include deployment slots in results. The default is false, which only gives you the production slot of all apps. */
|
|
1056
|
+
includeSlots?: boolean;
|
|
1057
|
+
}
|
|
1058
|
+
export interface WebAppsListByResourceGroupQueryParam {
|
|
1059
|
+
queryParameters?: WebAppsListByResourceGroupQueryParamProperties;
|
|
1060
|
+
}
|
|
1061
|
+
export type WebAppsListByResourceGroupParameters = WebAppsListByResourceGroupQueryParam & RequestParameters;
|
|
1062
|
+
export type WebAppsGetParameters = RequestParameters;
|
|
1063
|
+
export interface WebAppsCreateOrUpdateBodyParam {
|
|
1064
|
+
/** A JSON representation of the app properties. See example. */
|
|
1065
|
+
body: Site;
|
|
1066
|
+
}
|
|
1067
|
+
export interface WebAppsCreateOrUpdateMediaTypesParam {
|
|
1068
|
+
/** Request content type */
|
|
1069
|
+
contentType?: "application/json";
|
|
1070
|
+
}
|
|
1071
|
+
export type WebAppsCreateOrUpdateParameters = WebAppsCreateOrUpdateMediaTypesParam & WebAppsCreateOrUpdateBodyParam & RequestParameters;
|
|
1072
|
+
export interface WebAppsDeleteQueryParamProperties {
|
|
1073
|
+
/** If true, web app metrics are also deleted. */
|
|
1074
|
+
deleteMetrics?: boolean;
|
|
1075
|
+
/** Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. */
|
|
1076
|
+
deleteEmptyServerFarm?: boolean;
|
|
1077
|
+
}
|
|
1078
|
+
export interface WebAppsDeleteQueryParam {
|
|
1079
|
+
queryParameters?: WebAppsDeleteQueryParamProperties;
|
|
1080
|
+
}
|
|
1081
|
+
export type WebAppsDeleteParameters = WebAppsDeleteQueryParam & RequestParameters;
|
|
1082
|
+
export interface WebAppsUpdateBodyParam {
|
|
1083
|
+
/** A JSON representation of the app properties. See example. */
|
|
1084
|
+
body: SitePatchResource;
|
|
1085
|
+
}
|
|
1086
|
+
export interface WebAppsUpdateMediaTypesParam {
|
|
1087
|
+
/** Request content type */
|
|
1088
|
+
contentType?: "application/json";
|
|
1089
|
+
}
|
|
1090
|
+
export type WebAppsUpdateParameters = WebAppsUpdateMediaTypesParam & WebAppsUpdateBodyParam & RequestParameters;
|
|
1091
|
+
export interface WebAppsAnalyzeCustomHostnameQueryParamProperties {
|
|
1092
|
+
/** Custom hostname. */
|
|
1093
|
+
hostName?: string;
|
|
1094
|
+
}
|
|
1095
|
+
export interface WebAppsAnalyzeCustomHostnameQueryParam {
|
|
1096
|
+
queryParameters?: WebAppsAnalyzeCustomHostnameQueryParamProperties;
|
|
1097
|
+
}
|
|
1098
|
+
export type WebAppsAnalyzeCustomHostnameParameters = WebAppsAnalyzeCustomHostnameQueryParam & RequestParameters;
|
|
1099
|
+
export interface WebAppsApplySlotConfigToProductionBodyParam {
|
|
1100
|
+
/** JSON object that contains the target slot name. See example. */
|
|
1101
|
+
body: CsmSlotEntity;
|
|
1102
|
+
}
|
|
1103
|
+
export interface WebAppsApplySlotConfigToProductionMediaTypesParam {
|
|
1104
|
+
/** Request content type */
|
|
1105
|
+
contentType?: "application/json";
|
|
1106
|
+
}
|
|
1107
|
+
export type WebAppsApplySlotConfigToProductionParameters = WebAppsApplySlotConfigToProductionMediaTypesParam & WebAppsApplySlotConfigToProductionBodyParam & RequestParameters;
|
|
1108
|
+
export interface WebAppsBackupBodyParam {
|
|
1109
|
+
/** Backup configuration. You can use the JSON response from the POST action as input here. */
|
|
1110
|
+
body: BackupRequest;
|
|
1111
|
+
}
|
|
1112
|
+
export interface WebAppsBackupMediaTypesParam {
|
|
1113
|
+
/** Request content type */
|
|
1114
|
+
contentType?: "application/json";
|
|
1115
|
+
}
|
|
1116
|
+
export type WebAppsBackupParameters = WebAppsBackupMediaTypesParam & WebAppsBackupBodyParam & RequestParameters;
|
|
1117
|
+
export type WebAppsListBackupsParameters = RequestParameters;
|
|
1118
|
+
export type WebAppsGetBackupStatusParameters = RequestParameters;
|
|
1119
|
+
export type WebAppsDeleteBackupParameters = RequestParameters;
|
|
1120
|
+
export interface WebAppsListBackupStatusSecretsBodyParam {
|
|
1121
|
+
/** Information on backup request. */
|
|
1122
|
+
body: BackupRequest;
|
|
1123
|
+
}
|
|
1124
|
+
export interface WebAppsListBackupStatusSecretsMediaTypesParam {
|
|
1125
|
+
/** Request content type */
|
|
1126
|
+
contentType?: "application/json";
|
|
1127
|
+
}
|
|
1128
|
+
export type WebAppsListBackupStatusSecretsParameters = WebAppsListBackupStatusSecretsMediaTypesParam & WebAppsListBackupStatusSecretsBodyParam & RequestParameters;
|
|
1129
|
+
export interface WebAppsRestoreBodyParam {
|
|
1130
|
+
/** Information on restore request . */
|
|
1131
|
+
body: RestoreRequest;
|
|
1132
|
+
}
|
|
1133
|
+
export interface WebAppsRestoreMediaTypesParam {
|
|
1134
|
+
/** Request content type */
|
|
1135
|
+
contentType?: "application/json";
|
|
1136
|
+
}
|
|
1137
|
+
export type WebAppsRestoreParameters = WebAppsRestoreMediaTypesParam & WebAppsRestoreBodyParam & RequestParameters;
|
|
1138
|
+
export type WebAppsListBasicPublishingCredentialsPoliciesParameters = RequestParameters;
|
|
1139
|
+
export type WebAppsGetFtpAllowedParameters = RequestParameters;
|
|
1140
|
+
export interface WebAppsUpdateFtpAllowedBodyParam {
|
|
1141
|
+
body: CsmPublishingCredentialsPoliciesEntity;
|
|
1142
|
+
}
|
|
1143
|
+
export interface WebAppsUpdateFtpAllowedMediaTypesParam {
|
|
1144
|
+
/** Request content type */
|
|
1145
|
+
contentType?: "application/json";
|
|
1146
|
+
}
|
|
1147
|
+
export type WebAppsUpdateFtpAllowedParameters = WebAppsUpdateFtpAllowedMediaTypesParam & WebAppsUpdateFtpAllowedBodyParam & RequestParameters;
|
|
1148
|
+
export type WebAppsGetScmAllowedParameters = RequestParameters;
|
|
1149
|
+
export interface WebAppsUpdateScmAllowedBodyParam {
|
|
1150
|
+
body: CsmPublishingCredentialsPoliciesEntity;
|
|
1151
|
+
}
|
|
1152
|
+
export interface WebAppsUpdateScmAllowedMediaTypesParam {
|
|
1153
|
+
/** Request content type */
|
|
1154
|
+
contentType?: "application/json";
|
|
1155
|
+
}
|
|
1156
|
+
export type WebAppsUpdateScmAllowedParameters = WebAppsUpdateScmAllowedMediaTypesParam & WebAppsUpdateScmAllowedBodyParam & RequestParameters;
|
|
1157
|
+
export type WebAppsListConfigurationsParameters = RequestParameters;
|
|
1158
|
+
export interface WebAppsUpdateApplicationSettingsBodyParam {
|
|
1159
|
+
/** Application settings of the app. */
|
|
1160
|
+
body: StringDictionary;
|
|
1161
|
+
}
|
|
1162
|
+
export interface WebAppsUpdateApplicationSettingsMediaTypesParam {
|
|
1163
|
+
/** Request content type */
|
|
1164
|
+
contentType?: "application/json";
|
|
1165
|
+
}
|
|
1166
|
+
export type WebAppsUpdateApplicationSettingsParameters = WebAppsUpdateApplicationSettingsMediaTypesParam & WebAppsUpdateApplicationSettingsBodyParam & RequestParameters;
|
|
1167
|
+
export type WebAppsListApplicationSettingsParameters = RequestParameters;
|
|
1168
|
+
export interface WebAppsUpdateAuthSettingsBodyParam {
|
|
1169
|
+
/** Auth settings associated with web app. */
|
|
1170
|
+
body: SiteAuthSettings;
|
|
1171
|
+
}
|
|
1172
|
+
export interface WebAppsUpdateAuthSettingsMediaTypesParam {
|
|
1173
|
+
/** Request content type */
|
|
1174
|
+
contentType?: "application/json";
|
|
1175
|
+
}
|
|
1176
|
+
export type WebAppsUpdateAuthSettingsParameters = WebAppsUpdateAuthSettingsMediaTypesParam & WebAppsUpdateAuthSettingsBodyParam & RequestParameters;
|
|
1177
|
+
export type WebAppsGetAuthSettingsParameters = RequestParameters;
|
|
1178
|
+
export type WebAppsGetAuthSettingsV2WithoutSecretsParameters = RequestParameters;
|
|
1179
|
+
export interface WebAppsUpdateAuthSettingsV2BodyParam {
|
|
1180
|
+
/** Auth settings associated with web app. */
|
|
1181
|
+
body: SiteAuthSettingsV2;
|
|
1182
|
+
}
|
|
1183
|
+
export interface WebAppsUpdateAuthSettingsV2MediaTypesParam {
|
|
1184
|
+
/** Request content type */
|
|
1185
|
+
contentType?: "application/json";
|
|
1186
|
+
}
|
|
1187
|
+
export type WebAppsUpdateAuthSettingsV2Parameters = WebAppsUpdateAuthSettingsV2MediaTypesParam & WebAppsUpdateAuthSettingsV2BodyParam & RequestParameters;
|
|
1188
|
+
export type WebAppsGetAuthSettingsV2Parameters = RequestParameters;
|
|
1189
|
+
export interface WebAppsUpdateAzureStorageAccountsBodyParam {
|
|
1190
|
+
/** Azure storage accounts of the app. */
|
|
1191
|
+
body: AzureStoragePropertyDictionaryResource;
|
|
1192
|
+
}
|
|
1193
|
+
export interface WebAppsUpdateAzureStorageAccountsMediaTypesParam {
|
|
1194
|
+
/** Request content type */
|
|
1195
|
+
contentType?: "application/json";
|
|
1196
|
+
}
|
|
1197
|
+
export type WebAppsUpdateAzureStorageAccountsParameters = WebAppsUpdateAzureStorageAccountsMediaTypesParam & WebAppsUpdateAzureStorageAccountsBodyParam & RequestParameters;
|
|
1198
|
+
export type WebAppsListAzureStorageAccountsParameters = RequestParameters;
|
|
1199
|
+
export interface WebAppsUpdateBackupConfigurationBodyParam {
|
|
1200
|
+
/** Edited backup configuration. */
|
|
1201
|
+
body: BackupRequest;
|
|
1202
|
+
}
|
|
1203
|
+
export interface WebAppsUpdateBackupConfigurationMediaTypesParam {
|
|
1204
|
+
/** Request content type */
|
|
1205
|
+
contentType?: "application/json";
|
|
1206
|
+
}
|
|
1207
|
+
export type WebAppsUpdateBackupConfigurationParameters = WebAppsUpdateBackupConfigurationMediaTypesParam & WebAppsUpdateBackupConfigurationBodyParam & RequestParameters;
|
|
1208
|
+
export type WebAppsDeleteBackupConfigurationParameters = RequestParameters;
|
|
1209
|
+
export type WebAppsGetBackupConfigurationParameters = RequestParameters;
|
|
1210
|
+
export type WebAppsGetAppSettingsKeyVaultReferencesParameters = RequestParameters;
|
|
1211
|
+
export type WebAppsGetAppSettingKeyVaultReferenceParameters = RequestParameters;
|
|
1212
|
+
export type WebAppsGetSiteConnectionStringKeyVaultReferencesParameters = RequestParameters;
|
|
1213
|
+
export type WebAppsGetSiteConnectionStringKeyVaultReferenceParameters = RequestParameters;
|
|
1214
|
+
export interface WebAppsUpdateConnectionStringsBodyParam {
|
|
1215
|
+
/** Connection strings of the app or deployment slot. See example. */
|
|
1216
|
+
body: ConnectionStringDictionary;
|
|
1217
|
+
}
|
|
1218
|
+
export interface WebAppsUpdateConnectionStringsMediaTypesParam {
|
|
1219
|
+
/** Request content type */
|
|
1220
|
+
contentType?: "application/json";
|
|
1221
|
+
}
|
|
1222
|
+
export type WebAppsUpdateConnectionStringsParameters = WebAppsUpdateConnectionStringsMediaTypesParam & WebAppsUpdateConnectionStringsBodyParam & RequestParameters;
|
|
1223
|
+
export type WebAppsListConnectionStringsParameters = RequestParameters;
|
|
1224
|
+
export type WebAppsGetDiagnosticLogsConfigurationParameters = RequestParameters;
|
|
1225
|
+
export interface WebAppsUpdateDiagnosticLogsConfigBodyParam {
|
|
1226
|
+
/** A SiteLogsConfig JSON object that contains the logging configuration to change in the "properties" property. */
|
|
1227
|
+
body: SiteLogsConfig;
|
|
1228
|
+
}
|
|
1229
|
+
export interface WebAppsUpdateDiagnosticLogsConfigMediaTypesParam {
|
|
1230
|
+
/** Request content type */
|
|
1231
|
+
contentType?: "application/json";
|
|
1232
|
+
}
|
|
1233
|
+
export type WebAppsUpdateDiagnosticLogsConfigParameters = WebAppsUpdateDiagnosticLogsConfigMediaTypesParam & WebAppsUpdateDiagnosticLogsConfigBodyParam & RequestParameters;
|
|
1234
|
+
export interface WebAppsUpdateMetadataBodyParam {
|
|
1235
|
+
/** Edited metadata of the app or deployment slot. See example. */
|
|
1236
|
+
body: StringDictionary;
|
|
1237
|
+
}
|
|
1238
|
+
export interface WebAppsUpdateMetadataMediaTypesParam {
|
|
1239
|
+
/** Request content type */
|
|
1240
|
+
contentType?: "application/json";
|
|
1241
|
+
}
|
|
1242
|
+
export type WebAppsUpdateMetadataParameters = WebAppsUpdateMetadataMediaTypesParam & WebAppsUpdateMetadataBodyParam & RequestParameters;
|
|
1243
|
+
export type WebAppsListMetadataParameters = RequestParameters;
|
|
1244
|
+
export type WebAppsListPublishingCredentialsParameters = RequestParameters;
|
|
1245
|
+
export interface WebAppsUpdateSitePushSettingsBodyParam {
|
|
1246
|
+
/** Push settings associated with web app. */
|
|
1247
|
+
body: PushSettings;
|
|
1248
|
+
}
|
|
1249
|
+
export interface WebAppsUpdateSitePushSettingsMediaTypesParam {
|
|
1250
|
+
/** Request content type */
|
|
1251
|
+
contentType?: "application/json";
|
|
1252
|
+
}
|
|
1253
|
+
export type WebAppsUpdateSitePushSettingsParameters = WebAppsUpdateSitePushSettingsMediaTypesParam & WebAppsUpdateSitePushSettingsBodyParam & RequestParameters;
|
|
1254
|
+
export type WebAppsListSitePushSettingsParameters = RequestParameters;
|
|
1255
|
+
export type WebAppsListSlotConfigurationNamesParameters = RequestParameters;
|
|
1256
|
+
export interface WebAppsUpdateSlotConfigurationNamesBodyParam {
|
|
1257
|
+
/** Names of application settings and connection strings. See example. */
|
|
1258
|
+
body: SlotConfigNamesResource;
|
|
1259
|
+
}
|
|
1260
|
+
export interface WebAppsUpdateSlotConfigurationNamesMediaTypesParam {
|
|
1261
|
+
/** Request content type */
|
|
1262
|
+
contentType?: "application/json";
|
|
1263
|
+
}
|
|
1264
|
+
export type WebAppsUpdateSlotConfigurationNamesParameters = WebAppsUpdateSlotConfigurationNamesMediaTypesParam & WebAppsUpdateSlotConfigurationNamesBodyParam & RequestParameters;
|
|
1265
|
+
export type WebAppsGetConfigurationParameters = RequestParameters;
|
|
1266
|
+
export interface WebAppsCreateOrUpdateConfigurationBodyParam {
|
|
1267
|
+
/** JSON representation of a SiteConfig object. See example. */
|
|
1268
|
+
body: SiteConfigResource;
|
|
1269
|
+
}
|
|
1270
|
+
export interface WebAppsCreateOrUpdateConfigurationMediaTypesParam {
|
|
1271
|
+
/** Request content type */
|
|
1272
|
+
contentType?: "application/json";
|
|
1273
|
+
}
|
|
1274
|
+
export type WebAppsCreateOrUpdateConfigurationParameters = WebAppsCreateOrUpdateConfigurationMediaTypesParam & WebAppsCreateOrUpdateConfigurationBodyParam & RequestParameters;
|
|
1275
|
+
export interface WebAppsUpdateConfigurationBodyParam {
|
|
1276
|
+
/** JSON representation of a SiteConfig object. See example. */
|
|
1277
|
+
body: SiteConfigResource;
|
|
1278
|
+
}
|
|
1279
|
+
export interface WebAppsUpdateConfigurationMediaTypesParam {
|
|
1280
|
+
/** Request content type */
|
|
1281
|
+
contentType?: "application/json";
|
|
1282
|
+
}
|
|
1283
|
+
export type WebAppsUpdateConfigurationParameters = WebAppsUpdateConfigurationMediaTypesParam & WebAppsUpdateConfigurationBodyParam & RequestParameters;
|
|
1284
|
+
export type WebAppsListConfigurationSnapshotInfoParameters = RequestParameters;
|
|
1285
|
+
export type WebAppsGetConfigurationSnapshotParameters = RequestParameters;
|
|
1286
|
+
export type WebAppsRecoverSiteConfigurationSnapshotParameters = RequestParameters;
|
|
1287
|
+
export type WebAppsGetWebSiteContainerLogsParameters = RequestParameters;
|
|
1288
|
+
export type WebAppsGetContainerLogsZipParameters = RequestParameters;
|
|
1289
|
+
export type WebAppsListContinuousWebJobsParameters = RequestParameters;
|
|
1290
|
+
export type WebAppsGetContinuousWebJobParameters = RequestParameters;
|
|
1291
|
+
export type WebAppsDeleteContinuousWebJobParameters = RequestParameters;
|
|
1292
|
+
export type WebAppsStartContinuousWebJobParameters = RequestParameters;
|
|
1293
|
+
export type WebAppsStopContinuousWebJobParameters = RequestParameters;
|
|
1294
|
+
export type WebAppsListDeploymentsParameters = RequestParameters;
|
|
1295
|
+
export type WebAppsGetDeploymentParameters = RequestParameters;
|
|
1296
|
+
export interface WebAppsCreateDeploymentBodyParam {
|
|
1297
|
+
/** Deployment details. */
|
|
1298
|
+
body: Deployment;
|
|
1299
|
+
}
|
|
1300
|
+
export interface WebAppsCreateDeploymentMediaTypesParam {
|
|
1301
|
+
/** Request content type */
|
|
1302
|
+
contentType?: "application/json";
|
|
1303
|
+
}
|
|
1304
|
+
export type WebAppsCreateDeploymentParameters = WebAppsCreateDeploymentMediaTypesParam & WebAppsCreateDeploymentBodyParam & RequestParameters;
|
|
1305
|
+
export type WebAppsDeleteDeploymentParameters = RequestParameters;
|
|
1306
|
+
export type WebAppsListDeploymentLogParameters = RequestParameters;
|
|
1307
|
+
export interface WebAppsDiscoverBackupBodyParam {
|
|
1308
|
+
/** A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. */
|
|
1309
|
+
body: RestoreRequest;
|
|
1310
|
+
}
|
|
1311
|
+
export interface WebAppsDiscoverBackupMediaTypesParam {
|
|
1312
|
+
/** Request content type */
|
|
1313
|
+
contentType?: "application/json";
|
|
1314
|
+
}
|
|
1315
|
+
export type WebAppsDiscoverBackupParameters = WebAppsDiscoverBackupMediaTypesParam & WebAppsDiscoverBackupBodyParam & RequestParameters;
|
|
1316
|
+
export type WebAppsListDomainOwnershipIdentifiersParameters = RequestParameters;
|
|
1317
|
+
export type WebAppsGetDomainOwnershipIdentifierParameters = RequestParameters;
|
|
1318
|
+
export interface WebAppsCreateOrUpdateDomainOwnershipIdentifierBodyParam {
|
|
1319
|
+
/** A JSON representation of the domain ownership properties. */
|
|
1320
|
+
body: Identifier;
|
|
1321
|
+
}
|
|
1322
|
+
export interface WebAppsCreateOrUpdateDomainOwnershipIdentifierMediaTypesParam {
|
|
1323
|
+
/** Request content type */
|
|
1324
|
+
contentType?: "application/json";
|
|
1325
|
+
}
|
|
1326
|
+
export type WebAppsCreateOrUpdateDomainOwnershipIdentifierParameters = WebAppsCreateOrUpdateDomainOwnershipIdentifierMediaTypesParam & WebAppsCreateOrUpdateDomainOwnershipIdentifierBodyParam & RequestParameters;
|
|
1327
|
+
export type WebAppsDeleteDomainOwnershipIdentifierParameters = RequestParameters;
|
|
1328
|
+
export interface WebAppsUpdateDomainOwnershipIdentifierBodyParam {
|
|
1329
|
+
/** A JSON representation of the domain ownership properties. */
|
|
1330
|
+
body: Identifier;
|
|
1331
|
+
}
|
|
1332
|
+
export interface WebAppsUpdateDomainOwnershipIdentifierMediaTypesParam {
|
|
1333
|
+
/** Request content type */
|
|
1334
|
+
contentType?: "application/json";
|
|
1335
|
+
}
|
|
1336
|
+
export type WebAppsUpdateDomainOwnershipIdentifierParameters = WebAppsUpdateDomainOwnershipIdentifierMediaTypesParam & WebAppsUpdateDomainOwnershipIdentifierBodyParam & RequestParameters;
|
|
1337
|
+
export type WebAppsGetMSDeployStatusParameters = RequestParameters;
|
|
1338
|
+
export interface WebAppsCreateMSDeployOperationBodyParam {
|
|
1339
|
+
/** Details of MSDeploy operation */
|
|
1340
|
+
body: MSDeploy;
|
|
1341
|
+
}
|
|
1342
|
+
export interface WebAppsCreateMSDeployOperationMediaTypesParam {
|
|
1343
|
+
/** Request content type */
|
|
1344
|
+
contentType?: "application/json";
|
|
1345
|
+
}
|
|
1346
|
+
export type WebAppsCreateMSDeployOperationParameters = WebAppsCreateMSDeployOperationMediaTypesParam & WebAppsCreateMSDeployOperationBodyParam & RequestParameters;
|
|
1347
|
+
export type WebAppsGetMSDeployLogParameters = RequestParameters;
|
|
1348
|
+
export type WebAppsGetOneDeployStatusParameters = RequestParameters;
|
|
1349
|
+
export type WebAppsCreateOneDeployOperationParameters = RequestParameters;
|
|
1350
|
+
export type WebAppsListFunctionsParameters = RequestParameters;
|
|
1351
|
+
export type WebAppsGetFunctionsAdminTokenParameters = RequestParameters;
|
|
1352
|
+
export type WebAppsGetFunctionParameters = RequestParameters;
|
|
1353
|
+
export interface WebAppsCreateFunctionBodyParam {
|
|
1354
|
+
/** Function details. */
|
|
1355
|
+
body: FunctionEnvelope;
|
|
1356
|
+
}
|
|
1357
|
+
export interface WebAppsCreateFunctionMediaTypesParam {
|
|
1358
|
+
/** Request content type */
|
|
1359
|
+
contentType?: "application/json";
|
|
1360
|
+
}
|
|
1361
|
+
export type WebAppsCreateFunctionParameters = WebAppsCreateFunctionMediaTypesParam & WebAppsCreateFunctionBodyParam & RequestParameters;
|
|
1362
|
+
export type WebAppsDeleteFunctionParameters = RequestParameters;
|
|
1363
|
+
export interface WebAppsCreateOrUpdateFunctionSecretBodyParam {
|
|
1364
|
+
/** The key to create or update */
|
|
1365
|
+
body: KeyInfo;
|
|
1366
|
+
}
|
|
1367
|
+
export interface WebAppsCreateOrUpdateFunctionSecretMediaTypesParam {
|
|
1368
|
+
/** Request content type */
|
|
1369
|
+
contentType?: "application/json";
|
|
1370
|
+
}
|
|
1371
|
+
export type WebAppsCreateOrUpdateFunctionSecretParameters = WebAppsCreateOrUpdateFunctionSecretMediaTypesParam & WebAppsCreateOrUpdateFunctionSecretBodyParam & RequestParameters;
|
|
1372
|
+
export type WebAppsDeleteFunctionSecretParameters = RequestParameters;
|
|
1373
|
+
export type WebAppsListFunctionKeysParameters = RequestParameters;
|
|
1374
|
+
export type WebAppsListFunctionSecretsParameters = RequestParameters;
|
|
1375
|
+
export type WebAppsListHostKeysParameters = RequestParameters;
|
|
1376
|
+
export type WebAppsListSyncStatusParameters = RequestParameters;
|
|
1377
|
+
export type WebAppsSyncFunctionsParameters = RequestParameters;
|
|
1378
|
+
export interface WebAppsCreateOrUpdateHostSecretBodyParam {
|
|
1379
|
+
/** The key to create or update */
|
|
1380
|
+
body: KeyInfo;
|
|
1381
|
+
}
|
|
1382
|
+
export interface WebAppsCreateOrUpdateHostSecretMediaTypesParam {
|
|
1383
|
+
/** Request content type */
|
|
1384
|
+
contentType?: "application/json";
|
|
1385
|
+
}
|
|
1386
|
+
export type WebAppsCreateOrUpdateHostSecretParameters = WebAppsCreateOrUpdateHostSecretMediaTypesParam & WebAppsCreateOrUpdateHostSecretBodyParam & RequestParameters;
|
|
1387
|
+
export type WebAppsDeleteHostSecretParameters = RequestParameters;
|
|
1388
|
+
export type WebAppsListHostNameBindingsParameters = RequestParameters;
|
|
1389
|
+
export type WebAppsGetHostNameBindingParameters = RequestParameters;
|
|
1390
|
+
export interface WebAppsCreateOrUpdateHostNameBindingBodyParam {
|
|
1391
|
+
/** Binding details. This is the JSON representation of a HostNameBinding object. */
|
|
1392
|
+
body: HostNameBinding;
|
|
1393
|
+
}
|
|
1394
|
+
export interface WebAppsCreateOrUpdateHostNameBindingMediaTypesParam {
|
|
1395
|
+
/** Request content type */
|
|
1396
|
+
contentType?: "application/json";
|
|
1397
|
+
}
|
|
1398
|
+
export type WebAppsCreateOrUpdateHostNameBindingParameters = WebAppsCreateOrUpdateHostNameBindingMediaTypesParam & WebAppsCreateOrUpdateHostNameBindingBodyParam & RequestParameters;
|
|
1399
|
+
export type WebAppsDeleteHostNameBindingParameters = RequestParameters;
|
|
1400
|
+
export type WebAppsGetHybridConnectionParameters = RequestParameters;
|
|
1401
|
+
export interface WebAppsCreateOrUpdateHybridConnectionBodyParam {
|
|
1402
|
+
/** The details of the hybrid connection. */
|
|
1403
|
+
body: HybridConnection;
|
|
1404
|
+
}
|
|
1405
|
+
export interface WebAppsCreateOrUpdateHybridConnectionMediaTypesParam {
|
|
1406
|
+
/** Request content type */
|
|
1407
|
+
contentType?: "application/json";
|
|
1408
|
+
}
|
|
1409
|
+
export type WebAppsCreateOrUpdateHybridConnectionParameters = WebAppsCreateOrUpdateHybridConnectionMediaTypesParam & WebAppsCreateOrUpdateHybridConnectionBodyParam & RequestParameters;
|
|
1410
|
+
export type WebAppsDeleteHybridConnectionParameters = RequestParameters;
|
|
1411
|
+
export interface WebAppsUpdateHybridConnectionBodyParam {
|
|
1412
|
+
/** The details of the hybrid connection. */
|
|
1413
|
+
body: HybridConnection;
|
|
1414
|
+
}
|
|
1415
|
+
export interface WebAppsUpdateHybridConnectionMediaTypesParam {
|
|
1416
|
+
/** Request content type */
|
|
1417
|
+
contentType?: "application/json";
|
|
1418
|
+
}
|
|
1419
|
+
export type WebAppsUpdateHybridConnectionParameters = WebAppsUpdateHybridConnectionMediaTypesParam & WebAppsUpdateHybridConnectionBodyParam & RequestParameters;
|
|
1420
|
+
export type WebAppsListHybridConnectionsParameters = RequestParameters;
|
|
1421
|
+
export type WebAppsListRelayServiceConnectionsParameters = RequestParameters;
|
|
1422
|
+
export type WebAppsGetRelayServiceConnectionParameters = RequestParameters;
|
|
1423
|
+
export interface WebAppsCreateOrUpdateRelayServiceConnectionBodyParam {
|
|
1424
|
+
/** Details of the hybrid connection configuration. */
|
|
1425
|
+
body: RelayServiceConnectionEntity;
|
|
1426
|
+
}
|
|
1427
|
+
export interface WebAppsCreateOrUpdateRelayServiceConnectionMediaTypesParam {
|
|
1428
|
+
/** Request content type */
|
|
1429
|
+
contentType?: "application/json";
|
|
1430
|
+
}
|
|
1431
|
+
export type WebAppsCreateOrUpdateRelayServiceConnectionParameters = WebAppsCreateOrUpdateRelayServiceConnectionMediaTypesParam & WebAppsCreateOrUpdateRelayServiceConnectionBodyParam & RequestParameters;
|
|
1432
|
+
export type WebAppsDeleteRelayServiceConnectionParameters = RequestParameters;
|
|
1433
|
+
export interface WebAppsUpdateRelayServiceConnectionBodyParam {
|
|
1434
|
+
/** Details of the hybrid connection configuration. */
|
|
1435
|
+
body: RelayServiceConnectionEntity;
|
|
1436
|
+
}
|
|
1437
|
+
export interface WebAppsUpdateRelayServiceConnectionMediaTypesParam {
|
|
1438
|
+
/** Request content type */
|
|
1439
|
+
contentType?: "application/json";
|
|
1440
|
+
}
|
|
1441
|
+
export type WebAppsUpdateRelayServiceConnectionParameters = WebAppsUpdateRelayServiceConnectionMediaTypesParam & WebAppsUpdateRelayServiceConnectionBodyParam & RequestParameters;
|
|
1442
|
+
export type WebAppsListInstanceIdentifiersParameters = RequestParameters;
|
|
1443
|
+
export type WebAppsGetInstanceInfoParameters = RequestParameters;
|
|
1444
|
+
export type WebAppsGetInstanceMsDeployStatusParameters = RequestParameters;
|
|
1445
|
+
export interface WebAppsCreateInstanceMSDeployOperationBodyParam {
|
|
1446
|
+
/** Details of MSDeploy operation */
|
|
1447
|
+
body: MSDeploy;
|
|
1448
|
+
}
|
|
1449
|
+
export interface WebAppsCreateInstanceMSDeployOperationMediaTypesParam {
|
|
1450
|
+
/** Request content type */
|
|
1451
|
+
contentType?: "application/json";
|
|
1452
|
+
}
|
|
1453
|
+
export type WebAppsCreateInstanceMSDeployOperationParameters = WebAppsCreateInstanceMSDeployOperationMediaTypesParam & WebAppsCreateInstanceMSDeployOperationBodyParam & RequestParameters;
|
|
1454
|
+
export type WebAppsGetInstanceMSDeployLogParameters = RequestParameters;
|
|
1455
|
+
export type WebAppsListInstanceProcessesParameters = RequestParameters;
|
|
1456
|
+
export type WebAppsGetInstanceProcessParameters = RequestParameters;
|
|
1457
|
+
export type WebAppsDeleteInstanceProcessParameters = RequestParameters;
|
|
1458
|
+
export type WebAppsGetInstanceProcessDumpParameters = RequestParameters;
|
|
1459
|
+
export type WebAppsListInstanceProcessModulesParameters = RequestParameters;
|
|
1460
|
+
export type WebAppsGetInstanceProcessModuleParameters = RequestParameters;
|
|
1461
|
+
export type WebAppsListInstanceProcessThreadsParameters = RequestParameters;
|
|
1462
|
+
export type WebAppsIsCloneableParameters = RequestParameters;
|
|
1463
|
+
export type WebAppsListSiteBackupsParameters = RequestParameters;
|
|
1464
|
+
export type WebAppsListSyncFunctionTriggersParameters = RequestParameters;
|
|
1465
|
+
export interface WebAppsMigrateStorageBodyParam {
|
|
1466
|
+
/** Migration migrationOptions. */
|
|
1467
|
+
body: StorageMigrationOptions;
|
|
1468
|
+
}
|
|
1469
|
+
export interface WebAppsMigrateStorageQueryParamProperties {
|
|
1470
|
+
/** Azure subscription. */
|
|
1471
|
+
subscriptionName: string;
|
|
1472
|
+
}
|
|
1473
|
+
export interface WebAppsMigrateStorageQueryParam {
|
|
1474
|
+
queryParameters: WebAppsMigrateStorageQueryParamProperties;
|
|
1475
|
+
}
|
|
1476
|
+
export interface WebAppsMigrateStorageMediaTypesParam {
|
|
1477
|
+
/** Request content type */
|
|
1478
|
+
contentType?: "application/json";
|
|
1479
|
+
}
|
|
1480
|
+
export type WebAppsMigrateStorageParameters = WebAppsMigrateStorageQueryParam & WebAppsMigrateStorageMediaTypesParam & WebAppsMigrateStorageBodyParam & RequestParameters;
|
|
1481
|
+
export interface WebAppsMigrateMySqlBodyParam {
|
|
1482
|
+
/** MySql migration options. */
|
|
1483
|
+
body: MigrateMySqlRequest;
|
|
1484
|
+
}
|
|
1485
|
+
export interface WebAppsMigrateMySqlMediaTypesParam {
|
|
1486
|
+
/** Request content type */
|
|
1487
|
+
contentType?: "application/json";
|
|
1488
|
+
}
|
|
1489
|
+
export type WebAppsMigrateMySqlParameters = WebAppsMigrateMySqlMediaTypesParam & WebAppsMigrateMySqlBodyParam & RequestParameters;
|
|
1490
|
+
export type WebAppsGetMigrateMySqlStatusParameters = RequestParameters;
|
|
1491
|
+
export type WebAppsGetSwiftVirtualNetworkConnectionParameters = RequestParameters;
|
|
1492
|
+
export interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckBodyParam {
|
|
1493
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
1494
|
+
body: SwiftVirtualNetwork;
|
|
1495
|
+
}
|
|
1496
|
+
export interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckMediaTypesParam {
|
|
1497
|
+
/** Request content type */
|
|
1498
|
+
contentType?: "application/json";
|
|
1499
|
+
}
|
|
1500
|
+
export type WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckParameters = WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckMediaTypesParam & WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckBodyParam & RequestParameters;
|
|
1501
|
+
export type WebAppsDeleteSwiftVirtualNetworkParameters = RequestParameters;
|
|
1502
|
+
export interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckBodyParam {
|
|
1503
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
1504
|
+
body: SwiftVirtualNetwork;
|
|
1505
|
+
}
|
|
1506
|
+
export interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckMediaTypesParam {
|
|
1507
|
+
/** Request content type */
|
|
1508
|
+
contentType?: "application/json";
|
|
1509
|
+
}
|
|
1510
|
+
export type WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckParameters = WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckMediaTypesParam & WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckBodyParam & RequestParameters;
|
|
1511
|
+
export type WebAppsListNetworkFeaturesParameters = RequestParameters;
|
|
1512
|
+
export type WebAppsGetNetworkTraceOperationParameters = RequestParameters;
|
|
1513
|
+
export interface WebAppsStartWebSiteNetworkTraceQueryParamProperties {
|
|
1514
|
+
/** The duration to keep capturing in seconds. */
|
|
1515
|
+
durationInSeconds?: number;
|
|
1516
|
+
/** The maximum frame length in bytes (Optional). */
|
|
1517
|
+
maxFrameLength?: number;
|
|
1518
|
+
/** The Blob URL to store capture file. */
|
|
1519
|
+
sasUrl?: string;
|
|
1520
|
+
}
|
|
1521
|
+
export interface WebAppsStartWebSiteNetworkTraceQueryParam {
|
|
1522
|
+
queryParameters?: WebAppsStartWebSiteNetworkTraceQueryParamProperties;
|
|
1523
|
+
}
|
|
1524
|
+
export type WebAppsStartWebSiteNetworkTraceParameters = WebAppsStartWebSiteNetworkTraceQueryParam & RequestParameters;
|
|
1525
|
+
export interface WebAppsStartWebSiteNetworkTraceOperationQueryParamProperties {
|
|
1526
|
+
/** The duration to keep capturing in seconds. */
|
|
1527
|
+
durationInSeconds?: number;
|
|
1528
|
+
/** The maximum frame length in bytes (Optional). */
|
|
1529
|
+
maxFrameLength?: number;
|
|
1530
|
+
/** The Blob URL to store capture file. */
|
|
1531
|
+
sasUrl?: string;
|
|
1532
|
+
}
|
|
1533
|
+
export interface WebAppsStartWebSiteNetworkTraceOperationQueryParam {
|
|
1534
|
+
queryParameters?: WebAppsStartWebSiteNetworkTraceOperationQueryParamProperties;
|
|
1535
|
+
}
|
|
1536
|
+
export type WebAppsStartWebSiteNetworkTraceOperationParameters = WebAppsStartWebSiteNetworkTraceOperationQueryParam & RequestParameters;
|
|
1537
|
+
export type WebAppsStopWebSiteNetworkTraceParameters = RequestParameters;
|
|
1538
|
+
export type WebAppsGetNetworkTracesParameters = RequestParameters;
|
|
1539
|
+
export type WebAppsGetNetworkTraceOperationV2Parameters = RequestParameters;
|
|
1540
|
+
export type WebAppsGetNetworkTracesV2Parameters = RequestParameters;
|
|
1541
|
+
export type WebAppsGenerateNewSitePublishingPasswordParameters = RequestParameters;
|
|
1542
|
+
export interface WebAppsListPerfMonCountersQueryParamProperties {
|
|
1543
|
+
/** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */
|
|
1544
|
+
$filter?: string;
|
|
1545
|
+
}
|
|
1546
|
+
export interface WebAppsListPerfMonCountersQueryParam {
|
|
1547
|
+
queryParameters?: WebAppsListPerfMonCountersQueryParamProperties;
|
|
1548
|
+
}
|
|
1549
|
+
export type WebAppsListPerfMonCountersParameters = WebAppsListPerfMonCountersQueryParam & RequestParameters;
|
|
1550
|
+
export type WebAppsGetSitePhpErrorLogFlagParameters = RequestParameters;
|
|
1551
|
+
export type WebAppsListPremierAddOnsParameters = RequestParameters;
|
|
1552
|
+
export type WebAppsGetPremierAddOnParameters = RequestParameters;
|
|
1553
|
+
export interface WebAppsAddPremierAddOnBodyParam {
|
|
1554
|
+
/** A JSON representation of the edited premier add-on. */
|
|
1555
|
+
body: PremierAddOn;
|
|
1556
|
+
}
|
|
1557
|
+
export interface WebAppsAddPremierAddOnMediaTypesParam {
|
|
1558
|
+
/** Request content type */
|
|
1559
|
+
contentType?: "application/json";
|
|
1560
|
+
}
|
|
1561
|
+
export type WebAppsAddPremierAddOnParameters = WebAppsAddPremierAddOnMediaTypesParam & WebAppsAddPremierAddOnBodyParam & RequestParameters;
|
|
1562
|
+
export type WebAppsDeletePremierAddOnParameters = RequestParameters;
|
|
1563
|
+
export interface WebAppsUpdatePremierAddOnBodyParam {
|
|
1564
|
+
/** A JSON representation of the edited premier add-on. */
|
|
1565
|
+
body: PremierAddOnPatchResource;
|
|
1566
|
+
}
|
|
1567
|
+
export interface WebAppsUpdatePremierAddOnMediaTypesParam {
|
|
1568
|
+
/** Request content type */
|
|
1569
|
+
contentType?: "application/json";
|
|
1570
|
+
}
|
|
1571
|
+
export type WebAppsUpdatePremierAddOnParameters = WebAppsUpdatePremierAddOnMediaTypesParam & WebAppsUpdatePremierAddOnBodyParam & RequestParameters;
|
|
1572
|
+
export type WebAppsGetPrivateAccessParameters = RequestParameters;
|
|
1573
|
+
export interface WebAppsPutPrivateAccessVnetBodyParam {
|
|
1574
|
+
/** The information for the private access */
|
|
1575
|
+
body: PrivateAccess;
|
|
1576
|
+
}
|
|
1577
|
+
export interface WebAppsPutPrivateAccessVnetMediaTypesParam {
|
|
1578
|
+
/** Request content type */
|
|
1579
|
+
contentType?: "application/json";
|
|
1580
|
+
}
|
|
1581
|
+
export type WebAppsPutPrivateAccessVnetParameters = WebAppsPutPrivateAccessVnetMediaTypesParam & WebAppsPutPrivateAccessVnetBodyParam & RequestParameters;
|
|
1582
|
+
export type WebAppsGetPrivateEndpointConnectionListParameters = RequestParameters;
|
|
1583
|
+
export type WebAppsGetPrivateEndpointConnectionParameters = RequestParameters;
|
|
1584
|
+
export interface WebAppsApproveOrRejectPrivateEndpointConnectionBodyParam {
|
|
1585
|
+
body: PrivateLinkConnectionApprovalRequestResource;
|
|
1586
|
+
}
|
|
1587
|
+
export interface WebAppsApproveOrRejectPrivateEndpointConnectionMediaTypesParam {
|
|
1588
|
+
/** Request content type */
|
|
1589
|
+
contentType?: "application/json";
|
|
1590
|
+
}
|
|
1591
|
+
export type WebAppsApproveOrRejectPrivateEndpointConnectionParameters = WebAppsApproveOrRejectPrivateEndpointConnectionMediaTypesParam & WebAppsApproveOrRejectPrivateEndpointConnectionBodyParam & RequestParameters;
|
|
1592
|
+
export type WebAppsDeletePrivateEndpointConnectionParameters = RequestParameters;
|
|
1593
|
+
export type WebAppsGetPrivateLinkResourcesParameters = RequestParameters;
|
|
1594
|
+
export type WebAppsListProcessesParameters = RequestParameters;
|
|
1595
|
+
export type WebAppsGetProcessParameters = RequestParameters;
|
|
1596
|
+
export type WebAppsDeleteProcessParameters = RequestParameters;
|
|
1597
|
+
export type WebAppsGetProcessDumpParameters = RequestParameters;
|
|
1598
|
+
export type WebAppsListProcessModulesParameters = RequestParameters;
|
|
1599
|
+
export type WebAppsGetProcessModuleParameters = RequestParameters;
|
|
1600
|
+
export type WebAppsListProcessThreadsParameters = RequestParameters;
|
|
1601
|
+
export type WebAppsListPublicCertificatesParameters = RequestParameters;
|
|
1602
|
+
export type WebAppsGetPublicCertificateParameters = RequestParameters;
|
|
1603
|
+
export interface WebAppsCreateOrUpdatePublicCertificateBodyParam {
|
|
1604
|
+
/** Public certificate details. This is the JSON representation of a PublicCertificate object. */
|
|
1605
|
+
body: PublicCertificate;
|
|
1606
|
+
}
|
|
1607
|
+
export interface WebAppsCreateOrUpdatePublicCertificateMediaTypesParam {
|
|
1608
|
+
/** Request content type */
|
|
1609
|
+
contentType?: "application/json";
|
|
1610
|
+
}
|
|
1611
|
+
export type WebAppsCreateOrUpdatePublicCertificateParameters = WebAppsCreateOrUpdatePublicCertificateMediaTypesParam & WebAppsCreateOrUpdatePublicCertificateBodyParam & RequestParameters;
|
|
1612
|
+
export type WebAppsDeletePublicCertificateParameters = RequestParameters;
|
|
1613
|
+
export interface WebAppsListPublishingProfileXmlWithSecretsBodyParam {
|
|
1614
|
+
/** Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. */
|
|
1615
|
+
body: CsmPublishingProfileOptions;
|
|
1616
|
+
}
|
|
1617
|
+
export interface WebAppsListPublishingProfileXmlWithSecretsMediaTypesParam {
|
|
1618
|
+
/** Request content type */
|
|
1619
|
+
contentType?: "application/json";
|
|
1620
|
+
}
|
|
1621
|
+
export type WebAppsListPublishingProfileXmlWithSecretsParameters = WebAppsListPublishingProfileXmlWithSecretsMediaTypesParam & WebAppsListPublishingProfileXmlWithSecretsBodyParam & RequestParameters;
|
|
1622
|
+
export type WebAppsResetProductionSlotConfigParameters = RequestParameters;
|
|
1623
|
+
export interface WebAppsRestartQueryParamProperties {
|
|
1624
|
+
/** Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. */
|
|
1625
|
+
softRestart?: boolean;
|
|
1626
|
+
/** Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). */
|
|
1627
|
+
synchronous?: boolean;
|
|
1628
|
+
}
|
|
1629
|
+
export interface WebAppsRestartQueryParam {
|
|
1630
|
+
queryParameters?: WebAppsRestartQueryParamProperties;
|
|
1631
|
+
}
|
|
1632
|
+
export type WebAppsRestartParameters = WebAppsRestartQueryParam & RequestParameters;
|
|
1633
|
+
export interface WebAppsRestoreFromBackupBlobBodyParam {
|
|
1634
|
+
/** Information on restore request . */
|
|
1635
|
+
body: RestoreRequest;
|
|
1636
|
+
}
|
|
1637
|
+
export interface WebAppsRestoreFromBackupBlobMediaTypesParam {
|
|
1638
|
+
/** Request content type */
|
|
1639
|
+
contentType?: "application/json";
|
|
1640
|
+
}
|
|
1641
|
+
export type WebAppsRestoreFromBackupBlobParameters = WebAppsRestoreFromBackupBlobMediaTypesParam & WebAppsRestoreFromBackupBlobBodyParam & RequestParameters;
|
|
1642
|
+
export interface WebAppsRestoreFromDeletedAppBodyParam {
|
|
1643
|
+
/** Deleted web app restore information. */
|
|
1644
|
+
body: DeletedAppRestoreRequest;
|
|
1645
|
+
}
|
|
1646
|
+
export interface WebAppsRestoreFromDeletedAppMediaTypesParam {
|
|
1647
|
+
/** Request content type */
|
|
1648
|
+
contentType?: "application/json";
|
|
1649
|
+
}
|
|
1650
|
+
export type WebAppsRestoreFromDeletedAppParameters = WebAppsRestoreFromDeletedAppMediaTypesParam & WebAppsRestoreFromDeletedAppBodyParam & RequestParameters;
|
|
1651
|
+
export interface WebAppsRestoreSnapshotBodyParam {
|
|
1652
|
+
/** Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. */
|
|
1653
|
+
body: SnapshotRestoreRequest;
|
|
1654
|
+
}
|
|
1655
|
+
export interface WebAppsRestoreSnapshotMediaTypesParam {
|
|
1656
|
+
/** Request content type */
|
|
1657
|
+
contentType?: "application/json";
|
|
1658
|
+
}
|
|
1659
|
+
export type WebAppsRestoreSnapshotParameters = WebAppsRestoreSnapshotMediaTypesParam & WebAppsRestoreSnapshotBodyParam & RequestParameters;
|
|
1660
|
+
export type WebAppsListSiteExtensionsParameters = RequestParameters;
|
|
1661
|
+
export type WebAppsGetSiteExtensionParameters = RequestParameters;
|
|
1662
|
+
export type WebAppsInstallSiteExtensionParameters = RequestParameters;
|
|
1663
|
+
export type WebAppsDeleteSiteExtensionParameters = RequestParameters;
|
|
1664
|
+
export type WebAppsListSlotsParameters = RequestParameters;
|
|
1665
|
+
export type WebAppsGetSlotParameters = RequestParameters;
|
|
1666
|
+
export interface WebAppsCreateOrUpdateSlotBodyParam {
|
|
1667
|
+
/** A JSON representation of the app properties. See example. */
|
|
1668
|
+
body: Site;
|
|
1669
|
+
}
|
|
1670
|
+
export interface WebAppsCreateOrUpdateSlotMediaTypesParam {
|
|
1671
|
+
/** Request content type */
|
|
1672
|
+
contentType?: "application/json";
|
|
1673
|
+
}
|
|
1674
|
+
export type WebAppsCreateOrUpdateSlotParameters = WebAppsCreateOrUpdateSlotMediaTypesParam & WebAppsCreateOrUpdateSlotBodyParam & RequestParameters;
|
|
1675
|
+
export interface WebAppsDeleteSlotQueryParamProperties {
|
|
1676
|
+
/** If true, web app metrics are also deleted. */
|
|
1677
|
+
deleteMetrics?: boolean;
|
|
1678
|
+
/** Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. */
|
|
1679
|
+
deleteEmptyServerFarm?: boolean;
|
|
1680
|
+
}
|
|
1681
|
+
export interface WebAppsDeleteSlotQueryParam {
|
|
1682
|
+
queryParameters?: WebAppsDeleteSlotQueryParamProperties;
|
|
1683
|
+
}
|
|
1684
|
+
export type WebAppsDeleteSlotParameters = WebAppsDeleteSlotQueryParam & RequestParameters;
|
|
1685
|
+
export interface WebAppsUpdateSlotBodyParam {
|
|
1686
|
+
/** A JSON representation of the app properties. See example. */
|
|
1687
|
+
body: SitePatchResource;
|
|
1688
|
+
}
|
|
1689
|
+
export interface WebAppsUpdateSlotMediaTypesParam {
|
|
1690
|
+
/** Request content type */
|
|
1691
|
+
contentType?: "application/json";
|
|
1692
|
+
}
|
|
1693
|
+
export type WebAppsUpdateSlotParameters = WebAppsUpdateSlotMediaTypesParam & WebAppsUpdateSlotBodyParam & RequestParameters;
|
|
1694
|
+
export interface WebAppsAnalyzeCustomHostnameSlotQueryParamProperties {
|
|
1695
|
+
/** Custom hostname. */
|
|
1696
|
+
hostName?: string;
|
|
1697
|
+
}
|
|
1698
|
+
export interface WebAppsAnalyzeCustomHostnameSlotQueryParam {
|
|
1699
|
+
queryParameters?: WebAppsAnalyzeCustomHostnameSlotQueryParamProperties;
|
|
1700
|
+
}
|
|
1701
|
+
export type WebAppsAnalyzeCustomHostnameSlotParameters = WebAppsAnalyzeCustomHostnameSlotQueryParam & RequestParameters;
|
|
1702
|
+
export interface WebAppsApplySlotConfigurationSlotBodyParam {
|
|
1703
|
+
/** JSON object that contains the target slot name. See example. */
|
|
1704
|
+
body: CsmSlotEntity;
|
|
1705
|
+
}
|
|
1706
|
+
export interface WebAppsApplySlotConfigurationSlotMediaTypesParam {
|
|
1707
|
+
/** Request content type */
|
|
1708
|
+
contentType?: "application/json";
|
|
1709
|
+
}
|
|
1710
|
+
export type WebAppsApplySlotConfigurationSlotParameters = WebAppsApplySlotConfigurationSlotMediaTypesParam & WebAppsApplySlotConfigurationSlotBodyParam & RequestParameters;
|
|
1711
|
+
export interface WebAppsBackupSlotBodyParam {
|
|
1712
|
+
/** Backup configuration. You can use the JSON response from the POST action as input here. */
|
|
1713
|
+
body: BackupRequest;
|
|
1714
|
+
}
|
|
1715
|
+
export interface WebAppsBackupSlotMediaTypesParam {
|
|
1716
|
+
/** Request content type */
|
|
1717
|
+
contentType?: "application/json";
|
|
1718
|
+
}
|
|
1719
|
+
export type WebAppsBackupSlotParameters = WebAppsBackupSlotMediaTypesParam & WebAppsBackupSlotBodyParam & RequestParameters;
|
|
1720
|
+
export type WebAppsListBackupsSlotParameters = RequestParameters;
|
|
1721
|
+
export type WebAppsGetBackupStatusSlotParameters = RequestParameters;
|
|
1722
|
+
export type WebAppsDeleteBackupSlotParameters = RequestParameters;
|
|
1723
|
+
export interface WebAppsListBackupStatusSecretsSlotBodyParam {
|
|
1724
|
+
/** Information on backup request. */
|
|
1725
|
+
body: BackupRequest;
|
|
1726
|
+
}
|
|
1727
|
+
export interface WebAppsListBackupStatusSecretsSlotMediaTypesParam {
|
|
1728
|
+
/** Request content type */
|
|
1729
|
+
contentType?: "application/json";
|
|
1730
|
+
}
|
|
1731
|
+
export type WebAppsListBackupStatusSecretsSlotParameters = WebAppsListBackupStatusSecretsSlotMediaTypesParam & WebAppsListBackupStatusSecretsSlotBodyParam & RequestParameters;
|
|
1732
|
+
export interface WebAppsRestoreSlotBodyParam {
|
|
1733
|
+
/** Information on restore request . */
|
|
1734
|
+
body: RestoreRequest;
|
|
1735
|
+
}
|
|
1736
|
+
export interface WebAppsRestoreSlotMediaTypesParam {
|
|
1737
|
+
/** Request content type */
|
|
1738
|
+
contentType?: "application/json";
|
|
1739
|
+
}
|
|
1740
|
+
export type WebAppsRestoreSlotParameters = WebAppsRestoreSlotMediaTypesParam & WebAppsRestoreSlotBodyParam & RequestParameters;
|
|
1741
|
+
export type WebAppsListBasicPublishingCredentialsPoliciesSlotParameters = RequestParameters;
|
|
1742
|
+
export type WebAppsGetFtpAllowedSlotParameters = RequestParameters;
|
|
1743
|
+
export interface WebAppsUpdateFtpAllowedSlotBodyParam {
|
|
1744
|
+
body: CsmPublishingCredentialsPoliciesEntity;
|
|
1745
|
+
}
|
|
1746
|
+
export interface WebAppsUpdateFtpAllowedSlotMediaTypesParam {
|
|
1747
|
+
/** Request content type */
|
|
1748
|
+
contentType?: "application/json";
|
|
1749
|
+
}
|
|
1750
|
+
export type WebAppsUpdateFtpAllowedSlotParameters = WebAppsUpdateFtpAllowedSlotMediaTypesParam & WebAppsUpdateFtpAllowedSlotBodyParam & RequestParameters;
|
|
1751
|
+
export type WebAppsGetScmAllowedSlotParameters = RequestParameters;
|
|
1752
|
+
export interface WebAppsUpdateScmAllowedSlotBodyParam {
|
|
1753
|
+
body: CsmPublishingCredentialsPoliciesEntity;
|
|
1754
|
+
}
|
|
1755
|
+
export interface WebAppsUpdateScmAllowedSlotMediaTypesParam {
|
|
1756
|
+
/** Request content type */
|
|
1757
|
+
contentType?: "application/json";
|
|
1758
|
+
}
|
|
1759
|
+
export type WebAppsUpdateScmAllowedSlotParameters = WebAppsUpdateScmAllowedSlotMediaTypesParam & WebAppsUpdateScmAllowedSlotBodyParam & RequestParameters;
|
|
1760
|
+
export type WebAppsListConfigurationsSlotParameters = RequestParameters;
|
|
1761
|
+
export interface WebAppsUpdateApplicationSettingsSlotBodyParam {
|
|
1762
|
+
/** Application settings of the app. */
|
|
1763
|
+
body: StringDictionary;
|
|
1764
|
+
}
|
|
1765
|
+
export interface WebAppsUpdateApplicationSettingsSlotMediaTypesParam {
|
|
1766
|
+
/** Request content type */
|
|
1767
|
+
contentType?: "application/json";
|
|
1768
|
+
}
|
|
1769
|
+
export type WebAppsUpdateApplicationSettingsSlotParameters = WebAppsUpdateApplicationSettingsSlotMediaTypesParam & WebAppsUpdateApplicationSettingsSlotBodyParam & RequestParameters;
|
|
1770
|
+
export type WebAppsListApplicationSettingsSlotParameters = RequestParameters;
|
|
1771
|
+
export interface WebAppsUpdateAuthSettingsSlotBodyParam {
|
|
1772
|
+
/** Auth settings associated with web app. */
|
|
1773
|
+
body: SiteAuthSettings;
|
|
1774
|
+
}
|
|
1775
|
+
export interface WebAppsUpdateAuthSettingsSlotMediaTypesParam {
|
|
1776
|
+
/** Request content type */
|
|
1777
|
+
contentType?: "application/json";
|
|
1778
|
+
}
|
|
1779
|
+
export type WebAppsUpdateAuthSettingsSlotParameters = WebAppsUpdateAuthSettingsSlotMediaTypesParam & WebAppsUpdateAuthSettingsSlotBodyParam & RequestParameters;
|
|
1780
|
+
export type WebAppsGetAuthSettingsSlotParameters = RequestParameters;
|
|
1781
|
+
export type WebAppsGetAuthSettingsV2WithoutSecretsSlotParameters = RequestParameters;
|
|
1782
|
+
export interface WebAppsUpdateAuthSettingsV2SlotBodyParam {
|
|
1783
|
+
/** Auth settings associated with web app. */
|
|
1784
|
+
body: SiteAuthSettingsV2;
|
|
1785
|
+
}
|
|
1786
|
+
export interface WebAppsUpdateAuthSettingsV2SlotMediaTypesParam {
|
|
1787
|
+
/** Request content type */
|
|
1788
|
+
contentType?: "application/json";
|
|
1789
|
+
}
|
|
1790
|
+
export type WebAppsUpdateAuthSettingsV2SlotParameters = WebAppsUpdateAuthSettingsV2SlotMediaTypesParam & WebAppsUpdateAuthSettingsV2SlotBodyParam & RequestParameters;
|
|
1791
|
+
export type WebAppsGetAuthSettingsV2SlotParameters = RequestParameters;
|
|
1792
|
+
export interface WebAppsUpdateAzureStorageAccountsSlotBodyParam {
|
|
1793
|
+
/** Azure storage accounts of the app. */
|
|
1794
|
+
body: AzureStoragePropertyDictionaryResource;
|
|
1795
|
+
}
|
|
1796
|
+
export interface WebAppsUpdateAzureStorageAccountsSlotMediaTypesParam {
|
|
1797
|
+
/** Request content type */
|
|
1798
|
+
contentType?: "application/json";
|
|
1799
|
+
}
|
|
1800
|
+
export type WebAppsUpdateAzureStorageAccountsSlotParameters = WebAppsUpdateAzureStorageAccountsSlotMediaTypesParam & WebAppsUpdateAzureStorageAccountsSlotBodyParam & RequestParameters;
|
|
1801
|
+
export type WebAppsListAzureStorageAccountsSlotParameters = RequestParameters;
|
|
1802
|
+
export interface WebAppsUpdateBackupConfigurationSlotBodyParam {
|
|
1803
|
+
/** Edited backup configuration. */
|
|
1804
|
+
body: BackupRequest;
|
|
1805
|
+
}
|
|
1806
|
+
export interface WebAppsUpdateBackupConfigurationSlotMediaTypesParam {
|
|
1807
|
+
/** Request content type */
|
|
1808
|
+
contentType?: "application/json";
|
|
1809
|
+
}
|
|
1810
|
+
export type WebAppsUpdateBackupConfigurationSlotParameters = WebAppsUpdateBackupConfigurationSlotMediaTypesParam & WebAppsUpdateBackupConfigurationSlotBodyParam & RequestParameters;
|
|
1811
|
+
export type WebAppsDeleteBackupConfigurationSlotParameters = RequestParameters;
|
|
1812
|
+
export type WebAppsGetBackupConfigurationSlotParameters = RequestParameters;
|
|
1813
|
+
export type WebAppsGetAppSettingsKeyVaultReferencesSlotParameters = RequestParameters;
|
|
1814
|
+
export type WebAppsGetAppSettingKeyVaultReferenceSlotParameters = RequestParameters;
|
|
1815
|
+
export type WebAppsGetSiteConnectionStringKeyVaultReferencesSlotParameters = RequestParameters;
|
|
1816
|
+
export type WebAppsGetSiteConnectionStringKeyVaultReferenceSlotParameters = RequestParameters;
|
|
1817
|
+
export interface WebAppsUpdateConnectionStringsSlotBodyParam {
|
|
1818
|
+
/** Connection strings of the app or deployment slot. See example. */
|
|
1819
|
+
body: ConnectionStringDictionary;
|
|
1820
|
+
}
|
|
1821
|
+
export interface WebAppsUpdateConnectionStringsSlotMediaTypesParam {
|
|
1822
|
+
/** Request content type */
|
|
1823
|
+
contentType?: "application/json";
|
|
1824
|
+
}
|
|
1825
|
+
export type WebAppsUpdateConnectionStringsSlotParameters = WebAppsUpdateConnectionStringsSlotMediaTypesParam & WebAppsUpdateConnectionStringsSlotBodyParam & RequestParameters;
|
|
1826
|
+
export type WebAppsListConnectionStringsSlotParameters = RequestParameters;
|
|
1827
|
+
export type WebAppsGetDiagnosticLogsConfigurationSlotParameters = RequestParameters;
|
|
1828
|
+
export interface WebAppsUpdateDiagnosticLogsConfigSlotBodyParam {
|
|
1829
|
+
/** A SiteLogsConfig JSON object that contains the logging configuration to change in the "properties" property. */
|
|
1830
|
+
body: SiteLogsConfig;
|
|
1831
|
+
}
|
|
1832
|
+
export interface WebAppsUpdateDiagnosticLogsConfigSlotMediaTypesParam {
|
|
1833
|
+
/** Request content type */
|
|
1834
|
+
contentType?: "application/json";
|
|
1835
|
+
}
|
|
1836
|
+
export type WebAppsUpdateDiagnosticLogsConfigSlotParameters = WebAppsUpdateDiagnosticLogsConfigSlotMediaTypesParam & WebAppsUpdateDiagnosticLogsConfigSlotBodyParam & RequestParameters;
|
|
1837
|
+
export interface WebAppsUpdateMetadataSlotBodyParam {
|
|
1838
|
+
/** Edited metadata of the app or deployment slot. See example. */
|
|
1839
|
+
body: StringDictionary;
|
|
1840
|
+
}
|
|
1841
|
+
export interface WebAppsUpdateMetadataSlotMediaTypesParam {
|
|
1842
|
+
/** Request content type */
|
|
1843
|
+
contentType?: "application/json";
|
|
1844
|
+
}
|
|
1845
|
+
export type WebAppsUpdateMetadataSlotParameters = WebAppsUpdateMetadataSlotMediaTypesParam & WebAppsUpdateMetadataSlotBodyParam & RequestParameters;
|
|
1846
|
+
export type WebAppsListMetadataSlotParameters = RequestParameters;
|
|
1847
|
+
export type WebAppsListPublishingCredentialsSlotParameters = RequestParameters;
|
|
1848
|
+
export interface WebAppsUpdateSitePushSettingsSlotBodyParam {
|
|
1849
|
+
/** Push settings associated with web app. */
|
|
1850
|
+
body: PushSettings;
|
|
1851
|
+
}
|
|
1852
|
+
export interface WebAppsUpdateSitePushSettingsSlotMediaTypesParam {
|
|
1853
|
+
/** Request content type */
|
|
1854
|
+
contentType?: "application/json";
|
|
1855
|
+
}
|
|
1856
|
+
export type WebAppsUpdateSitePushSettingsSlotParameters = WebAppsUpdateSitePushSettingsSlotMediaTypesParam & WebAppsUpdateSitePushSettingsSlotBodyParam & RequestParameters;
|
|
1857
|
+
export type WebAppsListSitePushSettingsSlotParameters = RequestParameters;
|
|
1858
|
+
export type WebAppsGetConfigurationSlotParameters = RequestParameters;
|
|
1859
|
+
export interface WebAppsCreateOrUpdateConfigurationSlotBodyParam {
|
|
1860
|
+
/** JSON representation of a SiteConfig object. See example. */
|
|
1861
|
+
body: SiteConfigResource;
|
|
1862
|
+
}
|
|
1863
|
+
export interface WebAppsCreateOrUpdateConfigurationSlotMediaTypesParam {
|
|
1864
|
+
/** Request content type */
|
|
1865
|
+
contentType?: "application/json";
|
|
1866
|
+
}
|
|
1867
|
+
export type WebAppsCreateOrUpdateConfigurationSlotParameters = WebAppsCreateOrUpdateConfigurationSlotMediaTypesParam & WebAppsCreateOrUpdateConfigurationSlotBodyParam & RequestParameters;
|
|
1868
|
+
export interface WebAppsUpdateConfigurationSlotBodyParam {
|
|
1869
|
+
/** JSON representation of a SiteConfig object. See example. */
|
|
1870
|
+
body: SiteConfigResource;
|
|
1871
|
+
}
|
|
1872
|
+
export interface WebAppsUpdateConfigurationSlotMediaTypesParam {
|
|
1873
|
+
/** Request content type */
|
|
1874
|
+
contentType?: "application/json";
|
|
1875
|
+
}
|
|
1876
|
+
export type WebAppsUpdateConfigurationSlotParameters = WebAppsUpdateConfigurationSlotMediaTypesParam & WebAppsUpdateConfigurationSlotBodyParam & RequestParameters;
|
|
1877
|
+
export type WebAppsListConfigurationSnapshotInfoSlotParameters = RequestParameters;
|
|
1878
|
+
export type WebAppsGetConfigurationSnapshotSlotParameters = RequestParameters;
|
|
1879
|
+
export type WebAppsRecoverSiteConfigurationSnapshotSlotParameters = RequestParameters;
|
|
1880
|
+
export type WebAppsGetWebSiteContainerLogsSlotParameters = RequestParameters;
|
|
1881
|
+
export type WebAppsGetContainerLogsZipSlotParameters = RequestParameters;
|
|
1882
|
+
export type WebAppsListContinuousWebJobsSlotParameters = RequestParameters;
|
|
1883
|
+
export type WebAppsGetContinuousWebJobSlotParameters = RequestParameters;
|
|
1884
|
+
export type WebAppsDeleteContinuousWebJobSlotParameters = RequestParameters;
|
|
1885
|
+
export type WebAppsStartContinuousWebJobSlotParameters = RequestParameters;
|
|
1886
|
+
export type WebAppsStopContinuousWebJobSlotParameters = RequestParameters;
|
|
1887
|
+
export type WebAppsListDeploymentsSlotParameters = RequestParameters;
|
|
1888
|
+
export type WebAppsGetDeploymentSlotParameters = RequestParameters;
|
|
1889
|
+
export interface WebAppsCreateDeploymentSlotBodyParam {
|
|
1890
|
+
/** Deployment details. */
|
|
1891
|
+
body: Deployment;
|
|
1892
|
+
}
|
|
1893
|
+
export interface WebAppsCreateDeploymentSlotMediaTypesParam {
|
|
1894
|
+
/** Request content type */
|
|
1895
|
+
contentType?: "application/json";
|
|
1896
|
+
}
|
|
1897
|
+
export type WebAppsCreateDeploymentSlotParameters = WebAppsCreateDeploymentSlotMediaTypesParam & WebAppsCreateDeploymentSlotBodyParam & RequestParameters;
|
|
1898
|
+
export type WebAppsDeleteDeploymentSlotParameters = RequestParameters;
|
|
1899
|
+
export type WebAppsListDeploymentLogSlotParameters = RequestParameters;
|
|
1900
|
+
export interface WebAppsDiscoverBackupSlotBodyParam {
|
|
1901
|
+
/** A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. */
|
|
1902
|
+
body: RestoreRequest;
|
|
1903
|
+
}
|
|
1904
|
+
export interface WebAppsDiscoverBackupSlotMediaTypesParam {
|
|
1905
|
+
/** Request content type */
|
|
1906
|
+
contentType?: "application/json";
|
|
1907
|
+
}
|
|
1908
|
+
export type WebAppsDiscoverBackupSlotParameters = WebAppsDiscoverBackupSlotMediaTypesParam & WebAppsDiscoverBackupSlotBodyParam & RequestParameters;
|
|
1909
|
+
export type WebAppsListDomainOwnershipIdentifiersSlotParameters = RequestParameters;
|
|
1910
|
+
export type WebAppsGetDomainOwnershipIdentifierSlotParameters = RequestParameters;
|
|
1911
|
+
export interface WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotBodyParam {
|
|
1912
|
+
/** A JSON representation of the domain ownership properties. */
|
|
1913
|
+
body: Identifier;
|
|
1914
|
+
}
|
|
1915
|
+
export interface WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotMediaTypesParam {
|
|
1916
|
+
/** Request content type */
|
|
1917
|
+
contentType?: "application/json";
|
|
1918
|
+
}
|
|
1919
|
+
export type WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotParameters = WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotMediaTypesParam & WebAppsCreateOrUpdateDomainOwnershipIdentifierSlotBodyParam & RequestParameters;
|
|
1920
|
+
export type WebAppsDeleteDomainOwnershipIdentifierSlotParameters = RequestParameters;
|
|
1921
|
+
export interface WebAppsUpdateDomainOwnershipIdentifierSlotBodyParam {
|
|
1922
|
+
/** A JSON representation of the domain ownership properties. */
|
|
1923
|
+
body: Identifier;
|
|
1924
|
+
}
|
|
1925
|
+
export interface WebAppsUpdateDomainOwnershipIdentifierSlotMediaTypesParam {
|
|
1926
|
+
/** Request content type */
|
|
1927
|
+
contentType?: "application/json";
|
|
1928
|
+
}
|
|
1929
|
+
export type WebAppsUpdateDomainOwnershipIdentifierSlotParameters = WebAppsUpdateDomainOwnershipIdentifierSlotMediaTypesParam & WebAppsUpdateDomainOwnershipIdentifierSlotBodyParam & RequestParameters;
|
|
1930
|
+
export type WebAppsGetMSDeployStatusSlotParameters = RequestParameters;
|
|
1931
|
+
export interface WebAppsCreateMSDeployOperationSlotBodyParam {
|
|
1932
|
+
/** Details of MSDeploy operation */
|
|
1933
|
+
body: MSDeploy;
|
|
1934
|
+
}
|
|
1935
|
+
export interface WebAppsCreateMSDeployOperationSlotMediaTypesParam {
|
|
1936
|
+
/** Request content type */
|
|
1937
|
+
contentType?: "application/json";
|
|
1938
|
+
}
|
|
1939
|
+
export type WebAppsCreateMSDeployOperationSlotParameters = WebAppsCreateMSDeployOperationSlotMediaTypesParam & WebAppsCreateMSDeployOperationSlotBodyParam & RequestParameters;
|
|
1940
|
+
export type WebAppsGetMSDeployLogSlotParameters = RequestParameters;
|
|
1941
|
+
export type WebAppsListInstanceFunctionsSlotParameters = RequestParameters;
|
|
1942
|
+
export type WebAppsGetFunctionsAdminTokenSlotParameters = RequestParameters;
|
|
1943
|
+
export type WebAppsGetInstanceFunctionSlotParameters = RequestParameters;
|
|
1944
|
+
export interface WebAppsCreateInstanceFunctionSlotBodyParam {
|
|
1945
|
+
/** Function details. */
|
|
1946
|
+
body: FunctionEnvelope;
|
|
1947
|
+
}
|
|
1948
|
+
export interface WebAppsCreateInstanceFunctionSlotMediaTypesParam {
|
|
1949
|
+
/** Request content type */
|
|
1950
|
+
contentType?: "application/json";
|
|
1951
|
+
}
|
|
1952
|
+
export type WebAppsCreateInstanceFunctionSlotParameters = WebAppsCreateInstanceFunctionSlotMediaTypesParam & WebAppsCreateInstanceFunctionSlotBodyParam & RequestParameters;
|
|
1953
|
+
export type WebAppsDeleteInstanceFunctionSlotParameters = RequestParameters;
|
|
1954
|
+
export interface WebAppsCreateOrUpdateFunctionSecretSlotBodyParam {
|
|
1955
|
+
/** The key to create or update */
|
|
1956
|
+
body: KeyInfo;
|
|
1957
|
+
}
|
|
1958
|
+
export interface WebAppsCreateOrUpdateFunctionSecretSlotMediaTypesParam {
|
|
1959
|
+
/** Request content type */
|
|
1960
|
+
contentType?: "application/json";
|
|
1961
|
+
}
|
|
1962
|
+
export type WebAppsCreateOrUpdateFunctionSecretSlotParameters = WebAppsCreateOrUpdateFunctionSecretSlotMediaTypesParam & WebAppsCreateOrUpdateFunctionSecretSlotBodyParam & RequestParameters;
|
|
1963
|
+
export type WebAppsDeleteFunctionSecretSlotParameters = RequestParameters;
|
|
1964
|
+
export type WebAppsListFunctionKeysSlotParameters = RequestParameters;
|
|
1965
|
+
export type WebAppsListFunctionSecretsSlotParameters = RequestParameters;
|
|
1966
|
+
export type WebAppsListHostKeysSlotParameters = RequestParameters;
|
|
1967
|
+
export type WebAppsListSyncStatusSlotParameters = RequestParameters;
|
|
1968
|
+
export type WebAppsSyncFunctionsSlotParameters = RequestParameters;
|
|
1969
|
+
export interface WebAppsCreateOrUpdateHostSecretSlotBodyParam {
|
|
1970
|
+
/** The key to create or update */
|
|
1971
|
+
body: KeyInfo;
|
|
1972
|
+
}
|
|
1973
|
+
export interface WebAppsCreateOrUpdateHostSecretSlotMediaTypesParam {
|
|
1974
|
+
/** Request content type */
|
|
1975
|
+
contentType?: "application/json";
|
|
1976
|
+
}
|
|
1977
|
+
export type WebAppsCreateOrUpdateHostSecretSlotParameters = WebAppsCreateOrUpdateHostSecretSlotMediaTypesParam & WebAppsCreateOrUpdateHostSecretSlotBodyParam & RequestParameters;
|
|
1978
|
+
export type WebAppsDeleteHostSecretSlotParameters = RequestParameters;
|
|
1979
|
+
export type WebAppsListHostNameBindingsSlotParameters = RequestParameters;
|
|
1980
|
+
export type WebAppsGetHostNameBindingSlotParameters = RequestParameters;
|
|
1981
|
+
export interface WebAppsCreateOrUpdateHostNameBindingSlotBodyParam {
|
|
1982
|
+
/** Binding details. This is the JSON representation of a HostNameBinding object. */
|
|
1983
|
+
body: HostNameBinding;
|
|
1984
|
+
}
|
|
1985
|
+
export interface WebAppsCreateOrUpdateHostNameBindingSlotMediaTypesParam {
|
|
1986
|
+
/** Request content type */
|
|
1987
|
+
contentType?: "application/json";
|
|
1988
|
+
}
|
|
1989
|
+
export type WebAppsCreateOrUpdateHostNameBindingSlotParameters = WebAppsCreateOrUpdateHostNameBindingSlotMediaTypesParam & WebAppsCreateOrUpdateHostNameBindingSlotBodyParam & RequestParameters;
|
|
1990
|
+
export type WebAppsDeleteHostNameBindingSlotParameters = RequestParameters;
|
|
1991
|
+
export type WebAppsGetHybridConnectionSlotParameters = RequestParameters;
|
|
1992
|
+
export interface WebAppsCreateOrUpdateHybridConnectionSlotBodyParam {
|
|
1993
|
+
/** The details of the hybrid connection. */
|
|
1994
|
+
body: HybridConnection;
|
|
1995
|
+
}
|
|
1996
|
+
export interface WebAppsCreateOrUpdateHybridConnectionSlotMediaTypesParam {
|
|
1997
|
+
/** Request content type */
|
|
1998
|
+
contentType?: "application/json";
|
|
1999
|
+
}
|
|
2000
|
+
export type WebAppsCreateOrUpdateHybridConnectionSlotParameters = WebAppsCreateOrUpdateHybridConnectionSlotMediaTypesParam & WebAppsCreateOrUpdateHybridConnectionSlotBodyParam & RequestParameters;
|
|
2001
|
+
export type WebAppsDeleteHybridConnectionSlotParameters = RequestParameters;
|
|
2002
|
+
export interface WebAppsUpdateHybridConnectionSlotBodyParam {
|
|
2003
|
+
/** The details of the hybrid connection. */
|
|
2004
|
+
body: HybridConnection;
|
|
2005
|
+
}
|
|
2006
|
+
export interface WebAppsUpdateHybridConnectionSlotMediaTypesParam {
|
|
2007
|
+
/** Request content type */
|
|
2008
|
+
contentType?: "application/json";
|
|
2009
|
+
}
|
|
2010
|
+
export type WebAppsUpdateHybridConnectionSlotParameters = WebAppsUpdateHybridConnectionSlotMediaTypesParam & WebAppsUpdateHybridConnectionSlotBodyParam & RequestParameters;
|
|
2011
|
+
export type WebAppsListHybridConnectionsSlotParameters = RequestParameters;
|
|
2012
|
+
export type WebAppsListRelayServiceConnectionsSlotParameters = RequestParameters;
|
|
2013
|
+
export type WebAppsGetRelayServiceConnectionSlotParameters = RequestParameters;
|
|
2014
|
+
export interface WebAppsCreateOrUpdateRelayServiceConnectionSlotBodyParam {
|
|
2015
|
+
/** Details of the hybrid connection configuration. */
|
|
2016
|
+
body: RelayServiceConnectionEntity;
|
|
2017
|
+
}
|
|
2018
|
+
export interface WebAppsCreateOrUpdateRelayServiceConnectionSlotMediaTypesParam {
|
|
2019
|
+
/** Request content type */
|
|
2020
|
+
contentType?: "application/json";
|
|
2021
|
+
}
|
|
2022
|
+
export type WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters = WebAppsCreateOrUpdateRelayServiceConnectionSlotMediaTypesParam & WebAppsCreateOrUpdateRelayServiceConnectionSlotBodyParam & RequestParameters;
|
|
2023
|
+
export type WebAppsDeleteRelayServiceConnectionSlotParameters = RequestParameters;
|
|
2024
|
+
export interface WebAppsUpdateRelayServiceConnectionSlotBodyParam {
|
|
2025
|
+
/** Details of the hybrid connection configuration. */
|
|
2026
|
+
body: RelayServiceConnectionEntity;
|
|
2027
|
+
}
|
|
2028
|
+
export interface WebAppsUpdateRelayServiceConnectionSlotMediaTypesParam {
|
|
2029
|
+
/** Request content type */
|
|
2030
|
+
contentType?: "application/json";
|
|
2031
|
+
}
|
|
2032
|
+
export type WebAppsUpdateRelayServiceConnectionSlotParameters = WebAppsUpdateRelayServiceConnectionSlotMediaTypesParam & WebAppsUpdateRelayServiceConnectionSlotBodyParam & RequestParameters;
|
|
2033
|
+
export type WebAppsListInstanceIdentifiersSlotParameters = RequestParameters;
|
|
2034
|
+
export type WebAppsGetInstanceInfoSlotParameters = RequestParameters;
|
|
2035
|
+
export type WebAppsGetInstanceMsDeployStatusSlotParameters = RequestParameters;
|
|
2036
|
+
export interface WebAppsCreateInstanceMSDeployOperationSlotBodyParam {
|
|
2037
|
+
/** Details of MSDeploy operation */
|
|
2038
|
+
body: MSDeploy;
|
|
2039
|
+
}
|
|
2040
|
+
export interface WebAppsCreateInstanceMSDeployOperationSlotMediaTypesParam {
|
|
2041
|
+
/** Request content type */
|
|
2042
|
+
contentType?: "application/json";
|
|
2043
|
+
}
|
|
2044
|
+
export type WebAppsCreateInstanceMSDeployOperationSlotParameters = WebAppsCreateInstanceMSDeployOperationSlotMediaTypesParam & WebAppsCreateInstanceMSDeployOperationSlotBodyParam & RequestParameters;
|
|
2045
|
+
export type WebAppsGetInstanceMSDeployLogSlotParameters = RequestParameters;
|
|
2046
|
+
export type WebAppsListInstanceProcessesSlotParameters = RequestParameters;
|
|
2047
|
+
export type WebAppsGetInstanceProcessSlotParameters = RequestParameters;
|
|
2048
|
+
export type WebAppsDeleteInstanceProcessSlotParameters = RequestParameters;
|
|
2049
|
+
export type WebAppsGetInstanceProcessDumpSlotParameters = RequestParameters;
|
|
2050
|
+
export type WebAppsListInstanceProcessModulesSlotParameters = RequestParameters;
|
|
2051
|
+
export type WebAppsGetInstanceProcessModuleSlotParameters = RequestParameters;
|
|
2052
|
+
export type WebAppsListInstanceProcessThreadsSlotParameters = RequestParameters;
|
|
2053
|
+
export type WebAppsIsCloneableSlotParameters = RequestParameters;
|
|
2054
|
+
export type WebAppsListSiteBackupsSlotParameters = RequestParameters;
|
|
2055
|
+
export type WebAppsListSyncFunctionTriggersSlotParameters = RequestParameters;
|
|
2056
|
+
export type WebAppsGetMigrateMySqlStatusSlotParameters = RequestParameters;
|
|
2057
|
+
export type WebAppsGetSwiftVirtualNetworkConnectionSlotParameters = RequestParameters;
|
|
2058
|
+
export interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotBodyParam {
|
|
2059
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
2060
|
+
body: SwiftVirtualNetwork;
|
|
2061
|
+
}
|
|
2062
|
+
export interface WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotMediaTypesParam {
|
|
2063
|
+
/** Request content type */
|
|
2064
|
+
contentType?: "application/json";
|
|
2065
|
+
}
|
|
2066
|
+
export type WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotParameters = WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotMediaTypesParam & WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckSlotBodyParam & RequestParameters;
|
|
2067
|
+
export type WebAppsDeleteSwiftVirtualNetworkSlotParameters = RequestParameters;
|
|
2068
|
+
export interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotBodyParam {
|
|
2069
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
2070
|
+
body: SwiftVirtualNetwork;
|
|
2071
|
+
}
|
|
2072
|
+
export interface WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotMediaTypesParam {
|
|
2073
|
+
/** Request content type */
|
|
2074
|
+
contentType?: "application/json";
|
|
2075
|
+
}
|
|
2076
|
+
export type WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotParameters = WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotMediaTypesParam & WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckSlotBodyParam & RequestParameters;
|
|
2077
|
+
export type WebAppsListNetworkFeaturesSlotParameters = RequestParameters;
|
|
2078
|
+
export type WebAppsGetNetworkTraceOperationSlotParameters = RequestParameters;
|
|
2079
|
+
export interface WebAppsStartWebSiteNetworkTraceSlotQueryParamProperties {
|
|
2080
|
+
/** The duration to keep capturing in seconds. */
|
|
2081
|
+
durationInSeconds?: number;
|
|
2082
|
+
/** The maximum frame length in bytes (Optional). */
|
|
2083
|
+
maxFrameLength?: number;
|
|
2084
|
+
/** The Blob URL to store capture file. */
|
|
2085
|
+
sasUrl?: string;
|
|
2086
|
+
}
|
|
2087
|
+
export interface WebAppsStartWebSiteNetworkTraceSlotQueryParam {
|
|
2088
|
+
queryParameters?: WebAppsStartWebSiteNetworkTraceSlotQueryParamProperties;
|
|
2089
|
+
}
|
|
2090
|
+
export type WebAppsStartWebSiteNetworkTraceSlotParameters = WebAppsStartWebSiteNetworkTraceSlotQueryParam & RequestParameters;
|
|
2091
|
+
export interface WebAppsStartWebSiteNetworkTraceOperationSlotQueryParamProperties {
|
|
2092
|
+
/** The duration to keep capturing in seconds. */
|
|
2093
|
+
durationInSeconds?: number;
|
|
2094
|
+
/** The maximum frame length in bytes (Optional). */
|
|
2095
|
+
maxFrameLength?: number;
|
|
2096
|
+
/** The Blob URL to store capture file. */
|
|
2097
|
+
sasUrl?: string;
|
|
2098
|
+
}
|
|
2099
|
+
export interface WebAppsStartWebSiteNetworkTraceOperationSlotQueryParam {
|
|
2100
|
+
queryParameters?: WebAppsStartWebSiteNetworkTraceOperationSlotQueryParamProperties;
|
|
2101
|
+
}
|
|
2102
|
+
export type WebAppsStartWebSiteNetworkTraceOperationSlotParameters = WebAppsStartWebSiteNetworkTraceOperationSlotQueryParam & RequestParameters;
|
|
2103
|
+
export type WebAppsStopWebSiteNetworkTraceSlotParameters = RequestParameters;
|
|
2104
|
+
export type WebAppsGetNetworkTracesSlotParameters = RequestParameters;
|
|
2105
|
+
export type WebAppsGetNetworkTraceOperationSlotV2Parameters = RequestParameters;
|
|
2106
|
+
export type WebAppsGetNetworkTracesSlotV2Parameters = RequestParameters;
|
|
2107
|
+
export type WebAppsGenerateNewSitePublishingPasswordSlotParameters = RequestParameters;
|
|
2108
|
+
export interface WebAppsListPerfMonCountersSlotQueryParamProperties {
|
|
2109
|
+
/** Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */
|
|
2110
|
+
$filter?: string;
|
|
2111
|
+
}
|
|
2112
|
+
export interface WebAppsListPerfMonCountersSlotQueryParam {
|
|
2113
|
+
queryParameters?: WebAppsListPerfMonCountersSlotQueryParamProperties;
|
|
2114
|
+
}
|
|
2115
|
+
export type WebAppsListPerfMonCountersSlotParameters = WebAppsListPerfMonCountersSlotQueryParam & RequestParameters;
|
|
2116
|
+
export type WebAppsGetSitePhpErrorLogFlagSlotParameters = RequestParameters;
|
|
2117
|
+
export type WebAppsListPremierAddOnsSlotParameters = RequestParameters;
|
|
2118
|
+
export type WebAppsGetPremierAddOnSlotParameters = RequestParameters;
|
|
2119
|
+
export interface WebAppsAddPremierAddOnSlotBodyParam {
|
|
2120
|
+
/** A JSON representation of the edited premier add-on. */
|
|
2121
|
+
body: PremierAddOn;
|
|
2122
|
+
}
|
|
2123
|
+
export interface WebAppsAddPremierAddOnSlotMediaTypesParam {
|
|
2124
|
+
/** Request content type */
|
|
2125
|
+
contentType?: "application/json";
|
|
2126
|
+
}
|
|
2127
|
+
export type WebAppsAddPremierAddOnSlotParameters = WebAppsAddPremierAddOnSlotMediaTypesParam & WebAppsAddPremierAddOnSlotBodyParam & RequestParameters;
|
|
2128
|
+
export type WebAppsDeletePremierAddOnSlotParameters = RequestParameters;
|
|
2129
|
+
export interface WebAppsUpdatePremierAddOnSlotBodyParam {
|
|
2130
|
+
/** A JSON representation of the edited premier add-on. */
|
|
2131
|
+
body: PremierAddOnPatchResource;
|
|
2132
|
+
}
|
|
2133
|
+
export interface WebAppsUpdatePremierAddOnSlotMediaTypesParam {
|
|
2134
|
+
/** Request content type */
|
|
2135
|
+
contentType?: "application/json";
|
|
2136
|
+
}
|
|
2137
|
+
export type WebAppsUpdatePremierAddOnSlotParameters = WebAppsUpdatePremierAddOnSlotMediaTypesParam & WebAppsUpdatePremierAddOnSlotBodyParam & RequestParameters;
|
|
2138
|
+
export type WebAppsGetPrivateAccessSlotParameters = RequestParameters;
|
|
2139
|
+
export interface WebAppsPutPrivateAccessVnetSlotBodyParam {
|
|
2140
|
+
/** The information for the private access */
|
|
2141
|
+
body: PrivateAccess;
|
|
2142
|
+
}
|
|
2143
|
+
export interface WebAppsPutPrivateAccessVnetSlotMediaTypesParam {
|
|
2144
|
+
/** Request content type */
|
|
2145
|
+
contentType?: "application/json";
|
|
2146
|
+
}
|
|
2147
|
+
export type WebAppsPutPrivateAccessVnetSlotParameters = WebAppsPutPrivateAccessVnetSlotMediaTypesParam & WebAppsPutPrivateAccessVnetSlotBodyParam & RequestParameters;
|
|
2148
|
+
export type WebAppsGetPrivateEndpointConnectionListSlotParameters = RequestParameters;
|
|
2149
|
+
export type WebAppsGetPrivateEndpointConnectionSlotParameters = RequestParameters;
|
|
2150
|
+
export interface WebAppsApproveOrRejectPrivateEndpointConnectionSlotBodyParam {
|
|
2151
|
+
body: PrivateLinkConnectionApprovalRequestResource;
|
|
2152
|
+
}
|
|
2153
|
+
export interface WebAppsApproveOrRejectPrivateEndpointConnectionSlotMediaTypesParam {
|
|
2154
|
+
/** Request content type */
|
|
2155
|
+
contentType?: "application/json";
|
|
2156
|
+
}
|
|
2157
|
+
export type WebAppsApproveOrRejectPrivateEndpointConnectionSlotParameters = WebAppsApproveOrRejectPrivateEndpointConnectionSlotMediaTypesParam & WebAppsApproveOrRejectPrivateEndpointConnectionSlotBodyParam & RequestParameters;
|
|
2158
|
+
export type WebAppsDeletePrivateEndpointConnectionSlotParameters = RequestParameters;
|
|
2159
|
+
export type WebAppsGetPrivateLinkResourcesSlotParameters = RequestParameters;
|
|
2160
|
+
export type WebAppsListProcessesSlotParameters = RequestParameters;
|
|
2161
|
+
export type WebAppsGetProcessSlotParameters = RequestParameters;
|
|
2162
|
+
export type WebAppsDeleteProcessSlotParameters = RequestParameters;
|
|
2163
|
+
export type WebAppsGetProcessDumpSlotParameters = RequestParameters;
|
|
2164
|
+
export type WebAppsListProcessModulesSlotParameters = RequestParameters;
|
|
2165
|
+
export type WebAppsGetProcessModuleSlotParameters = RequestParameters;
|
|
2166
|
+
export type WebAppsListProcessThreadsSlotParameters = RequestParameters;
|
|
2167
|
+
export type WebAppsListPublicCertificatesSlotParameters = RequestParameters;
|
|
2168
|
+
export type WebAppsGetPublicCertificateSlotParameters = RequestParameters;
|
|
2169
|
+
export interface WebAppsCreateOrUpdatePublicCertificateSlotBodyParam {
|
|
2170
|
+
/** Public certificate details. This is the JSON representation of a PublicCertificate object. */
|
|
2171
|
+
body: PublicCertificate;
|
|
2172
|
+
}
|
|
2173
|
+
export interface WebAppsCreateOrUpdatePublicCertificateSlotMediaTypesParam {
|
|
2174
|
+
/** Request content type */
|
|
2175
|
+
contentType?: "application/json";
|
|
2176
|
+
}
|
|
2177
|
+
export type WebAppsCreateOrUpdatePublicCertificateSlotParameters = WebAppsCreateOrUpdatePublicCertificateSlotMediaTypesParam & WebAppsCreateOrUpdatePublicCertificateSlotBodyParam & RequestParameters;
|
|
2178
|
+
export type WebAppsDeletePublicCertificateSlotParameters = RequestParameters;
|
|
2179
|
+
export interface WebAppsListPublishingProfileXmlWithSecretsSlotBodyParam {
|
|
2180
|
+
/** Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. */
|
|
2181
|
+
body: CsmPublishingProfileOptions;
|
|
2182
|
+
}
|
|
2183
|
+
export interface WebAppsListPublishingProfileXmlWithSecretsSlotMediaTypesParam {
|
|
2184
|
+
/** Request content type */
|
|
2185
|
+
contentType?: "application/json";
|
|
2186
|
+
}
|
|
2187
|
+
export type WebAppsListPublishingProfileXmlWithSecretsSlotParameters = WebAppsListPublishingProfileXmlWithSecretsSlotMediaTypesParam & WebAppsListPublishingProfileXmlWithSecretsSlotBodyParam & RequestParameters;
|
|
2188
|
+
export type WebAppsResetSlotConfigurationSlotParameters = RequestParameters;
|
|
2189
|
+
export interface WebAppsRestartSlotQueryParamProperties {
|
|
2190
|
+
/** Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. */
|
|
2191
|
+
softRestart?: boolean;
|
|
2192
|
+
/** Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). */
|
|
2193
|
+
synchronous?: boolean;
|
|
2194
|
+
}
|
|
2195
|
+
export interface WebAppsRestartSlotQueryParam {
|
|
2196
|
+
queryParameters?: WebAppsRestartSlotQueryParamProperties;
|
|
2197
|
+
}
|
|
2198
|
+
export type WebAppsRestartSlotParameters = WebAppsRestartSlotQueryParam & RequestParameters;
|
|
2199
|
+
export interface WebAppsRestoreFromBackupBlobSlotBodyParam {
|
|
2200
|
+
/** Information on restore request . */
|
|
2201
|
+
body: RestoreRequest;
|
|
2202
|
+
}
|
|
2203
|
+
export interface WebAppsRestoreFromBackupBlobSlotMediaTypesParam {
|
|
2204
|
+
/** Request content type */
|
|
2205
|
+
contentType?: "application/json";
|
|
2206
|
+
}
|
|
2207
|
+
export type WebAppsRestoreFromBackupBlobSlotParameters = WebAppsRestoreFromBackupBlobSlotMediaTypesParam & WebAppsRestoreFromBackupBlobSlotBodyParam & RequestParameters;
|
|
2208
|
+
export interface WebAppsRestoreFromDeletedAppSlotBodyParam {
|
|
2209
|
+
/** Deleted web app restore information. */
|
|
2210
|
+
body: DeletedAppRestoreRequest;
|
|
2211
|
+
}
|
|
2212
|
+
export interface WebAppsRestoreFromDeletedAppSlotMediaTypesParam {
|
|
2213
|
+
/** Request content type */
|
|
2214
|
+
contentType?: "application/json";
|
|
2215
|
+
}
|
|
2216
|
+
export type WebAppsRestoreFromDeletedAppSlotParameters = WebAppsRestoreFromDeletedAppSlotMediaTypesParam & WebAppsRestoreFromDeletedAppSlotBodyParam & RequestParameters;
|
|
2217
|
+
export interface WebAppsRestoreSnapshotSlotBodyParam {
|
|
2218
|
+
/** Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. */
|
|
2219
|
+
body: SnapshotRestoreRequest;
|
|
2220
|
+
}
|
|
2221
|
+
export interface WebAppsRestoreSnapshotSlotMediaTypesParam {
|
|
2222
|
+
/** Request content type */
|
|
2223
|
+
contentType?: "application/json";
|
|
2224
|
+
}
|
|
2225
|
+
export type WebAppsRestoreSnapshotSlotParameters = WebAppsRestoreSnapshotSlotMediaTypesParam & WebAppsRestoreSnapshotSlotBodyParam & RequestParameters;
|
|
2226
|
+
export type WebAppsListSiteExtensionsSlotParameters = RequestParameters;
|
|
2227
|
+
export type WebAppsGetSiteExtensionSlotParameters = RequestParameters;
|
|
2228
|
+
export type WebAppsInstallSiteExtensionSlotParameters = RequestParameters;
|
|
2229
|
+
export type WebAppsDeleteSiteExtensionSlotParameters = RequestParameters;
|
|
2230
|
+
export interface WebAppsListSlotDifferencesSlotBodyParam {
|
|
2231
|
+
/** JSON object that contains the target slot name. See example. */
|
|
2232
|
+
body: CsmSlotEntity;
|
|
2233
|
+
}
|
|
2234
|
+
export interface WebAppsListSlotDifferencesSlotMediaTypesParam {
|
|
2235
|
+
/** Request content type */
|
|
2236
|
+
contentType?: "application/json";
|
|
2237
|
+
}
|
|
2238
|
+
export type WebAppsListSlotDifferencesSlotParameters = WebAppsListSlotDifferencesSlotMediaTypesParam & WebAppsListSlotDifferencesSlotBodyParam & RequestParameters;
|
|
2239
|
+
export interface WebAppsSwapSlotBodyParam {
|
|
2240
|
+
/** JSON object that contains the target slot name. See example. */
|
|
2241
|
+
body: CsmSlotEntity;
|
|
2242
|
+
}
|
|
2243
|
+
export interface WebAppsSwapSlotMediaTypesParam {
|
|
2244
|
+
/** Request content type */
|
|
2245
|
+
contentType?: "application/json";
|
|
2246
|
+
}
|
|
2247
|
+
export type WebAppsSwapSlotParameters = WebAppsSwapSlotMediaTypesParam & WebAppsSwapSlotBodyParam & RequestParameters;
|
|
2248
|
+
export type WebAppsListSnapshotsSlotParameters = RequestParameters;
|
|
2249
|
+
export type WebAppsListSnapshotsFromDRSecondarySlotParameters = RequestParameters;
|
|
2250
|
+
export type WebAppsGetSourceControlSlotParameters = RequestParameters;
|
|
2251
|
+
export interface WebAppsCreateOrUpdateSourceControlSlotBodyParam {
|
|
2252
|
+
/** JSON representation of a SiteSourceControl object. See example. */
|
|
2253
|
+
body: SiteSourceControl;
|
|
2254
|
+
}
|
|
2255
|
+
export interface WebAppsCreateOrUpdateSourceControlSlotMediaTypesParam {
|
|
2256
|
+
/** Request content type */
|
|
2257
|
+
contentType?: "application/json";
|
|
2258
|
+
}
|
|
2259
|
+
export type WebAppsCreateOrUpdateSourceControlSlotParameters = WebAppsCreateOrUpdateSourceControlSlotMediaTypesParam & WebAppsCreateOrUpdateSourceControlSlotBodyParam & RequestParameters;
|
|
2260
|
+
export interface WebAppsDeleteSourceControlSlotQueryParamProperties {
|
|
2261
|
+
additionalFlags?: string;
|
|
2262
|
+
}
|
|
2263
|
+
export interface WebAppsDeleteSourceControlSlotQueryParam {
|
|
2264
|
+
queryParameters?: WebAppsDeleteSourceControlSlotQueryParamProperties;
|
|
2265
|
+
}
|
|
2266
|
+
export type WebAppsDeleteSourceControlSlotParameters = WebAppsDeleteSourceControlSlotQueryParam & RequestParameters;
|
|
2267
|
+
export interface WebAppsUpdateSourceControlSlotBodyParam {
|
|
2268
|
+
/** JSON representation of a SiteSourceControl object. See example. */
|
|
2269
|
+
body: SiteSourceControl;
|
|
2270
|
+
}
|
|
2271
|
+
export interface WebAppsUpdateSourceControlSlotMediaTypesParam {
|
|
2272
|
+
/** Request content type */
|
|
2273
|
+
contentType?: "application/json";
|
|
2274
|
+
}
|
|
2275
|
+
export type WebAppsUpdateSourceControlSlotParameters = WebAppsUpdateSourceControlSlotMediaTypesParam & WebAppsUpdateSourceControlSlotBodyParam & RequestParameters;
|
|
2276
|
+
export type WebAppsStartSlotParameters = RequestParameters;
|
|
2277
|
+
export interface WebAppsStartNetworkTraceSlotQueryParamProperties {
|
|
2278
|
+
/** The duration to keep capturing in seconds. */
|
|
2279
|
+
durationInSeconds?: number;
|
|
2280
|
+
/** The maximum frame length in bytes (Optional). */
|
|
2281
|
+
maxFrameLength?: number;
|
|
2282
|
+
/** The Blob URL to store capture file. */
|
|
2283
|
+
sasUrl?: string;
|
|
2284
|
+
}
|
|
2285
|
+
export interface WebAppsStartNetworkTraceSlotQueryParam {
|
|
2286
|
+
queryParameters?: WebAppsStartNetworkTraceSlotQueryParamProperties;
|
|
2287
|
+
}
|
|
2288
|
+
export type WebAppsStartNetworkTraceSlotParameters = WebAppsStartNetworkTraceSlotQueryParam & RequestParameters;
|
|
2289
|
+
export type WebAppsStopSlotParameters = RequestParameters;
|
|
2290
|
+
export type WebAppsStopNetworkTraceSlotParameters = RequestParameters;
|
|
2291
|
+
export type WebAppsSyncRepositorySlotParameters = RequestParameters;
|
|
2292
|
+
export type WebAppsSyncFunctionTriggersSlotParameters = RequestParameters;
|
|
2293
|
+
export type WebAppsListTriggeredWebJobsSlotParameters = RequestParameters;
|
|
2294
|
+
export type WebAppsGetTriggeredWebJobSlotParameters = RequestParameters;
|
|
2295
|
+
export type WebAppsDeleteTriggeredWebJobSlotParameters = RequestParameters;
|
|
2296
|
+
export type WebAppsListTriggeredWebJobHistorySlotParameters = RequestParameters;
|
|
2297
|
+
export type WebAppsGetTriggeredWebJobHistorySlotParameters = RequestParameters;
|
|
2298
|
+
export type WebAppsRunTriggeredWebJobSlotParameters = RequestParameters;
|
|
2299
|
+
export interface WebAppsListUsagesSlotQueryParamProperties {
|
|
2300
|
+
/** Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */
|
|
2301
|
+
$filter?: string;
|
|
2302
|
+
}
|
|
2303
|
+
export interface WebAppsListUsagesSlotQueryParam {
|
|
2304
|
+
queryParameters?: WebAppsListUsagesSlotQueryParamProperties;
|
|
2305
|
+
}
|
|
2306
|
+
export type WebAppsListUsagesSlotParameters = WebAppsListUsagesSlotQueryParam & RequestParameters;
|
|
2307
|
+
export type WebAppsListVnetConnectionsSlotParameters = RequestParameters;
|
|
2308
|
+
export type WebAppsGetVnetConnectionSlotParameters = RequestParameters;
|
|
2309
|
+
export interface WebAppsCreateOrUpdateVnetConnectionSlotBodyParam {
|
|
2310
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
2311
|
+
body: VnetInfoResource;
|
|
2312
|
+
}
|
|
2313
|
+
export interface WebAppsCreateOrUpdateVnetConnectionSlotMediaTypesParam {
|
|
2314
|
+
/** Request content type */
|
|
2315
|
+
contentType?: "application/json";
|
|
2316
|
+
}
|
|
2317
|
+
export type WebAppsCreateOrUpdateVnetConnectionSlotParameters = WebAppsCreateOrUpdateVnetConnectionSlotMediaTypesParam & WebAppsCreateOrUpdateVnetConnectionSlotBodyParam & RequestParameters;
|
|
2318
|
+
export type WebAppsDeleteVnetConnectionSlotParameters = RequestParameters;
|
|
2319
|
+
export interface WebAppsUpdateVnetConnectionSlotBodyParam {
|
|
2320
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
2321
|
+
body: VnetInfoResource;
|
|
2322
|
+
}
|
|
2323
|
+
export interface WebAppsUpdateVnetConnectionSlotMediaTypesParam {
|
|
2324
|
+
/** Request content type */
|
|
2325
|
+
contentType?: "application/json";
|
|
2326
|
+
}
|
|
2327
|
+
export type WebAppsUpdateVnetConnectionSlotParameters = WebAppsUpdateVnetConnectionSlotMediaTypesParam & WebAppsUpdateVnetConnectionSlotBodyParam & RequestParameters;
|
|
2328
|
+
export type WebAppsGetVnetConnectionGatewaySlotParameters = RequestParameters;
|
|
2329
|
+
export interface WebAppsCreateOrUpdateVnetConnectionGatewaySlotBodyParam {
|
|
2330
|
+
/** The properties to update this gateway with. */
|
|
2331
|
+
body: VnetGateway;
|
|
2332
|
+
}
|
|
2333
|
+
export interface WebAppsCreateOrUpdateVnetConnectionGatewaySlotMediaTypesParam {
|
|
2334
|
+
/** Request content type */
|
|
2335
|
+
contentType?: "application/json";
|
|
2336
|
+
}
|
|
2337
|
+
export type WebAppsCreateOrUpdateVnetConnectionGatewaySlotParameters = WebAppsCreateOrUpdateVnetConnectionGatewaySlotMediaTypesParam & WebAppsCreateOrUpdateVnetConnectionGatewaySlotBodyParam & RequestParameters;
|
|
2338
|
+
export interface WebAppsUpdateVnetConnectionGatewaySlotBodyParam {
|
|
2339
|
+
/** The properties to update this gateway with. */
|
|
2340
|
+
body: VnetGateway;
|
|
2341
|
+
}
|
|
2342
|
+
export interface WebAppsUpdateVnetConnectionGatewaySlotMediaTypesParam {
|
|
2343
|
+
/** Request content type */
|
|
2344
|
+
contentType?: "application/json";
|
|
2345
|
+
}
|
|
2346
|
+
export type WebAppsUpdateVnetConnectionGatewaySlotParameters = WebAppsUpdateVnetConnectionGatewaySlotMediaTypesParam & WebAppsUpdateVnetConnectionGatewaySlotBodyParam & RequestParameters;
|
|
2347
|
+
export type WebAppsListWebJobsSlotParameters = RequestParameters;
|
|
2348
|
+
export type WebAppsGetWebJobSlotParameters = RequestParameters;
|
|
2349
|
+
export interface WebAppsListSlotDifferencesFromProductionBodyParam {
|
|
2350
|
+
/** JSON object that contains the target slot name. See example. */
|
|
2351
|
+
body: CsmSlotEntity;
|
|
2352
|
+
}
|
|
2353
|
+
export interface WebAppsListSlotDifferencesFromProductionMediaTypesParam {
|
|
2354
|
+
/** Request content type */
|
|
2355
|
+
contentType?: "application/json";
|
|
2356
|
+
}
|
|
2357
|
+
export type WebAppsListSlotDifferencesFromProductionParameters = WebAppsListSlotDifferencesFromProductionMediaTypesParam & WebAppsListSlotDifferencesFromProductionBodyParam & RequestParameters;
|
|
2358
|
+
export interface WebAppsSwapSlotWithProductionBodyParam {
|
|
2359
|
+
/** JSON object that contains the target slot name. See example. */
|
|
2360
|
+
body: CsmSlotEntity;
|
|
2361
|
+
}
|
|
2362
|
+
export interface WebAppsSwapSlotWithProductionMediaTypesParam {
|
|
2363
|
+
/** Request content type */
|
|
2364
|
+
contentType?: "application/json";
|
|
2365
|
+
}
|
|
2366
|
+
export type WebAppsSwapSlotWithProductionParameters = WebAppsSwapSlotWithProductionMediaTypesParam & WebAppsSwapSlotWithProductionBodyParam & RequestParameters;
|
|
2367
|
+
export type WebAppsListSnapshotsParameters = RequestParameters;
|
|
2368
|
+
export type WebAppsListSnapshotsFromDRSecondaryParameters = RequestParameters;
|
|
2369
|
+
export type WebAppsGetSourceControlParameters = RequestParameters;
|
|
2370
|
+
export interface WebAppsCreateOrUpdateSourceControlBodyParam {
|
|
2371
|
+
/** JSON representation of a SiteSourceControl object. See example. */
|
|
2372
|
+
body: SiteSourceControl;
|
|
2373
|
+
}
|
|
2374
|
+
export interface WebAppsCreateOrUpdateSourceControlMediaTypesParam {
|
|
2375
|
+
/** Request content type */
|
|
2376
|
+
contentType?: "application/json";
|
|
2377
|
+
}
|
|
2378
|
+
export type WebAppsCreateOrUpdateSourceControlParameters = WebAppsCreateOrUpdateSourceControlMediaTypesParam & WebAppsCreateOrUpdateSourceControlBodyParam & RequestParameters;
|
|
2379
|
+
export interface WebAppsDeleteSourceControlQueryParamProperties {
|
|
2380
|
+
additionalFlags?: string;
|
|
2381
|
+
}
|
|
2382
|
+
export interface WebAppsDeleteSourceControlQueryParam {
|
|
2383
|
+
queryParameters?: WebAppsDeleteSourceControlQueryParamProperties;
|
|
2384
|
+
}
|
|
2385
|
+
export type WebAppsDeleteSourceControlParameters = WebAppsDeleteSourceControlQueryParam & RequestParameters;
|
|
2386
|
+
export interface WebAppsUpdateSourceControlBodyParam {
|
|
2387
|
+
/** JSON representation of a SiteSourceControl object. See example. */
|
|
2388
|
+
body: SiteSourceControl;
|
|
2389
|
+
}
|
|
2390
|
+
export interface WebAppsUpdateSourceControlMediaTypesParam {
|
|
2391
|
+
/** Request content type */
|
|
2392
|
+
contentType?: "application/json";
|
|
2393
|
+
}
|
|
2394
|
+
export type WebAppsUpdateSourceControlParameters = WebAppsUpdateSourceControlMediaTypesParam & WebAppsUpdateSourceControlBodyParam & RequestParameters;
|
|
2395
|
+
export type WebAppsStartParameters = RequestParameters;
|
|
2396
|
+
export interface WebAppsStartNetworkTraceQueryParamProperties {
|
|
2397
|
+
/** The duration to keep capturing in seconds. */
|
|
2398
|
+
durationInSeconds?: number;
|
|
2399
|
+
/** The maximum frame length in bytes (Optional). */
|
|
2400
|
+
maxFrameLength?: number;
|
|
2401
|
+
/** The Blob URL to store capture file. */
|
|
2402
|
+
sasUrl?: string;
|
|
2403
|
+
}
|
|
2404
|
+
export interface WebAppsStartNetworkTraceQueryParam {
|
|
2405
|
+
queryParameters?: WebAppsStartNetworkTraceQueryParamProperties;
|
|
2406
|
+
}
|
|
2407
|
+
export type WebAppsStartNetworkTraceParameters = WebAppsStartNetworkTraceQueryParam & RequestParameters;
|
|
2408
|
+
export type WebAppsStopParameters = RequestParameters;
|
|
2409
|
+
export type WebAppsStopNetworkTraceParameters = RequestParameters;
|
|
2410
|
+
export type WebAppsSyncRepositoryParameters = RequestParameters;
|
|
2411
|
+
export type WebAppsSyncFunctionTriggersParameters = RequestParameters;
|
|
2412
|
+
export type WebAppsListTriggeredWebJobsParameters = RequestParameters;
|
|
2413
|
+
export type WebAppsGetTriggeredWebJobParameters = RequestParameters;
|
|
2414
|
+
export type WebAppsDeleteTriggeredWebJobParameters = RequestParameters;
|
|
2415
|
+
export type WebAppsListTriggeredWebJobHistoryParameters = RequestParameters;
|
|
2416
|
+
export type WebAppsGetTriggeredWebJobHistoryParameters = RequestParameters;
|
|
2417
|
+
export type WebAppsRunTriggeredWebJobParameters = RequestParameters;
|
|
2418
|
+
export interface WebAppsListUsagesQueryParamProperties {
|
|
2419
|
+
/** Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. */
|
|
2420
|
+
$filter?: string;
|
|
2421
|
+
}
|
|
2422
|
+
export interface WebAppsListUsagesQueryParam {
|
|
2423
|
+
queryParameters?: WebAppsListUsagesQueryParamProperties;
|
|
2424
|
+
}
|
|
2425
|
+
export type WebAppsListUsagesParameters = WebAppsListUsagesQueryParam & RequestParameters;
|
|
2426
|
+
export type WebAppsListVnetConnectionsParameters = RequestParameters;
|
|
2427
|
+
export type WebAppsGetVnetConnectionParameters = RequestParameters;
|
|
2428
|
+
export interface WebAppsCreateOrUpdateVnetConnectionBodyParam {
|
|
2429
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
2430
|
+
body: VnetInfoResource;
|
|
2431
|
+
}
|
|
2432
|
+
export interface WebAppsCreateOrUpdateVnetConnectionMediaTypesParam {
|
|
2433
|
+
/** Request content type */
|
|
2434
|
+
contentType?: "application/json";
|
|
2435
|
+
}
|
|
2436
|
+
export type WebAppsCreateOrUpdateVnetConnectionParameters = WebAppsCreateOrUpdateVnetConnectionMediaTypesParam & WebAppsCreateOrUpdateVnetConnectionBodyParam & RequestParameters;
|
|
2437
|
+
export type WebAppsDeleteVnetConnectionParameters = RequestParameters;
|
|
2438
|
+
export interface WebAppsUpdateVnetConnectionBodyParam {
|
|
2439
|
+
/** Properties of the Virtual Network connection. See example. */
|
|
2440
|
+
body: VnetInfoResource;
|
|
2441
|
+
}
|
|
2442
|
+
export interface WebAppsUpdateVnetConnectionMediaTypesParam {
|
|
2443
|
+
/** Request content type */
|
|
2444
|
+
contentType?: "application/json";
|
|
2445
|
+
}
|
|
2446
|
+
export type WebAppsUpdateVnetConnectionParameters = WebAppsUpdateVnetConnectionMediaTypesParam & WebAppsUpdateVnetConnectionBodyParam & RequestParameters;
|
|
2447
|
+
export type WebAppsGetVnetConnectionGatewayParameters = RequestParameters;
|
|
2448
|
+
export interface WebAppsCreateOrUpdateVnetConnectionGatewayBodyParam {
|
|
2449
|
+
/** The properties to update this gateway with. */
|
|
2450
|
+
body: VnetGateway;
|
|
2451
|
+
}
|
|
2452
|
+
export interface WebAppsCreateOrUpdateVnetConnectionGatewayMediaTypesParam {
|
|
2453
|
+
/** Request content type */
|
|
2454
|
+
contentType?: "application/json";
|
|
2455
|
+
}
|
|
2456
|
+
export type WebAppsCreateOrUpdateVnetConnectionGatewayParameters = WebAppsCreateOrUpdateVnetConnectionGatewayMediaTypesParam & WebAppsCreateOrUpdateVnetConnectionGatewayBodyParam & RequestParameters;
|
|
2457
|
+
export interface WebAppsUpdateVnetConnectionGatewayBodyParam {
|
|
2458
|
+
/** The properties to update this gateway with. */
|
|
2459
|
+
body: VnetGateway;
|
|
2460
|
+
}
|
|
2461
|
+
export interface WebAppsUpdateVnetConnectionGatewayMediaTypesParam {
|
|
2462
|
+
/** Request content type */
|
|
2463
|
+
contentType?: "application/json";
|
|
2464
|
+
}
|
|
2465
|
+
export type WebAppsUpdateVnetConnectionGatewayParameters = WebAppsUpdateVnetConnectionGatewayMediaTypesParam & WebAppsUpdateVnetConnectionGatewayBodyParam & RequestParameters;
|
|
2466
|
+
export type WebAppsListWebJobsParameters = RequestParameters;
|
|
2467
|
+
export type WebAppsGetWebJobParameters = RequestParameters;
|
|
2468
|
+
//# sourceMappingURL=parameters.d.ts.map
|