azure_sdk 0.57.0 → 0.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/appconfiguration_profile_module.rb +89 -81
- data/lib/latest/modules/cdn_profile_module.rb +571 -173
- data/lib/latest/modules/cognitiveservices_profile_module.rb +117 -57
- data/lib/latest/modules/containerinstance_profile_module.rb +174 -136
- data/lib/latest/modules/containerservice_profile_module.rb +189 -139
- data/lib/latest/modules/datafactory_profile_module.rb +535 -435
- data/lib/latest/modules/eventgrid_profile_module.rb +184 -360
- data/lib/latest/modules/hdinsight_profile_module.rb +139 -113
- data/lib/latest/modules/kusto_profile_module.rb +173 -157
- data/lib/latest/modules/mixedreality_profile_module.rb +100 -56
- data/lib/latest/modules/netapp_profile_module.rb +53 -49
- data/lib/latest/modules/network_profile_module.rb +1749 -1577
- data/lib/latest/modules/operationalinsights_profile_module.rb +291 -145
- data/lib/latest/modules/reservations_profile_module.rb +47 -59
- data/lib/latest/modules/security_profile_module.rb +366 -258
- data/lib/latest/modules/signalr_profile_module.rb +143 -71
- data/lib/latest/modules/storage_profile_module.rb +247 -191
- data/lib/latest/modules/synapse_profile_module.rb +440 -116
- metadata +273 -273
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 073cb59465e8225df03ebbb34e427a0ee9e2cdc3ba955584b05f6948c850e3fc
|
4
|
+
data.tar.gz: b6c685cc71f48562556d30b9658bbf3ca0de22656eac16b5a7f11805770d6fe5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7500634806524cdf5a23e3150e68d6aaa45a953be70493eb6c41358df4273f44b28ce39dab59578fdf008e57f3eeaff9bc01efdbf1e92e6bdca6e707bf54fe28
|
7
|
+
data.tar.gz: 173bf8a056b90f7ef45d15ef9f04668f18197ece69ffe8ee19596bf3f242fcc50978f32a62c000c63fb40e29fb464e566282e9da459e48f31b568d73ea1eb458
|
data/lib/azure_sdk/version.rb
CHANGED
@@ -7,42 +7,44 @@ require 'azure_mgmt_appconfiguration'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Appconfiguration
|
9
9
|
module Mgmt
|
10
|
-
ConfigurationStores = Azure::Appconfiguration::Mgmt::
|
11
|
-
Operations = Azure::Appconfiguration::Mgmt::
|
12
|
-
PrivateEndpointConnections = Azure::Appconfiguration::Mgmt::
|
13
|
-
PrivateLinkResources = Azure::Appconfiguration::Mgmt::
|
10
|
+
ConfigurationStores = Azure::Appconfiguration::Mgmt::V2020_06_01::ConfigurationStores
|
11
|
+
Operations = Azure::Appconfiguration::Mgmt::V2020_06_01::Operations
|
12
|
+
PrivateEndpointConnections = Azure::Appconfiguration::Mgmt::V2020_06_01::PrivateEndpointConnections
|
13
|
+
PrivateLinkResources = Azure::Appconfiguration::Mgmt::V2020_06_01::PrivateLinkResources
|
14
14
|
|
15
15
|
module Models
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
16
|
+
ApiKey = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKey
|
17
|
+
ApiKeyListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKeyListResult
|
18
|
+
ResourceIdentity = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ResourceIdentity
|
19
|
+
RegenerateKeyParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::RegenerateKeyParameters
|
20
|
+
EncryptionProperties = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::EncryptionProperties
|
21
|
+
ListKeyValueParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ListKeyValueParameters
|
22
|
+
PrivateLinkServiceConnectionState = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkServiceConnectionState
|
23
|
+
KeyValue = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyValue
|
24
|
+
Sku = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Sku
|
25
|
+
OperationDefinitionDisplay = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionDisplay
|
26
|
+
ConfigurationStoreListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreListResult
|
27
|
+
OperationDefinition = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinition
|
28
|
+
CheckNameAvailabilityParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::CheckNameAvailabilityParameters
|
29
|
+
OperationDefinitionListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionListResult
|
30
|
+
UserIdentity = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::UserIdentity
|
31
|
+
Error = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Error
|
32
|
+
PrivateEndpoint = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpoint
|
33
|
+
Resource = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Resource
|
34
|
+
ConfigurationStoreUpdateParameters = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreUpdateParameters
|
35
|
+
PrivateEndpointConnection = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnection
|
36
|
+
KeyVaultProperties = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyVaultProperties
|
37
|
+
PrivateEndpointConnectionListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionListResult
|
38
|
+
NameAvailabilityStatus = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::NameAvailabilityStatus
|
39
|
+
PrivateLinkResource = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResource
|
40
|
+
PrivateEndpointConnectionReference = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionReference
|
41
|
+
PrivateLinkResourceListResult = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResourceListResult
|
42
|
+
ConfigurationStore = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStore
|
43
|
+
IdentityType = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::IdentityType
|
44
|
+
ProvisioningState = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ProvisioningState
|
45
|
+
ConnectionStatus = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConnectionStatus
|
46
|
+
ActionsRequired = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ActionsRequired
|
47
|
+
PublicNetworkAccess = Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PublicNetworkAccess
|
46
48
|
end
|
47
49
|
|
48
50
|
class AppconfigurationManagementClass
|
@@ -51,7 +53,7 @@ module Azure::Profiles::Latest
|
|
51
53
|
def initialize(configurable, base_url=nil, options=nil)
|
52
54
|
@configurable, @base_url, @options = configurable, base_url, options
|
53
55
|
|
54
|
-
@client_0 = Azure::Appconfiguration::Mgmt::
|
56
|
+
@client_0 = Azure::Appconfiguration::Mgmt::V2020_06_01::AppConfigurationManagementClient.new(configurable.credentials, base_url, options)
|
55
57
|
if(@client_0.respond_to?(:subscription_id))
|
56
58
|
@client_0.subscription_id = configurable.subscription_id
|
57
59
|
end
|
@@ -78,95 +80,101 @@ module Azure::Profiles::Latest
|
|
78
80
|
end
|
79
81
|
|
80
82
|
class ModelClasses
|
83
|
+
def api_key
|
84
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKey
|
85
|
+
end
|
86
|
+
def api_key_list_result
|
87
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ApiKeyListResult
|
88
|
+
end
|
89
|
+
def resource_identity
|
90
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ResourceIdentity
|
91
|
+
end
|
92
|
+
def regenerate_key_parameters
|
93
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::RegenerateKeyParameters
|
94
|
+
end
|
95
|
+
def encryption_properties
|
96
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::EncryptionProperties
|
97
|
+
end
|
81
98
|
def list_key_value_parameters
|
82
|
-
Azure::Appconfiguration::Mgmt::
|
99
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ListKeyValueParameters
|
83
100
|
end
|
84
|
-
def
|
85
|
-
Azure::Appconfiguration::Mgmt::
|
101
|
+
def private_link_service_connection_state
|
102
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkServiceConnectionState
|
86
103
|
end
|
87
104
|
def key_value
|
88
|
-
Azure::Appconfiguration::Mgmt::
|
105
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyValue
|
89
106
|
end
|
90
|
-
def
|
91
|
-
Azure::Appconfiguration::Mgmt::
|
107
|
+
def sku
|
108
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Sku
|
92
109
|
end
|
93
110
|
def operation_definition_display
|
94
|
-
Azure::Appconfiguration::Mgmt::
|
111
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionDisplay
|
95
112
|
end
|
96
|
-
def
|
97
|
-
Azure::Appconfiguration::Mgmt::
|
113
|
+
def configuration_store_list_result
|
114
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreListResult
|
98
115
|
end
|
99
116
|
def operation_definition
|
100
|
-
Azure::Appconfiguration::Mgmt::
|
117
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinition
|
101
118
|
end
|
102
|
-
def
|
103
|
-
Azure::Appconfiguration::Mgmt::
|
119
|
+
def check_name_availability_parameters
|
120
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::CheckNameAvailabilityParameters
|
104
121
|
end
|
105
122
|
def operation_definition_list_result
|
106
|
-
Azure::Appconfiguration::Mgmt::
|
123
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::OperationDefinitionListResult
|
107
124
|
end
|
108
|
-
def
|
109
|
-
Azure::Appconfiguration::Mgmt::
|
125
|
+
def user_identity
|
126
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::UserIdentity
|
110
127
|
end
|
111
128
|
def error
|
112
|
-
Azure::Appconfiguration::Mgmt::
|
113
|
-
end
|
114
|
-
def api_key
|
115
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::ApiKey
|
116
|
-
end
|
117
|
-
def resource
|
118
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::Resource
|
119
|
-
end
|
120
|
-
def regenerate_key_parameters
|
121
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::RegenerateKeyParameters
|
129
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Error
|
122
130
|
end
|
123
131
|
def private_endpoint
|
124
|
-
Azure::Appconfiguration::Mgmt::
|
132
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpoint
|
125
133
|
end
|
126
|
-
def
|
127
|
-
Azure::Appconfiguration::Mgmt::
|
128
|
-
end
|
129
|
-
def private_link_service_connection_state
|
130
|
-
Azure::Appconfiguration::Mgmt::V2019_11_01_preview::Models::PrivateLinkServiceConnectionState
|
134
|
+
def resource
|
135
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::Resource
|
131
136
|
end
|
132
137
|
def configuration_store_update_parameters
|
133
|
-
Azure::Appconfiguration::Mgmt::
|
138
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStoreUpdateParameters
|
134
139
|
end
|
135
140
|
def private_endpoint_connection
|
136
|
-
Azure::Appconfiguration::Mgmt::
|
141
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnection
|
137
142
|
end
|
138
|
-
def
|
139
|
-
Azure::Appconfiguration::Mgmt::
|
143
|
+
def key_vault_properties
|
144
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::KeyVaultProperties
|
140
145
|
end
|
141
146
|
def private_endpoint_connection_list_result
|
142
|
-
Azure::Appconfiguration::Mgmt::
|
147
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionListResult
|
143
148
|
end
|
144
149
|
def name_availability_status
|
145
|
-
Azure::Appconfiguration::Mgmt::
|
150
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::NameAvailabilityStatus
|
146
151
|
end
|
147
152
|
def private_link_resource
|
148
|
-
Azure::Appconfiguration::Mgmt::
|
153
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResource
|
149
154
|
end
|
150
|
-
def
|
151
|
-
Azure::Appconfiguration::Mgmt::
|
155
|
+
def private_endpoint_connection_reference
|
156
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionReference
|
152
157
|
end
|
153
158
|
def private_link_resource_list_result
|
154
|
-
Azure::Appconfiguration::Mgmt::
|
159
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PrivateLinkResourceListResult
|
155
160
|
end
|
156
161
|
def configuration_store
|
157
|
-
Azure::Appconfiguration::Mgmt::
|
162
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConfigurationStore
|
158
163
|
end
|
159
164
|
def identity_type
|
160
|
-
Azure::Appconfiguration::Mgmt::
|
165
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::IdentityType
|
161
166
|
end
|
162
167
|
def provisioning_state
|
163
|
-
Azure::Appconfiguration::Mgmt::
|
168
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ProvisioningState
|
164
169
|
end
|
165
170
|
def connection_status
|
166
|
-
Azure::Appconfiguration::Mgmt::
|
171
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ConnectionStatus
|
167
172
|
end
|
168
173
|
def actions_required
|
169
|
-
Azure::Appconfiguration::Mgmt::
|
174
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::ActionsRequired
|
175
|
+
end
|
176
|
+
def public_network_access
|
177
|
+
Azure::Appconfiguration::Mgmt::V2020_06_01::Models::PublicNetworkAccess
|
170
178
|
end
|
171
179
|
end
|
172
180
|
end
|
@@ -7,90 +7,191 @@ require 'azure_mgmt_cdn'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module CDN
|
9
9
|
module Mgmt
|
10
|
-
Profiles = Azure::CDN::Mgmt::
|
11
|
-
Endpoints = Azure::CDN::Mgmt::
|
12
|
-
Origins = Azure::CDN::Mgmt::
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
10
|
+
Profiles = Azure::CDN::Mgmt::V2020_04_15::Profiles
|
11
|
+
Endpoints = Azure::CDN::Mgmt::V2020_04_15::Endpoints
|
12
|
+
Origins = Azure::CDN::Mgmt::V2020_04_15::Origins
|
13
|
+
OriginGroups = Azure::CDN::Mgmt::V2020_04_15::OriginGroups
|
14
|
+
CustomDomains = Azure::CDN::Mgmt::V2020_04_15::CustomDomains
|
15
|
+
ResourceUsageOperations = Azure::CDN::Mgmt::V2020_04_15::ResourceUsageOperations
|
16
|
+
Operations = Azure::CDN::Mgmt::V2020_04_15::Operations
|
17
|
+
EdgeNodes = Azure::CDN::Mgmt::V2020_04_15::EdgeNodes
|
18
|
+
Policies = Azure::CDN::Mgmt::V2020_04_15::Policies
|
19
|
+
ManagedRuleSets = Azure::CDN::Mgmt::V2020_04_15::ManagedRuleSets
|
17
20
|
|
18
21
|
module Models
|
19
|
-
|
20
|
-
Sku = Azure::CDN::Mgmt::
|
21
|
-
|
22
|
-
ProfileListResult = Azure::CDN::Mgmt::
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
22
|
+
UrlRedirectActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectActionParameters
|
23
|
+
Sku = Azure::CDN::Mgmt::V2020_04_15::Models::Sku
|
24
|
+
UrlFileNameMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileNameMatchConditionParameters
|
25
|
+
ProfileListResult = Azure::CDN::Mgmt::V2020_04_15::Models::ProfileListResult
|
26
|
+
Operation = Azure::CDN::Mgmt::V2020_04_15::Models::Operation
|
27
|
+
SsoUri = Azure::CDN::Mgmt::V2020_04_15::Models::SsoUri
|
28
|
+
HttpVersionMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HttpVersionMatchConditionParameters
|
29
|
+
DeepCreatedOrigin = Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOrigin
|
30
|
+
OperationDisplay = Azure::CDN::Mgmt::V2020_04_15::Models::OperationDisplay
|
31
|
+
ResourceReference = Azure::CDN::Mgmt::V2020_04_15::Models::ResourceReference
|
32
|
+
CookiesMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CookiesMatchConditionParameters
|
33
|
+
ResponseBasedOriginErrorDetectionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::ResponseBasedOriginErrorDetectionParameters
|
34
|
+
ResourceUsageListResult = Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsageListResult
|
35
|
+
CustomRule = Azure::CDN::Mgmt::V2020_04_15::Models::CustomRule
|
36
|
+
IsDeviceMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::IsDeviceMatchConditionParameters
|
37
|
+
GeoFilter = Azure::CDN::Mgmt::V2020_04_15::Models::GeoFilter
|
38
|
+
ResourceUsage = Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsage
|
39
|
+
UrlSigningKey = Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningKey
|
40
|
+
ValidateProbeOutput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeOutput
|
41
|
+
DeliveryRuleAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleAction
|
42
|
+
MatchCondition = Azure::CDN::Mgmt::V2020_04_15::Models::MatchCondition
|
43
|
+
EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointPropertiesUpdateParametersDeliveryPolicy
|
44
|
+
UrlSigningParamIdentifier = Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningParamIdentifier
|
45
|
+
EndpointUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointUpdateParameters
|
46
|
+
UrlSigningActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningActionParameters
|
47
|
+
PolicySettings = Azure::CDN::Mgmt::V2020_04_15::Models::PolicySettings
|
48
|
+
UrlRewriteActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteActionParameters
|
49
|
+
ErrorResponse = Azure::CDN::Mgmt::V2020_04_15::Models::ErrorResponse
|
50
|
+
RateLimitRuleList = Azure::CDN::Mgmt::V2020_04_15::Models::RateLimitRuleList
|
51
|
+
CustomRuleList = Azure::CDN::Mgmt::V2020_04_15::Models::CustomRuleList
|
52
|
+
HeaderActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HeaderActionParameters
|
53
|
+
ManagedRuleOverride = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleOverride
|
54
|
+
Resource = Azure::CDN::Mgmt::V2020_04_15::Models::Resource
|
55
|
+
ManagedRuleSetDefinitionList = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetDefinitionList
|
56
|
+
EdgenodeResult = Azure::CDN::Mgmt::V2020_04_15::Models::EdgenodeResult
|
57
|
+
CacheExpirationActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CacheExpirationActionParameters
|
58
|
+
ManagedRuleGroupOverride = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupOverride
|
59
|
+
ManagedRuleGroupDefinition = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupDefinition
|
60
|
+
IpAddressGroup = Azure::CDN::Mgmt::V2020_04_15::Models::IpAddressGroup
|
61
|
+
CacheKeyQueryStringActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CacheKeyQueryStringActionParameters
|
62
|
+
CidrIpAddress = Azure::CDN::Mgmt::V2020_04_15::Models::CidrIpAddress
|
63
|
+
ManagedRuleDefinition = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleDefinition
|
64
|
+
OperationsListResult = Azure::CDN::Mgmt::V2020_04_15::Models::OperationsListResult
|
65
|
+
PurgeParameters = Azure::CDN::Mgmt::V2020_04_15::Models::PurgeParameters
|
66
|
+
SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2020_04_15::Models::SupportedOptimizationTypesListResult
|
67
|
+
LoadParameters = Azure::CDN::Mgmt::V2020_04_15::Models::LoadParameters
|
68
|
+
HttpErrorRangeParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HttpErrorRangeParameters
|
69
|
+
CdnWebApplicationFirewallPolicyPatchParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyPatchParameters
|
70
|
+
EndpointListResult = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointListResult
|
71
|
+
OriginUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::OriginUpdateParameters
|
72
|
+
DeliveryRuleCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCondition
|
73
|
+
OriginListResult = Azure::CDN::Mgmt::V2020_04_15::Models::OriginListResult
|
74
|
+
EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink
|
75
|
+
CdnWebApplicationFirewallPolicyList = Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyList
|
76
|
+
RequestMethodMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestMethodMatchConditionParameters
|
77
|
+
OriginGroupUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupUpdateParameters
|
78
|
+
PostArgsMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::PostArgsMatchConditionParameters
|
79
|
+
OriginGroupListResult = Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupListResult
|
80
|
+
RequestHeaderMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestHeaderMatchConditionParameters
|
81
|
+
CdnEndpoint = Azure::CDN::Mgmt::V2020_04_15::Models::CdnEndpoint
|
82
|
+
RequestSchemeMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestSchemeMatchConditionParameters
|
83
|
+
CustomDomainParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainParameters
|
84
|
+
UrlFileExtensionMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileExtensionMatchConditionParameters
|
85
|
+
CustomDomainHttpsParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainHttpsParameters
|
86
|
+
HealthProbeParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HealthProbeParameters
|
87
|
+
CdnCertificateSourceParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CdnCertificateSourceParameters
|
88
|
+
KeyVaultSigningKeyParameters = Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultSigningKeyParameters
|
89
|
+
ManagedRuleSetList = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetList
|
90
|
+
RemoteAddressMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RemoteAddressMatchConditionParameters
|
91
|
+
KeyVaultCertificateSourceParameters = Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultCertificateSourceParameters
|
92
|
+
RequestUriMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestUriMatchConditionParameters
|
93
|
+
ManagedRuleSet = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSet
|
94
|
+
UrlPathMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlPathMatchConditionParameters
|
95
|
+
CustomDomainListResult = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainListResult
|
96
|
+
DeepCreatedOriginGroup = Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOriginGroup
|
97
|
+
ValidateCustomDomainInput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainInput
|
98
|
+
QueryStringMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringMatchConditionParameters
|
99
|
+
ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainOutput
|
100
|
+
ProfileUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::ProfileUpdateParameters
|
101
|
+
CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityInput
|
102
|
+
RequestBodyMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestBodyMatchConditionParameters
|
103
|
+
CheckNameAvailabilityOutput = Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityOutput
|
104
|
+
DeliveryRule = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRule
|
105
|
+
ValidateProbeInput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeInput
|
106
|
+
Profile = Azure::CDN::Mgmt::V2020_04_15::Models::Profile
|
107
|
+
Endpoint = Azure::CDN::Mgmt::V2020_04_15::Models::Endpoint
|
108
|
+
DeliveryRuleRemoteAddressCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRemoteAddressCondition
|
109
|
+
DeliveryRuleRequestMethodCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestMethodCondition
|
110
|
+
DeliveryRuleQueryStringCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleQueryStringCondition
|
111
|
+
DeliveryRulePostArgsCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRulePostArgsCondition
|
112
|
+
DeliveryRuleRequestUriCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestUriCondition
|
113
|
+
DeliveryRuleRequestHeaderCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestHeaderCondition
|
114
|
+
DeliveryRuleRequestBodyCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestBodyCondition
|
115
|
+
DeliveryRuleRequestSchemeCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestSchemeCondition
|
116
|
+
DeliveryRuleUrlPathCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleUrlPathCondition
|
117
|
+
DeliveryRuleUrlFileExtensionCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleUrlFileExtensionCondition
|
118
|
+
DeliveryRuleUrlFileNameCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleUrlFileNameCondition
|
119
|
+
DeliveryRuleHttpVersionCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleHttpVersionCondition
|
120
|
+
DeliveryRuleCookiesCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCookiesCondition
|
121
|
+
DeliveryRuleIsDeviceCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleIsDeviceCondition
|
122
|
+
UrlRedirectAction = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectAction
|
123
|
+
UrlRewriteAction = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteAction
|
124
|
+
DeliveryRuleRequestHeaderAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestHeaderAction
|
125
|
+
DeliveryRuleResponseHeaderAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleResponseHeaderAction
|
126
|
+
DeliveryRuleCacheExpirationAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCacheExpirationAction
|
127
|
+
DeliveryRuleCacheKeyQueryStringAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCacheKeyQueryStringAction
|
128
|
+
ProxyResource = Azure::CDN::Mgmt::V2020_04_15::Models::ProxyResource
|
129
|
+
Origin = Azure::CDN::Mgmt::V2020_04_15::Models::Origin
|
130
|
+
OriginGroup = Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroup
|
131
|
+
CustomDomain = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomain
|
132
|
+
CdnManagedHttpsParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CdnManagedHttpsParameters
|
133
|
+
UserManagedHttpsParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UserManagedHttpsParameters
|
134
|
+
EdgeNode = Azure::CDN::Mgmt::V2020_04_15::Models::EdgeNode
|
135
|
+
TrackedResource = Azure::CDN::Mgmt::V2020_04_15::Models::TrackedResource
|
136
|
+
RateLimitRule = Azure::CDN::Mgmt::V2020_04_15::Models::RateLimitRule
|
137
|
+
CdnWebApplicationFirewallPolicy = Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicy
|
138
|
+
ManagedRuleSetDefinition = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetDefinition
|
139
|
+
SkuName = Azure::CDN::Mgmt::V2020_04_15::Models::SkuName
|
140
|
+
ProfileResourceState = Azure::CDN::Mgmt::V2020_04_15::Models::ProfileResourceState
|
141
|
+
OptimizationType = Azure::CDN::Mgmt::V2020_04_15::Models::OptimizationType
|
142
|
+
HealthProbeRequestType = Azure::CDN::Mgmt::V2020_04_15::Models::HealthProbeRequestType
|
143
|
+
ProbeProtocol = Azure::CDN::Mgmt::V2020_04_15::Models::ProbeProtocol
|
144
|
+
ResponseBasedDetectedErrorTypes = Azure::CDN::Mgmt::V2020_04_15::Models::ResponseBasedDetectedErrorTypes
|
145
|
+
EndpointResourceState = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointResourceState
|
146
|
+
QueryStringCachingBehavior = Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringCachingBehavior
|
147
|
+
GeoFilterActions = Azure::CDN::Mgmt::V2020_04_15::Models::GeoFilterActions
|
148
|
+
RemoteAddressOperator = Azure::CDN::Mgmt::V2020_04_15::Models::RemoteAddressOperator
|
149
|
+
Transform = Azure::CDN::Mgmt::V2020_04_15::Models::Transform
|
150
|
+
QueryStringOperator = Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringOperator
|
151
|
+
PostArgsOperator = Azure::CDN::Mgmt::V2020_04_15::Models::PostArgsOperator
|
152
|
+
RequestUriOperator = Azure::CDN::Mgmt::V2020_04_15::Models::RequestUriOperator
|
153
|
+
RequestHeaderOperator = Azure::CDN::Mgmt::V2020_04_15::Models::RequestHeaderOperator
|
154
|
+
RequestBodyOperator = Azure::CDN::Mgmt::V2020_04_15::Models::RequestBodyOperator
|
155
|
+
UrlPathOperator = Azure::CDN::Mgmt::V2020_04_15::Models::UrlPathOperator
|
156
|
+
UrlFileExtensionOperator = Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileExtensionOperator
|
157
|
+
UrlFileNameOperator = Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileNameOperator
|
158
|
+
CookiesOperator = Azure::CDN::Mgmt::V2020_04_15::Models::CookiesOperator
|
159
|
+
RedirectType = Azure::CDN::Mgmt::V2020_04_15::Models::RedirectType
|
160
|
+
DestinationProtocol = Azure::CDN::Mgmt::V2020_04_15::Models::DestinationProtocol
|
161
|
+
Algorithm = Azure::CDN::Mgmt::V2020_04_15::Models::Algorithm
|
162
|
+
ParamIndicator = Azure::CDN::Mgmt::V2020_04_15::Models::ParamIndicator
|
163
|
+
HeaderAction = Azure::CDN::Mgmt::V2020_04_15::Models::HeaderAction
|
164
|
+
CacheBehavior = Azure::CDN::Mgmt::V2020_04_15::Models::CacheBehavior
|
165
|
+
QueryStringBehavior = Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringBehavior
|
166
|
+
OriginResourceState = Azure::CDN::Mgmt::V2020_04_15::Models::OriginResourceState
|
167
|
+
PrivateEndpointStatus = Azure::CDN::Mgmt::V2020_04_15::Models::PrivateEndpointStatus
|
168
|
+
OriginGroupResourceState = Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupResourceState
|
169
|
+
CustomDomainResourceState = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainResourceState
|
170
|
+
CustomHttpsProvisioningState = Azure::CDN::Mgmt::V2020_04_15::Models::CustomHttpsProvisioningState
|
171
|
+
CustomHttpsProvisioningSubstate = Azure::CDN::Mgmt::V2020_04_15::Models::CustomHttpsProvisioningSubstate
|
172
|
+
ProtocolType = Azure::CDN::Mgmt::V2020_04_15::Models::ProtocolType
|
173
|
+
MinimumTlsVersion = Azure::CDN::Mgmt::V2020_04_15::Models::MinimumTlsVersion
|
174
|
+
CertificateType = Azure::CDN::Mgmt::V2020_04_15::Models::CertificateType
|
175
|
+
ResourceType = Azure::CDN::Mgmt::V2020_04_15::Models::ResourceType
|
176
|
+
PolicyEnabledState = Azure::CDN::Mgmt::V2020_04_15::Models::PolicyEnabledState
|
177
|
+
PolicyMode = Azure::CDN::Mgmt::V2020_04_15::Models::PolicyMode
|
178
|
+
CustomRuleEnabledState = Azure::CDN::Mgmt::V2020_04_15::Models::CustomRuleEnabledState
|
179
|
+
MatchVariable = Azure::CDN::Mgmt::V2020_04_15::Models::MatchVariable
|
180
|
+
Operator = Azure::CDN::Mgmt::V2020_04_15::Models::Operator
|
181
|
+
TransformType = Azure::CDN::Mgmt::V2020_04_15::Models::TransformType
|
182
|
+
ActionType = Azure::CDN::Mgmt::V2020_04_15::Models::ActionType
|
183
|
+
ManagedRuleEnabledState = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleEnabledState
|
184
|
+
ProvisioningState = Azure::CDN::Mgmt::V2020_04_15::Models::ProvisioningState
|
185
|
+
PolicyResourceState = Azure::CDN::Mgmt::V2020_04_15::Models::PolicyResourceState
|
85
186
|
end
|
86
187
|
|
87
188
|
class CDNManagementClass
|
88
|
-
attr_reader :profiles, :endpoints, :origins, :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :configurable, :base_url, :options, :model_classes
|
189
|
+
attr_reader :profiles, :endpoints, :origins, :origin_groups, :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :policies, :managed_rule_sets, :configurable, :base_url, :options, :model_classes
|
89
190
|
|
90
191
|
def initialize(configurable, base_url=nil, options=nil)
|
91
192
|
@configurable, @base_url, @options = configurable, base_url, options
|
92
193
|
|
93
|
-
@client_0 = Azure::CDN::Mgmt::
|
194
|
+
@client_0 = Azure::CDN::Mgmt::V2020_04_15::CdnManagementClient.new(configurable.credentials, base_url, options)
|
94
195
|
if(@client_0.respond_to?(:subscription_id))
|
95
196
|
@client_0.subscription_id = configurable.subscription_id
|
96
197
|
end
|
@@ -98,10 +199,13 @@ module Azure::Profiles::Latest
|
|
98
199
|
@profiles = @client_0.profiles
|
99
200
|
@endpoints = @client_0.endpoints
|
100
201
|
@origins = @client_0.origins
|
202
|
+
@origin_groups = @client_0.origin_groups
|
101
203
|
@custom_domains = @client_0.custom_domains
|
102
204
|
@resource_usage_operations = @client_0.resource_usage_operations
|
103
205
|
@operations = @client_0.operations
|
104
206
|
@edge_nodes = @client_0.edge_nodes
|
207
|
+
@policies = @client_0.policies
|
208
|
+
@managed_rule_sets = @client_0.managed_rule_sets
|
105
209
|
|
106
210
|
@model_classes = ModelClasses.new
|
107
211
|
end
|
@@ -120,203 +224,497 @@ module Azure::Profiles::Latest
|
|
120
224
|
end
|
121
225
|
|
122
226
|
class ModelClasses
|
123
|
-
def
|
124
|
-
Azure::CDN::Mgmt::
|
227
|
+
def url_redirect_action_parameters
|
228
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectActionParameters
|
125
229
|
end
|
126
230
|
def sku
|
127
|
-
Azure::CDN::Mgmt::
|
231
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Sku
|
128
232
|
end
|
129
|
-
def
|
130
|
-
Azure::CDN::Mgmt::
|
233
|
+
def url_file_name_match_condition_parameters
|
234
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileNameMatchConditionParameters
|
131
235
|
end
|
132
236
|
def profile_list_result
|
133
|
-
Azure::CDN::Mgmt::
|
237
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ProfileListResult
|
238
|
+
end
|
239
|
+
def operation
|
240
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Operation
|
134
241
|
end
|
135
242
|
def sso_uri
|
136
|
-
Azure::CDN::Mgmt::
|
243
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::SsoUri
|
137
244
|
end
|
138
|
-
def
|
139
|
-
Azure::CDN::Mgmt::
|
245
|
+
def http_version_match_condition_parameters
|
246
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::HttpVersionMatchConditionParameters
|
140
247
|
end
|
141
248
|
def deep_created_origin
|
142
|
-
Azure::CDN::Mgmt::
|
249
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOrigin
|
143
250
|
end
|
144
|
-
def
|
145
|
-
Azure::CDN::Mgmt::
|
251
|
+
def operation_display
|
252
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OperationDisplay
|
146
253
|
end
|
147
|
-
def
|
148
|
-
Azure::CDN::Mgmt::
|
254
|
+
def resource_reference
|
255
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResourceReference
|
149
256
|
end
|
150
|
-
def
|
151
|
-
Azure::CDN::Mgmt::
|
257
|
+
def cookies_match_condition_parameters
|
258
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CookiesMatchConditionParameters
|
259
|
+
end
|
260
|
+
def response_based_origin_error_detection_parameters
|
261
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResponseBasedOriginErrorDetectionParameters
|
262
|
+
end
|
263
|
+
def resource_usage_list_result
|
264
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsageListResult
|
265
|
+
end
|
266
|
+
def custom_rule
|
267
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomRule
|
268
|
+
end
|
269
|
+
def is_device_match_condition_parameters
|
270
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::IsDeviceMatchConditionParameters
|
271
|
+
end
|
272
|
+
def geo_filter
|
273
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::GeoFilter
|
274
|
+
end
|
275
|
+
def resource_usage
|
276
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsage
|
277
|
+
end
|
278
|
+
def url_signing_key
|
279
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningKey
|
280
|
+
end
|
281
|
+
def validate_probe_output
|
282
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeOutput
|
152
283
|
end
|
153
284
|
def delivery_rule_action
|
154
|
-
Azure::CDN::Mgmt::
|
285
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleAction
|
155
286
|
end
|
156
|
-
def
|
157
|
-
Azure::CDN::Mgmt::
|
287
|
+
def match_condition
|
288
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::MatchCondition
|
158
289
|
end
|
159
|
-
def
|
160
|
-
Azure::CDN::Mgmt::
|
290
|
+
def endpoint_properties_update_parameters_delivery_policy
|
291
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EndpointPropertiesUpdateParametersDeliveryPolicy
|
161
292
|
end
|
162
|
-
def
|
163
|
-
Azure::CDN::Mgmt::
|
293
|
+
def url_signing_param_identifier
|
294
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningParamIdentifier
|
164
295
|
end
|
165
296
|
def endpoint_update_parameters
|
166
|
-
Azure::CDN::Mgmt::
|
297
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EndpointUpdateParameters
|
167
298
|
end
|
168
|
-
def
|
169
|
-
Azure::CDN::Mgmt::
|
299
|
+
def url_signing_action_parameters
|
300
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningActionParameters
|
170
301
|
end
|
171
|
-
def
|
172
|
-
Azure::CDN::Mgmt::
|
302
|
+
def policy_settings
|
303
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PolicySettings
|
173
304
|
end
|
174
|
-
def
|
175
|
-
Azure::CDN::Mgmt::
|
305
|
+
def url_rewrite_action_parameters
|
306
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteActionParameters
|
176
307
|
end
|
177
|
-
def
|
178
|
-
Azure::CDN::Mgmt::
|
308
|
+
def error_response
|
309
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ErrorResponse
|
179
310
|
end
|
180
|
-
def
|
181
|
-
Azure::CDN::Mgmt::
|
311
|
+
def rate_limit_rule_list
|
312
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RateLimitRuleList
|
182
313
|
end
|
183
|
-
def
|
184
|
-
Azure::CDN::Mgmt::
|
314
|
+
def custom_rule_list
|
315
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomRuleList
|
185
316
|
end
|
186
|
-
def
|
187
|
-
Azure::CDN::Mgmt::
|
317
|
+
def header_action_parameters
|
318
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::HeaderActionParameters
|
188
319
|
end
|
189
|
-
def
|
190
|
-
Azure::CDN::Mgmt::
|
320
|
+
def managed_rule_override
|
321
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleOverride
|
191
322
|
end
|
192
323
|
def resource
|
193
|
-
Azure::CDN::Mgmt::
|
324
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Resource
|
194
325
|
end
|
195
|
-
def
|
196
|
-
Azure::CDN::Mgmt::
|
326
|
+
def managed_rule_set_definition_list
|
327
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetDefinitionList
|
197
328
|
end
|
198
|
-
def
|
199
|
-
Azure::CDN::Mgmt::
|
329
|
+
def edgenode_result
|
330
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EdgenodeResult
|
200
331
|
end
|
201
|
-
def
|
202
|
-
Azure::CDN::Mgmt::
|
332
|
+
def cache_expiration_action_parameters
|
333
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CacheExpirationActionParameters
|
334
|
+
end
|
335
|
+
def managed_rule_group_override
|
336
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupOverride
|
337
|
+
end
|
338
|
+
def managed_rule_group_definition
|
339
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupDefinition
|
203
340
|
end
|
204
341
|
def ip_address_group
|
205
|
-
Azure::CDN::Mgmt::
|
342
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::IpAddressGroup
|
206
343
|
end
|
207
|
-
def
|
208
|
-
Azure::CDN::Mgmt::
|
344
|
+
def cache_key_query_string_action_parameters
|
345
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CacheKeyQueryStringActionParameters
|
346
|
+
end
|
347
|
+
def cidr_ip_address
|
348
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CidrIpAddress
|
349
|
+
end
|
350
|
+
def managed_rule_definition
|
351
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleDefinition
|
352
|
+
end
|
353
|
+
def operations_list_result
|
354
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OperationsListResult
|
355
|
+
end
|
356
|
+
def purge_parameters
|
357
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PurgeParameters
|
358
|
+
end
|
359
|
+
def supported_optimization_types_list_result
|
360
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::SupportedOptimizationTypesListResult
|
361
|
+
end
|
362
|
+
def load_parameters
|
363
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::LoadParameters
|
364
|
+
end
|
365
|
+
def http_error_range_parameters
|
366
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::HttpErrorRangeParameters
|
367
|
+
end
|
368
|
+
def cdn_web_application_firewall_policy_patch_parameters
|
369
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyPatchParameters
|
370
|
+
end
|
371
|
+
def endpoint_list_result
|
372
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EndpointListResult
|
373
|
+
end
|
374
|
+
def origin_update_parameters
|
375
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginUpdateParameters
|
209
376
|
end
|
210
377
|
def delivery_rule_condition
|
211
|
-
Azure::CDN::Mgmt::
|
378
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCondition
|
379
|
+
end
|
380
|
+
def origin_list_result
|
381
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginListResult
|
382
|
+
end
|
383
|
+
def endpoint_properties_update_parameters_web_application_firewall_policy_link
|
384
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink
|
385
|
+
end
|
386
|
+
def cdn_web_application_firewall_policy_list
|
387
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyList
|
388
|
+
end
|
389
|
+
def request_method_match_condition_parameters
|
390
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestMethodMatchConditionParameters
|
391
|
+
end
|
392
|
+
def origin_group_update_parameters
|
393
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupUpdateParameters
|
394
|
+
end
|
395
|
+
def post_args_match_condition_parameters
|
396
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PostArgsMatchConditionParameters
|
397
|
+
end
|
398
|
+
def origin_group_list_result
|
399
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupListResult
|
400
|
+
end
|
401
|
+
def request_header_match_condition_parameters
|
402
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestHeaderMatchConditionParameters
|
403
|
+
end
|
404
|
+
def cdn_endpoint
|
405
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnEndpoint
|
406
|
+
end
|
407
|
+
def request_scheme_match_condition_parameters
|
408
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestSchemeMatchConditionParameters
|
409
|
+
end
|
410
|
+
def custom_domain_parameters
|
411
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainParameters
|
412
|
+
end
|
413
|
+
def url_file_extension_match_condition_parameters
|
414
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileExtensionMatchConditionParameters
|
415
|
+
end
|
416
|
+
def custom_domain_https_parameters
|
417
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainHttpsParameters
|
418
|
+
end
|
419
|
+
def health_probe_parameters
|
420
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::HealthProbeParameters
|
421
|
+
end
|
422
|
+
def cdn_certificate_source_parameters
|
423
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnCertificateSourceParameters
|
424
|
+
end
|
425
|
+
def key_vault_signing_key_parameters
|
426
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultSigningKeyParameters
|
427
|
+
end
|
428
|
+
def managed_rule_set_list
|
429
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetList
|
430
|
+
end
|
431
|
+
def remote_address_match_condition_parameters
|
432
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RemoteAddressMatchConditionParameters
|
433
|
+
end
|
434
|
+
def key_vault_certificate_source_parameters
|
435
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultCertificateSourceParameters
|
436
|
+
end
|
437
|
+
def request_uri_match_condition_parameters
|
438
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestUriMatchConditionParameters
|
439
|
+
end
|
440
|
+
def managed_rule_set
|
441
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSet
|
442
|
+
end
|
443
|
+
def url_path_match_condition_parameters
|
444
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlPathMatchConditionParameters
|
445
|
+
end
|
446
|
+
def custom_domain_list_result
|
447
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainListResult
|
448
|
+
end
|
449
|
+
def deep_created_origin_group
|
450
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOriginGroup
|
451
|
+
end
|
452
|
+
def validate_custom_domain_input
|
453
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainInput
|
454
|
+
end
|
455
|
+
def query_string_match_condition_parameters
|
456
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringMatchConditionParameters
|
457
|
+
end
|
458
|
+
def validate_custom_domain_output
|
459
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainOutput
|
460
|
+
end
|
461
|
+
def profile_update_parameters
|
462
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ProfileUpdateParameters
|
212
463
|
end
|
213
464
|
def check_name_availability_input
|
214
|
-
Azure::CDN::Mgmt::
|
465
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityInput
|
215
466
|
end
|
216
|
-
def
|
217
|
-
Azure::CDN::Mgmt::
|
467
|
+
def request_body_match_condition_parameters
|
468
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestBodyMatchConditionParameters
|
218
469
|
end
|
219
470
|
def check_name_availability_output
|
220
|
-
Azure::CDN::Mgmt::
|
471
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityOutput
|
221
472
|
end
|
222
|
-
def
|
223
|
-
Azure::CDN::Mgmt::
|
473
|
+
def delivery_rule
|
474
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRule
|
224
475
|
end
|
225
476
|
def validate_probe_input
|
226
|
-
Azure::CDN::Mgmt::
|
477
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeInput
|
227
478
|
end
|
228
|
-
def
|
229
|
-
Azure::CDN::Mgmt::
|
479
|
+
def profile
|
480
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Profile
|
230
481
|
end
|
231
|
-
def
|
232
|
-
Azure::CDN::Mgmt::
|
482
|
+
def endpoint
|
483
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Endpoint
|
233
484
|
end
|
234
|
-
def
|
235
|
-
Azure::CDN::Mgmt::
|
485
|
+
def delivery_rule_remote_address_condition
|
486
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRemoteAddressCondition
|
236
487
|
end
|
237
|
-
def
|
238
|
-
Azure::CDN::Mgmt::
|
488
|
+
def delivery_rule_request_method_condition
|
489
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestMethodCondition
|
239
490
|
end
|
240
|
-
def
|
241
|
-
Azure::CDN::Mgmt::
|
491
|
+
def delivery_rule_query_string_condition
|
492
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleQueryStringCondition
|
242
493
|
end
|
243
|
-
def
|
244
|
-
Azure::CDN::Mgmt::
|
494
|
+
def delivery_rule_post_args_condition
|
495
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRulePostArgsCondition
|
245
496
|
end
|
246
|
-
def
|
247
|
-
Azure::CDN::Mgmt::
|
497
|
+
def delivery_rule_request_uri_condition
|
498
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestUriCondition
|
248
499
|
end
|
249
|
-
def
|
250
|
-
Azure::CDN::Mgmt::
|
500
|
+
def delivery_rule_request_header_condition
|
501
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestHeaderCondition
|
502
|
+
end
|
503
|
+
def delivery_rule_request_body_condition
|
504
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestBodyCondition
|
505
|
+
end
|
506
|
+
def delivery_rule_request_scheme_condition
|
507
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestSchemeCondition
|
251
508
|
end
|
252
509
|
def delivery_rule_url_path_condition
|
253
|
-
Azure::CDN::Mgmt::
|
510
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleUrlPathCondition
|
254
511
|
end
|
255
512
|
def delivery_rule_url_file_extension_condition
|
256
|
-
Azure::CDN::Mgmt::
|
513
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleUrlFileExtensionCondition
|
514
|
+
end
|
515
|
+
def delivery_rule_url_file_name_condition
|
516
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleUrlFileNameCondition
|
517
|
+
end
|
518
|
+
def delivery_rule_http_version_condition
|
519
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleHttpVersionCondition
|
520
|
+
end
|
521
|
+
def delivery_rule_cookies_condition
|
522
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCookiesCondition
|
523
|
+
end
|
524
|
+
def delivery_rule_is_device_condition
|
525
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleIsDeviceCondition
|
526
|
+
end
|
527
|
+
def url_redirect_action
|
528
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectAction
|
529
|
+
end
|
530
|
+
def url_rewrite_action
|
531
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteAction
|
532
|
+
end
|
533
|
+
def delivery_rule_request_header_action
|
534
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestHeaderAction
|
535
|
+
end
|
536
|
+
def delivery_rule_response_header_action
|
537
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleResponseHeaderAction
|
257
538
|
end
|
258
539
|
def delivery_rule_cache_expiration_action
|
259
|
-
Azure::CDN::Mgmt::
|
540
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCacheExpirationAction
|
260
541
|
end
|
261
|
-
def
|
262
|
-
Azure::CDN::Mgmt::
|
542
|
+
def delivery_rule_cache_key_query_string_action
|
543
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCacheKeyQueryStringAction
|
263
544
|
end
|
264
545
|
def proxy_resource
|
265
|
-
Azure::CDN::Mgmt::
|
546
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ProxyResource
|
547
|
+
end
|
548
|
+
def origin
|
549
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Origin
|
550
|
+
end
|
551
|
+
def origin_group
|
552
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroup
|
266
553
|
end
|
267
554
|
def custom_domain
|
268
|
-
Azure::CDN::Mgmt::
|
555
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomain
|
269
556
|
end
|
270
557
|
def cdn_managed_https_parameters
|
271
|
-
Azure::CDN::Mgmt::
|
558
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnManagedHttpsParameters
|
272
559
|
end
|
273
560
|
def user_managed_https_parameters
|
274
|
-
Azure::CDN::Mgmt::
|
561
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UserManagedHttpsParameters
|
275
562
|
end
|
276
563
|
def edge_node
|
277
|
-
Azure::CDN::Mgmt::
|
564
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EdgeNode
|
278
565
|
end
|
279
566
|
def tracked_resource
|
280
|
-
Azure::CDN::Mgmt::
|
567
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::TrackedResource
|
568
|
+
end
|
569
|
+
def rate_limit_rule
|
570
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RateLimitRule
|
571
|
+
end
|
572
|
+
def cdn_web_application_firewall_policy
|
573
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicy
|
574
|
+
end
|
575
|
+
def managed_rule_set_definition
|
576
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetDefinition
|
281
577
|
end
|
282
578
|
def sku_name
|
283
|
-
Azure::CDN::Mgmt::
|
579
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::SkuName
|
284
580
|
end
|
285
581
|
def profile_resource_state
|
286
|
-
Azure::CDN::Mgmt::
|
582
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ProfileResourceState
|
287
583
|
end
|
288
584
|
def optimization_type
|
289
|
-
Azure::CDN::Mgmt::
|
585
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OptimizationType
|
586
|
+
end
|
587
|
+
def health_probe_request_type
|
588
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::HealthProbeRequestType
|
589
|
+
end
|
590
|
+
def probe_protocol
|
591
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ProbeProtocol
|
592
|
+
end
|
593
|
+
def response_based_detected_error_types
|
594
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResponseBasedDetectedErrorTypes
|
290
595
|
end
|
291
596
|
def endpoint_resource_state
|
292
|
-
Azure::CDN::Mgmt::
|
597
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EndpointResourceState
|
293
598
|
end
|
294
599
|
def query_string_caching_behavior
|
295
|
-
Azure::CDN::Mgmt::
|
600
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringCachingBehavior
|
296
601
|
end
|
297
602
|
def geo_filter_actions
|
298
|
-
Azure::CDN::Mgmt::
|
603
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::GeoFilterActions
|
604
|
+
end
|
605
|
+
def remote_address_operator
|
606
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RemoteAddressOperator
|
607
|
+
end
|
608
|
+
def transform
|
609
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Transform
|
610
|
+
end
|
611
|
+
def query_string_operator
|
612
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringOperator
|
613
|
+
end
|
614
|
+
def post_args_operator
|
615
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PostArgsOperator
|
616
|
+
end
|
617
|
+
def request_uri_operator
|
618
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestUriOperator
|
619
|
+
end
|
620
|
+
def request_header_operator
|
621
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestHeaderOperator
|
622
|
+
end
|
623
|
+
def request_body_operator
|
624
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RequestBodyOperator
|
625
|
+
end
|
626
|
+
def url_path_operator
|
627
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlPathOperator
|
628
|
+
end
|
629
|
+
def url_file_extension_operator
|
630
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileExtensionOperator
|
631
|
+
end
|
632
|
+
def url_file_name_operator
|
633
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileNameOperator
|
634
|
+
end
|
635
|
+
def cookies_operator
|
636
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CookiesOperator
|
637
|
+
end
|
638
|
+
def redirect_type
|
639
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RedirectType
|
640
|
+
end
|
641
|
+
def destination_protocol
|
642
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::DestinationProtocol
|
643
|
+
end
|
644
|
+
def algorithm
|
645
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Algorithm
|
646
|
+
end
|
647
|
+
def param_indicator
|
648
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ParamIndicator
|
649
|
+
end
|
650
|
+
def header_action
|
651
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::HeaderAction
|
652
|
+
end
|
653
|
+
def cache_behavior
|
654
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CacheBehavior
|
655
|
+
end
|
656
|
+
def query_string_behavior
|
657
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringBehavior
|
299
658
|
end
|
300
659
|
def origin_resource_state
|
301
|
-
Azure::CDN::Mgmt::
|
660
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginResourceState
|
661
|
+
end
|
662
|
+
def private_endpoint_status
|
663
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PrivateEndpointStatus
|
664
|
+
end
|
665
|
+
def origin_group_resource_state
|
666
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupResourceState
|
302
667
|
end
|
303
668
|
def custom_domain_resource_state
|
304
|
-
Azure::CDN::Mgmt::
|
669
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainResourceState
|
305
670
|
end
|
306
671
|
def custom_https_provisioning_state
|
307
|
-
Azure::CDN::Mgmt::
|
672
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomHttpsProvisioningState
|
308
673
|
end
|
309
674
|
def custom_https_provisioning_substate
|
310
|
-
Azure::CDN::Mgmt::
|
675
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomHttpsProvisioningSubstate
|
311
676
|
end
|
312
677
|
def protocol_type
|
313
|
-
Azure::CDN::Mgmt::
|
678
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ProtocolType
|
679
|
+
end
|
680
|
+
def minimum_tls_version
|
681
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::MinimumTlsVersion
|
314
682
|
end
|
315
683
|
def certificate_type
|
316
|
-
Azure::CDN::Mgmt::
|
684
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CertificateType
|
317
685
|
end
|
318
686
|
def resource_type
|
319
|
-
Azure::CDN::Mgmt::
|
687
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResourceType
|
688
|
+
end
|
689
|
+
def policy_enabled_state
|
690
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PolicyEnabledState
|
691
|
+
end
|
692
|
+
def policy_mode
|
693
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PolicyMode
|
694
|
+
end
|
695
|
+
def custom_rule_enabled_state
|
696
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomRuleEnabledState
|
697
|
+
end
|
698
|
+
def match_variable
|
699
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::MatchVariable
|
700
|
+
end
|
701
|
+
def operator
|
702
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Operator
|
703
|
+
end
|
704
|
+
def transform_type
|
705
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::TransformType
|
706
|
+
end
|
707
|
+
def action_type
|
708
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ActionType
|
709
|
+
end
|
710
|
+
def managed_rule_enabled_state
|
711
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleEnabledState
|
712
|
+
end
|
713
|
+
def provisioning_state
|
714
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ProvisioningState
|
715
|
+
end
|
716
|
+
def policy_resource_state
|
717
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PolicyResourceState
|
320
718
|
end
|
321
719
|
end
|
322
720
|
end
|