@azure/arm-cdn 9.1.1-alpha.20250718.1 → 9.1.1-alpha.20250721.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/cdnManagementClient.js +34 -5
- package/dist/browser/cdnManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +663 -294
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/afdCustomDomains.js +67 -64
- package/dist/browser/operations/afdCustomDomains.js.map +1 -1
- package/dist/browser/operations/afdEndpoints.js +89 -103
- package/dist/browser/operations/afdEndpoints.js.map +1 -1
- package/dist/browser/operations/afdOriginGroups.js +78 -97
- package/dist/browser/operations/afdOriginGroups.js.map +1 -1
- package/dist/browser/operations/afdOrigins.js +56 -58
- package/dist/browser/operations/afdOrigins.js.map +1 -1
- package/dist/browser/operations/afdProfiles.js +34 -46
- package/dist/browser/operations/afdProfiles.js.map +1 -1
- package/dist/browser/operations/customDomains.js +67 -64
- package/dist/browser/operations/customDomains.js.map +1 -1
- package/dist/browser/operations/edgeNodes.js +23 -40
- package/dist/browser/operations/edgeNodes.js.map +1 -1
- package/dist/browser/operations/endpoints.js +122 -121
- package/dist/browser/operations/endpoints.js.map +1 -1
- package/dist/browser/operations/logAnalytics.js +1 -0
- package/dist/browser/operations/logAnalytics.js.map +1 -1
- package/dist/browser/operations/managedRuleSets.js +23 -40
- package/dist/browser/operations/managedRuleSets.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/originGroups.js +56 -58
- package/dist/browser/operations/originGroups.js.map +1 -1
- package/dist/browser/operations/origins.js +56 -58
- package/dist/browser/operations/origins.js.map +1 -1
- package/dist/browser/operations/policies.js +45 -52
- package/dist/browser/operations/policies.js.map +1 -1
- package/dist/browser/operations/profiles.js +133 -154
- package/dist/browser/operations/profiles.js.map +1 -1
- package/dist/browser/operations/resourceUsageOperations.js +23 -40
- package/dist/browser/operations/resourceUsageOperations.js.map +1 -1
- package/dist/browser/operations/routes.js +56 -58
- package/dist/browser/operations/routes.js.map +1 -1
- package/dist/browser/operations/ruleSets.js +56 -85
- package/dist/browser/operations/ruleSets.js.map +1 -1
- package/dist/browser/operations/rules.js +56 -58
- package/dist/browser/operations/rules.js.map +1 -1
- package/dist/browser/operations/secrets.js +45 -52
- package/dist/browser/operations/secrets.js.map +1 -1
- package/dist/browser/operations/securityPolicies.js +56 -58
- package/dist/browser/operations/securityPolicies.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/cdnManagementClient.js +34 -5
- package/dist/commonjs/cdnManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +663 -294
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/afdCustomDomains.js +67 -63
- package/dist/commonjs/operations/afdCustomDomains.js.map +1 -1
- package/dist/commonjs/operations/afdEndpoints.js +89 -102
- package/dist/commonjs/operations/afdEndpoints.js.map +1 -1
- package/dist/commonjs/operations/afdOriginGroups.js +78 -96
- package/dist/commonjs/operations/afdOriginGroups.js.map +1 -1
- package/dist/commonjs/operations/afdOrigins.js +56 -57
- package/dist/commonjs/operations/afdOrigins.js.map +1 -1
- package/dist/commonjs/operations/afdProfiles.js +34 -45
- package/dist/commonjs/operations/afdProfiles.js.map +1 -1
- package/dist/commonjs/operations/customDomains.js +67 -63
- package/dist/commonjs/operations/customDomains.js.map +1 -1
- package/dist/commonjs/operations/edgeNodes.js +23 -39
- package/dist/commonjs/operations/edgeNodes.js.map +1 -1
- package/dist/commonjs/operations/endpoints.js +122 -120
- package/dist/commonjs/operations/endpoints.js.map +1 -1
- package/dist/commonjs/operations/logAnalytics.js +1 -0
- package/dist/commonjs/operations/logAnalytics.js.map +1 -1
- package/dist/commonjs/operations/managedRuleSets.js +23 -39
- package/dist/commonjs/operations/managedRuleSets.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/originGroups.js +56 -57
- package/dist/commonjs/operations/originGroups.js.map +1 -1
- package/dist/commonjs/operations/origins.js +56 -57
- package/dist/commonjs/operations/origins.js.map +1 -1
- package/dist/commonjs/operations/policies.js +45 -51
- package/dist/commonjs/operations/policies.js.map +1 -1
- package/dist/commonjs/operations/profiles.js +133 -153
- package/dist/commonjs/operations/profiles.js.map +1 -1
- package/dist/commonjs/operations/resourceUsageOperations.js +23 -39
- package/dist/commonjs/operations/resourceUsageOperations.js.map +1 -1
- package/dist/commonjs/operations/routes.js +56 -57
- package/dist/commonjs/operations/routes.js.map +1 -1
- package/dist/commonjs/operations/ruleSets.js +56 -84
- package/dist/commonjs/operations/ruleSets.js.map +1 -1
- package/dist/commonjs/operations/rules.js +56 -57
- package/dist/commonjs/operations/rules.js.map +1 -1
- package/dist/commonjs/operations/secrets.js +45 -51
- package/dist/commonjs/operations/secrets.js.map +1 -1
- package/dist/commonjs/operations/securityPolicies.js +56 -57
- package/dist/commonjs/operations/securityPolicies.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/cdnManagementClient.js +34 -5
- package/dist/esm/cdnManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +663 -294
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/afdCustomDomains.js +67 -64
- package/dist/esm/operations/afdCustomDomains.js.map +1 -1
- package/dist/esm/operations/afdEndpoints.js +89 -103
- package/dist/esm/operations/afdEndpoints.js.map +1 -1
- package/dist/esm/operations/afdOriginGroups.js +78 -97
- package/dist/esm/operations/afdOriginGroups.js.map +1 -1
- package/dist/esm/operations/afdOrigins.js +56 -58
- package/dist/esm/operations/afdOrigins.js.map +1 -1
- package/dist/esm/operations/afdProfiles.js +34 -46
- package/dist/esm/operations/afdProfiles.js.map +1 -1
- package/dist/esm/operations/customDomains.js +67 -64
- package/dist/esm/operations/customDomains.js.map +1 -1
- package/dist/esm/operations/edgeNodes.js +23 -40
- package/dist/esm/operations/edgeNodes.js.map +1 -1
- package/dist/esm/operations/endpoints.js +122 -121
- package/dist/esm/operations/endpoints.js.map +1 -1
- package/dist/esm/operations/logAnalytics.js +1 -0
- package/dist/esm/operations/logAnalytics.js.map +1 -1
- package/dist/esm/operations/managedRuleSets.js +23 -40
- package/dist/esm/operations/managedRuleSets.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/originGroups.js +56 -58
- package/dist/esm/operations/originGroups.js.map +1 -1
- package/dist/esm/operations/origins.js +56 -58
- package/dist/esm/operations/origins.js.map +1 -1
- package/dist/esm/operations/policies.js +45 -52
- package/dist/esm/operations/policies.js.map +1 -1
- package/dist/esm/operations/profiles.js +133 -154
- package/dist/esm/operations/profiles.js.map +1 -1
- package/dist/esm/operations/resourceUsageOperations.js +23 -40
- package/dist/esm/operations/resourceUsageOperations.js.map +1 -1
- package/dist/esm/operations/routes.js +56 -58
- package/dist/esm/operations/routes.js.map +1 -1
- package/dist/esm/operations/ruleSets.js +56 -85
- package/dist/esm/operations/ruleSets.js.map +1 -1
- package/dist/esm/operations/rules.js +56 -58
- package/dist/esm/operations/rules.js.map +1 -1
- package/dist/esm/operations/secrets.js +45 -52
- package/dist/esm/operations/secrets.js.map +1 -1
- package/dist/esm/operations/securityPolicies.js +56 -58
- package/dist/esm/operations/securityPolicies.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/cdnManagementClient.js +34 -5
- package/dist/react-native/cdnManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +663 -294
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/afdCustomDomains.js +67 -64
- package/dist/react-native/operations/afdCustomDomains.js.map +1 -1
- package/dist/react-native/operations/afdEndpoints.js +89 -103
- package/dist/react-native/operations/afdEndpoints.js.map +1 -1
- package/dist/react-native/operations/afdOriginGroups.js +78 -97
- package/dist/react-native/operations/afdOriginGroups.js.map +1 -1
- package/dist/react-native/operations/afdOrigins.js +56 -58
- package/dist/react-native/operations/afdOrigins.js.map +1 -1
- package/dist/react-native/operations/afdProfiles.js +34 -46
- package/dist/react-native/operations/afdProfiles.js.map +1 -1
- package/dist/react-native/operations/customDomains.js +67 -64
- package/dist/react-native/operations/customDomains.js.map +1 -1
- package/dist/react-native/operations/edgeNodes.js +23 -40
- package/dist/react-native/operations/edgeNodes.js.map +1 -1
- package/dist/react-native/operations/endpoints.js +122 -121
- package/dist/react-native/operations/endpoints.js.map +1 -1
- package/dist/react-native/operations/logAnalytics.js +1 -0
- package/dist/react-native/operations/logAnalytics.js.map +1 -1
- package/dist/react-native/operations/managedRuleSets.js +23 -40
- package/dist/react-native/operations/managedRuleSets.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/originGroups.js +56 -58
- package/dist/react-native/operations/originGroups.js.map +1 -1
- package/dist/react-native/operations/origins.js +56 -58
- package/dist/react-native/operations/origins.js.map +1 -1
- package/dist/react-native/operations/policies.js +45 -52
- package/dist/react-native/operations/policies.js.map +1 -1
- package/dist/react-native/operations/profiles.js +133 -154
- package/dist/react-native/operations/profiles.js.map +1 -1
- package/dist/react-native/operations/resourceUsageOperations.js +23 -40
- package/dist/react-native/operations/resourceUsageOperations.js.map +1 -1
- package/dist/react-native/operations/routes.js +56 -58
- package/dist/react-native/operations/routes.js.map +1 -1
- package/dist/react-native/operations/ruleSets.js +56 -85
- package/dist/react-native/operations/ruleSets.js.map +1 -1
- package/dist/react-native/operations/rules.js +56 -58
- package/dist/react-native/operations/rules.js.map +1 -1
- package/dist/react-native/operations/secrets.js +45 -52
- package/dist/react-native/operations/secrets.js.map +1 -1
- package/dist/react-native/operations/securityPolicies.js +56 -58
- package/dist/react-native/operations/securityPolicies.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
|
@@ -6618,57 +6618,69 @@ export const TrackedResource = {
|
|
|
6618
6618
|
type: {
|
|
6619
6619
|
name: "Composite",
|
|
6620
6620
|
className: "TrackedResource",
|
|
6621
|
-
modelProperties:
|
|
6621
|
+
modelProperties: {
|
|
6622
|
+
...Resource.type.modelProperties,
|
|
6623
|
+
location: {
|
|
6622
6624
|
serializedName: "location",
|
|
6623
6625
|
required: true,
|
|
6624
6626
|
type: {
|
|
6625
6627
|
name: "String",
|
|
6626
6628
|
},
|
|
6627
|
-
},
|
|
6629
|
+
},
|
|
6630
|
+
tags: {
|
|
6628
6631
|
serializedName: "tags",
|
|
6629
6632
|
type: {
|
|
6630
6633
|
name: "Dictionary",
|
|
6631
6634
|
value: { type: { name: "String" } },
|
|
6632
6635
|
},
|
|
6633
|
-
}
|
|
6636
|
+
},
|
|
6637
|
+
},
|
|
6634
6638
|
},
|
|
6635
6639
|
};
|
|
6636
6640
|
export const ProxyResource = {
|
|
6637
6641
|
type: {
|
|
6638
6642
|
name: "Composite",
|
|
6639
6643
|
className: "ProxyResource",
|
|
6640
|
-
modelProperties:
|
|
6644
|
+
modelProperties: {
|
|
6645
|
+
...Resource.type.modelProperties,
|
|
6646
|
+
},
|
|
6641
6647
|
},
|
|
6642
6648
|
};
|
|
6643
6649
|
export const ManagedRuleSetDefinition = {
|
|
6644
6650
|
type: {
|
|
6645
6651
|
name: "Composite",
|
|
6646
6652
|
className: "ManagedRuleSetDefinition",
|
|
6647
|
-
modelProperties:
|
|
6653
|
+
modelProperties: {
|
|
6654
|
+
...Resource.type.modelProperties,
|
|
6655
|
+
sku: {
|
|
6648
6656
|
serializedName: "sku",
|
|
6649
6657
|
type: {
|
|
6650
6658
|
name: "Composite",
|
|
6651
6659
|
className: "Sku",
|
|
6652
6660
|
},
|
|
6653
|
-
},
|
|
6661
|
+
},
|
|
6662
|
+
provisioningState: {
|
|
6654
6663
|
serializedName: "properties.provisioningState",
|
|
6655
6664
|
readOnly: true,
|
|
6656
6665
|
type: {
|
|
6657
6666
|
name: "String",
|
|
6658
6667
|
},
|
|
6659
|
-
},
|
|
6668
|
+
},
|
|
6669
|
+
ruleSetType: {
|
|
6660
6670
|
serializedName: "properties.ruleSetType",
|
|
6661
6671
|
readOnly: true,
|
|
6662
6672
|
type: {
|
|
6663
6673
|
name: "String",
|
|
6664
6674
|
},
|
|
6665
|
-
},
|
|
6675
|
+
},
|
|
6676
|
+
ruleSetVersion: {
|
|
6666
6677
|
serializedName: "properties.ruleSetVersion",
|
|
6667
6678
|
readOnly: true,
|
|
6668
6679
|
type: {
|
|
6669
6680
|
name: "String",
|
|
6670
6681
|
},
|
|
6671
|
-
},
|
|
6682
|
+
},
|
|
6683
|
+
ruleGroups: {
|
|
6672
6684
|
serializedName: "properties.ruleGroups",
|
|
6673
6685
|
readOnly: true,
|
|
6674
6686
|
type: {
|
|
@@ -6680,135 +6692,171 @@ export const ManagedRuleSetDefinition = {
|
|
|
6680
6692
|
},
|
|
6681
6693
|
},
|
|
6682
6694
|
},
|
|
6683
|
-
}
|
|
6695
|
+
},
|
|
6696
|
+
},
|
|
6684
6697
|
},
|
|
6685
6698
|
};
|
|
6686
6699
|
export const AFDDomainProperties = {
|
|
6687
6700
|
type: {
|
|
6688
6701
|
name: "Composite",
|
|
6689
6702
|
className: "AFDDomainProperties",
|
|
6690
|
-
modelProperties:
|
|
6703
|
+
modelProperties: {
|
|
6704
|
+
...AFDDomainUpdatePropertiesParameters.type.modelProperties,
|
|
6705
|
+
...AFDStateProperties.type.modelProperties,
|
|
6706
|
+
domainValidationState: {
|
|
6691
6707
|
serializedName: "domainValidationState",
|
|
6692
6708
|
readOnly: true,
|
|
6693
6709
|
type: {
|
|
6694
6710
|
name: "String",
|
|
6695
6711
|
},
|
|
6696
|
-
},
|
|
6712
|
+
},
|
|
6713
|
+
hostName: {
|
|
6697
6714
|
serializedName: "hostName",
|
|
6698
6715
|
required: true,
|
|
6699
6716
|
type: {
|
|
6700
6717
|
name: "String",
|
|
6701
6718
|
},
|
|
6702
|
-
},
|
|
6719
|
+
},
|
|
6720
|
+
extendedProperties: {
|
|
6703
6721
|
serializedName: "extendedProperties",
|
|
6704
6722
|
type: {
|
|
6705
6723
|
name: "Dictionary",
|
|
6706
6724
|
value: { type: { name: "String" } },
|
|
6707
6725
|
},
|
|
6708
|
-
},
|
|
6726
|
+
},
|
|
6727
|
+
validationProperties: {
|
|
6709
6728
|
serializedName: "validationProperties",
|
|
6710
6729
|
type: {
|
|
6711
6730
|
name: "Composite",
|
|
6712
6731
|
className: "DomainValidationProperties",
|
|
6713
6732
|
},
|
|
6714
|
-
}
|
|
6733
|
+
},
|
|
6734
|
+
},
|
|
6715
6735
|
},
|
|
6716
6736
|
};
|
|
6717
6737
|
export const AFDEndpointProperties = {
|
|
6718
6738
|
type: {
|
|
6719
6739
|
name: "Composite",
|
|
6720
6740
|
className: "AFDEndpointProperties",
|
|
6721
|
-
modelProperties:
|
|
6741
|
+
modelProperties: {
|
|
6742
|
+
...AFDEndpointPropertiesUpdateParameters.type.modelProperties,
|
|
6743
|
+
...AFDStateProperties.type.modelProperties,
|
|
6744
|
+
hostName: {
|
|
6722
6745
|
serializedName: "hostName",
|
|
6723
6746
|
readOnly: true,
|
|
6724
6747
|
type: {
|
|
6725
6748
|
name: "String",
|
|
6726
6749
|
},
|
|
6727
|
-
},
|
|
6750
|
+
},
|
|
6751
|
+
autoGeneratedDomainNameLabelScope: {
|
|
6728
6752
|
serializedName: "autoGeneratedDomainNameLabelScope",
|
|
6729
6753
|
type: {
|
|
6730
6754
|
name: "String",
|
|
6731
6755
|
},
|
|
6732
|
-
}
|
|
6756
|
+
},
|
|
6757
|
+
},
|
|
6733
6758
|
},
|
|
6734
6759
|
};
|
|
6735
6760
|
export const AFDOriginGroupProperties = {
|
|
6736
6761
|
type: {
|
|
6737
6762
|
name: "Composite",
|
|
6738
6763
|
className: "AFDOriginGroupProperties",
|
|
6739
|
-
modelProperties:
|
|
6764
|
+
modelProperties: {
|
|
6765
|
+
...AFDOriginGroupUpdatePropertiesParameters.type.modelProperties,
|
|
6766
|
+
...AFDStateProperties.type.modelProperties,
|
|
6767
|
+
},
|
|
6740
6768
|
},
|
|
6741
6769
|
};
|
|
6742
6770
|
export const AFDOriginProperties = {
|
|
6743
6771
|
type: {
|
|
6744
6772
|
name: "Composite",
|
|
6745
6773
|
className: "AFDOriginProperties",
|
|
6746
|
-
modelProperties:
|
|
6774
|
+
modelProperties: {
|
|
6775
|
+
...AFDOriginUpdatePropertiesParameters.type.modelProperties,
|
|
6776
|
+
...AFDStateProperties.type.modelProperties,
|
|
6777
|
+
},
|
|
6747
6778
|
},
|
|
6748
6779
|
};
|
|
6749
6780
|
export const RouteProperties = {
|
|
6750
6781
|
type: {
|
|
6751
6782
|
name: "Composite",
|
|
6752
6783
|
className: "RouteProperties",
|
|
6753
|
-
modelProperties:
|
|
6784
|
+
modelProperties: {
|
|
6785
|
+
...RouteUpdatePropertiesParameters.type.modelProperties,
|
|
6786
|
+
...AFDStateProperties.type.modelProperties,
|
|
6787
|
+
},
|
|
6754
6788
|
},
|
|
6755
6789
|
};
|
|
6756
6790
|
export const RuleSetProperties = {
|
|
6757
6791
|
type: {
|
|
6758
6792
|
name: "Composite",
|
|
6759
6793
|
className: "RuleSetProperties",
|
|
6760
|
-
modelProperties:
|
|
6794
|
+
modelProperties: {
|
|
6795
|
+
...AFDStateProperties.type.modelProperties,
|
|
6796
|
+
profileName: {
|
|
6761
6797
|
serializedName: "profileName",
|
|
6762
6798
|
readOnly: true,
|
|
6763
6799
|
type: {
|
|
6764
6800
|
name: "String",
|
|
6765
6801
|
},
|
|
6766
|
-
}
|
|
6802
|
+
},
|
|
6803
|
+
},
|
|
6767
6804
|
},
|
|
6768
6805
|
};
|
|
6769
6806
|
export const RuleProperties = {
|
|
6770
6807
|
type: {
|
|
6771
6808
|
name: "Composite",
|
|
6772
6809
|
className: "RuleProperties",
|
|
6773
|
-
modelProperties:
|
|
6810
|
+
modelProperties: {
|
|
6811
|
+
...RuleUpdatePropertiesParameters.type.modelProperties,
|
|
6812
|
+
...AFDStateProperties.type.modelProperties,
|
|
6813
|
+
},
|
|
6774
6814
|
},
|
|
6775
6815
|
};
|
|
6776
6816
|
export const SecurityPolicyProperties = {
|
|
6777
6817
|
type: {
|
|
6778
6818
|
name: "Composite",
|
|
6779
6819
|
className: "SecurityPolicyProperties",
|
|
6780
|
-
modelProperties:
|
|
6820
|
+
modelProperties: {
|
|
6821
|
+
...AFDStateProperties.type.modelProperties,
|
|
6822
|
+
profileName: {
|
|
6781
6823
|
serializedName: "profileName",
|
|
6782
6824
|
readOnly: true,
|
|
6783
6825
|
type: {
|
|
6784
6826
|
name: "String",
|
|
6785
6827
|
},
|
|
6786
|
-
},
|
|
6828
|
+
},
|
|
6829
|
+
parameters: {
|
|
6787
6830
|
serializedName: "parameters",
|
|
6788
6831
|
type: {
|
|
6789
6832
|
name: "Composite",
|
|
6790
6833
|
className: "SecurityPolicyPropertiesParameters",
|
|
6791
6834
|
},
|
|
6792
|
-
}
|
|
6835
|
+
},
|
|
6836
|
+
},
|
|
6793
6837
|
},
|
|
6794
6838
|
};
|
|
6795
6839
|
export const SecretProperties = {
|
|
6796
6840
|
type: {
|
|
6797
6841
|
name: "Composite",
|
|
6798
6842
|
className: "SecretProperties",
|
|
6799
|
-
modelProperties:
|
|
6843
|
+
modelProperties: {
|
|
6844
|
+
...AFDStateProperties.type.modelProperties,
|
|
6845
|
+
profileName: {
|
|
6800
6846
|
serializedName: "profileName",
|
|
6801
6847
|
readOnly: true,
|
|
6802
6848
|
type: {
|
|
6803
6849
|
name: "String",
|
|
6804
6850
|
},
|
|
6805
|
-
},
|
|
6851
|
+
},
|
|
6852
|
+
parameters: {
|
|
6806
6853
|
serializedName: "parameters",
|
|
6807
6854
|
type: {
|
|
6808
6855
|
name: "Composite",
|
|
6809
6856
|
className: "SecretParameters",
|
|
6810
6857
|
},
|
|
6811
|
-
}
|
|
6858
|
+
},
|
|
6859
|
+
},
|
|
6812
6860
|
},
|
|
6813
6861
|
};
|
|
6814
6862
|
export const DeliveryRuleRemoteAddressCondition = {
|
|
@@ -6818,13 +6866,16 @@ export const DeliveryRuleRemoteAddressCondition = {
|
|
|
6818
6866
|
className: "DeliveryRuleRemoteAddressCondition",
|
|
6819
6867
|
uberParent: "DeliveryRuleCondition",
|
|
6820
6868
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6821
|
-
modelProperties:
|
|
6869
|
+
modelProperties: {
|
|
6870
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
6871
|
+
parameters: {
|
|
6822
6872
|
serializedName: "parameters",
|
|
6823
6873
|
type: {
|
|
6824
6874
|
name: "Composite",
|
|
6825
6875
|
className: "RemoteAddressMatchConditionParameters",
|
|
6826
6876
|
},
|
|
6827
|
-
}
|
|
6877
|
+
},
|
|
6878
|
+
},
|
|
6828
6879
|
},
|
|
6829
6880
|
};
|
|
6830
6881
|
export const DeliveryRuleRequestMethodCondition = {
|
|
@@ -6834,13 +6885,16 @@ export const DeliveryRuleRequestMethodCondition = {
|
|
|
6834
6885
|
className: "DeliveryRuleRequestMethodCondition",
|
|
6835
6886
|
uberParent: "DeliveryRuleCondition",
|
|
6836
6887
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6837
|
-
modelProperties:
|
|
6888
|
+
modelProperties: {
|
|
6889
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
6890
|
+
parameters: {
|
|
6838
6891
|
serializedName: "parameters",
|
|
6839
6892
|
type: {
|
|
6840
6893
|
name: "Composite",
|
|
6841
6894
|
className: "RequestMethodMatchConditionParameters",
|
|
6842
6895
|
},
|
|
6843
|
-
}
|
|
6896
|
+
},
|
|
6897
|
+
},
|
|
6844
6898
|
},
|
|
6845
6899
|
};
|
|
6846
6900
|
export const DeliveryRuleQueryStringCondition = {
|
|
@@ -6850,13 +6904,16 @@ export const DeliveryRuleQueryStringCondition = {
|
|
|
6850
6904
|
className: "DeliveryRuleQueryStringCondition",
|
|
6851
6905
|
uberParent: "DeliveryRuleCondition",
|
|
6852
6906
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6853
|
-
modelProperties:
|
|
6907
|
+
modelProperties: {
|
|
6908
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
6909
|
+
parameters: {
|
|
6854
6910
|
serializedName: "parameters",
|
|
6855
6911
|
type: {
|
|
6856
6912
|
name: "Composite",
|
|
6857
6913
|
className: "QueryStringMatchConditionParameters",
|
|
6858
6914
|
},
|
|
6859
|
-
}
|
|
6915
|
+
},
|
|
6916
|
+
},
|
|
6860
6917
|
},
|
|
6861
6918
|
};
|
|
6862
6919
|
export const DeliveryRulePostArgsCondition = {
|
|
@@ -6866,13 +6923,16 @@ export const DeliveryRulePostArgsCondition = {
|
|
|
6866
6923
|
className: "DeliveryRulePostArgsCondition",
|
|
6867
6924
|
uberParent: "DeliveryRuleCondition",
|
|
6868
6925
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6869
|
-
modelProperties:
|
|
6926
|
+
modelProperties: {
|
|
6927
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
6928
|
+
parameters: {
|
|
6870
6929
|
serializedName: "parameters",
|
|
6871
6930
|
type: {
|
|
6872
6931
|
name: "Composite",
|
|
6873
6932
|
className: "PostArgsMatchConditionParameters",
|
|
6874
6933
|
},
|
|
6875
|
-
}
|
|
6934
|
+
},
|
|
6935
|
+
},
|
|
6876
6936
|
},
|
|
6877
6937
|
};
|
|
6878
6938
|
export const DeliveryRuleRequestUriCondition = {
|
|
@@ -6882,13 +6942,16 @@ export const DeliveryRuleRequestUriCondition = {
|
|
|
6882
6942
|
className: "DeliveryRuleRequestUriCondition",
|
|
6883
6943
|
uberParent: "DeliveryRuleCondition",
|
|
6884
6944
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6885
|
-
modelProperties:
|
|
6945
|
+
modelProperties: {
|
|
6946
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
6947
|
+
parameters: {
|
|
6886
6948
|
serializedName: "parameters",
|
|
6887
6949
|
type: {
|
|
6888
6950
|
name: "Composite",
|
|
6889
6951
|
className: "RequestUriMatchConditionParameters",
|
|
6890
6952
|
},
|
|
6891
|
-
}
|
|
6953
|
+
},
|
|
6954
|
+
},
|
|
6892
6955
|
},
|
|
6893
6956
|
};
|
|
6894
6957
|
export const DeliveryRuleRequestHeaderCondition = {
|
|
@@ -6898,13 +6961,16 @@ export const DeliveryRuleRequestHeaderCondition = {
|
|
|
6898
6961
|
className: "DeliveryRuleRequestHeaderCondition",
|
|
6899
6962
|
uberParent: "DeliveryRuleCondition",
|
|
6900
6963
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6901
|
-
modelProperties:
|
|
6964
|
+
modelProperties: {
|
|
6965
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
6966
|
+
parameters: {
|
|
6902
6967
|
serializedName: "parameters",
|
|
6903
6968
|
type: {
|
|
6904
6969
|
name: "Composite",
|
|
6905
6970
|
className: "RequestHeaderMatchConditionParameters",
|
|
6906
6971
|
},
|
|
6907
|
-
}
|
|
6972
|
+
},
|
|
6973
|
+
},
|
|
6908
6974
|
},
|
|
6909
6975
|
};
|
|
6910
6976
|
export const DeliveryRuleRequestBodyCondition = {
|
|
@@ -6914,13 +6980,16 @@ export const DeliveryRuleRequestBodyCondition = {
|
|
|
6914
6980
|
className: "DeliveryRuleRequestBodyCondition",
|
|
6915
6981
|
uberParent: "DeliveryRuleCondition",
|
|
6916
6982
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6917
|
-
modelProperties:
|
|
6983
|
+
modelProperties: {
|
|
6984
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
6985
|
+
parameters: {
|
|
6918
6986
|
serializedName: "parameters",
|
|
6919
6987
|
type: {
|
|
6920
6988
|
name: "Composite",
|
|
6921
6989
|
className: "RequestBodyMatchConditionParameters",
|
|
6922
6990
|
},
|
|
6923
|
-
}
|
|
6991
|
+
},
|
|
6992
|
+
},
|
|
6924
6993
|
},
|
|
6925
6994
|
};
|
|
6926
6995
|
export const DeliveryRuleRequestSchemeCondition = {
|
|
@@ -6930,13 +6999,16 @@ export const DeliveryRuleRequestSchemeCondition = {
|
|
|
6930
6999
|
className: "DeliveryRuleRequestSchemeCondition",
|
|
6931
7000
|
uberParent: "DeliveryRuleCondition",
|
|
6932
7001
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6933
|
-
modelProperties:
|
|
7002
|
+
modelProperties: {
|
|
7003
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7004
|
+
parameters: {
|
|
6934
7005
|
serializedName: "parameters",
|
|
6935
7006
|
type: {
|
|
6936
7007
|
name: "Composite",
|
|
6937
7008
|
className: "RequestSchemeMatchConditionParameters",
|
|
6938
7009
|
},
|
|
6939
|
-
}
|
|
7010
|
+
},
|
|
7011
|
+
},
|
|
6940
7012
|
},
|
|
6941
7013
|
};
|
|
6942
7014
|
export const DeliveryRuleUrlPathCondition = {
|
|
@@ -6946,13 +7018,16 @@ export const DeliveryRuleUrlPathCondition = {
|
|
|
6946
7018
|
className: "DeliveryRuleUrlPathCondition",
|
|
6947
7019
|
uberParent: "DeliveryRuleCondition",
|
|
6948
7020
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6949
|
-
modelProperties:
|
|
7021
|
+
modelProperties: {
|
|
7022
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7023
|
+
parameters: {
|
|
6950
7024
|
serializedName: "parameters",
|
|
6951
7025
|
type: {
|
|
6952
7026
|
name: "Composite",
|
|
6953
7027
|
className: "UrlPathMatchConditionParameters",
|
|
6954
7028
|
},
|
|
6955
|
-
}
|
|
7029
|
+
},
|
|
7030
|
+
},
|
|
6956
7031
|
},
|
|
6957
7032
|
};
|
|
6958
7033
|
export const DeliveryRuleUrlFileExtensionCondition = {
|
|
@@ -6962,13 +7037,16 @@ export const DeliveryRuleUrlFileExtensionCondition = {
|
|
|
6962
7037
|
className: "DeliveryRuleUrlFileExtensionCondition",
|
|
6963
7038
|
uberParent: "DeliveryRuleCondition",
|
|
6964
7039
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6965
|
-
modelProperties:
|
|
7040
|
+
modelProperties: {
|
|
7041
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7042
|
+
parameters: {
|
|
6966
7043
|
serializedName: "parameters",
|
|
6967
7044
|
type: {
|
|
6968
7045
|
name: "Composite",
|
|
6969
7046
|
className: "UrlFileExtensionMatchConditionParameters",
|
|
6970
7047
|
},
|
|
6971
|
-
}
|
|
7048
|
+
},
|
|
7049
|
+
},
|
|
6972
7050
|
},
|
|
6973
7051
|
};
|
|
6974
7052
|
export const DeliveryRuleUrlFileNameCondition = {
|
|
@@ -6978,13 +7056,16 @@ export const DeliveryRuleUrlFileNameCondition = {
|
|
|
6978
7056
|
className: "DeliveryRuleUrlFileNameCondition",
|
|
6979
7057
|
uberParent: "DeliveryRuleCondition",
|
|
6980
7058
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6981
|
-
modelProperties:
|
|
7059
|
+
modelProperties: {
|
|
7060
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7061
|
+
parameters: {
|
|
6982
7062
|
serializedName: "parameters",
|
|
6983
7063
|
type: {
|
|
6984
7064
|
name: "Composite",
|
|
6985
7065
|
className: "UrlFileNameMatchConditionParameters",
|
|
6986
7066
|
},
|
|
6987
|
-
}
|
|
7067
|
+
},
|
|
7068
|
+
},
|
|
6988
7069
|
},
|
|
6989
7070
|
};
|
|
6990
7071
|
export const DeliveryRuleHttpVersionCondition = {
|
|
@@ -6994,13 +7075,16 @@ export const DeliveryRuleHttpVersionCondition = {
|
|
|
6994
7075
|
className: "DeliveryRuleHttpVersionCondition",
|
|
6995
7076
|
uberParent: "DeliveryRuleCondition",
|
|
6996
7077
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
6997
|
-
modelProperties:
|
|
7078
|
+
modelProperties: {
|
|
7079
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7080
|
+
parameters: {
|
|
6998
7081
|
serializedName: "parameters",
|
|
6999
7082
|
type: {
|
|
7000
7083
|
name: "Composite",
|
|
7001
7084
|
className: "HttpVersionMatchConditionParameters",
|
|
7002
7085
|
},
|
|
7003
|
-
}
|
|
7086
|
+
},
|
|
7087
|
+
},
|
|
7004
7088
|
},
|
|
7005
7089
|
};
|
|
7006
7090
|
export const DeliveryRuleCookiesCondition = {
|
|
@@ -7010,13 +7094,16 @@ export const DeliveryRuleCookiesCondition = {
|
|
|
7010
7094
|
className: "DeliveryRuleCookiesCondition",
|
|
7011
7095
|
uberParent: "DeliveryRuleCondition",
|
|
7012
7096
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
7013
|
-
modelProperties:
|
|
7097
|
+
modelProperties: {
|
|
7098
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7099
|
+
parameters: {
|
|
7014
7100
|
serializedName: "parameters",
|
|
7015
7101
|
type: {
|
|
7016
7102
|
name: "Composite",
|
|
7017
7103
|
className: "CookiesMatchConditionParameters",
|
|
7018
7104
|
},
|
|
7019
|
-
}
|
|
7105
|
+
},
|
|
7106
|
+
},
|
|
7020
7107
|
},
|
|
7021
7108
|
};
|
|
7022
7109
|
export const DeliveryRuleIsDeviceCondition = {
|
|
@@ -7026,13 +7113,16 @@ export const DeliveryRuleIsDeviceCondition = {
|
|
|
7026
7113
|
className: "DeliveryRuleIsDeviceCondition",
|
|
7027
7114
|
uberParent: "DeliveryRuleCondition",
|
|
7028
7115
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
7029
|
-
modelProperties:
|
|
7116
|
+
modelProperties: {
|
|
7117
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7118
|
+
parameters: {
|
|
7030
7119
|
serializedName: "parameters",
|
|
7031
7120
|
type: {
|
|
7032
7121
|
name: "Composite",
|
|
7033
7122
|
className: "IsDeviceMatchConditionParameters",
|
|
7034
7123
|
},
|
|
7035
|
-
}
|
|
7124
|
+
},
|
|
7125
|
+
},
|
|
7036
7126
|
},
|
|
7037
7127
|
};
|
|
7038
7128
|
export const DeliveryRuleSocketAddrCondition = {
|
|
@@ -7042,13 +7132,16 @@ export const DeliveryRuleSocketAddrCondition = {
|
|
|
7042
7132
|
className: "DeliveryRuleSocketAddrCondition",
|
|
7043
7133
|
uberParent: "DeliveryRuleCondition",
|
|
7044
7134
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
7045
|
-
modelProperties:
|
|
7135
|
+
modelProperties: {
|
|
7136
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7137
|
+
parameters: {
|
|
7046
7138
|
serializedName: "parameters",
|
|
7047
7139
|
type: {
|
|
7048
7140
|
name: "Composite",
|
|
7049
7141
|
className: "SocketAddrMatchConditionParameters",
|
|
7050
7142
|
},
|
|
7051
|
-
}
|
|
7143
|
+
},
|
|
7144
|
+
},
|
|
7052
7145
|
},
|
|
7053
7146
|
};
|
|
7054
7147
|
export const DeliveryRuleClientPortCondition = {
|
|
@@ -7058,13 +7151,16 @@ export const DeliveryRuleClientPortCondition = {
|
|
|
7058
7151
|
className: "DeliveryRuleClientPortCondition",
|
|
7059
7152
|
uberParent: "DeliveryRuleCondition",
|
|
7060
7153
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
7061
|
-
modelProperties:
|
|
7154
|
+
modelProperties: {
|
|
7155
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7156
|
+
parameters: {
|
|
7062
7157
|
serializedName: "parameters",
|
|
7063
7158
|
type: {
|
|
7064
7159
|
name: "Composite",
|
|
7065
7160
|
className: "ClientPortMatchConditionParameters",
|
|
7066
7161
|
},
|
|
7067
|
-
}
|
|
7162
|
+
},
|
|
7163
|
+
},
|
|
7068
7164
|
},
|
|
7069
7165
|
};
|
|
7070
7166
|
export const DeliveryRuleServerPortCondition = {
|
|
@@ -7074,13 +7170,16 @@ export const DeliveryRuleServerPortCondition = {
|
|
|
7074
7170
|
className: "DeliveryRuleServerPortCondition",
|
|
7075
7171
|
uberParent: "DeliveryRuleCondition",
|
|
7076
7172
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
7077
|
-
modelProperties:
|
|
7173
|
+
modelProperties: {
|
|
7174
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7175
|
+
parameters: {
|
|
7078
7176
|
serializedName: "parameters",
|
|
7079
7177
|
type: {
|
|
7080
7178
|
name: "Composite",
|
|
7081
7179
|
className: "ServerPortMatchConditionParameters",
|
|
7082
7180
|
},
|
|
7083
|
-
}
|
|
7181
|
+
},
|
|
7182
|
+
},
|
|
7084
7183
|
},
|
|
7085
7184
|
};
|
|
7086
7185
|
export const DeliveryRuleHostNameCondition = {
|
|
@@ -7090,13 +7189,16 @@ export const DeliveryRuleHostNameCondition = {
|
|
|
7090
7189
|
className: "DeliveryRuleHostNameCondition",
|
|
7091
7190
|
uberParent: "DeliveryRuleCondition",
|
|
7092
7191
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
7093
|
-
modelProperties:
|
|
7192
|
+
modelProperties: {
|
|
7193
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7194
|
+
parameters: {
|
|
7094
7195
|
serializedName: "parameters",
|
|
7095
7196
|
type: {
|
|
7096
7197
|
name: "Composite",
|
|
7097
7198
|
className: "HostNameMatchConditionParameters",
|
|
7098
7199
|
},
|
|
7099
|
-
}
|
|
7200
|
+
},
|
|
7201
|
+
},
|
|
7100
7202
|
},
|
|
7101
7203
|
};
|
|
7102
7204
|
export const DeliveryRuleSslProtocolCondition = {
|
|
@@ -7106,13 +7208,16 @@ export const DeliveryRuleSslProtocolCondition = {
|
|
|
7106
7208
|
className: "DeliveryRuleSslProtocolCondition",
|
|
7107
7209
|
uberParent: "DeliveryRuleCondition",
|
|
7108
7210
|
polymorphicDiscriminator: DeliveryRuleCondition.type.polymorphicDiscriminator,
|
|
7109
|
-
modelProperties:
|
|
7211
|
+
modelProperties: {
|
|
7212
|
+
...DeliveryRuleCondition.type.modelProperties,
|
|
7213
|
+
parameters: {
|
|
7110
7214
|
serializedName: "parameters",
|
|
7111
7215
|
type: {
|
|
7112
7216
|
name: "Composite",
|
|
7113
7217
|
className: "SslProtocolMatchConditionParameters",
|
|
7114
7218
|
},
|
|
7115
|
-
}
|
|
7219
|
+
},
|
|
7220
|
+
},
|
|
7116
7221
|
},
|
|
7117
7222
|
};
|
|
7118
7223
|
export const UrlRedirectAction = {
|
|
@@ -7122,13 +7227,16 @@ export const UrlRedirectAction = {
|
|
|
7122
7227
|
className: "UrlRedirectAction",
|
|
7123
7228
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7124
7229
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7125
|
-
modelProperties:
|
|
7230
|
+
modelProperties: {
|
|
7231
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7232
|
+
parameters: {
|
|
7126
7233
|
serializedName: "parameters",
|
|
7127
7234
|
type: {
|
|
7128
7235
|
name: "Composite",
|
|
7129
7236
|
className: "UrlRedirectActionParameters",
|
|
7130
7237
|
},
|
|
7131
|
-
}
|
|
7238
|
+
},
|
|
7239
|
+
},
|
|
7132
7240
|
},
|
|
7133
7241
|
};
|
|
7134
7242
|
export const UrlSigningAction = {
|
|
@@ -7138,13 +7246,16 @@ export const UrlSigningAction = {
|
|
|
7138
7246
|
className: "UrlSigningAction",
|
|
7139
7247
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7140
7248
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7141
|
-
modelProperties:
|
|
7249
|
+
modelProperties: {
|
|
7250
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7251
|
+
parameters: {
|
|
7142
7252
|
serializedName: "parameters",
|
|
7143
7253
|
type: {
|
|
7144
7254
|
name: "Composite",
|
|
7145
7255
|
className: "UrlSigningActionParameters",
|
|
7146
7256
|
},
|
|
7147
|
-
}
|
|
7257
|
+
},
|
|
7258
|
+
},
|
|
7148
7259
|
},
|
|
7149
7260
|
};
|
|
7150
7261
|
export const OriginGroupOverrideAction = {
|
|
@@ -7154,13 +7265,16 @@ export const OriginGroupOverrideAction = {
|
|
|
7154
7265
|
className: "OriginGroupOverrideAction",
|
|
7155
7266
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7156
7267
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7157
|
-
modelProperties:
|
|
7268
|
+
modelProperties: {
|
|
7269
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7270
|
+
parameters: {
|
|
7158
7271
|
serializedName: "parameters",
|
|
7159
7272
|
type: {
|
|
7160
7273
|
name: "Composite",
|
|
7161
7274
|
className: "OriginGroupOverrideActionParameters",
|
|
7162
7275
|
},
|
|
7163
|
-
}
|
|
7276
|
+
},
|
|
7277
|
+
},
|
|
7164
7278
|
},
|
|
7165
7279
|
};
|
|
7166
7280
|
export const UrlRewriteAction = {
|
|
@@ -7170,13 +7284,16 @@ export const UrlRewriteAction = {
|
|
|
7170
7284
|
className: "UrlRewriteAction",
|
|
7171
7285
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7172
7286
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7173
|
-
modelProperties:
|
|
7287
|
+
modelProperties: {
|
|
7288
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7289
|
+
parameters: {
|
|
7174
7290
|
serializedName: "parameters",
|
|
7175
7291
|
type: {
|
|
7176
7292
|
name: "Composite",
|
|
7177
7293
|
className: "UrlRewriteActionParameters",
|
|
7178
7294
|
},
|
|
7179
|
-
}
|
|
7295
|
+
},
|
|
7296
|
+
},
|
|
7180
7297
|
},
|
|
7181
7298
|
};
|
|
7182
7299
|
export const DeliveryRuleRequestHeaderAction = {
|
|
@@ -7186,13 +7303,16 @@ export const DeliveryRuleRequestHeaderAction = {
|
|
|
7186
7303
|
className: "DeliveryRuleRequestHeaderAction",
|
|
7187
7304
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7188
7305
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7189
|
-
modelProperties:
|
|
7306
|
+
modelProperties: {
|
|
7307
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7308
|
+
parameters: {
|
|
7190
7309
|
serializedName: "parameters",
|
|
7191
7310
|
type: {
|
|
7192
7311
|
name: "Composite",
|
|
7193
7312
|
className: "HeaderActionParameters",
|
|
7194
7313
|
},
|
|
7195
|
-
}
|
|
7314
|
+
},
|
|
7315
|
+
},
|
|
7196
7316
|
},
|
|
7197
7317
|
};
|
|
7198
7318
|
export const DeliveryRuleResponseHeaderAction = {
|
|
@@ -7202,13 +7322,16 @@ export const DeliveryRuleResponseHeaderAction = {
|
|
|
7202
7322
|
className: "DeliveryRuleResponseHeaderAction",
|
|
7203
7323
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7204
7324
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7205
|
-
modelProperties:
|
|
7325
|
+
modelProperties: {
|
|
7326
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7327
|
+
parameters: {
|
|
7206
7328
|
serializedName: "parameters",
|
|
7207
7329
|
type: {
|
|
7208
7330
|
name: "Composite",
|
|
7209
7331
|
className: "HeaderActionParameters",
|
|
7210
7332
|
},
|
|
7211
|
-
}
|
|
7333
|
+
},
|
|
7334
|
+
},
|
|
7212
7335
|
},
|
|
7213
7336
|
};
|
|
7214
7337
|
export const DeliveryRuleCacheExpirationAction = {
|
|
@@ -7218,13 +7341,16 @@ export const DeliveryRuleCacheExpirationAction = {
|
|
|
7218
7341
|
className: "DeliveryRuleCacheExpirationAction",
|
|
7219
7342
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7220
7343
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7221
|
-
modelProperties:
|
|
7344
|
+
modelProperties: {
|
|
7345
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7346
|
+
parameters: {
|
|
7222
7347
|
serializedName: "parameters",
|
|
7223
7348
|
type: {
|
|
7224
7349
|
name: "Composite",
|
|
7225
7350
|
className: "CacheExpirationActionParameters",
|
|
7226
7351
|
},
|
|
7227
|
-
}
|
|
7352
|
+
},
|
|
7353
|
+
},
|
|
7228
7354
|
},
|
|
7229
7355
|
};
|
|
7230
7356
|
export const DeliveryRuleCacheKeyQueryStringAction = {
|
|
@@ -7234,13 +7360,16 @@ export const DeliveryRuleCacheKeyQueryStringAction = {
|
|
|
7234
7360
|
className: "DeliveryRuleCacheKeyQueryStringAction",
|
|
7235
7361
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7236
7362
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7237
|
-
modelProperties:
|
|
7363
|
+
modelProperties: {
|
|
7364
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7365
|
+
parameters: {
|
|
7238
7366
|
serializedName: "parameters",
|
|
7239
7367
|
type: {
|
|
7240
7368
|
name: "Composite",
|
|
7241
7369
|
className: "CacheKeyQueryStringActionParameters",
|
|
7242
7370
|
},
|
|
7243
|
-
}
|
|
7371
|
+
},
|
|
7372
|
+
},
|
|
7244
7373
|
},
|
|
7245
7374
|
};
|
|
7246
7375
|
export const DeliveryRuleRouteConfigurationOverrideAction = {
|
|
@@ -7250,13 +7379,16 @@ export const DeliveryRuleRouteConfigurationOverrideAction = {
|
|
|
7250
7379
|
className: "DeliveryRuleRouteConfigurationOverrideAction",
|
|
7251
7380
|
uberParent: "DeliveryRuleActionAutoGenerated",
|
|
7252
7381
|
polymorphicDiscriminator: DeliveryRuleActionAutoGenerated.type.polymorphicDiscriminator,
|
|
7253
|
-
modelProperties:
|
|
7382
|
+
modelProperties: {
|
|
7383
|
+
...DeliveryRuleActionAutoGenerated.type.modelProperties,
|
|
7384
|
+
parameters: {
|
|
7254
7385
|
serializedName: "parameters",
|
|
7255
7386
|
type: {
|
|
7256
7387
|
name: "Composite",
|
|
7257
7388
|
className: "RouteConfigurationOverrideActionParameters",
|
|
7258
7389
|
},
|
|
7259
|
-
}
|
|
7390
|
+
},
|
|
7391
|
+
},
|
|
7260
7392
|
},
|
|
7261
7393
|
};
|
|
7262
7394
|
export const SecurityPolicyWebApplicationFirewallParameters = {
|
|
@@ -7266,13 +7398,16 @@ export const SecurityPolicyWebApplicationFirewallParameters = {
|
|
|
7266
7398
|
className: "SecurityPolicyWebApplicationFirewallParameters",
|
|
7267
7399
|
uberParent: "SecurityPolicyPropertiesParameters",
|
|
7268
7400
|
polymorphicDiscriminator: SecurityPolicyPropertiesParameters.type.polymorphicDiscriminator,
|
|
7269
|
-
modelProperties:
|
|
7401
|
+
modelProperties: {
|
|
7402
|
+
...SecurityPolicyPropertiesParameters.type.modelProperties,
|
|
7403
|
+
wafPolicy: {
|
|
7270
7404
|
serializedName: "wafPolicy",
|
|
7271
7405
|
type: {
|
|
7272
7406
|
name: "Composite",
|
|
7273
7407
|
className: "ResourceReference",
|
|
7274
7408
|
},
|
|
7275
|
-
},
|
|
7409
|
+
},
|
|
7410
|
+
associations: {
|
|
7276
7411
|
serializedName: "associations",
|
|
7277
7412
|
type: {
|
|
7278
7413
|
name: "Sequence",
|
|
@@ -7283,7 +7418,8 @@ export const SecurityPolicyWebApplicationFirewallParameters = {
|
|
|
7283
7418
|
},
|
|
7284
7419
|
},
|
|
7285
7420
|
},
|
|
7286
|
-
}
|
|
7421
|
+
},
|
|
7422
|
+
},
|
|
7287
7423
|
},
|
|
7288
7424
|
};
|
|
7289
7425
|
export const UrlSigningKeyParameters = {
|
|
@@ -7293,24 +7429,29 @@ export const UrlSigningKeyParameters = {
|
|
|
7293
7429
|
className: "UrlSigningKeyParameters",
|
|
7294
7430
|
uberParent: "SecretParameters",
|
|
7295
7431
|
polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,
|
|
7296
|
-
modelProperties:
|
|
7432
|
+
modelProperties: {
|
|
7433
|
+
...SecretParameters.type.modelProperties,
|
|
7434
|
+
keyId: {
|
|
7297
7435
|
serializedName: "keyId",
|
|
7298
7436
|
required: true,
|
|
7299
7437
|
type: {
|
|
7300
7438
|
name: "String",
|
|
7301
7439
|
},
|
|
7302
|
-
},
|
|
7440
|
+
},
|
|
7441
|
+
secretSource: {
|
|
7303
7442
|
serializedName: "secretSource",
|
|
7304
7443
|
type: {
|
|
7305
7444
|
name: "Composite",
|
|
7306
7445
|
className: "ResourceReference",
|
|
7307
7446
|
},
|
|
7308
|
-
},
|
|
7447
|
+
},
|
|
7448
|
+
secretVersion: {
|
|
7309
7449
|
serializedName: "secretVersion",
|
|
7310
7450
|
type: {
|
|
7311
7451
|
name: "String",
|
|
7312
7452
|
},
|
|
7313
|
-
}
|
|
7453
|
+
},
|
|
7454
|
+
},
|
|
7314
7455
|
},
|
|
7315
7456
|
};
|
|
7316
7457
|
export const ManagedCertificateParameters = {
|
|
@@ -7320,19 +7461,23 @@ export const ManagedCertificateParameters = {
|
|
|
7320
7461
|
className: "ManagedCertificateParameters",
|
|
7321
7462
|
uberParent: "SecretParameters",
|
|
7322
7463
|
polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,
|
|
7323
|
-
modelProperties:
|
|
7464
|
+
modelProperties: {
|
|
7465
|
+
...SecretParameters.type.modelProperties,
|
|
7466
|
+
subject: {
|
|
7324
7467
|
serializedName: "subject",
|
|
7325
7468
|
readOnly: true,
|
|
7326
7469
|
type: {
|
|
7327
7470
|
name: "String",
|
|
7328
7471
|
},
|
|
7329
|
-
},
|
|
7472
|
+
},
|
|
7473
|
+
expirationDate: {
|
|
7330
7474
|
serializedName: "expirationDate",
|
|
7331
7475
|
readOnly: true,
|
|
7332
7476
|
type: {
|
|
7333
7477
|
name: "String",
|
|
7334
7478
|
},
|
|
7335
|
-
}
|
|
7479
|
+
},
|
|
7480
|
+
},
|
|
7336
7481
|
},
|
|
7337
7482
|
};
|
|
7338
7483
|
export const CustomerCertificateParameters = {
|
|
@@ -7342,41 +7487,49 @@ export const CustomerCertificateParameters = {
|
|
|
7342
7487
|
className: "CustomerCertificateParameters",
|
|
7343
7488
|
uberParent: "SecretParameters",
|
|
7344
7489
|
polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,
|
|
7345
|
-
modelProperties:
|
|
7490
|
+
modelProperties: {
|
|
7491
|
+
...SecretParameters.type.modelProperties,
|
|
7492
|
+
secretSource: {
|
|
7346
7493
|
serializedName: "secretSource",
|
|
7347
7494
|
type: {
|
|
7348
7495
|
name: "Composite",
|
|
7349
7496
|
className: "ResourceReference",
|
|
7350
7497
|
},
|
|
7351
|
-
},
|
|
7498
|
+
},
|
|
7499
|
+
secretVersion: {
|
|
7352
7500
|
serializedName: "secretVersion",
|
|
7353
7501
|
type: {
|
|
7354
7502
|
name: "String",
|
|
7355
7503
|
},
|
|
7356
|
-
},
|
|
7504
|
+
},
|
|
7505
|
+
useLatestVersion: {
|
|
7357
7506
|
serializedName: "useLatestVersion",
|
|
7358
7507
|
type: {
|
|
7359
7508
|
name: "Boolean",
|
|
7360
7509
|
},
|
|
7361
|
-
},
|
|
7510
|
+
},
|
|
7511
|
+
subject: {
|
|
7362
7512
|
serializedName: "subject",
|
|
7363
7513
|
readOnly: true,
|
|
7364
7514
|
type: {
|
|
7365
7515
|
name: "String",
|
|
7366
7516
|
},
|
|
7367
|
-
},
|
|
7517
|
+
},
|
|
7518
|
+
expirationDate: {
|
|
7368
7519
|
serializedName: "expirationDate",
|
|
7369
7520
|
readOnly: true,
|
|
7370
7521
|
type: {
|
|
7371
7522
|
name: "String",
|
|
7372
7523
|
},
|
|
7373
|
-
},
|
|
7524
|
+
},
|
|
7525
|
+
certificateAuthority: {
|
|
7374
7526
|
serializedName: "certificateAuthority",
|
|
7375
7527
|
readOnly: true,
|
|
7376
7528
|
type: {
|
|
7377
7529
|
name: "String",
|
|
7378
7530
|
},
|
|
7379
|
-
},
|
|
7531
|
+
},
|
|
7532
|
+
subjectAlternativeNames: {
|
|
7380
7533
|
serializedName: "subjectAlternativeNames",
|
|
7381
7534
|
type: {
|
|
7382
7535
|
name: "Sequence",
|
|
@@ -7386,13 +7539,15 @@ export const CustomerCertificateParameters = {
|
|
|
7386
7539
|
},
|
|
7387
7540
|
},
|
|
7388
7541
|
},
|
|
7389
|
-
},
|
|
7542
|
+
},
|
|
7543
|
+
thumbprint: {
|
|
7390
7544
|
serializedName: "thumbprint",
|
|
7391
7545
|
readOnly: true,
|
|
7392
7546
|
type: {
|
|
7393
7547
|
name: "String",
|
|
7394
7548
|
},
|
|
7395
|
-
}
|
|
7549
|
+
},
|
|
7550
|
+
},
|
|
7396
7551
|
},
|
|
7397
7552
|
};
|
|
7398
7553
|
export const AzureFirstPartyManagedCertificateParameters = {
|
|
@@ -7402,31 +7557,37 @@ export const AzureFirstPartyManagedCertificateParameters = {
|
|
|
7402
7557
|
className: "AzureFirstPartyManagedCertificateParameters",
|
|
7403
7558
|
uberParent: "SecretParameters",
|
|
7404
7559
|
polymorphicDiscriminator: SecretParameters.type.polymorphicDiscriminator,
|
|
7405
|
-
modelProperties:
|
|
7560
|
+
modelProperties: {
|
|
7561
|
+
...SecretParameters.type.modelProperties,
|
|
7562
|
+
secretSource: {
|
|
7406
7563
|
serializedName: "secretSource",
|
|
7407
7564
|
type: {
|
|
7408
7565
|
name: "Composite",
|
|
7409
7566
|
className: "ResourceReference",
|
|
7410
7567
|
},
|
|
7411
|
-
},
|
|
7568
|
+
},
|
|
7569
|
+
subject: {
|
|
7412
7570
|
serializedName: "subject",
|
|
7413
7571
|
readOnly: true,
|
|
7414
7572
|
type: {
|
|
7415
7573
|
name: "String",
|
|
7416
7574
|
},
|
|
7417
|
-
},
|
|
7575
|
+
},
|
|
7576
|
+
expirationDate: {
|
|
7418
7577
|
serializedName: "expirationDate",
|
|
7419
7578
|
readOnly: true,
|
|
7420
7579
|
type: {
|
|
7421
7580
|
name: "String",
|
|
7422
7581
|
},
|
|
7423
|
-
},
|
|
7582
|
+
},
|
|
7583
|
+
certificateAuthority: {
|
|
7424
7584
|
serializedName: "certificateAuthority",
|
|
7425
7585
|
readOnly: true,
|
|
7426
7586
|
type: {
|
|
7427
7587
|
name: "String",
|
|
7428
7588
|
},
|
|
7429
|
-
},
|
|
7589
|
+
},
|
|
7590
|
+
subjectAlternativeNames: {
|
|
7430
7591
|
serializedName: "subjectAlternativeNames",
|
|
7431
7592
|
type: {
|
|
7432
7593
|
name: "Sequence",
|
|
@@ -7436,26 +7597,31 @@ export const AzureFirstPartyManagedCertificateParameters = {
|
|
|
7436
7597
|
},
|
|
7437
7598
|
},
|
|
7438
7599
|
},
|
|
7439
|
-
},
|
|
7600
|
+
},
|
|
7601
|
+
thumbprint: {
|
|
7440
7602
|
serializedName: "thumbprint",
|
|
7441
7603
|
readOnly: true,
|
|
7442
7604
|
type: {
|
|
7443
7605
|
name: "String",
|
|
7444
7606
|
},
|
|
7445
|
-
}
|
|
7607
|
+
},
|
|
7608
|
+
},
|
|
7446
7609
|
},
|
|
7447
7610
|
};
|
|
7448
7611
|
export const EndpointProperties = {
|
|
7449
7612
|
type: {
|
|
7450
7613
|
name: "Composite",
|
|
7451
7614
|
className: "EndpointProperties",
|
|
7452
|
-
modelProperties:
|
|
7615
|
+
modelProperties: {
|
|
7616
|
+
...EndpointPropertiesUpdateParameters.type.modelProperties,
|
|
7617
|
+
hostName: {
|
|
7453
7618
|
serializedName: "hostName",
|
|
7454
7619
|
readOnly: true,
|
|
7455
7620
|
type: {
|
|
7456
7621
|
name: "String",
|
|
7457
7622
|
},
|
|
7458
|
-
},
|
|
7623
|
+
},
|
|
7624
|
+
origins: {
|
|
7459
7625
|
serializedName: "origins",
|
|
7460
7626
|
required: true,
|
|
7461
7627
|
type: {
|
|
@@ -7467,7 +7633,8 @@ export const EndpointProperties = {
|
|
|
7467
7633
|
},
|
|
7468
7634
|
},
|
|
7469
7635
|
},
|
|
7470
|
-
},
|
|
7636
|
+
},
|
|
7637
|
+
originGroups: {
|
|
7471
7638
|
serializedName: "originGroups",
|
|
7472
7639
|
type: {
|
|
7473
7640
|
name: "Sequence",
|
|
@@ -7478,7 +7645,8 @@ export const EndpointProperties = {
|
|
|
7478
7645
|
},
|
|
7479
7646
|
},
|
|
7480
7647
|
},
|
|
7481
|
-
},
|
|
7648
|
+
},
|
|
7649
|
+
customDomains: {
|
|
7482
7650
|
serializedName: "customDomains",
|
|
7483
7651
|
readOnly: true,
|
|
7484
7652
|
type: {
|
|
@@ -7490,63 +7658,75 @@ export const EndpointProperties = {
|
|
|
7490
7658
|
},
|
|
7491
7659
|
},
|
|
7492
7660
|
},
|
|
7493
|
-
},
|
|
7661
|
+
},
|
|
7662
|
+
resourceState: {
|
|
7494
7663
|
serializedName: "resourceState",
|
|
7495
7664
|
readOnly: true,
|
|
7496
7665
|
type: {
|
|
7497
7666
|
name: "String",
|
|
7498
7667
|
},
|
|
7499
|
-
},
|
|
7668
|
+
},
|
|
7669
|
+
provisioningState: {
|
|
7500
7670
|
serializedName: "provisioningState",
|
|
7501
7671
|
readOnly: true,
|
|
7502
7672
|
type: {
|
|
7503
7673
|
name: "String",
|
|
7504
7674
|
},
|
|
7505
|
-
}
|
|
7675
|
+
},
|
|
7676
|
+
},
|
|
7506
7677
|
},
|
|
7507
7678
|
};
|
|
7508
7679
|
export const OriginProperties = {
|
|
7509
7680
|
type: {
|
|
7510
7681
|
name: "Composite",
|
|
7511
7682
|
className: "OriginProperties",
|
|
7512
|
-
modelProperties:
|
|
7683
|
+
modelProperties: {
|
|
7684
|
+
...OriginUpdatePropertiesParameters.type.modelProperties,
|
|
7685
|
+
resourceState: {
|
|
7513
7686
|
serializedName: "resourceState",
|
|
7514
7687
|
readOnly: true,
|
|
7515
7688
|
type: {
|
|
7516
7689
|
name: "String",
|
|
7517
7690
|
},
|
|
7518
|
-
},
|
|
7691
|
+
},
|
|
7692
|
+
provisioningState: {
|
|
7519
7693
|
serializedName: "provisioningState",
|
|
7520
7694
|
readOnly: true,
|
|
7521
7695
|
type: {
|
|
7522
7696
|
name: "String",
|
|
7523
7697
|
},
|
|
7524
|
-
},
|
|
7698
|
+
},
|
|
7699
|
+
privateEndpointStatus: {
|
|
7525
7700
|
serializedName: "privateEndpointStatus",
|
|
7526
7701
|
readOnly: true,
|
|
7527
7702
|
type: {
|
|
7528
7703
|
name: "String",
|
|
7529
7704
|
},
|
|
7530
|
-
}
|
|
7705
|
+
},
|
|
7706
|
+
},
|
|
7531
7707
|
},
|
|
7532
7708
|
};
|
|
7533
7709
|
export const OriginGroupProperties = {
|
|
7534
7710
|
type: {
|
|
7535
7711
|
name: "Composite",
|
|
7536
7712
|
className: "OriginGroupProperties",
|
|
7537
|
-
modelProperties:
|
|
7713
|
+
modelProperties: {
|
|
7714
|
+
...OriginGroupUpdatePropertiesParameters.type.modelProperties,
|
|
7715
|
+
resourceState: {
|
|
7538
7716
|
serializedName: "resourceState",
|
|
7539
7717
|
readOnly: true,
|
|
7540
7718
|
type: {
|
|
7541
7719
|
name: "String",
|
|
7542
7720
|
},
|
|
7543
|
-
},
|
|
7721
|
+
},
|
|
7722
|
+
provisioningState: {
|
|
7544
7723
|
serializedName: "provisioningState",
|
|
7545
7724
|
readOnly: true,
|
|
7546
7725
|
type: {
|
|
7547
7726
|
name: "String",
|
|
7548
7727
|
},
|
|
7549
|
-
}
|
|
7728
|
+
},
|
|
7729
|
+
},
|
|
7550
7730
|
},
|
|
7551
7731
|
};
|
|
7552
7732
|
export const CdnManagedHttpsParameters = {
|
|
@@ -7556,13 +7736,16 @@ export const CdnManagedHttpsParameters = {
|
|
|
7556
7736
|
className: "CdnManagedHttpsParameters",
|
|
7557
7737
|
uberParent: "CustomDomainHttpsParameters",
|
|
7558
7738
|
polymorphicDiscriminator: CustomDomainHttpsParameters.type.polymorphicDiscriminator,
|
|
7559
|
-
modelProperties:
|
|
7739
|
+
modelProperties: {
|
|
7740
|
+
...CustomDomainHttpsParameters.type.modelProperties,
|
|
7741
|
+
certificateSourceParameters: {
|
|
7560
7742
|
serializedName: "certificateSourceParameters",
|
|
7561
7743
|
type: {
|
|
7562
7744
|
name: "Composite",
|
|
7563
7745
|
className: "CdnCertificateSourceParameters",
|
|
7564
7746
|
},
|
|
7565
|
-
}
|
|
7747
|
+
},
|
|
7748
|
+
},
|
|
7566
7749
|
},
|
|
7567
7750
|
};
|
|
7568
7751
|
export const UserManagedHttpsParameters = {
|
|
@@ -7572,20 +7755,25 @@ export const UserManagedHttpsParameters = {
|
|
|
7572
7755
|
className: "UserManagedHttpsParameters",
|
|
7573
7756
|
uberParent: "CustomDomainHttpsParameters",
|
|
7574
7757
|
polymorphicDiscriminator: CustomDomainHttpsParameters.type.polymorphicDiscriminator,
|
|
7575
|
-
modelProperties:
|
|
7758
|
+
modelProperties: {
|
|
7759
|
+
...CustomDomainHttpsParameters.type.modelProperties,
|
|
7760
|
+
certificateSourceParameters: {
|
|
7576
7761
|
serializedName: "certificateSourceParameters",
|
|
7577
7762
|
type: {
|
|
7578
7763
|
name: "Composite",
|
|
7579
7764
|
className: "KeyVaultCertificateSourceParameters",
|
|
7580
7765
|
},
|
|
7581
|
-
}
|
|
7766
|
+
},
|
|
7767
|
+
},
|
|
7582
7768
|
},
|
|
7583
7769
|
};
|
|
7584
7770
|
export const RateLimitRule = {
|
|
7585
7771
|
type: {
|
|
7586
7772
|
name: "Composite",
|
|
7587
7773
|
className: "RateLimitRule",
|
|
7588
|
-
modelProperties:
|
|
7774
|
+
modelProperties: {
|
|
7775
|
+
...CustomRule.type.modelProperties,
|
|
7776
|
+
rateLimitThreshold: {
|
|
7589
7777
|
constraints: {
|
|
7590
7778
|
InclusiveMinimum: 0,
|
|
7591
7779
|
},
|
|
@@ -7594,7 +7782,8 @@ export const RateLimitRule = {
|
|
|
7594
7782
|
type: {
|
|
7595
7783
|
name: "Number",
|
|
7596
7784
|
},
|
|
7597
|
-
},
|
|
7785
|
+
},
|
|
7786
|
+
rateLimitDurationInMinutes: {
|
|
7598
7787
|
constraints: {
|
|
7599
7788
|
InclusiveMaximum: 60,
|
|
7600
7789
|
InclusiveMinimum: 0,
|
|
@@ -7604,43 +7793,52 @@ export const RateLimitRule = {
|
|
|
7604
7793
|
type: {
|
|
7605
7794
|
name: "Number",
|
|
7606
7795
|
},
|
|
7607
|
-
}
|
|
7796
|
+
},
|
|
7797
|
+
},
|
|
7608
7798
|
},
|
|
7609
7799
|
};
|
|
7610
7800
|
export const ManagedCertificate = {
|
|
7611
7801
|
type: {
|
|
7612
7802
|
name: "Composite",
|
|
7613
7803
|
className: "ManagedCertificate",
|
|
7614
|
-
modelProperties:
|
|
7804
|
+
modelProperties: {
|
|
7805
|
+
...Certificate.type.modelProperties,
|
|
7806
|
+
},
|
|
7615
7807
|
},
|
|
7616
7808
|
};
|
|
7617
7809
|
export const CustomerCertificate = {
|
|
7618
7810
|
type: {
|
|
7619
7811
|
name: "Composite",
|
|
7620
7812
|
className: "CustomerCertificate",
|
|
7621
|
-
modelProperties:
|
|
7813
|
+
modelProperties: {
|
|
7814
|
+
...Certificate.type.modelProperties,
|
|
7815
|
+
secretSource: {
|
|
7622
7816
|
serializedName: "secretSource",
|
|
7623
7817
|
type: {
|
|
7624
7818
|
name: "Composite",
|
|
7625
7819
|
className: "ResourceReference",
|
|
7626
7820
|
},
|
|
7627
|
-
},
|
|
7821
|
+
},
|
|
7822
|
+
secretVersion: {
|
|
7628
7823
|
serializedName: "secretVersion",
|
|
7629
7824
|
type: {
|
|
7630
7825
|
name: "String",
|
|
7631
7826
|
},
|
|
7632
|
-
},
|
|
7827
|
+
},
|
|
7828
|
+
certificateAuthority: {
|
|
7633
7829
|
serializedName: "certificateAuthority",
|
|
7634
7830
|
readOnly: true,
|
|
7635
7831
|
type: {
|
|
7636
7832
|
name: "String",
|
|
7637
7833
|
},
|
|
7638
|
-
},
|
|
7834
|
+
},
|
|
7835
|
+
useLatestVersion: {
|
|
7639
7836
|
serializedName: "useLatestVersion",
|
|
7640
7837
|
type: {
|
|
7641
7838
|
name: "Boolean",
|
|
7642
7839
|
},
|
|
7643
|
-
},
|
|
7840
|
+
},
|
|
7841
|
+
subjectAlternativeNames: {
|
|
7644
7842
|
serializedName: "subjectAlternativeNames",
|
|
7645
7843
|
type: {
|
|
7646
7844
|
name: "Sequence",
|
|
@@ -7650,70 +7848,83 @@ export const CustomerCertificate = {
|
|
|
7650
7848
|
},
|
|
7651
7849
|
},
|
|
7652
7850
|
},
|
|
7653
|
-
},
|
|
7851
|
+
},
|
|
7852
|
+
thumbprint: {
|
|
7654
7853
|
serializedName: "thumbprint",
|
|
7655
7854
|
readOnly: true,
|
|
7656
7855
|
type: {
|
|
7657
7856
|
name: "String",
|
|
7658
7857
|
},
|
|
7659
|
-
}
|
|
7660
|
-
|
|
7858
|
+
},
|
|
7859
|
+
},
|
|
7860
|
+
},
|
|
7661
7861
|
};
|
|
7662
7862
|
export const AzureFirstPartyManagedCertificate = {
|
|
7663
7863
|
type: {
|
|
7664
7864
|
name: "Composite",
|
|
7665
7865
|
className: "AzureFirstPartyManagedCertificate",
|
|
7666
|
-
modelProperties:
|
|
7866
|
+
modelProperties: {
|
|
7867
|
+
...Certificate.type.modelProperties,
|
|
7868
|
+
},
|
|
7667
7869
|
},
|
|
7668
7870
|
};
|
|
7669
7871
|
export const Profile = {
|
|
7670
7872
|
type: {
|
|
7671
7873
|
name: "Composite",
|
|
7672
7874
|
className: "Profile",
|
|
7673
|
-
modelProperties:
|
|
7875
|
+
modelProperties: {
|
|
7876
|
+
...TrackedResource.type.modelProperties,
|
|
7877
|
+
sku: {
|
|
7674
7878
|
serializedName: "sku",
|
|
7675
7879
|
type: {
|
|
7676
7880
|
name: "Composite",
|
|
7677
7881
|
className: "Sku",
|
|
7678
7882
|
},
|
|
7679
|
-
},
|
|
7883
|
+
},
|
|
7884
|
+
kind: {
|
|
7680
7885
|
serializedName: "kind",
|
|
7681
7886
|
readOnly: true,
|
|
7682
7887
|
type: {
|
|
7683
7888
|
name: "String",
|
|
7684
7889
|
},
|
|
7685
|
-
},
|
|
7890
|
+
},
|
|
7891
|
+
identity: {
|
|
7686
7892
|
serializedName: "identity",
|
|
7687
7893
|
type: {
|
|
7688
7894
|
name: "Composite",
|
|
7689
7895
|
className: "ManagedServiceIdentity",
|
|
7690
7896
|
},
|
|
7691
|
-
},
|
|
7897
|
+
},
|
|
7898
|
+
resourceState: {
|
|
7692
7899
|
serializedName: "properties.resourceState",
|
|
7693
7900
|
readOnly: true,
|
|
7694
7901
|
type: {
|
|
7695
7902
|
name: "String",
|
|
7696
7903
|
},
|
|
7697
|
-
},
|
|
7904
|
+
},
|
|
7905
|
+
provisioningState: {
|
|
7698
7906
|
serializedName: "properties.provisioningState",
|
|
7699
7907
|
readOnly: true,
|
|
7700
7908
|
type: {
|
|
7701
7909
|
name: "String",
|
|
7702
7910
|
},
|
|
7703
|
-
},
|
|
7911
|
+
},
|
|
7912
|
+
extendedProperties: {
|
|
7704
7913
|
serializedName: "properties.extendedProperties",
|
|
7705
7914
|
readOnly: true,
|
|
7706
7915
|
type: {
|
|
7707
7916
|
name: "Dictionary",
|
|
7708
7917
|
value: { type: { name: "String" } },
|
|
7709
7918
|
},
|
|
7710
|
-
},
|
|
7919
|
+
},
|
|
7920
|
+
frontDoorId: {
|
|
7711
7921
|
serializedName: "properties.frontDoorId",
|
|
7712
7922
|
readOnly: true,
|
|
7713
7923
|
type: {
|
|
7714
7924
|
name: "String",
|
|
7715
7925
|
},
|
|
7716
|
-
},
|
|
7926
|
+
},
|
|
7927
|
+
originResponseTimeoutSeconds: {
|
|
7717
7928
|
constraints: {
|
|
7718
7929
|
InclusiveMinimum: 16,
|
|
7719
7930
|
},
|
|
@@ -7721,66 +7932,79 @@ export const Profile = {
|
|
|
7721
7932
|
type: {
|
|
7722
7933
|
name: "Number",
|
|
7723
7934
|
},
|
|
7724
|
-
},
|
|
7935
|
+
},
|
|
7936
|
+
logScrubbing: {
|
|
7725
7937
|
serializedName: "properties.logScrubbing",
|
|
7726
7938
|
type: {
|
|
7727
7939
|
name: "Composite",
|
|
7728
7940
|
className: "ProfileLogScrubbing",
|
|
7729
7941
|
},
|
|
7730
|
-
}
|
|
7942
|
+
},
|
|
7943
|
+
},
|
|
7731
7944
|
},
|
|
7732
7945
|
};
|
|
7733
7946
|
export const AFDEndpoint = {
|
|
7734
7947
|
type: {
|
|
7735
7948
|
name: "Composite",
|
|
7736
7949
|
className: "AFDEndpoint",
|
|
7737
|
-
modelProperties:
|
|
7950
|
+
modelProperties: {
|
|
7951
|
+
...TrackedResource.type.modelProperties,
|
|
7952
|
+
profileName: {
|
|
7738
7953
|
serializedName: "properties.profileName",
|
|
7739
7954
|
readOnly: true,
|
|
7740
7955
|
type: {
|
|
7741
7956
|
name: "String",
|
|
7742
7957
|
},
|
|
7743
|
-
},
|
|
7958
|
+
},
|
|
7959
|
+
enabledState: {
|
|
7744
7960
|
serializedName: "properties.enabledState",
|
|
7745
7961
|
type: {
|
|
7746
7962
|
name: "String",
|
|
7747
7963
|
},
|
|
7748
|
-
},
|
|
7964
|
+
},
|
|
7965
|
+
provisioningState: {
|
|
7749
7966
|
serializedName: "properties.provisioningState",
|
|
7750
7967
|
readOnly: true,
|
|
7751
7968
|
type: {
|
|
7752
7969
|
name: "String",
|
|
7753
7970
|
},
|
|
7754
|
-
},
|
|
7971
|
+
},
|
|
7972
|
+
deploymentStatus: {
|
|
7755
7973
|
serializedName: "properties.deploymentStatus",
|
|
7756
7974
|
readOnly: true,
|
|
7757
7975
|
type: {
|
|
7758
7976
|
name: "String",
|
|
7759
7977
|
},
|
|
7760
|
-
},
|
|
7978
|
+
},
|
|
7979
|
+
hostName: {
|
|
7761
7980
|
serializedName: "properties.hostName",
|
|
7762
7981
|
readOnly: true,
|
|
7763
7982
|
type: {
|
|
7764
7983
|
name: "String",
|
|
7765
7984
|
},
|
|
7766
|
-
},
|
|
7985
|
+
},
|
|
7986
|
+
autoGeneratedDomainNameLabelScope: {
|
|
7767
7987
|
serializedName: "properties.autoGeneratedDomainNameLabelScope",
|
|
7768
7988
|
type: {
|
|
7769
7989
|
name: "String",
|
|
7770
7990
|
},
|
|
7771
|
-
}
|
|
7991
|
+
},
|
|
7992
|
+
},
|
|
7772
7993
|
},
|
|
7773
7994
|
};
|
|
7774
7995
|
export const Endpoint = {
|
|
7775
7996
|
type: {
|
|
7776
7997
|
name: "Composite",
|
|
7777
7998
|
className: "Endpoint",
|
|
7778
|
-
modelProperties:
|
|
7999
|
+
modelProperties: {
|
|
8000
|
+
...TrackedResource.type.modelProperties,
|
|
8001
|
+
originPath: {
|
|
7779
8002
|
serializedName: "properties.originPath",
|
|
7780
8003
|
type: {
|
|
7781
8004
|
name: "String",
|
|
7782
8005
|
},
|
|
7783
|
-
},
|
|
8006
|
+
},
|
|
8007
|
+
contentTypesToCompress: {
|
|
7784
8008
|
serializedName: "properties.contentTypesToCompress",
|
|
7785
8009
|
type: {
|
|
7786
8010
|
name: "Sequence",
|
|
@@ -7790,29 +8014,34 @@ export const Endpoint = {
|
|
|
7790
8014
|
},
|
|
7791
8015
|
},
|
|
7792
8016
|
},
|
|
7793
|
-
},
|
|
8017
|
+
},
|
|
8018
|
+
originHostHeader: {
|
|
7794
8019
|
serializedName: "properties.originHostHeader",
|
|
7795
8020
|
type: {
|
|
7796
8021
|
name: "String",
|
|
7797
8022
|
},
|
|
7798
|
-
},
|
|
8023
|
+
},
|
|
8024
|
+
isCompressionEnabled: {
|
|
7799
8025
|
serializedName: "properties.isCompressionEnabled",
|
|
7800
8026
|
type: {
|
|
7801
8027
|
name: "Boolean",
|
|
7802
8028
|
},
|
|
7803
|
-
},
|
|
8029
|
+
},
|
|
8030
|
+
isHttpAllowed: {
|
|
7804
8031
|
defaultValue: true,
|
|
7805
8032
|
serializedName: "properties.isHttpAllowed",
|
|
7806
8033
|
type: {
|
|
7807
8034
|
name: "Boolean",
|
|
7808
8035
|
},
|
|
7809
|
-
},
|
|
8036
|
+
},
|
|
8037
|
+
isHttpsAllowed: {
|
|
7810
8038
|
defaultValue: true,
|
|
7811
8039
|
serializedName: "properties.isHttpsAllowed",
|
|
7812
8040
|
type: {
|
|
7813
8041
|
name: "Boolean",
|
|
7814
8042
|
},
|
|
7815
|
-
},
|
|
8043
|
+
},
|
|
8044
|
+
queryStringCachingBehavior: {
|
|
7816
8045
|
serializedName: "properties.queryStringCachingBehavior",
|
|
7817
8046
|
type: {
|
|
7818
8047
|
name: "Enum",
|
|
@@ -7823,17 +8052,20 @@ export const Endpoint = {
|
|
|
7823
8052
|
"NotSet",
|
|
7824
8053
|
],
|
|
7825
8054
|
},
|
|
7826
|
-
},
|
|
8055
|
+
},
|
|
8056
|
+
optimizationType: {
|
|
7827
8057
|
serializedName: "properties.optimizationType",
|
|
7828
8058
|
type: {
|
|
7829
8059
|
name: "String",
|
|
7830
8060
|
},
|
|
7831
|
-
},
|
|
8061
|
+
},
|
|
8062
|
+
probePath: {
|
|
7832
8063
|
serializedName: "properties.probePath",
|
|
7833
8064
|
type: {
|
|
7834
8065
|
name: "String",
|
|
7835
8066
|
},
|
|
7836
|
-
},
|
|
8067
|
+
},
|
|
8068
|
+
geoFilters: {
|
|
7837
8069
|
serializedName: "properties.geoFilters",
|
|
7838
8070
|
type: {
|
|
7839
8071
|
name: "Sequence",
|
|
@@ -7844,13 +8076,15 @@ export const Endpoint = {
|
|
|
7844
8076
|
},
|
|
7845
8077
|
},
|
|
7846
8078
|
},
|
|
7847
|
-
},
|
|
8079
|
+
},
|
|
8080
|
+
defaultOriginGroup: {
|
|
7848
8081
|
serializedName: "properties.defaultOriginGroup",
|
|
7849
8082
|
type: {
|
|
7850
8083
|
name: "Composite",
|
|
7851
8084
|
className: "ResourceReference",
|
|
7852
8085
|
},
|
|
7853
|
-
},
|
|
8086
|
+
},
|
|
8087
|
+
urlSigningKeys: {
|
|
7854
8088
|
serializedName: "properties.urlSigningKeys",
|
|
7855
8089
|
type: {
|
|
7856
8090
|
name: "Sequence",
|
|
@@ -7861,25 +8095,29 @@ export const Endpoint = {
|
|
|
7861
8095
|
},
|
|
7862
8096
|
},
|
|
7863
8097
|
},
|
|
7864
|
-
},
|
|
8098
|
+
},
|
|
8099
|
+
deliveryPolicy: {
|
|
7865
8100
|
serializedName: "properties.deliveryPolicy",
|
|
7866
8101
|
type: {
|
|
7867
8102
|
name: "Composite",
|
|
7868
8103
|
className: "EndpointPropertiesUpdateParametersDeliveryPolicy",
|
|
7869
8104
|
},
|
|
7870
|
-
},
|
|
8105
|
+
},
|
|
8106
|
+
webApplicationFirewallPolicyLink: {
|
|
7871
8107
|
serializedName: "properties.webApplicationFirewallPolicyLink",
|
|
7872
8108
|
type: {
|
|
7873
8109
|
name: "Composite",
|
|
7874
8110
|
className: "EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink",
|
|
7875
8111
|
},
|
|
7876
|
-
},
|
|
8112
|
+
},
|
|
8113
|
+
hostName: {
|
|
7877
8114
|
serializedName: "properties.hostName",
|
|
7878
8115
|
readOnly: true,
|
|
7879
8116
|
type: {
|
|
7880
8117
|
name: "String",
|
|
7881
8118
|
},
|
|
7882
|
-
},
|
|
8119
|
+
},
|
|
8120
|
+
origins: {
|
|
7883
8121
|
serializedName: "properties.origins",
|
|
7884
8122
|
type: {
|
|
7885
8123
|
name: "Sequence",
|
|
@@ -7890,7 +8128,8 @@ export const Endpoint = {
|
|
|
7890
8128
|
},
|
|
7891
8129
|
},
|
|
7892
8130
|
},
|
|
7893
|
-
},
|
|
8131
|
+
},
|
|
8132
|
+
originGroups: {
|
|
7894
8133
|
serializedName: "properties.originGroups",
|
|
7895
8134
|
type: {
|
|
7896
8135
|
name: "Sequence",
|
|
@@ -7901,7 +8140,8 @@ export const Endpoint = {
|
|
|
7901
8140
|
},
|
|
7902
8141
|
},
|
|
7903
8142
|
},
|
|
7904
|
-
},
|
|
8143
|
+
},
|
|
8144
|
+
customDomains: {
|
|
7905
8145
|
serializedName: "properties.customDomains",
|
|
7906
8146
|
readOnly: true,
|
|
7907
8147
|
type: {
|
|
@@ -7913,61 +8153,72 @@ export const Endpoint = {
|
|
|
7913
8153
|
},
|
|
7914
8154
|
},
|
|
7915
8155
|
},
|
|
7916
|
-
},
|
|
8156
|
+
},
|
|
8157
|
+
resourceState: {
|
|
7917
8158
|
serializedName: "properties.resourceState",
|
|
7918
8159
|
readOnly: true,
|
|
7919
8160
|
type: {
|
|
7920
8161
|
name: "String",
|
|
7921
8162
|
},
|
|
7922
|
-
},
|
|
8163
|
+
},
|
|
8164
|
+
provisioningState: {
|
|
7923
8165
|
serializedName: "properties.provisioningState",
|
|
7924
8166
|
readOnly: true,
|
|
7925
8167
|
type: {
|
|
7926
8168
|
name: "String",
|
|
7927
8169
|
},
|
|
7928
|
-
}
|
|
8170
|
+
},
|
|
8171
|
+
},
|
|
7929
8172
|
},
|
|
7930
8173
|
};
|
|
7931
8174
|
export const CdnWebApplicationFirewallPolicy = {
|
|
7932
8175
|
type: {
|
|
7933
8176
|
name: "Composite",
|
|
7934
8177
|
className: "CdnWebApplicationFirewallPolicy",
|
|
7935
|
-
modelProperties:
|
|
8178
|
+
modelProperties: {
|
|
8179
|
+
...TrackedResource.type.modelProperties,
|
|
8180
|
+
etag: {
|
|
7936
8181
|
serializedName: "etag",
|
|
7937
8182
|
type: {
|
|
7938
8183
|
name: "String",
|
|
7939
8184
|
},
|
|
7940
|
-
},
|
|
8185
|
+
},
|
|
8186
|
+
sku: {
|
|
7941
8187
|
serializedName: "sku",
|
|
7942
8188
|
type: {
|
|
7943
8189
|
name: "Composite",
|
|
7944
8190
|
className: "Sku",
|
|
7945
8191
|
},
|
|
7946
|
-
},
|
|
8192
|
+
},
|
|
8193
|
+
policySettings: {
|
|
7947
8194
|
serializedName: "properties.policySettings",
|
|
7948
8195
|
type: {
|
|
7949
8196
|
name: "Composite",
|
|
7950
8197
|
className: "PolicySettings",
|
|
7951
8198
|
},
|
|
7952
|
-
},
|
|
8199
|
+
},
|
|
8200
|
+
rateLimitRules: {
|
|
7953
8201
|
serializedName: "properties.rateLimitRules",
|
|
7954
8202
|
type: {
|
|
7955
8203
|
name: "Composite",
|
|
7956
8204
|
className: "RateLimitRuleList",
|
|
7957
8205
|
},
|
|
7958
|
-
},
|
|
8206
|
+
},
|
|
8207
|
+
customRules: {
|
|
7959
8208
|
serializedName: "properties.customRules",
|
|
7960
8209
|
type: {
|
|
7961
8210
|
name: "Composite",
|
|
7962
8211
|
className: "CustomRuleList",
|
|
7963
8212
|
},
|
|
7964
|
-
},
|
|
8213
|
+
},
|
|
8214
|
+
managedRules: {
|
|
7965
8215
|
serializedName: "properties.managedRules",
|
|
7966
8216
|
type: {
|
|
7967
8217
|
name: "Composite",
|
|
7968
8218
|
className: "ManagedRuleSetList",
|
|
7969
8219
|
},
|
|
7970
|
-
},
|
|
8220
|
+
},
|
|
8221
|
+
endpointLinks: {
|
|
7971
8222
|
serializedName: "properties.endpointLinks",
|
|
7972
8223
|
readOnly: true,
|
|
7973
8224
|
type: {
|
|
@@ -7979,116 +8230,137 @@ export const CdnWebApplicationFirewallPolicy = {
|
|
|
7979
8230
|
},
|
|
7980
8231
|
},
|
|
7981
8232
|
},
|
|
7982
|
-
},
|
|
8233
|
+
},
|
|
8234
|
+
extendedProperties: {
|
|
7983
8235
|
serializedName: "properties.extendedProperties",
|
|
7984
8236
|
type: {
|
|
7985
8237
|
name: "Dictionary",
|
|
7986
8238
|
value: { type: { name: "String" } },
|
|
7987
8239
|
},
|
|
7988
|
-
},
|
|
8240
|
+
},
|
|
8241
|
+
provisioningState: {
|
|
7989
8242
|
serializedName: "properties.provisioningState",
|
|
7990
8243
|
readOnly: true,
|
|
7991
8244
|
type: {
|
|
7992
8245
|
name: "String",
|
|
7993
8246
|
},
|
|
7994
|
-
},
|
|
8247
|
+
},
|
|
8248
|
+
resourceState: {
|
|
7995
8249
|
serializedName: "properties.resourceState",
|
|
7996
8250
|
readOnly: true,
|
|
7997
8251
|
type: {
|
|
7998
8252
|
name: "String",
|
|
7999
8253
|
},
|
|
8000
|
-
}
|
|
8254
|
+
},
|
|
8255
|
+
},
|
|
8001
8256
|
},
|
|
8002
8257
|
};
|
|
8003
8258
|
export const AFDDomain = {
|
|
8004
8259
|
type: {
|
|
8005
8260
|
name: "Composite",
|
|
8006
8261
|
className: "AFDDomain",
|
|
8007
|
-
modelProperties:
|
|
8262
|
+
modelProperties: {
|
|
8263
|
+
...ProxyResource.type.modelProperties,
|
|
8264
|
+
profileName: {
|
|
8008
8265
|
serializedName: "properties.profileName",
|
|
8009
8266
|
readOnly: true,
|
|
8010
8267
|
type: {
|
|
8011
8268
|
name: "String",
|
|
8012
8269
|
},
|
|
8013
|
-
},
|
|
8270
|
+
},
|
|
8271
|
+
tlsSettings: {
|
|
8014
8272
|
serializedName: "properties.tlsSettings",
|
|
8015
8273
|
type: {
|
|
8016
8274
|
name: "Composite",
|
|
8017
8275
|
className: "AFDDomainHttpsParameters",
|
|
8018
8276
|
},
|
|
8019
|
-
},
|
|
8277
|
+
},
|
|
8278
|
+
azureDnsZone: {
|
|
8020
8279
|
serializedName: "properties.azureDnsZone",
|
|
8021
8280
|
type: {
|
|
8022
8281
|
name: "Composite",
|
|
8023
8282
|
className: "ResourceReference",
|
|
8024
8283
|
},
|
|
8025
|
-
},
|
|
8284
|
+
},
|
|
8285
|
+
preValidatedCustomDomainResourceId: {
|
|
8026
8286
|
serializedName: "properties.preValidatedCustomDomainResourceId",
|
|
8027
8287
|
type: {
|
|
8028
8288
|
name: "Composite",
|
|
8029
8289
|
className: "ResourceReference",
|
|
8030
8290
|
},
|
|
8031
|
-
},
|
|
8291
|
+
},
|
|
8292
|
+
provisioningState: {
|
|
8032
8293
|
serializedName: "properties.provisioningState",
|
|
8033
8294
|
readOnly: true,
|
|
8034
8295
|
type: {
|
|
8035
8296
|
name: "String",
|
|
8036
8297
|
},
|
|
8037
|
-
},
|
|
8298
|
+
},
|
|
8299
|
+
deploymentStatus: {
|
|
8038
8300
|
serializedName: "properties.deploymentStatus",
|
|
8039
8301
|
readOnly: true,
|
|
8040
8302
|
type: {
|
|
8041
8303
|
name: "String",
|
|
8042
8304
|
},
|
|
8043
|
-
},
|
|
8305
|
+
},
|
|
8306
|
+
domainValidationState: {
|
|
8044
8307
|
serializedName: "properties.domainValidationState",
|
|
8045
8308
|
readOnly: true,
|
|
8046
8309
|
type: {
|
|
8047
8310
|
name: "String",
|
|
8048
8311
|
},
|
|
8049
|
-
},
|
|
8312
|
+
},
|
|
8313
|
+
hostName: {
|
|
8050
8314
|
serializedName: "properties.hostName",
|
|
8051
8315
|
type: {
|
|
8052
8316
|
name: "String",
|
|
8053
8317
|
},
|
|
8054
|
-
},
|
|
8318
|
+
},
|
|
8319
|
+
extendedProperties: {
|
|
8055
8320
|
serializedName: "properties.extendedProperties",
|
|
8056
8321
|
type: {
|
|
8057
8322
|
name: "Dictionary",
|
|
8058
8323
|
value: { type: { name: "String" } },
|
|
8059
8324
|
},
|
|
8060
|
-
},
|
|
8325
|
+
},
|
|
8326
|
+
validationProperties: {
|
|
8061
8327
|
serializedName: "properties.validationProperties",
|
|
8062
8328
|
type: {
|
|
8063
8329
|
name: "Composite",
|
|
8064
8330
|
className: "DomainValidationProperties",
|
|
8065
8331
|
},
|
|
8066
|
-
}
|
|
8332
|
+
},
|
|
8333
|
+
},
|
|
8067
8334
|
},
|
|
8068
8335
|
};
|
|
8069
8336
|
export const AFDOriginGroup = {
|
|
8070
8337
|
type: {
|
|
8071
8338
|
name: "Composite",
|
|
8072
8339
|
className: "AFDOriginGroup",
|
|
8073
|
-
modelProperties:
|
|
8340
|
+
modelProperties: {
|
|
8341
|
+
...ProxyResource.type.modelProperties,
|
|
8342
|
+
profileName: {
|
|
8074
8343
|
serializedName: "properties.profileName",
|
|
8075
8344
|
readOnly: true,
|
|
8076
8345
|
type: {
|
|
8077
8346
|
name: "String",
|
|
8078
8347
|
},
|
|
8079
|
-
},
|
|
8348
|
+
},
|
|
8349
|
+
loadBalancingSettings: {
|
|
8080
8350
|
serializedName: "properties.loadBalancingSettings",
|
|
8081
8351
|
type: {
|
|
8082
8352
|
name: "Composite",
|
|
8083
8353
|
className: "LoadBalancingSettingsParameters",
|
|
8084
8354
|
},
|
|
8085
|
-
},
|
|
8355
|
+
},
|
|
8356
|
+
healthProbeSettings: {
|
|
8086
8357
|
serializedName: "properties.healthProbeSettings",
|
|
8087
8358
|
type: {
|
|
8088
8359
|
name: "Composite",
|
|
8089
8360
|
className: "HealthProbeParameters",
|
|
8090
8361
|
},
|
|
8091
|
-
},
|
|
8362
|
+
},
|
|
8363
|
+
trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {
|
|
8092
8364
|
constraints: {
|
|
8093
8365
|
InclusiveMaximum: 50,
|
|
8094
8366
|
InclusiveMinimum: 0,
|
|
@@ -8097,48 +8369,57 @@ export const AFDOriginGroup = {
|
|
|
8097
8369
|
type: {
|
|
8098
8370
|
name: "Number",
|
|
8099
8371
|
},
|
|
8100
|
-
},
|
|
8372
|
+
},
|
|
8373
|
+
sessionAffinityState: {
|
|
8101
8374
|
serializedName: "properties.sessionAffinityState",
|
|
8102
8375
|
type: {
|
|
8103
8376
|
name: "String",
|
|
8104
8377
|
},
|
|
8105
|
-
},
|
|
8378
|
+
},
|
|
8379
|
+
provisioningState: {
|
|
8106
8380
|
serializedName: "properties.provisioningState",
|
|
8107
8381
|
readOnly: true,
|
|
8108
8382
|
type: {
|
|
8109
8383
|
name: "String",
|
|
8110
8384
|
},
|
|
8111
|
-
},
|
|
8385
|
+
},
|
|
8386
|
+
deploymentStatus: {
|
|
8112
8387
|
serializedName: "properties.deploymentStatus",
|
|
8113
8388
|
readOnly: true,
|
|
8114
8389
|
type: {
|
|
8115
8390
|
name: "String",
|
|
8116
8391
|
},
|
|
8117
|
-
}
|
|
8392
|
+
},
|
|
8393
|
+
},
|
|
8118
8394
|
},
|
|
8119
8395
|
};
|
|
8120
8396
|
export const AFDOrigin = {
|
|
8121
8397
|
type: {
|
|
8122
8398
|
name: "Composite",
|
|
8123
8399
|
className: "AFDOrigin",
|
|
8124
|
-
modelProperties:
|
|
8400
|
+
modelProperties: {
|
|
8401
|
+
...ProxyResource.type.modelProperties,
|
|
8402
|
+
originGroupName: {
|
|
8125
8403
|
serializedName: "properties.originGroupName",
|
|
8126
8404
|
readOnly: true,
|
|
8127
8405
|
type: {
|
|
8128
8406
|
name: "String",
|
|
8129
8407
|
},
|
|
8130
|
-
},
|
|
8408
|
+
},
|
|
8409
|
+
azureOrigin: {
|
|
8131
8410
|
serializedName: "properties.azureOrigin",
|
|
8132
8411
|
type: {
|
|
8133
8412
|
name: "Composite",
|
|
8134
8413
|
className: "ResourceReference",
|
|
8135
8414
|
},
|
|
8136
|
-
},
|
|
8415
|
+
},
|
|
8416
|
+
hostName: {
|
|
8137
8417
|
serializedName: "properties.hostName",
|
|
8138
8418
|
type: {
|
|
8139
8419
|
name: "String",
|
|
8140
8420
|
},
|
|
8141
|
-
},
|
|
8421
|
+
},
|
|
8422
|
+
httpPort: {
|
|
8142
8423
|
defaultValue: 80,
|
|
8143
8424
|
constraints: {
|
|
8144
8425
|
InclusiveMaximum: 65535,
|
|
@@ -8148,7 +8429,8 @@ export const AFDOrigin = {
|
|
|
8148
8429
|
type: {
|
|
8149
8430
|
name: "Number",
|
|
8150
8431
|
},
|
|
8151
|
-
},
|
|
8432
|
+
},
|
|
8433
|
+
httpsPort: {
|
|
8152
8434
|
defaultValue: 443,
|
|
8153
8435
|
constraints: {
|
|
8154
8436
|
InclusiveMaximum: 65535,
|
|
@@ -8158,12 +8440,14 @@ export const AFDOrigin = {
|
|
|
8158
8440
|
type: {
|
|
8159
8441
|
name: "Number",
|
|
8160
8442
|
},
|
|
8161
|
-
},
|
|
8443
|
+
},
|
|
8444
|
+
originHostHeader: {
|
|
8162
8445
|
serializedName: "properties.originHostHeader",
|
|
8163
8446
|
type: {
|
|
8164
8447
|
name: "String",
|
|
8165
8448
|
},
|
|
8166
|
-
},
|
|
8449
|
+
},
|
|
8450
|
+
priority: {
|
|
8167
8451
|
constraints: {
|
|
8168
8452
|
InclusiveMaximum: 5,
|
|
8169
8453
|
InclusiveMinimum: 1,
|
|
@@ -8172,7 +8456,8 @@ export const AFDOrigin = {
|
|
|
8172
8456
|
type: {
|
|
8173
8457
|
name: "Number",
|
|
8174
8458
|
},
|
|
8175
|
-
},
|
|
8459
|
+
},
|
|
8460
|
+
weight: {
|
|
8176
8461
|
constraints: {
|
|
8177
8462
|
InclusiveMaximum: 1000,
|
|
8178
8463
|
InclusiveMinimum: 1,
|
|
@@ -8181,49 +8466,58 @@ export const AFDOrigin = {
|
|
|
8181
8466
|
type: {
|
|
8182
8467
|
name: "Number",
|
|
8183
8468
|
},
|
|
8184
|
-
},
|
|
8469
|
+
},
|
|
8470
|
+
sharedPrivateLinkResource: {
|
|
8185
8471
|
serializedName: "properties.sharedPrivateLinkResource",
|
|
8186
8472
|
type: {
|
|
8187
8473
|
name: "Composite",
|
|
8188
8474
|
className: "SharedPrivateLinkResourceProperties",
|
|
8189
8475
|
},
|
|
8190
|
-
},
|
|
8476
|
+
},
|
|
8477
|
+
enabledState: {
|
|
8191
8478
|
serializedName: "properties.enabledState",
|
|
8192
8479
|
type: {
|
|
8193
8480
|
name: "String",
|
|
8194
8481
|
},
|
|
8195
|
-
},
|
|
8482
|
+
},
|
|
8483
|
+
enforceCertificateNameCheck: {
|
|
8196
8484
|
defaultValue: true,
|
|
8197
8485
|
serializedName: "properties.enforceCertificateNameCheck",
|
|
8198
8486
|
type: {
|
|
8199
8487
|
name: "Boolean",
|
|
8200
8488
|
},
|
|
8201
|
-
},
|
|
8489
|
+
},
|
|
8490
|
+
provisioningState: {
|
|
8202
8491
|
serializedName: "properties.provisioningState",
|
|
8203
8492
|
readOnly: true,
|
|
8204
8493
|
type: {
|
|
8205
8494
|
name: "String",
|
|
8206
8495
|
},
|
|
8207
|
-
},
|
|
8496
|
+
},
|
|
8497
|
+
deploymentStatus: {
|
|
8208
8498
|
serializedName: "properties.deploymentStatus",
|
|
8209
8499
|
readOnly: true,
|
|
8210
8500
|
type: {
|
|
8211
8501
|
name: "String",
|
|
8212
8502
|
},
|
|
8213
|
-
}
|
|
8503
|
+
},
|
|
8504
|
+
},
|
|
8214
8505
|
},
|
|
8215
8506
|
};
|
|
8216
8507
|
export const Route = {
|
|
8217
8508
|
type: {
|
|
8218
8509
|
name: "Composite",
|
|
8219
8510
|
className: "Route",
|
|
8220
|
-
modelProperties:
|
|
8511
|
+
modelProperties: {
|
|
8512
|
+
...ProxyResource.type.modelProperties,
|
|
8513
|
+
endpointName: {
|
|
8221
8514
|
serializedName: "properties.endpointName",
|
|
8222
8515
|
readOnly: true,
|
|
8223
8516
|
type: {
|
|
8224
8517
|
name: "String",
|
|
8225
8518
|
},
|
|
8226
|
-
},
|
|
8519
|
+
},
|
|
8520
|
+
customDomains: {
|
|
8227
8521
|
serializedName: "properties.customDomains",
|
|
8228
8522
|
type: {
|
|
8229
8523
|
name: "Sequence",
|
|
@@ -8234,18 +8528,21 @@ export const Route = {
|
|
|
8234
8528
|
},
|
|
8235
8529
|
},
|
|
8236
8530
|
},
|
|
8237
|
-
},
|
|
8531
|
+
},
|
|
8532
|
+
originGroup: {
|
|
8238
8533
|
serializedName: "properties.originGroup",
|
|
8239
8534
|
type: {
|
|
8240
8535
|
name: "Composite",
|
|
8241
8536
|
className: "ResourceReference",
|
|
8242
8537
|
},
|
|
8243
|
-
},
|
|
8538
|
+
},
|
|
8539
|
+
originPath: {
|
|
8244
8540
|
serializedName: "properties.originPath",
|
|
8245
8541
|
type: {
|
|
8246
8542
|
name: "String",
|
|
8247
8543
|
},
|
|
8248
|
-
},
|
|
8544
|
+
},
|
|
8545
|
+
ruleSets: {
|
|
8249
8546
|
serializedName: "properties.ruleSets",
|
|
8250
8547
|
type: {
|
|
8251
8548
|
name: "Sequence",
|
|
@@ -8256,7 +8553,8 @@ export const Route = {
|
|
|
8256
8553
|
},
|
|
8257
8554
|
},
|
|
8258
8555
|
},
|
|
8259
|
-
},
|
|
8556
|
+
},
|
|
8557
|
+
supportedProtocols: {
|
|
8260
8558
|
defaultValue: ["Http", "Https"],
|
|
8261
8559
|
serializedName: "properties.supportedProtocols",
|
|
8262
8560
|
type: {
|
|
@@ -8267,7 +8565,8 @@ export const Route = {
|
|
|
8267
8565
|
},
|
|
8268
8566
|
},
|
|
8269
8567
|
},
|
|
8270
|
-
},
|
|
8568
|
+
},
|
|
8569
|
+
patternsToMatch: {
|
|
8271
8570
|
serializedName: "properties.patternsToMatch",
|
|
8272
8571
|
type: {
|
|
8273
8572
|
name: "Sequence",
|
|
@@ -8277,90 +8576,107 @@ export const Route = {
|
|
|
8277
8576
|
},
|
|
8278
8577
|
},
|
|
8279
8578
|
},
|
|
8280
|
-
},
|
|
8579
|
+
},
|
|
8580
|
+
cacheConfiguration: {
|
|
8281
8581
|
serializedName: "properties.cacheConfiguration",
|
|
8282
8582
|
type: {
|
|
8283
8583
|
name: "Composite",
|
|
8284
8584
|
className: "AfdRouteCacheConfiguration",
|
|
8285
8585
|
},
|
|
8286
|
-
},
|
|
8586
|
+
},
|
|
8587
|
+
forwardingProtocol: {
|
|
8287
8588
|
serializedName: "properties.forwardingProtocol",
|
|
8288
8589
|
type: {
|
|
8289
8590
|
name: "String",
|
|
8290
8591
|
},
|
|
8291
|
-
},
|
|
8592
|
+
},
|
|
8593
|
+
linkToDefaultDomain: {
|
|
8292
8594
|
defaultValue: "Disabled",
|
|
8293
8595
|
serializedName: "properties.linkToDefaultDomain",
|
|
8294
8596
|
type: {
|
|
8295
8597
|
name: "String",
|
|
8296
8598
|
},
|
|
8297
|
-
},
|
|
8599
|
+
},
|
|
8600
|
+
httpsRedirect: {
|
|
8298
8601
|
defaultValue: "Disabled",
|
|
8299
8602
|
serializedName: "properties.httpsRedirect",
|
|
8300
8603
|
type: {
|
|
8301
8604
|
name: "String",
|
|
8302
8605
|
},
|
|
8303
|
-
},
|
|
8606
|
+
},
|
|
8607
|
+
enabledState: {
|
|
8304
8608
|
serializedName: "properties.enabledState",
|
|
8305
8609
|
type: {
|
|
8306
8610
|
name: "String",
|
|
8307
8611
|
},
|
|
8308
|
-
},
|
|
8612
|
+
},
|
|
8613
|
+
provisioningState: {
|
|
8309
8614
|
serializedName: "properties.provisioningState",
|
|
8310
8615
|
readOnly: true,
|
|
8311
8616
|
type: {
|
|
8312
8617
|
name: "String",
|
|
8313
8618
|
},
|
|
8314
|
-
},
|
|
8619
|
+
},
|
|
8620
|
+
deploymentStatus: {
|
|
8315
8621
|
serializedName: "properties.deploymentStatus",
|
|
8316
8622
|
readOnly: true,
|
|
8317
8623
|
type: {
|
|
8318
8624
|
name: "String",
|
|
8319
8625
|
},
|
|
8320
|
-
}
|
|
8626
|
+
},
|
|
8627
|
+
},
|
|
8321
8628
|
},
|
|
8322
8629
|
};
|
|
8323
8630
|
export const RuleSet = {
|
|
8324
8631
|
type: {
|
|
8325
8632
|
name: "Composite",
|
|
8326
8633
|
className: "RuleSet",
|
|
8327
|
-
modelProperties:
|
|
8634
|
+
modelProperties: {
|
|
8635
|
+
...ProxyResource.type.modelProperties,
|
|
8636
|
+
provisioningState: {
|
|
8328
8637
|
serializedName: "properties.provisioningState",
|
|
8329
8638
|
readOnly: true,
|
|
8330
8639
|
type: {
|
|
8331
8640
|
name: "String",
|
|
8332
8641
|
},
|
|
8333
|
-
},
|
|
8642
|
+
},
|
|
8643
|
+
deploymentStatus: {
|
|
8334
8644
|
serializedName: "properties.deploymentStatus",
|
|
8335
8645
|
readOnly: true,
|
|
8336
8646
|
type: {
|
|
8337
8647
|
name: "String",
|
|
8338
8648
|
},
|
|
8339
|
-
},
|
|
8649
|
+
},
|
|
8650
|
+
profileName: {
|
|
8340
8651
|
serializedName: "properties.profileName",
|
|
8341
8652
|
readOnly: true,
|
|
8342
8653
|
type: {
|
|
8343
8654
|
name: "String",
|
|
8344
8655
|
},
|
|
8345
|
-
}
|
|
8656
|
+
},
|
|
8657
|
+
},
|
|
8346
8658
|
},
|
|
8347
8659
|
};
|
|
8348
8660
|
export const Rule = {
|
|
8349
8661
|
type: {
|
|
8350
8662
|
name: "Composite",
|
|
8351
8663
|
className: "Rule",
|
|
8352
|
-
modelProperties:
|
|
8664
|
+
modelProperties: {
|
|
8665
|
+
...ProxyResource.type.modelProperties,
|
|
8666
|
+
ruleSetName: {
|
|
8353
8667
|
serializedName: "properties.ruleSetName",
|
|
8354
8668
|
readOnly: true,
|
|
8355
8669
|
type: {
|
|
8356
8670
|
name: "String",
|
|
8357
8671
|
},
|
|
8358
|
-
},
|
|
8672
|
+
},
|
|
8673
|
+
order: {
|
|
8359
8674
|
serializedName: "properties.order",
|
|
8360
8675
|
type: {
|
|
8361
8676
|
name: "Number",
|
|
8362
8677
|
},
|
|
8363
|
-
},
|
|
8678
|
+
},
|
|
8679
|
+
conditions: {
|
|
8364
8680
|
serializedName: "properties.conditions",
|
|
8365
8681
|
type: {
|
|
8366
8682
|
name: "Sequence",
|
|
@@ -8371,7 +8687,8 @@ export const Rule = {
|
|
|
8371
8687
|
},
|
|
8372
8688
|
},
|
|
8373
8689
|
},
|
|
8374
|
-
},
|
|
8690
|
+
},
|
|
8691
|
+
actions: {
|
|
8375
8692
|
serializedName: "properties.actions",
|
|
8376
8693
|
type: {
|
|
8377
8694
|
name: "Sequence",
|
|
@@ -8382,99 +8699,118 @@ export const Rule = {
|
|
|
8382
8699
|
},
|
|
8383
8700
|
},
|
|
8384
8701
|
},
|
|
8385
|
-
},
|
|
8702
|
+
},
|
|
8703
|
+
matchProcessingBehavior: {
|
|
8386
8704
|
defaultValue: "Continue",
|
|
8387
8705
|
serializedName: "properties.matchProcessingBehavior",
|
|
8388
8706
|
type: {
|
|
8389
8707
|
name: "String",
|
|
8390
8708
|
},
|
|
8391
|
-
},
|
|
8709
|
+
},
|
|
8710
|
+
provisioningState: {
|
|
8392
8711
|
serializedName: "properties.provisioningState",
|
|
8393
8712
|
readOnly: true,
|
|
8394
8713
|
type: {
|
|
8395
8714
|
name: "String",
|
|
8396
8715
|
},
|
|
8397
|
-
},
|
|
8716
|
+
},
|
|
8717
|
+
deploymentStatus: {
|
|
8398
8718
|
serializedName: "properties.deploymentStatus",
|
|
8399
8719
|
readOnly: true,
|
|
8400
8720
|
type: {
|
|
8401
8721
|
name: "String",
|
|
8402
8722
|
},
|
|
8403
|
-
}
|
|
8723
|
+
},
|
|
8724
|
+
},
|
|
8404
8725
|
},
|
|
8405
8726
|
};
|
|
8406
8727
|
export const SecurityPolicy = {
|
|
8407
8728
|
type: {
|
|
8408
8729
|
name: "Composite",
|
|
8409
8730
|
className: "SecurityPolicy",
|
|
8410
|
-
modelProperties:
|
|
8731
|
+
modelProperties: {
|
|
8732
|
+
...ProxyResource.type.modelProperties,
|
|
8733
|
+
provisioningState: {
|
|
8411
8734
|
serializedName: "properties.provisioningState",
|
|
8412
8735
|
readOnly: true,
|
|
8413
8736
|
type: {
|
|
8414
8737
|
name: "String",
|
|
8415
8738
|
},
|
|
8416
|
-
},
|
|
8739
|
+
},
|
|
8740
|
+
deploymentStatus: {
|
|
8417
8741
|
serializedName: "properties.deploymentStatus",
|
|
8418
8742
|
readOnly: true,
|
|
8419
8743
|
type: {
|
|
8420
8744
|
name: "String",
|
|
8421
8745
|
},
|
|
8422
|
-
},
|
|
8746
|
+
},
|
|
8747
|
+
profileName: {
|
|
8423
8748
|
serializedName: "properties.profileName",
|
|
8424
8749
|
readOnly: true,
|
|
8425
8750
|
type: {
|
|
8426
8751
|
name: "String",
|
|
8427
8752
|
},
|
|
8428
|
-
},
|
|
8753
|
+
},
|
|
8754
|
+
parameters: {
|
|
8429
8755
|
serializedName: "properties.parameters",
|
|
8430
8756
|
type: {
|
|
8431
8757
|
name: "Composite",
|
|
8432
8758
|
className: "SecurityPolicyPropertiesParameters",
|
|
8433
8759
|
},
|
|
8434
|
-
}
|
|
8760
|
+
},
|
|
8761
|
+
},
|
|
8435
8762
|
},
|
|
8436
8763
|
};
|
|
8437
8764
|
export const Secret = {
|
|
8438
8765
|
type: {
|
|
8439
8766
|
name: "Composite",
|
|
8440
8767
|
className: "Secret",
|
|
8441
|
-
modelProperties:
|
|
8768
|
+
modelProperties: {
|
|
8769
|
+
...ProxyResource.type.modelProperties,
|
|
8770
|
+
provisioningState: {
|
|
8442
8771
|
serializedName: "properties.provisioningState",
|
|
8443
8772
|
readOnly: true,
|
|
8444
8773
|
type: {
|
|
8445
8774
|
name: "String",
|
|
8446
8775
|
},
|
|
8447
|
-
},
|
|
8776
|
+
},
|
|
8777
|
+
deploymentStatus: {
|
|
8448
8778
|
serializedName: "properties.deploymentStatus",
|
|
8449
8779
|
readOnly: true,
|
|
8450
8780
|
type: {
|
|
8451
8781
|
name: "String",
|
|
8452
8782
|
},
|
|
8453
|
-
},
|
|
8783
|
+
},
|
|
8784
|
+
profileName: {
|
|
8454
8785
|
serializedName: "properties.profileName",
|
|
8455
8786
|
readOnly: true,
|
|
8456
8787
|
type: {
|
|
8457
8788
|
name: "String",
|
|
8458
8789
|
},
|
|
8459
|
-
},
|
|
8790
|
+
},
|
|
8791
|
+
parameters: {
|
|
8460
8792
|
serializedName: "properties.parameters",
|
|
8461
8793
|
type: {
|
|
8462
8794
|
name: "Composite",
|
|
8463
8795
|
className: "SecretParameters",
|
|
8464
8796
|
},
|
|
8465
|
-
}
|
|
8797
|
+
},
|
|
8798
|
+
},
|
|
8466
8799
|
},
|
|
8467
8800
|
};
|
|
8468
8801
|
export const Origin = {
|
|
8469
8802
|
type: {
|
|
8470
8803
|
name: "Composite",
|
|
8471
8804
|
className: "Origin",
|
|
8472
|
-
modelProperties:
|
|
8805
|
+
modelProperties: {
|
|
8806
|
+
...ProxyResource.type.modelProperties,
|
|
8807
|
+
hostName: {
|
|
8473
8808
|
serializedName: "properties.hostName",
|
|
8474
8809
|
type: {
|
|
8475
8810
|
name: "String",
|
|
8476
8811
|
},
|
|
8477
|
-
},
|
|
8812
|
+
},
|
|
8813
|
+
httpPort: {
|
|
8478
8814
|
constraints: {
|
|
8479
8815
|
InclusiveMaximum: 65535,
|
|
8480
8816
|
InclusiveMinimum: 1,
|
|
@@ -8483,7 +8819,8 @@ export const Origin = {
|
|
|
8483
8819
|
type: {
|
|
8484
8820
|
name: "Number",
|
|
8485
8821
|
},
|
|
8486
|
-
},
|
|
8822
|
+
},
|
|
8823
|
+
httpsPort: {
|
|
8487
8824
|
constraints: {
|
|
8488
8825
|
InclusiveMaximum: 65535,
|
|
8489
8826
|
InclusiveMinimum: 1,
|
|
@@ -8492,12 +8829,14 @@ export const Origin = {
|
|
|
8492
8829
|
type: {
|
|
8493
8830
|
name: "Number",
|
|
8494
8831
|
},
|
|
8495
|
-
},
|
|
8832
|
+
},
|
|
8833
|
+
originHostHeader: {
|
|
8496
8834
|
serializedName: "properties.originHostHeader",
|
|
8497
8835
|
type: {
|
|
8498
8836
|
name: "String",
|
|
8499
8837
|
},
|
|
8500
|
-
},
|
|
8838
|
+
},
|
|
8839
|
+
priority: {
|
|
8501
8840
|
constraints: {
|
|
8502
8841
|
InclusiveMaximum: 5,
|
|
8503
8842
|
InclusiveMinimum: 1,
|
|
@@ -8506,7 +8845,8 @@ export const Origin = {
|
|
|
8506
8845
|
type: {
|
|
8507
8846
|
name: "Number",
|
|
8508
8847
|
},
|
|
8509
|
-
},
|
|
8848
|
+
},
|
|
8849
|
+
weight: {
|
|
8510
8850
|
constraints: {
|
|
8511
8851
|
InclusiveMaximum: 1000,
|
|
8512
8852
|
InclusiveMinimum: 1,
|
|
@@ -8515,63 +8855,75 @@ export const Origin = {
|
|
|
8515
8855
|
type: {
|
|
8516
8856
|
name: "Number",
|
|
8517
8857
|
},
|
|
8518
|
-
},
|
|
8858
|
+
},
|
|
8859
|
+
enabled: {
|
|
8519
8860
|
serializedName: "properties.enabled",
|
|
8520
8861
|
type: {
|
|
8521
8862
|
name: "Boolean",
|
|
8522
8863
|
},
|
|
8523
|
-
},
|
|
8864
|
+
},
|
|
8865
|
+
privateLinkAlias: {
|
|
8524
8866
|
serializedName: "properties.privateLinkAlias",
|
|
8525
8867
|
type: {
|
|
8526
8868
|
name: "String",
|
|
8527
8869
|
},
|
|
8528
|
-
},
|
|
8870
|
+
},
|
|
8871
|
+
privateLinkResourceId: {
|
|
8529
8872
|
serializedName: "properties.privateLinkResourceId",
|
|
8530
8873
|
type: {
|
|
8531
8874
|
name: "String",
|
|
8532
8875
|
},
|
|
8533
|
-
},
|
|
8876
|
+
},
|
|
8877
|
+
privateLinkLocation: {
|
|
8534
8878
|
serializedName: "properties.privateLinkLocation",
|
|
8535
8879
|
type: {
|
|
8536
8880
|
name: "String",
|
|
8537
8881
|
},
|
|
8538
|
-
},
|
|
8882
|
+
},
|
|
8883
|
+
privateLinkApprovalMessage: {
|
|
8539
8884
|
serializedName: "properties.privateLinkApprovalMessage",
|
|
8540
8885
|
type: {
|
|
8541
8886
|
name: "String",
|
|
8542
8887
|
},
|
|
8543
|
-
},
|
|
8888
|
+
},
|
|
8889
|
+
resourceState: {
|
|
8544
8890
|
serializedName: "properties.resourceState",
|
|
8545
8891
|
readOnly: true,
|
|
8546
8892
|
type: {
|
|
8547
8893
|
name: "String",
|
|
8548
8894
|
},
|
|
8549
|
-
},
|
|
8895
|
+
},
|
|
8896
|
+
provisioningState: {
|
|
8550
8897
|
serializedName: "properties.provisioningState",
|
|
8551
8898
|
readOnly: true,
|
|
8552
8899
|
type: {
|
|
8553
8900
|
name: "String",
|
|
8554
8901
|
},
|
|
8555
|
-
},
|
|
8902
|
+
},
|
|
8903
|
+
privateEndpointStatus: {
|
|
8556
8904
|
serializedName: "properties.privateEndpointStatus",
|
|
8557
8905
|
readOnly: true,
|
|
8558
8906
|
type: {
|
|
8559
8907
|
name: "String",
|
|
8560
8908
|
},
|
|
8561
|
-
}
|
|
8909
|
+
},
|
|
8910
|
+
},
|
|
8562
8911
|
},
|
|
8563
8912
|
};
|
|
8564
8913
|
export const OriginGroup = {
|
|
8565
8914
|
type: {
|
|
8566
8915
|
name: "Composite",
|
|
8567
8916
|
className: "OriginGroup",
|
|
8568
|
-
modelProperties:
|
|
8917
|
+
modelProperties: {
|
|
8918
|
+
...ProxyResource.type.modelProperties,
|
|
8919
|
+
healthProbeSettings: {
|
|
8569
8920
|
serializedName: "properties.healthProbeSettings",
|
|
8570
8921
|
type: {
|
|
8571
8922
|
name: "Composite",
|
|
8572
8923
|
className: "HealthProbeParameters",
|
|
8573
8924
|
},
|
|
8574
|
-
},
|
|
8925
|
+
},
|
|
8926
|
+
origins: {
|
|
8575
8927
|
serializedName: "properties.origins",
|
|
8576
8928
|
type: {
|
|
8577
8929
|
name: "Sequence",
|
|
@@ -8582,7 +8934,8 @@ export const OriginGroup = {
|
|
|
8582
8934
|
},
|
|
8583
8935
|
},
|
|
8584
8936
|
},
|
|
8585
|
-
},
|
|
8937
|
+
},
|
|
8938
|
+
trafficRestorationTimeToHealedOrNewEndpointsInMinutes: {
|
|
8586
8939
|
constraints: {
|
|
8587
8940
|
InclusiveMaximum: 50,
|
|
8588
8941
|
InclusiveMinimum: 0,
|
|
@@ -8591,79 +8944,94 @@ export const OriginGroup = {
|
|
|
8591
8944
|
type: {
|
|
8592
8945
|
name: "Number",
|
|
8593
8946
|
},
|
|
8594
|
-
},
|
|
8947
|
+
},
|
|
8948
|
+
responseBasedOriginErrorDetectionSettings: {
|
|
8595
8949
|
serializedName: "properties.responseBasedOriginErrorDetectionSettings",
|
|
8596
8950
|
type: {
|
|
8597
8951
|
name: "Composite",
|
|
8598
8952
|
className: "ResponseBasedOriginErrorDetectionParameters",
|
|
8599
8953
|
},
|
|
8600
|
-
},
|
|
8954
|
+
},
|
|
8955
|
+
resourceState: {
|
|
8601
8956
|
serializedName: "properties.resourceState",
|
|
8602
8957
|
readOnly: true,
|
|
8603
8958
|
type: {
|
|
8604
8959
|
name: "String",
|
|
8605
8960
|
},
|
|
8606
|
-
},
|
|
8961
|
+
},
|
|
8962
|
+
provisioningState: {
|
|
8607
8963
|
serializedName: "properties.provisioningState",
|
|
8608
8964
|
readOnly: true,
|
|
8609
8965
|
type: {
|
|
8610
8966
|
name: "String",
|
|
8611
8967
|
},
|
|
8612
|
-
}
|
|
8968
|
+
},
|
|
8969
|
+
},
|
|
8613
8970
|
},
|
|
8614
8971
|
};
|
|
8615
8972
|
export const CustomDomain = {
|
|
8616
8973
|
type: {
|
|
8617
8974
|
name: "Composite",
|
|
8618
8975
|
className: "CustomDomain",
|
|
8619
|
-
modelProperties:
|
|
8976
|
+
modelProperties: {
|
|
8977
|
+
...ProxyResource.type.modelProperties,
|
|
8978
|
+
hostName: {
|
|
8620
8979
|
serializedName: "properties.hostName",
|
|
8621
8980
|
type: {
|
|
8622
8981
|
name: "String",
|
|
8623
8982
|
},
|
|
8624
|
-
},
|
|
8983
|
+
},
|
|
8984
|
+
resourceState: {
|
|
8625
8985
|
serializedName: "properties.resourceState",
|
|
8626
8986
|
readOnly: true,
|
|
8627
8987
|
type: {
|
|
8628
8988
|
name: "String",
|
|
8629
8989
|
},
|
|
8630
|
-
},
|
|
8990
|
+
},
|
|
8991
|
+
customHttpsProvisioningState: {
|
|
8631
8992
|
serializedName: "properties.customHttpsProvisioningState",
|
|
8632
8993
|
readOnly: true,
|
|
8633
8994
|
type: {
|
|
8634
8995
|
name: "String",
|
|
8635
8996
|
},
|
|
8636
|
-
},
|
|
8997
|
+
},
|
|
8998
|
+
customHttpsProvisioningSubstate: {
|
|
8637
8999
|
serializedName: "properties.customHttpsProvisioningSubstate",
|
|
8638
9000
|
readOnly: true,
|
|
8639
9001
|
type: {
|
|
8640
9002
|
name: "String",
|
|
8641
9003
|
},
|
|
8642
|
-
},
|
|
9004
|
+
},
|
|
9005
|
+
customHttpsParameters: {
|
|
8643
9006
|
serializedName: "properties.customHttpsParameters",
|
|
8644
9007
|
type: {
|
|
8645
9008
|
name: "Composite",
|
|
8646
9009
|
className: "CustomDomainHttpsParameters",
|
|
8647
9010
|
},
|
|
8648
|
-
},
|
|
9011
|
+
},
|
|
9012
|
+
validationData: {
|
|
8649
9013
|
serializedName: "properties.validationData",
|
|
8650
9014
|
type: {
|
|
8651
9015
|
name: "String",
|
|
8652
9016
|
},
|
|
8653
|
-
},
|
|
9017
|
+
},
|
|
9018
|
+
provisioningState: {
|
|
8654
9019
|
serializedName: "properties.provisioningState",
|
|
8655
9020
|
readOnly: true,
|
|
8656
9021
|
type: {
|
|
8657
9022
|
name: "String",
|
|
8658
9023
|
},
|
|
8659
|
-
}
|
|
9024
|
+
},
|
|
9025
|
+
},
|
|
8660
9026
|
},
|
|
8661
9027
|
};
|
|
8662
9028
|
export const EdgeNode = {
|
|
8663
9029
|
type: {
|
|
8664
9030
|
name: "Composite",
|
|
8665
9031
|
className: "EdgeNode",
|
|
8666
|
-
modelProperties:
|
|
9032
|
+
modelProperties: {
|
|
9033
|
+
...ProxyResource.type.modelProperties,
|
|
9034
|
+
ipAddressGroups: {
|
|
8667
9035
|
serializedName: "properties.ipAddressGroups",
|
|
8668
9036
|
type: {
|
|
8669
9037
|
name: "Sequence",
|
|
@@ -8674,7 +9042,8 @@ export const EdgeNode = {
|
|
|
8674
9042
|
},
|
|
8675
9043
|
},
|
|
8676
9044
|
},
|
|
8677
|
-
}
|
|
9045
|
+
},
|
|
9046
|
+
},
|
|
8678
9047
|
},
|
|
8679
9048
|
};
|
|
8680
9049
|
export const AfdProfilesUpgradeHeaders = {
|