@azure/arm-appservice 16.0.1-alpha.20250619.1 → 17.0.0
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 +48 -7
- package/LICENSE +1 -1
- package/README.md +0 -3
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +148 -23
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +4 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +213 -22
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +11 -3
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +75 -5
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/index.d.ts +1 -0
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +1 -0
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/siteCertificates.d.ts +144 -0
- package/dist/browser/operations/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operations/siteCertificates.js +592 -0
- package/dist/browser/operations/siteCertificates.js.map +1 -0
- package/dist/browser/operations/webApps.js +14 -14
- package/dist/browser/operations/webApps.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +1 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/browser/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/browser/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/browser/webSiteManagementClient.d.ts +11 -2
- package/dist/browser/webSiteManagementClient.d.ts.map +1 -1
- package/dist/browser/webSiteManagementClient.js +47 -3
- package/dist/browser/webSiteManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +148 -23
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +4 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +223 -32
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +11 -3
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +78 -8
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +1 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +1 -0
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/siteCertificates.d.ts +144 -0
- package/dist/commonjs/operations/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operations/siteCertificates.js +596 -0
- package/dist/commonjs/operations/siteCertificates.js.map +1 -0
- package/dist/commonjs/operations/webApps.js +14 -14
- package/dist/commonjs/operations/webApps.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +1 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js +10 -0
- package/dist/commonjs/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/commonjs/webSiteManagementClient.d.ts +11 -2
- package/dist/commonjs/webSiteManagementClient.d.ts.map +1 -1
- package/dist/commonjs/webSiteManagementClient.js +46 -2
- package/dist/commonjs/webSiteManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +148 -23
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +4 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +213 -22
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +11 -3
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +75 -5
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/index.d.ts +1 -0
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +1 -0
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/siteCertificates.d.ts +144 -0
- package/dist/esm/operations/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operations/siteCertificates.js +592 -0
- package/dist/esm/operations/siteCertificates.js.map +1 -0
- package/dist/esm/operations/webApps.js +14 -14
- package/dist/esm/operations/webApps.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +1 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/esm/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/esm/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/esm/webSiteManagementClient.d.ts +11 -2
- package/dist/esm/webSiteManagementClient.d.ts.map +1 -1
- package/dist/esm/webSiteManagementClient.js +47 -3
- package/dist/esm/webSiteManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +148 -23
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +4 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +213 -22
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +11 -3
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +75 -5
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +1 -0
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +1 -0
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/siteCertificates.d.ts +144 -0
- package/dist/react-native/operations/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operations/siteCertificates.js +592 -0
- package/dist/react-native/operations/siteCertificates.js.map +1 -0
- package/dist/react-native/operations/webApps.js +14 -14
- package/dist/react-native/operations/webApps.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +1 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js +9 -0
- package/dist/react-native/operationsInterfaces/siteCertificates.js.map +1 -0
- package/dist/react-native/webSiteManagementClient.d.ts +11 -2
- package/dist/react-native/webSiteManagementClient.d.ts.map +1 -1
- package/dist/react-native/webSiteManagementClient.js +47 -3
- package/dist/react-native/webSiteManagementClient.js.map +1 -1
- package/package.json +25 -25
- package/review/arm-appservice.api.md +147 -4
|
@@ -1076,6 +1076,7 @@ export interface AppserviceGithubTokenRequest {
|
|
|
1076
1076
|
|
|
1077
1077
|
// @public
|
|
1078
1078
|
export interface AppServicePlan extends Resource {
|
|
1079
|
+
asyncScalingEnabled?: boolean;
|
|
1079
1080
|
elasticScaleEnabled?: boolean;
|
|
1080
1081
|
extendedLocation?: ExtendedLocation;
|
|
1081
1082
|
freeOfferExpirationTime?: Date;
|
|
@@ -2967,6 +2968,23 @@ export interface Dimension {
|
|
|
2967
2968
|
toBeExportedForShoebox?: boolean;
|
|
2968
2969
|
}
|
|
2969
2970
|
|
|
2971
|
+
// @public
|
|
2972
|
+
export interface DnlResourceNameAvailability {
|
|
2973
|
+
// (undocumented)
|
|
2974
|
+
hostName?: string;
|
|
2975
|
+
message?: string;
|
|
2976
|
+
nameAvailable?: boolean;
|
|
2977
|
+
reason?: InAvailabilityReasonType;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
// @public (undocumented)
|
|
2981
|
+
export interface DnlResourceNameAvailabilityRequest {
|
|
2982
|
+
autoGeneratedDomainNameLabelScope?: string;
|
|
2983
|
+
name: string;
|
|
2984
|
+
resourceGroupName?: string;
|
|
2985
|
+
type: CheckNameResourceTypes;
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2970
2988
|
// @public
|
|
2971
2989
|
export type DnsType = "AzureDns" | "DefaultDomainRegistrarDns";
|
|
2972
2990
|
|
|
@@ -3299,6 +3317,14 @@ export interface ErrorInfo {
|
|
|
3299
3317
|
code: string;
|
|
3300
3318
|
}
|
|
3301
3319
|
|
|
3320
|
+
// @public
|
|
3321
|
+
export interface ErrorPage {
|
|
3322
|
+
alwaysUse?: boolean;
|
|
3323
|
+
content?: string;
|
|
3324
|
+
contentType?: string;
|
|
3325
|
+
statusCode?: number;
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3302
3328
|
// @public
|
|
3303
3329
|
export interface ErrorProperties {
|
|
3304
3330
|
code?: string;
|
|
@@ -4931,6 +4957,15 @@ export interface OutboundEnvironmentEndpointCollection {
|
|
|
4931
4957
|
value: OutboundEnvironmentEndpoint[];
|
|
4932
4958
|
}
|
|
4933
4959
|
|
|
4960
|
+
// @public
|
|
4961
|
+
export interface OutboundVnetRouting {
|
|
4962
|
+
allTraffic?: boolean;
|
|
4963
|
+
applicationTraffic?: boolean;
|
|
4964
|
+
backupRestoreTraffic?: boolean;
|
|
4965
|
+
contentShareTraffic?: boolean;
|
|
4966
|
+
imagePullTraffic?: boolean;
|
|
4967
|
+
}
|
|
4968
|
+
|
|
4934
4969
|
// @public
|
|
4935
4970
|
export type ParameterType = string;
|
|
4936
4971
|
|
|
@@ -5576,6 +5611,15 @@ export interface RegenerateActionParameter {
|
|
|
5576
5611
|
keyType?: KeyType;
|
|
5577
5612
|
}
|
|
5578
5613
|
|
|
5614
|
+
// @public
|
|
5615
|
+
export interface RegionalCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
5616
|
+
autoGeneratedDomainNameLabelScope?: string;
|
|
5617
|
+
resourceGroupName?: string;
|
|
5618
|
+
}
|
|
5619
|
+
|
|
5620
|
+
// @public
|
|
5621
|
+
export type RegionalCheckNameAvailabilityResponse = DnlResourceNameAvailability;
|
|
5622
|
+
|
|
5579
5623
|
// @public
|
|
5580
5624
|
export interface ReissueCertificateOrderRequest extends ProxyOnlyResource {
|
|
5581
5625
|
csr?: string;
|
|
@@ -5961,6 +6005,8 @@ export interface Site extends Resource {
|
|
|
5961
6005
|
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
5962
6006
|
readonly availabilityState?: SiteAvailabilityState;
|
|
5963
6007
|
clientAffinityEnabled?: boolean;
|
|
6008
|
+
clientAffinityPartitioningEnabled?: boolean;
|
|
6009
|
+
clientAffinityProxyEnabled?: boolean;
|
|
5964
6010
|
clientCertEnabled?: boolean;
|
|
5965
6011
|
clientCertExclusionPaths?: string;
|
|
5966
6012
|
clientCertMode?: ClientCertMode;
|
|
@@ -5992,6 +6038,7 @@ export interface Site extends Resource {
|
|
|
5992
6038
|
managedEnvironmentId?: string;
|
|
5993
6039
|
readonly maxNumberOfWorkers?: number;
|
|
5994
6040
|
readonly outboundIpAddresses?: string;
|
|
6041
|
+
outboundVnetRouting?: OutboundVnetRouting;
|
|
5995
6042
|
readonly possibleOutboundIpAddresses?: string;
|
|
5996
6043
|
publicNetworkAccess?: string;
|
|
5997
6044
|
redundancyMode?: RedundancyMode;
|
|
@@ -6004,6 +6051,7 @@ export interface Site extends Resource {
|
|
|
6004
6051
|
siteConfig?: SiteConfig;
|
|
6005
6052
|
readonly sku?: string;
|
|
6006
6053
|
readonly slotSwapStatus?: SlotSwapStatus;
|
|
6054
|
+
sshEnabled?: boolean;
|
|
6007
6055
|
readonly state?: string;
|
|
6008
6056
|
storageAccountRequired?: boolean;
|
|
6009
6057
|
readonly suspendedTill?: Date;
|
|
@@ -6011,10 +6059,6 @@ export interface Site extends Resource {
|
|
|
6011
6059
|
readonly trafficManagerHostNames?: string[];
|
|
6012
6060
|
readonly usageState?: UsageState;
|
|
6013
6061
|
virtualNetworkSubnetId?: string;
|
|
6014
|
-
vnetBackupRestoreEnabled?: boolean;
|
|
6015
|
-
vnetContentShareEnabled?: boolean;
|
|
6016
|
-
vnetImagePullEnabled?: boolean;
|
|
6017
|
-
vnetRouteAllEnabled?: boolean;
|
|
6018
6062
|
workloadProfileName?: string;
|
|
6019
6063
|
}
|
|
6020
6064
|
|
|
@@ -6072,6 +6116,98 @@ export interface SiteAuthSettingsV2 extends ProxyOnlyResource {
|
|
|
6072
6116
|
// @public
|
|
6073
6117
|
export type SiteAvailabilityState = "Normal" | "Limited" | "DisasterRecoveryMode";
|
|
6074
6118
|
|
|
6119
|
+
// @public
|
|
6120
|
+
export interface SiteCertificates {
|
|
6121
|
+
createOrUpdate(resourceGroupName: string, name: string, certificateName: string, certificateEnvelope: Certificate, options?: SiteCertificatesCreateOrUpdateOptionalParams): Promise<SiteCertificatesCreateOrUpdateResponse>;
|
|
6122
|
+
createOrUpdateSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, certificateEnvelope: Certificate, options?: SiteCertificatesCreateOrUpdateSlotOptionalParams): Promise<SiteCertificatesCreateOrUpdateSlotResponse>;
|
|
6123
|
+
delete(resourceGroupName: string, name: string, certificateName: string, options?: SiteCertificatesDeleteOptionalParams): Promise<void>;
|
|
6124
|
+
deleteSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, options?: SiteCertificatesDeleteSlotOptionalParams): Promise<void>;
|
|
6125
|
+
get(resourceGroupName: string, name: string, certificateName: string, options?: SiteCertificatesGetOptionalParams): Promise<SiteCertificatesGetResponse>;
|
|
6126
|
+
getSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, options?: SiteCertificatesGetSlotOptionalParams): Promise<SiteCertificatesGetSlotResponse>;
|
|
6127
|
+
list(resourceGroupName: string, name: string, options?: SiteCertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
6128
|
+
listSlot(resourceGroupName: string, name: string, slot: string, options?: SiteCertificatesListSlotOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
6129
|
+
update(resourceGroupName: string, name: string, certificateName: string, certificateEnvelope: CertificatePatchResource, options?: SiteCertificatesUpdateOptionalParams): Promise<SiteCertificatesUpdateResponse>;
|
|
6130
|
+
updateSlot(resourceGroupName: string, name: string, slot: string, certificateName: string, certificateEnvelope: CertificatePatchResource, options?: SiteCertificatesUpdateSlotOptionalParams): Promise<SiteCertificatesUpdateSlotResponse>;
|
|
6131
|
+
}
|
|
6132
|
+
|
|
6133
|
+
// @public
|
|
6134
|
+
export interface SiteCertificatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6135
|
+
}
|
|
6136
|
+
|
|
6137
|
+
// @public
|
|
6138
|
+
export type SiteCertificatesCreateOrUpdateResponse = Certificate;
|
|
6139
|
+
|
|
6140
|
+
// @public
|
|
6141
|
+
export interface SiteCertificatesCreateOrUpdateSlotOptionalParams extends coreClient.OperationOptions {
|
|
6142
|
+
}
|
|
6143
|
+
|
|
6144
|
+
// @public
|
|
6145
|
+
export type SiteCertificatesCreateOrUpdateSlotResponse = Certificate;
|
|
6146
|
+
|
|
6147
|
+
// @public
|
|
6148
|
+
export interface SiteCertificatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6149
|
+
}
|
|
6150
|
+
|
|
6151
|
+
// @public
|
|
6152
|
+
export interface SiteCertificatesDeleteSlotOptionalParams extends coreClient.OperationOptions {
|
|
6153
|
+
}
|
|
6154
|
+
|
|
6155
|
+
// @public
|
|
6156
|
+
export interface SiteCertificatesGetOptionalParams extends coreClient.OperationOptions {
|
|
6157
|
+
}
|
|
6158
|
+
|
|
6159
|
+
// @public
|
|
6160
|
+
export type SiteCertificatesGetResponse = Certificate;
|
|
6161
|
+
|
|
6162
|
+
// @public
|
|
6163
|
+
export interface SiteCertificatesGetSlotOptionalParams extends coreClient.OperationOptions {
|
|
6164
|
+
}
|
|
6165
|
+
|
|
6166
|
+
// @public
|
|
6167
|
+
export type SiteCertificatesGetSlotResponse = Certificate;
|
|
6168
|
+
|
|
6169
|
+
// @public
|
|
6170
|
+
export interface SiteCertificatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
6171
|
+
}
|
|
6172
|
+
|
|
6173
|
+
// @public
|
|
6174
|
+
export type SiteCertificatesListNextResponse = CertificateCollection;
|
|
6175
|
+
|
|
6176
|
+
// @public
|
|
6177
|
+
export interface SiteCertificatesListOptionalParams extends coreClient.OperationOptions {
|
|
6178
|
+
}
|
|
6179
|
+
|
|
6180
|
+
// @public
|
|
6181
|
+
export type SiteCertificatesListResponse = CertificateCollection;
|
|
6182
|
+
|
|
6183
|
+
// @public
|
|
6184
|
+
export interface SiteCertificatesListSlotNextOptionalParams extends coreClient.OperationOptions {
|
|
6185
|
+
}
|
|
6186
|
+
|
|
6187
|
+
// @public
|
|
6188
|
+
export type SiteCertificatesListSlotNextResponse = CertificateCollection;
|
|
6189
|
+
|
|
6190
|
+
// @public
|
|
6191
|
+
export interface SiteCertificatesListSlotOptionalParams extends coreClient.OperationOptions {
|
|
6192
|
+
}
|
|
6193
|
+
|
|
6194
|
+
// @public
|
|
6195
|
+
export type SiteCertificatesListSlotResponse = CertificateCollection;
|
|
6196
|
+
|
|
6197
|
+
// @public
|
|
6198
|
+
export interface SiteCertificatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6199
|
+
}
|
|
6200
|
+
|
|
6201
|
+
// @public
|
|
6202
|
+
export type SiteCertificatesUpdateResponse = Certificate;
|
|
6203
|
+
|
|
6204
|
+
// @public
|
|
6205
|
+
export interface SiteCertificatesUpdateSlotOptionalParams extends coreClient.OperationOptions {
|
|
6206
|
+
}
|
|
6207
|
+
|
|
6208
|
+
// @public
|
|
6209
|
+
export type SiteCertificatesUpdateSlotResponse = Certificate;
|
|
6210
|
+
|
|
6075
6211
|
// @public
|
|
6076
6212
|
export interface SiteCloneability {
|
|
6077
6213
|
blockingCharacteristics?: SiteCloneabilityCriterion[];
|
|
@@ -6114,6 +6250,7 @@ export interface SiteConfig {
|
|
|
6114
6250
|
handlerMappings?: HandlerMapping[];
|
|
6115
6251
|
healthCheckPath?: string;
|
|
6116
6252
|
http20Enabled?: boolean;
|
|
6253
|
+
http20ProxyFlag?: number;
|
|
6117
6254
|
httpLoggingEnabled?: boolean;
|
|
6118
6255
|
ipSecurityRestrictions?: IpSecurityRestriction[];
|
|
6119
6256
|
ipSecurityRestrictionsDefaultAction?: DefaultAction;
|
|
@@ -6200,6 +6337,7 @@ export interface SiteConfigResource extends ProxyOnlyResource {
|
|
|
6200
6337
|
handlerMappings?: HandlerMapping[];
|
|
6201
6338
|
healthCheckPath?: string;
|
|
6202
6339
|
http20Enabled?: boolean;
|
|
6340
|
+
http20ProxyFlag?: number;
|
|
6203
6341
|
httpLoggingEnabled?: boolean;
|
|
6204
6342
|
ipSecurityRestrictions?: IpSecurityRestriction[];
|
|
6205
6343
|
ipSecurityRestrictionsDefaultAction?: DefaultAction;
|
|
@@ -6274,6 +6412,7 @@ export interface SiteContainer extends ProxyOnlyResource {
|
|
|
6274
6412
|
readonly createdTime?: Date;
|
|
6275
6413
|
environmentVariables?: EnvironmentVariable[];
|
|
6276
6414
|
image?: string;
|
|
6415
|
+
inheritAppSettingsAndConnectionStrings?: boolean;
|
|
6277
6416
|
isMain?: boolean;
|
|
6278
6417
|
readonly lastModifiedTime?: Date;
|
|
6279
6418
|
passwordSecret?: string;
|
|
@@ -6364,6 +6503,7 @@ export interface SiteMachineKey {
|
|
|
6364
6503
|
export interface SitePatchResource extends ProxyOnlyResource {
|
|
6365
6504
|
readonly availabilityState?: SiteAvailabilityState;
|
|
6366
6505
|
clientAffinityEnabled?: boolean;
|
|
6506
|
+
clientAffinityProxyEnabled?: boolean;
|
|
6367
6507
|
clientCertEnabled?: boolean;
|
|
6368
6508
|
clientCertExclusionPaths?: string;
|
|
6369
6509
|
clientCertMode?: ClientCertMode;
|
|
@@ -11940,9 +12080,12 @@ export class WebSiteManagementClient extends coreClient.ServiceClient {
|
|
|
11940
12080
|
provider: Provider;
|
|
11941
12081
|
// (undocumented)
|
|
11942
12082
|
recommendations: Recommendations;
|
|
12083
|
+
regionalCheckNameAvailability(location: string, name: string, typeParam: CheckNameResourceTypes, options?: RegionalCheckNameAvailabilityOptionalParams): Promise<RegionalCheckNameAvailabilityResponse>;
|
|
11943
12084
|
// (undocumented)
|
|
11944
12085
|
resourceHealthMetadataOperations: ResourceHealthMetadataOperations;
|
|
11945
12086
|
// (undocumented)
|
|
12087
|
+
siteCertificates: SiteCertificates;
|
|
12088
|
+
// (undocumented)
|
|
11946
12089
|
staticSites: StaticSites;
|
|
11947
12090
|
// (undocumented)
|
|
11948
12091
|
subscriptionId?: string;
|