azure_sdk 0.61.0 → 0.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +11 -1
- data/lib/latest/modules/azurestackhci_profile_module.rb +119 -0
- data/lib/latest/modules/cdn_profile_module.rb +122 -118
- data/lib/latest/modules/datafactory_profile_module.rb +431 -379
- data/lib/latest/modules/netapp_profile_module.rb +101 -97
- metadata +30 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3f3727a60f8896680a16fdbf71a560095430a00832caa339e42a985daa49233
|
|
4
|
+
data.tar.gz: 21a1bba941fb0577a4b92a9e9b496044a9856a8469bec1bad1fd1a81ca63abc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2835dfad3fe6a620e6e154baf37a9a7fa1bce7a1186f9d5b14554c0cabfcc13af32101b1d4fb5a64df7b81e19656620151b217ae614789dd62cde2a89e5f30d9
|
|
7
|
+
data.tar.gz: bc9998a91870458dc9ad64c93941a42301108117271740a0195984cf718646cc9443dde9bd390f91ed520a40e1e538983db03b1d11ded7807a27353a65bdb0c1
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -13,6 +13,7 @@ require 'latest/modules/attestation_profile_module'
|
|
|
13
13
|
require 'latest/modules/authorization_profile_module'
|
|
14
14
|
require 'latest/modules/automation_profile_module'
|
|
15
15
|
require 'latest/modules/azurestack_profile_module'
|
|
16
|
+
require 'latest/modules/azurestackhci_profile_module'
|
|
16
17
|
require 'latest/modules/batch_profile_module'
|
|
17
18
|
require 'latest/modules/batchai_profile_module'
|
|
18
19
|
require 'latest/modules/billing_profile_module'
|
|
@@ -143,7 +144,7 @@ module Azure::Profiles::Latest
|
|
|
143
144
|
class Client
|
|
144
145
|
include MsRestAzure::Common::Configurable
|
|
145
146
|
|
|
146
|
-
attr_reader :adhybrid_health_service, :advisor, :alerts_management, :analysis_services, :api_management, :appconfiguration, :attestation, :authorization, :automation, :azure_stack, :batch, :batch_ai, :billing, :bot_service, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :cosmosdb, :cost_management, :customer_insights, :data_box, :data_share, :data_lake_analytics, :data_lake_store, :data_migration, :data_factory, :deployment_manager, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :graph_rbac, :import_export, :iot_central, :iot_hub, :key_vault, :kubernetes_configuration, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :maintenance, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :migrate, :mixed_reality, :monitor, :managed_service_identity, :mysql, :net_app, :network, :notification_hubs, :operational_insights, :operations_management, :peering, :policy, :policy_insights, :portal, :postgresql, :power_bi_embedded, :power_bi_dedicated, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :reservations, :resource_health, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :serialconsole, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :storage_cache, :stream_analytics, :subscriptions, :support, :synapse, :time_series_insights, :traffic_manager, :vmware_cloud_simple, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :form_recognizer, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :personalizer, :qnamaker, :qnamaker_runtime, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
|
147
|
+
attr_reader :adhybrid_health_service, :advisor, :alerts_management, :analysis_services, :api_management, :appconfiguration, :attestation, :authorization, :automation, :azure_stack, :azure_stack_hci, :batch, :batch_ai, :billing, :bot_service, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :cosmosdb, :cost_management, :customer_insights, :data_box, :data_share, :data_lake_analytics, :data_lake_store, :data_migration, :data_factory, :deployment_manager, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :graph_rbac, :import_export, :iot_central, :iot_hub, :key_vault, :kubernetes_configuration, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :maintenance, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :migrate, :mixed_reality, :monitor, :managed_service_identity, :mysql, :net_app, :network, :notification_hubs, :operational_insights, :operations_management, :peering, :policy, :policy_insights, :portal, :postgresql, :power_bi_embedded, :power_bi_dedicated, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :reservations, :resource_health, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :serialconsole, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :storage_cache, :stream_analytics, :subscriptions, :support, :synapse, :time_series_insights, :traffic_manager, :vmware_cloud_simple, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :form_recognizer, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :personalizer, :qnamaker, :qnamaker_runtime, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
|
147
148
|
|
|
148
149
|
#
|
|
149
150
|
# Initializes a new instance of the Client class.
|
|
@@ -185,6 +186,7 @@ module Azure::Profiles::Latest
|
|
|
185
186
|
@authorization = AuthorizationAdapter.new(self, base_url, sdk_options)
|
|
186
187
|
@automation = AutomationAdapter.new(self, base_url, sdk_options)
|
|
187
188
|
@azure_stack = AzureStackAdapter.new(self, base_url, sdk_options)
|
|
189
|
+
@azure_stack_hci = AzureStackHCIAdapter.new(self, base_url, sdk_options)
|
|
188
190
|
@batch = BatchAdapter.new(self, base_url, sdk_options)
|
|
189
191
|
@batch_ai = BatchAIAdapter.new(self, base_url, sdk_options)
|
|
190
192
|
@billing = BillingAdapter.new(self, base_url, sdk_options)
|
|
@@ -389,6 +391,14 @@ module Azure::Profiles::Latest
|
|
|
389
391
|
end
|
|
390
392
|
end
|
|
391
393
|
|
|
394
|
+
class AzureStackHCIAdapter
|
|
395
|
+
attr_accessor :mgmt
|
|
396
|
+
|
|
397
|
+
def initialize(context, base_url, options)
|
|
398
|
+
@mgmt = Azure::Profiles::Latest::AzureStackHCI::Mgmt::AzureStackHCIManagementClass.new(context, base_url, options)
|
|
399
|
+
end
|
|
400
|
+
end
|
|
401
|
+
|
|
392
402
|
class BatchAdapter
|
|
393
403
|
attr_accessor :mgmt
|
|
394
404
|
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
+
|
|
5
|
+
require 'azure_mgmt_azurestack_hci'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module AzureStackHCI
|
|
9
|
+
module Mgmt
|
|
10
|
+
Operations = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Operations
|
|
11
|
+
Clusters = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Clusters
|
|
12
|
+
|
|
13
|
+
module Models
|
|
14
|
+
OperationList = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::OperationList
|
|
15
|
+
Operation = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Operation
|
|
16
|
+
ClusterNode = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterNode
|
|
17
|
+
ErrorAdditionalInfo = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ErrorAdditionalInfo
|
|
18
|
+
ClusterList = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterList
|
|
19
|
+
OperationDisplay = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::OperationDisplay
|
|
20
|
+
ErrorResponse = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ErrorResponse
|
|
21
|
+
ClusterUpdate = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterUpdate
|
|
22
|
+
Resource = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Resource
|
|
23
|
+
ClusterReportedProperties = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterReportedProperties
|
|
24
|
+
ErrorResponseError = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ErrorResponseError
|
|
25
|
+
Cluster = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Cluster
|
|
26
|
+
ProxyResource = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ProxyResource
|
|
27
|
+
AzureEntityResource = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::AzureEntityResource
|
|
28
|
+
TrackedResource = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::TrackedResource
|
|
29
|
+
ProvisioningState = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ProvisioningState
|
|
30
|
+
Status = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Status
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
class AzureStackHCIManagementClass
|
|
34
|
+
attr_reader :operations, :clusters, :configurable, :base_url, :options, :model_classes
|
|
35
|
+
|
|
36
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
37
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
38
|
+
|
|
39
|
+
@client_0 = Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::AzureStackHCIClient.new(configurable.credentials, base_url, options)
|
|
40
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
41
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
42
|
+
end
|
|
43
|
+
add_telemetry(@client_0)
|
|
44
|
+
@operations = @client_0.operations
|
|
45
|
+
@clusters = @client_0.clusters
|
|
46
|
+
|
|
47
|
+
@model_classes = ModelClasses.new
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
def add_telemetry(client)
|
|
51
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/AzureStackHCI/Mgmt"
|
|
52
|
+
client.add_user_agent_information(profile_information)
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
def method_missing(method, *args)
|
|
56
|
+
if @client_0.respond_to?method
|
|
57
|
+
@client_0.send(method, *args)
|
|
58
|
+
else
|
|
59
|
+
super
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
class ModelClasses
|
|
64
|
+
def operation_list
|
|
65
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::OperationList
|
|
66
|
+
end
|
|
67
|
+
def operation
|
|
68
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Operation
|
|
69
|
+
end
|
|
70
|
+
def cluster_node
|
|
71
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterNode
|
|
72
|
+
end
|
|
73
|
+
def error_additional_info
|
|
74
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ErrorAdditionalInfo
|
|
75
|
+
end
|
|
76
|
+
def cluster_list
|
|
77
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterList
|
|
78
|
+
end
|
|
79
|
+
def operation_display
|
|
80
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::OperationDisplay
|
|
81
|
+
end
|
|
82
|
+
def error_response
|
|
83
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ErrorResponse
|
|
84
|
+
end
|
|
85
|
+
def cluster_update
|
|
86
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterUpdate
|
|
87
|
+
end
|
|
88
|
+
def resource
|
|
89
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Resource
|
|
90
|
+
end
|
|
91
|
+
def cluster_reported_properties
|
|
92
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ClusterReportedProperties
|
|
93
|
+
end
|
|
94
|
+
def error_response_error
|
|
95
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ErrorResponseError
|
|
96
|
+
end
|
|
97
|
+
def cluster
|
|
98
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Cluster
|
|
99
|
+
end
|
|
100
|
+
def proxy_resource
|
|
101
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ProxyResource
|
|
102
|
+
end
|
|
103
|
+
def azure_entity_resource
|
|
104
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::AzureEntityResource
|
|
105
|
+
end
|
|
106
|
+
def tracked_resource
|
|
107
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::TrackedResource
|
|
108
|
+
end
|
|
109
|
+
def provisioning_state
|
|
110
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::ProvisioningState
|
|
111
|
+
end
|
|
112
|
+
def status
|
|
113
|
+
Azure::AzureStackHCI::Mgmt::V2020_03_01_preview::Models::Status
|
|
114
|
+
end
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
end
|
|
@@ -20,89 +20,89 @@ module Azure::Profiles::Latest
|
|
|
20
20
|
|
|
21
21
|
module Models
|
|
22
22
|
UrlRedirectActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectActionParameters
|
|
23
|
-
|
|
23
|
+
PolicySettings = Azure::CDN::Mgmt::V2020_04_15::Models::PolicySettings
|
|
24
24
|
UrlFileNameMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileNameMatchConditionParameters
|
|
25
25
|
ProfileListResult = Azure::CDN::Mgmt::V2020_04_15::Models::ProfileListResult
|
|
26
|
-
|
|
26
|
+
ResourceUsageListResult = Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsageListResult
|
|
27
27
|
SsoUri = Azure::CDN::Mgmt::V2020_04_15::Models::SsoUri
|
|
28
28
|
HttpVersionMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HttpVersionMatchConditionParameters
|
|
29
29
|
DeepCreatedOrigin = Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOrigin
|
|
30
|
-
|
|
30
|
+
ResourceUsage = Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsage
|
|
31
31
|
ResourceReference = Azure::CDN::Mgmt::V2020_04_15::Models::ResourceReference
|
|
32
32
|
CookiesMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CookiesMatchConditionParameters
|
|
33
33
|
ResponseBasedOriginErrorDetectionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::ResponseBasedOriginErrorDetectionParameters
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
ValidateProbeOutput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeOutput
|
|
35
|
+
ErrorResponse = Azure::CDN::Mgmt::V2020_04_15::Models::ErrorResponse
|
|
36
36
|
IsDeviceMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::IsDeviceMatchConditionParameters
|
|
37
37
|
GeoFilter = Azure::CDN::Mgmt::V2020_04_15::Models::GeoFilter
|
|
38
|
-
|
|
38
|
+
ValidateProbeInput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeInput
|
|
39
39
|
UrlSigningKey = Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningKey
|
|
40
|
-
|
|
40
|
+
Sku = Azure::CDN::Mgmt::V2020_04_15::Models::Sku
|
|
41
41
|
DeliveryRuleAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleAction
|
|
42
42
|
MatchCondition = Azure::CDN::Mgmt::V2020_04_15::Models::MatchCondition
|
|
43
43
|
EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointPropertiesUpdateParametersDeliveryPolicy
|
|
44
44
|
UrlSigningParamIdentifier = Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningParamIdentifier
|
|
45
45
|
EndpointUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointUpdateParameters
|
|
46
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
47
|
CustomRuleList = Azure::CDN::Mgmt::V2020_04_15::Models::CustomRuleList
|
|
52
|
-
|
|
48
|
+
RateLimitRuleList = Azure::CDN::Mgmt::V2020_04_15::Models::RateLimitRuleList
|
|
53
49
|
ManagedRuleOverride = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleOverride
|
|
50
|
+
UrlRewriteActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteActionParameters
|
|
54
51
|
Resource = Azure::CDN::Mgmt::V2020_04_15::Models::Resource
|
|
55
|
-
|
|
52
|
+
CustomRule = Azure::CDN::Mgmt::V2020_04_15::Models::CustomRule
|
|
56
53
|
EdgenodeResult = Azure::CDN::Mgmt::V2020_04_15::Models::EdgenodeResult
|
|
57
|
-
|
|
54
|
+
HeaderActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HeaderActionParameters
|
|
58
55
|
ManagedRuleGroupOverride = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupOverride
|
|
59
|
-
ManagedRuleGroupDefinition = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupDefinition
|
|
60
56
|
IpAddressGroup = Azure::CDN::Mgmt::V2020_04_15::Models::IpAddressGroup
|
|
61
|
-
|
|
57
|
+
ManagedRuleSetDefinitionList = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetDefinitionList
|
|
62
58
|
CidrIpAddress = Azure::CDN::Mgmt::V2020_04_15::Models::CidrIpAddress
|
|
63
|
-
|
|
59
|
+
CacheExpirationActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CacheExpirationActionParameters
|
|
64
60
|
OperationsListResult = Azure::CDN::Mgmt::V2020_04_15::Models::OperationsListResult
|
|
65
|
-
|
|
61
|
+
ManagedRuleGroupDefinition = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupDefinition
|
|
62
|
+
Operation = Azure::CDN::Mgmt::V2020_04_15::Models::Operation
|
|
63
|
+
CacheKeyQueryStringActionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CacheKeyQueryStringActionParameters
|
|
64
|
+
OperationDisplay = Azure::CDN::Mgmt::V2020_04_15::Models::OperationDisplay
|
|
65
|
+
ManagedRuleDefinition = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleDefinition
|
|
66
66
|
SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2020_04_15::Models::SupportedOptimizationTypesListResult
|
|
67
|
-
|
|
67
|
+
PurgeParameters = Azure::CDN::Mgmt::V2020_04_15::Models::PurgeParameters
|
|
68
68
|
HttpErrorRangeParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HttpErrorRangeParameters
|
|
69
|
-
|
|
69
|
+
LoadParameters = Azure::CDN::Mgmt::V2020_04_15::Models::LoadParameters
|
|
70
70
|
EndpointListResult = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointListResult
|
|
71
|
-
|
|
71
|
+
CdnWebApplicationFirewallPolicyPatchParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyPatchParameters
|
|
72
72
|
DeliveryRuleCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCondition
|
|
73
|
-
|
|
73
|
+
OriginUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::OriginUpdateParameters
|
|
74
74
|
EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink = Azure::CDN::Mgmt::V2020_04_15::Models::EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink
|
|
75
|
-
|
|
75
|
+
OriginListResult = Azure::CDN::Mgmt::V2020_04_15::Models::OriginListResult
|
|
76
76
|
RequestMethodMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestMethodMatchConditionParameters
|
|
77
|
-
|
|
77
|
+
CdnWebApplicationFirewallPolicyList = Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyList
|
|
78
78
|
PostArgsMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::PostArgsMatchConditionParameters
|
|
79
|
-
|
|
79
|
+
OriginGroupUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupUpdateParameters
|
|
80
80
|
RequestHeaderMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestHeaderMatchConditionParameters
|
|
81
|
-
|
|
81
|
+
OriginGroupListResult = Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupListResult
|
|
82
82
|
RequestSchemeMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestSchemeMatchConditionParameters
|
|
83
|
-
|
|
83
|
+
CdnEndpoint = Azure::CDN::Mgmt::V2020_04_15::Models::CdnEndpoint
|
|
84
84
|
UrlFileExtensionMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileExtensionMatchConditionParameters
|
|
85
|
-
|
|
85
|
+
CustomDomainParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainParameters
|
|
86
86
|
HealthProbeParameters = Azure::CDN::Mgmt::V2020_04_15::Models::HealthProbeParameters
|
|
87
|
-
|
|
87
|
+
CustomDomainHttpsParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainHttpsParameters
|
|
88
88
|
KeyVaultSigningKeyParameters = Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultSigningKeyParameters
|
|
89
|
-
|
|
89
|
+
CdnCertificateSourceParameters = Azure::CDN::Mgmt::V2020_04_15::Models::CdnCertificateSourceParameters
|
|
90
90
|
RemoteAddressMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RemoteAddressMatchConditionParameters
|
|
91
|
-
|
|
91
|
+
ManagedRuleSetList = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetList
|
|
92
92
|
RequestUriMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestUriMatchConditionParameters
|
|
93
|
-
|
|
93
|
+
KeyVaultCertificateSourceParameters = Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultCertificateSourceParameters
|
|
94
94
|
UrlPathMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::UrlPathMatchConditionParameters
|
|
95
|
-
|
|
95
|
+
ManagedRuleSet = Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSet
|
|
96
96
|
DeepCreatedOriginGroup = Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOriginGroup
|
|
97
|
-
|
|
97
|
+
CustomDomainListResult = Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainListResult
|
|
98
98
|
QueryStringMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringMatchConditionParameters
|
|
99
|
-
|
|
99
|
+
ValidateCustomDomainInput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainInput
|
|
100
100
|
ProfileUpdateParameters = Azure::CDN::Mgmt::V2020_04_15::Models::ProfileUpdateParameters
|
|
101
|
-
|
|
101
|
+
ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainOutput
|
|
102
102
|
RequestBodyMatchConditionParameters = Azure::CDN::Mgmt::V2020_04_15::Models::RequestBodyMatchConditionParameters
|
|
103
|
-
|
|
103
|
+
CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityInput
|
|
104
104
|
DeliveryRule = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRule
|
|
105
|
-
|
|
105
|
+
CheckNameAvailabilityOutput = Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityOutput
|
|
106
106
|
Profile = Azure::CDN::Mgmt::V2020_04_15::Models::Profile
|
|
107
107
|
Endpoint = Azure::CDN::Mgmt::V2020_04_15::Models::Endpoint
|
|
108
108
|
DeliveryRuleRemoteAddressCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRemoteAddressCondition
|
|
@@ -120,6 +120,7 @@ module Azure::Profiles::Latest
|
|
|
120
120
|
DeliveryRuleCookiesCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCookiesCondition
|
|
121
121
|
DeliveryRuleIsDeviceCondition = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleIsDeviceCondition
|
|
122
122
|
UrlRedirectAction = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectAction
|
|
123
|
+
UrlSigningAction = Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningAction
|
|
123
124
|
UrlRewriteAction = Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteAction
|
|
124
125
|
DeliveryRuleRequestHeaderAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleRequestHeaderAction
|
|
125
126
|
DeliveryRuleResponseHeaderAction = Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleResponseHeaderAction
|
|
@@ -227,8 +228,8 @@ module Azure::Profiles::Latest
|
|
|
227
228
|
def url_redirect_action_parameters
|
|
228
229
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectActionParameters
|
|
229
230
|
end
|
|
230
|
-
def
|
|
231
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
231
|
+
def policy_settings
|
|
232
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PolicySettings
|
|
232
233
|
end
|
|
233
234
|
def url_file_name_match_condition_parameters
|
|
234
235
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileNameMatchConditionParameters
|
|
@@ -236,8 +237,8 @@ module Azure::Profiles::Latest
|
|
|
236
237
|
def profile_list_result
|
|
237
238
|
Azure::CDN::Mgmt::V2020_04_15::Models::ProfileListResult
|
|
238
239
|
end
|
|
239
|
-
def
|
|
240
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
240
|
+
def resource_usage_list_result
|
|
241
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsageListResult
|
|
241
242
|
end
|
|
242
243
|
def sso_uri
|
|
243
244
|
Azure::CDN::Mgmt::V2020_04_15::Models::SsoUri
|
|
@@ -248,8 +249,8 @@ module Azure::Profiles::Latest
|
|
|
248
249
|
def deep_created_origin
|
|
249
250
|
Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOrigin
|
|
250
251
|
end
|
|
251
|
-
def
|
|
252
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
252
|
+
def resource_usage
|
|
253
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ResourceUsage
|
|
253
254
|
end
|
|
254
255
|
def resource_reference
|
|
255
256
|
Azure::CDN::Mgmt::V2020_04_15::Models::ResourceReference
|
|
@@ -260,11 +261,11 @@ module Azure::Profiles::Latest
|
|
|
260
261
|
def response_based_origin_error_detection_parameters
|
|
261
262
|
Azure::CDN::Mgmt::V2020_04_15::Models::ResponseBasedOriginErrorDetectionParameters
|
|
262
263
|
end
|
|
263
|
-
def
|
|
264
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
264
|
+
def validate_probe_output
|
|
265
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeOutput
|
|
265
266
|
end
|
|
266
|
-
def
|
|
267
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
267
|
+
def error_response
|
|
268
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ErrorResponse
|
|
268
269
|
end
|
|
269
270
|
def is_device_match_condition_parameters
|
|
270
271
|
Azure::CDN::Mgmt::V2020_04_15::Models::IsDeviceMatchConditionParameters
|
|
@@ -272,14 +273,14 @@ module Azure::Profiles::Latest
|
|
|
272
273
|
def geo_filter
|
|
273
274
|
Azure::CDN::Mgmt::V2020_04_15::Models::GeoFilter
|
|
274
275
|
end
|
|
275
|
-
def
|
|
276
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
276
|
+
def validate_probe_input
|
|
277
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateProbeInput
|
|
277
278
|
end
|
|
278
279
|
def url_signing_key
|
|
279
280
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningKey
|
|
280
281
|
end
|
|
281
|
-
def
|
|
282
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
282
|
+
def sku
|
|
283
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Sku
|
|
283
284
|
end
|
|
284
285
|
def delivery_rule_action
|
|
285
286
|
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleAction
|
|
@@ -299,182 +300,182 @@ module Azure::Profiles::Latest
|
|
|
299
300
|
def url_signing_action_parameters
|
|
300
301
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningActionParameters
|
|
301
302
|
end
|
|
302
|
-
def
|
|
303
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
303
|
+
def custom_rule_list
|
|
304
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomRuleList
|
|
305
|
+
end
|
|
306
|
+
def rate_limit_rule_list
|
|
307
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::RateLimitRuleList
|
|
308
|
+
end
|
|
309
|
+
def managed_rule_override
|
|
310
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleOverride
|
|
304
311
|
end
|
|
305
312
|
def url_rewrite_action_parameters
|
|
306
313
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteActionParameters
|
|
307
314
|
end
|
|
308
|
-
def
|
|
309
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
315
|
+
def resource
|
|
316
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Resource
|
|
310
317
|
end
|
|
311
|
-
def
|
|
312
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
318
|
+
def custom_rule
|
|
319
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomRule
|
|
313
320
|
end
|
|
314
|
-
def
|
|
315
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
321
|
+
def edgenode_result
|
|
322
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::EdgenodeResult
|
|
316
323
|
end
|
|
317
324
|
def header_action_parameters
|
|
318
325
|
Azure::CDN::Mgmt::V2020_04_15::Models::HeaderActionParameters
|
|
319
326
|
end
|
|
320
|
-
def
|
|
321
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
327
|
+
def managed_rule_group_override
|
|
328
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupOverride
|
|
322
329
|
end
|
|
323
|
-
def
|
|
324
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
330
|
+
def ip_address_group
|
|
331
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::IpAddressGroup
|
|
325
332
|
end
|
|
326
333
|
def managed_rule_set_definition_list
|
|
327
334
|
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetDefinitionList
|
|
328
335
|
end
|
|
329
|
-
def
|
|
330
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
336
|
+
def cidr_ip_address
|
|
337
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CidrIpAddress
|
|
331
338
|
end
|
|
332
339
|
def cache_expiration_action_parameters
|
|
333
340
|
Azure::CDN::Mgmt::V2020_04_15::Models::CacheExpirationActionParameters
|
|
334
341
|
end
|
|
335
|
-
def
|
|
336
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
342
|
+
def operations_list_result
|
|
343
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OperationsListResult
|
|
337
344
|
end
|
|
338
345
|
def managed_rule_group_definition
|
|
339
346
|
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleGroupDefinition
|
|
340
347
|
end
|
|
341
|
-
def
|
|
342
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
348
|
+
def operation
|
|
349
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::Operation
|
|
343
350
|
end
|
|
344
351
|
def cache_key_query_string_action_parameters
|
|
345
352
|
Azure::CDN::Mgmt::V2020_04_15::Models::CacheKeyQueryStringActionParameters
|
|
346
353
|
end
|
|
347
|
-
def
|
|
348
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
354
|
+
def operation_display
|
|
355
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OperationDisplay
|
|
349
356
|
end
|
|
350
357
|
def managed_rule_definition
|
|
351
358
|
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleDefinition
|
|
352
359
|
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
360
|
def supported_optimization_types_list_result
|
|
360
361
|
Azure::CDN::Mgmt::V2020_04_15::Models::SupportedOptimizationTypesListResult
|
|
361
362
|
end
|
|
362
|
-
def
|
|
363
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
363
|
+
def purge_parameters
|
|
364
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::PurgeParameters
|
|
364
365
|
end
|
|
365
366
|
def http_error_range_parameters
|
|
366
367
|
Azure::CDN::Mgmt::V2020_04_15::Models::HttpErrorRangeParameters
|
|
367
368
|
end
|
|
368
|
-
def
|
|
369
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
369
|
+
def load_parameters
|
|
370
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::LoadParameters
|
|
370
371
|
end
|
|
371
372
|
def endpoint_list_result
|
|
372
373
|
Azure::CDN::Mgmt::V2020_04_15::Models::EndpointListResult
|
|
373
374
|
end
|
|
374
|
-
def
|
|
375
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
375
|
+
def cdn_web_application_firewall_policy_patch_parameters
|
|
376
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyPatchParameters
|
|
376
377
|
end
|
|
377
378
|
def delivery_rule_condition
|
|
378
379
|
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRuleCondition
|
|
379
380
|
end
|
|
380
|
-
def
|
|
381
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
381
|
+
def origin_update_parameters
|
|
382
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginUpdateParameters
|
|
382
383
|
end
|
|
383
384
|
def endpoint_properties_update_parameters_web_application_firewall_policy_link
|
|
384
385
|
Azure::CDN::Mgmt::V2020_04_15::Models::EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink
|
|
385
386
|
end
|
|
386
|
-
def
|
|
387
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
387
|
+
def origin_list_result
|
|
388
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginListResult
|
|
388
389
|
end
|
|
389
390
|
def request_method_match_condition_parameters
|
|
390
391
|
Azure::CDN::Mgmt::V2020_04_15::Models::RequestMethodMatchConditionParameters
|
|
391
392
|
end
|
|
392
|
-
def
|
|
393
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
393
|
+
def cdn_web_application_firewall_policy_list
|
|
394
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnWebApplicationFirewallPolicyList
|
|
394
395
|
end
|
|
395
396
|
def post_args_match_condition_parameters
|
|
396
397
|
Azure::CDN::Mgmt::V2020_04_15::Models::PostArgsMatchConditionParameters
|
|
397
398
|
end
|
|
398
|
-
def
|
|
399
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
399
|
+
def origin_group_update_parameters
|
|
400
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupUpdateParameters
|
|
400
401
|
end
|
|
401
402
|
def request_header_match_condition_parameters
|
|
402
403
|
Azure::CDN::Mgmt::V2020_04_15::Models::RequestHeaderMatchConditionParameters
|
|
403
404
|
end
|
|
404
|
-
def
|
|
405
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
405
|
+
def origin_group_list_result
|
|
406
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::OriginGroupListResult
|
|
406
407
|
end
|
|
407
408
|
def request_scheme_match_condition_parameters
|
|
408
409
|
Azure::CDN::Mgmt::V2020_04_15::Models::RequestSchemeMatchConditionParameters
|
|
409
410
|
end
|
|
410
|
-
def
|
|
411
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
411
|
+
def cdn_endpoint
|
|
412
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnEndpoint
|
|
412
413
|
end
|
|
413
414
|
def url_file_extension_match_condition_parameters
|
|
414
415
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlFileExtensionMatchConditionParameters
|
|
415
416
|
end
|
|
416
|
-
def
|
|
417
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
417
|
+
def custom_domain_parameters
|
|
418
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainParameters
|
|
418
419
|
end
|
|
419
420
|
def health_probe_parameters
|
|
420
421
|
Azure::CDN::Mgmt::V2020_04_15::Models::HealthProbeParameters
|
|
421
422
|
end
|
|
422
|
-
def
|
|
423
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
423
|
+
def custom_domain_https_parameters
|
|
424
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainHttpsParameters
|
|
424
425
|
end
|
|
425
426
|
def key_vault_signing_key_parameters
|
|
426
427
|
Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultSigningKeyParameters
|
|
427
428
|
end
|
|
428
|
-
def
|
|
429
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
429
|
+
def cdn_certificate_source_parameters
|
|
430
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CdnCertificateSourceParameters
|
|
430
431
|
end
|
|
431
432
|
def remote_address_match_condition_parameters
|
|
432
433
|
Azure::CDN::Mgmt::V2020_04_15::Models::RemoteAddressMatchConditionParameters
|
|
433
434
|
end
|
|
434
|
-
def
|
|
435
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
435
|
+
def managed_rule_set_list
|
|
436
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSetList
|
|
436
437
|
end
|
|
437
438
|
def request_uri_match_condition_parameters
|
|
438
439
|
Azure::CDN::Mgmt::V2020_04_15::Models::RequestUriMatchConditionParameters
|
|
439
440
|
end
|
|
440
|
-
def
|
|
441
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
441
|
+
def key_vault_certificate_source_parameters
|
|
442
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::KeyVaultCertificateSourceParameters
|
|
442
443
|
end
|
|
443
444
|
def url_path_match_condition_parameters
|
|
444
445
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlPathMatchConditionParameters
|
|
445
446
|
end
|
|
446
|
-
def
|
|
447
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
447
|
+
def managed_rule_set
|
|
448
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ManagedRuleSet
|
|
448
449
|
end
|
|
449
450
|
def deep_created_origin_group
|
|
450
451
|
Azure::CDN::Mgmt::V2020_04_15::Models::DeepCreatedOriginGroup
|
|
451
452
|
end
|
|
452
|
-
def
|
|
453
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
453
|
+
def custom_domain_list_result
|
|
454
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CustomDomainListResult
|
|
454
455
|
end
|
|
455
456
|
def query_string_match_condition_parameters
|
|
456
457
|
Azure::CDN::Mgmt::V2020_04_15::Models::QueryStringMatchConditionParameters
|
|
457
458
|
end
|
|
458
|
-
def
|
|
459
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
459
|
+
def validate_custom_domain_input
|
|
460
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainInput
|
|
460
461
|
end
|
|
461
462
|
def profile_update_parameters
|
|
462
463
|
Azure::CDN::Mgmt::V2020_04_15::Models::ProfileUpdateParameters
|
|
463
464
|
end
|
|
464
|
-
def
|
|
465
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
465
|
+
def validate_custom_domain_output
|
|
466
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::ValidateCustomDomainOutput
|
|
466
467
|
end
|
|
467
468
|
def request_body_match_condition_parameters
|
|
468
469
|
Azure::CDN::Mgmt::V2020_04_15::Models::RequestBodyMatchConditionParameters
|
|
469
470
|
end
|
|
470
|
-
def
|
|
471
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
471
|
+
def check_name_availability_input
|
|
472
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityInput
|
|
472
473
|
end
|
|
473
474
|
def delivery_rule
|
|
474
475
|
Azure::CDN::Mgmt::V2020_04_15::Models::DeliveryRule
|
|
475
476
|
end
|
|
476
|
-
def
|
|
477
|
-
Azure::CDN::Mgmt::V2020_04_15::Models::
|
|
477
|
+
def check_name_availability_output
|
|
478
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::CheckNameAvailabilityOutput
|
|
478
479
|
end
|
|
479
480
|
def profile
|
|
480
481
|
Azure::CDN::Mgmt::V2020_04_15::Models::Profile
|
|
@@ -527,6 +528,9 @@ module Azure::Profiles::Latest
|
|
|
527
528
|
def url_redirect_action
|
|
528
529
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRedirectAction
|
|
529
530
|
end
|
|
531
|
+
def url_signing_action
|
|
532
|
+
Azure::CDN::Mgmt::V2020_04_15::Models::UrlSigningAction
|
|
533
|
+
end
|
|
530
534
|
def url_rewrite_action
|
|
531
535
|
Azure::CDN::Mgmt::V2020_04_15::Models::UrlRewriteAction
|
|
532
536
|
end
|