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