azure_sdk 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/lib/azure_sdk.rb +2 -27
  3. data/lib/azure_sdk/version.rb +1 -1
  4. data/lib/{azure_sdk → common}/configurable.rb +0 -0
  5. data/lib/{azure_sdk → common}/default.rb +0 -0
  6. data/lib/latest/latest_profile_client.rb +154 -0
  7. data/lib/latest/module_definition.rb +122 -0
  8. data/lib/latest/modules/analysisservices_profile_module.rb +104 -0
  9. data/lib/latest/modules/authorization_profile_module.rb +120 -0
  10. data/lib/latest/modules/automation_profile_module.rb +600 -0
  11. data/lib/latest/modules/batch_profile_module.rb +152 -0
  12. data/lib/latest/modules/billing_profile_module.rb +84 -0
  13. data/lib/latest/modules/cdn_profile_module.rb +236 -0
  14. data/lib/latest/modules/cognitiveservices_profile_module.rb +128 -0
  15. data/lib/latest/modules/commerce_profile_module.rb +86 -0
  16. data/lib/latest/modules/compute_profile_module.rb +734 -0
  17. data/lib/latest/modules/consumption_profile_module.rb +74 -0
  18. data/lib/latest/modules/containerinstance_profile_module.rb +126 -0
  19. data/lib/latest/modules/containerregistry_profile_module.rb +210 -0
  20. data/lib/latest/modules/containerservice_profile_module.rb +100 -0
  21. data/lib/latest/modules/customerinsights_profile_module.rb +484 -0
  22. data/lib/latest/modules/datalakeanalytics_profile_module.rb +172 -0
  23. data/lib/latest/modules/datalakestore_profile_module.rb +148 -0
  24. data/lib/latest/modules/devtestlabs_profile_module.rb +676 -0
  25. data/lib/latest/modules/dns_profile_module.rb +114 -0
  26. data/lib/latest/modules/eventgrid_profile_module.rb +146 -0
  27. data/lib/latest/modules/eventhub_profile_module.rb +172 -0
  28. data/lib/latest/modules/features_profile_module.rb +48 -0
  29. data/lib/latest/modules/graph_profile_module.rb +202 -0
  30. data/lib/latest/modules/iothub_profile_module.rb +272 -0
  31. data/lib/latest/modules/keyvault_profile_module.rb +108 -0
  32. data/lib/latest/modules/links_profile_module.rb +56 -0
  33. data/lib/latest/modules/locks_profile_module.rb +52 -0
  34. data/lib/latest/modules/logic_profile_module.rb +600 -0
  35. data/lib/latest/modules/machinelearning_profile_module.rb +184 -0
  36. data/lib/latest/modules/managedapplications_profile_module.rb +110 -0
  37. data/lib/latest/modules/marketplaceordering_profile_module.rb +66 -0
  38. data/lib/latest/modules/mediaservices_profile_module.rb +110 -0
  39. data/lib/latest/modules/mobileengagement_profile_module.rb +404 -0
  40. data/lib/latest/modules/monitor_profile_module.rb +347 -0
  41. data/lib/latest/modules/network_profile_module.rb +1168 -0
  42. data/lib/latest/modules/notificationhubs_profile_module.rb +162 -0
  43. data/lib/latest/modules/operationalinsights_profile_module.rb +209 -0
  44. data/lib/latest/modules/policy_profile_module.rb +89 -0
  45. data/lib/latest/modules/powerbiembedded_profile_module.rb +114 -0
  46. data/lib/latest/modules/recoveryservices_profile_module.rb +209 -0
  47. data/lib/latest/modules/recoveryservicesbackup_profile_module.rb +750 -0
  48. data/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +1374 -0
  49. data/lib/latest/modules/redis_profile_module.rb +172 -0
  50. data/lib/latest/modules/relay_profile_module.rb +150 -0
  51. data/lib/latest/modules/resources_profile_module.rb +234 -0
  52. data/lib/latest/modules/resourcesmanagement_profile_module.rb +94 -0
  53. data/lib/latest/modules/scheduler_profile_module.rb +218 -0
  54. data/lib/latest/modules/search_profile_module.rb +96 -0
  55. data/lib/latest/modules/servermanagement_profile_module.rb +162 -0
  56. data/lib/latest/modules/servicebus_profile_module.rb +254 -0
  57. data/lib/latest/modules/servicefabric_profile_module.rb +140 -0
  58. data/lib/latest/modules/sql_profile_module.rb +940 -0
  59. data/lib/latest/modules/storage_profile_module.rb +270 -0
  60. data/lib/latest/modules/storsimple8000series_profile_module.rb +702 -0
  61. data/lib/latest/modules/streamanalytics_profile_module.rb +336 -0
  62. data/lib/latest/modules/subscriptions_profile_module.rb +74 -0
  63. data/lib/latest/modules/trafficmanager_profile_module.rb +145 -0
  64. data/lib/latest/modules/web_profile_module.rb +1162 -0
  65. data/lib/v2017_03_09/module_definition.rb +26 -0
  66. data/lib/v2017_03_09/modules/compute_profile_module.rb +444 -0
  67. data/lib/v2017_03_09/modules/features_profile_module.rb +48 -0
  68. data/lib/v2017_03_09/modules/links_profile_module.rb +56 -0
  69. data/lib/v2017_03_09/modules/locks_profile_module.rb +48 -0
  70. data/lib/v2017_03_09/modules/network_profile_module.rb +542 -0
  71. data/lib/v2017_03_09/modules/policy_profile_module.rb +58 -0
  72. data/lib/v2017_03_09/modules/resources_profile_module.rb +230 -0
  73. data/lib/v2017_03_09/modules/storage_profile_module.rb +114 -0
  74. data/lib/v2017_03_09/modules/subscriptions_profile_module.rb +74 -0
  75. data/lib/v2017_03_09/v2017_03_09_profile_client.rb +58 -0
  76. metadata +210 -127
  77. data/lib/azure_sdk/client.rb +0 -207
@@ -0,0 +1,152 @@
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_batch'
6
+
7
+ module Azure::Profiles::Latest
8
+ module Batch::Mgmt
9
+ BatchAccountOperations = Azure::Batch::Mgmt::V2017_05_01::BatchAccountOperations
10
+ ApplicationPackageOperations = Azure::Batch::Mgmt::V2017_05_01::ApplicationPackageOperations
11
+ ApplicationOperations = Azure::Batch::Mgmt::V2017_05_01::ApplicationOperations
12
+ Location = Azure::Batch::Mgmt::V2017_05_01::Location
13
+ Operations = Azure::Batch::Mgmt::V2017_05_01::Operations
14
+
15
+ module Models
16
+ ApplicationPackage = Azure::Batch::Mgmt::V2017_05_01::Models::ApplicationPackage
17
+ Application = Azure::Batch::Mgmt::V2017_05_01::Models::Application
18
+ KeyVaultReference = Azure::Batch::Mgmt::V2017_05_01::Models::KeyVaultReference
19
+ ListApplicationsResult = Azure::Batch::Mgmt::V2017_05_01::Models::ListApplicationsResult
20
+ BatchAccountCreateParameters = Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountCreateParameters
21
+ CheckNameAvailabilityParameters = Azure::Batch::Mgmt::V2017_05_01::Models::CheckNameAvailabilityParameters
22
+ BatchAccountUpdateParameters = Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountUpdateParameters
23
+ ApplicationUpdateParameters = Azure::Batch::Mgmt::V2017_05_01::Models::ApplicationUpdateParameters
24
+ BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountRegenerateKeyParameters
25
+ BatchLocationQuota = Azure::Batch::Mgmt::V2017_05_01::Models::BatchLocationQuota
26
+ ActivateApplicationPackageParameters = Azure::Batch::Mgmt::V2017_05_01::Models::ActivateApplicationPackageParameters
27
+ Resource = Azure::Batch::Mgmt::V2017_05_01::Models::Resource
28
+ AutoStorageBaseProperties = Azure::Batch::Mgmt::V2017_05_01::Models::AutoStorageBaseProperties
29
+ BatchAccountListResult = Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountListResult
30
+ ApplicationCreateParameters = Azure::Batch::Mgmt::V2017_05_01::Models::ApplicationCreateParameters
31
+ OperationDisplay = Azure::Batch::Mgmt::V2017_05_01::Models::OperationDisplay
32
+ BatchAccountKeys = Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountKeys
33
+ Operation = Azure::Batch::Mgmt::V2017_05_01::Models::Operation
34
+ CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2017_05_01::Models::CheckNameAvailabilityResult
35
+ OperationListResult = Azure::Batch::Mgmt::V2017_05_01::Models::OperationListResult
36
+ AutoStorageProperties = Azure::Batch::Mgmt::V2017_05_01::Models::AutoStorageProperties
37
+ BatchAccount = Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccount
38
+ PoolAllocationMode = Azure::Batch::Mgmt::V2017_05_01::Models::PoolAllocationMode
39
+ ProvisioningState = Azure::Batch::Mgmt::V2017_05_01::Models::ProvisioningState
40
+ AccountKeyType = Azure::Batch::Mgmt::V2017_05_01::Models::AccountKeyType
41
+ PackageState = Azure::Batch::Mgmt::V2017_05_01::Models::PackageState
42
+ NameAvailabilityReason = Azure::Batch::Mgmt::V2017_05_01::Models::NameAvailabilityReason
43
+ end
44
+
45
+ #
46
+ # Batch
47
+ #
48
+ class BatchClass
49
+ attr_reader :batch_account_operations, :application_package_operations, :application_operations, :location, :operations, :configurable, :base_url, :options, :model_classes
50
+
51
+ def initialize(configurable, base_url=nil, options=nil)
52
+ @configurable, @base_url, @options = configurable, base_url, options
53
+
54
+ client_0 = Azure::Batch::Mgmt::V2017_05_01::BatchManagementClient.new(configurable.credentials, base_url, options)
55
+ if(client_0.respond_to?(:subscription_id))
56
+ client_0.subscription_id = configurable.subscription_id
57
+ end
58
+ @batch_account_operations = client_0.batch_account_operations
59
+ @application_package_operations = client_0.application_package_operations
60
+ @application_operations = client_0.application_operations
61
+ @location = client_0.location
62
+ @operations = client_0.operations
63
+
64
+ @model_classes = ModelClasses.new
65
+ end
66
+
67
+ class ModelClasses
68
+ def application_package
69
+ Azure::Batch::Mgmt::V2017_05_01::Models::ApplicationPackage
70
+ end
71
+ def application
72
+ Azure::Batch::Mgmt::V2017_05_01::Models::Application
73
+ end
74
+ def key_vault_reference
75
+ Azure::Batch::Mgmt::V2017_05_01::Models::KeyVaultReference
76
+ end
77
+ def list_applications_result
78
+ Azure::Batch::Mgmt::V2017_05_01::Models::ListApplicationsResult
79
+ end
80
+ def batch_account_create_parameters
81
+ Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountCreateParameters
82
+ end
83
+ def check_name_availability_parameters
84
+ Azure::Batch::Mgmt::V2017_05_01::Models::CheckNameAvailabilityParameters
85
+ end
86
+ def batch_account_update_parameters
87
+ Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountUpdateParameters
88
+ end
89
+ def application_update_parameters
90
+ Azure::Batch::Mgmt::V2017_05_01::Models::ApplicationUpdateParameters
91
+ end
92
+ def batch_account_regenerate_key_parameters
93
+ Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountRegenerateKeyParameters
94
+ end
95
+ def batch_location_quota
96
+ Azure::Batch::Mgmt::V2017_05_01::Models::BatchLocationQuota
97
+ end
98
+ def activate_application_package_parameters
99
+ Azure::Batch::Mgmt::V2017_05_01::Models::ActivateApplicationPackageParameters
100
+ end
101
+ def resource
102
+ Azure::Batch::Mgmt::V2017_05_01::Models::Resource
103
+ end
104
+ def auto_storage_base_properties
105
+ Azure::Batch::Mgmt::V2017_05_01::Models::AutoStorageBaseProperties
106
+ end
107
+ def batch_account_list_result
108
+ Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountListResult
109
+ end
110
+ def application_create_parameters
111
+ Azure::Batch::Mgmt::V2017_05_01::Models::ApplicationCreateParameters
112
+ end
113
+ def operation_display
114
+ Azure::Batch::Mgmt::V2017_05_01::Models::OperationDisplay
115
+ end
116
+ def batch_account_keys
117
+ Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccountKeys
118
+ end
119
+ def operation
120
+ Azure::Batch::Mgmt::V2017_05_01::Models::Operation
121
+ end
122
+ def check_name_availability_result
123
+ Azure::Batch::Mgmt::V2017_05_01::Models::CheckNameAvailabilityResult
124
+ end
125
+ def operation_list_result
126
+ Azure::Batch::Mgmt::V2017_05_01::Models::OperationListResult
127
+ end
128
+ def auto_storage_properties
129
+ Azure::Batch::Mgmt::V2017_05_01::Models::AutoStorageProperties
130
+ end
131
+ def batch_account
132
+ Azure::Batch::Mgmt::V2017_05_01::Models::BatchAccount
133
+ end
134
+ def pool_allocation_mode
135
+ Azure::Batch::Mgmt::V2017_05_01::Models::PoolAllocationMode
136
+ end
137
+ def provisioning_state
138
+ Azure::Batch::Mgmt::V2017_05_01::Models::ProvisioningState
139
+ end
140
+ def account_key_type
141
+ Azure::Batch::Mgmt::V2017_05_01::Models::AccountKeyType
142
+ end
143
+ def package_state
144
+ Azure::Batch::Mgmt::V2017_05_01::Models::PackageState
145
+ end
146
+ def name_availability_reason
147
+ Azure::Batch::Mgmt::V2017_05_01::Models::NameAvailabilityReason
148
+ end
149
+ end
150
+ end
151
+ end
152
+ end
@@ -0,0 +1,84 @@
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_billing'
6
+
7
+ module Azure::Profiles::Latest
8
+ module Billing::Mgmt
9
+ BillingPeriods = Azure::Billing::Mgmt::V2017_04_24_preview::BillingPeriods
10
+ Invoices = Azure::Billing::Mgmt::V2017_04_24_preview::Invoices
11
+ Operations = Azure::Billing::Mgmt::V2017_04_24_preview::Operations
12
+
13
+ module Models
14
+ Resource = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Resource
15
+ BillingPeriodsListResult = Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriodsListResult
16
+ InvoicesListResult = Azure::Billing::Mgmt::V2017_04_24_preview::Models::InvoicesListResult
17
+ ErrorDetails = Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorDetails
18
+ OperationDisplay = Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationDisplay
19
+ DownloadUrl = Azure::Billing::Mgmt::V2017_04_24_preview::Models::DownloadUrl
20
+ Operation = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Operation
21
+ ErrorResponse = Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorResponse
22
+ OperationListResult = Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationListResult
23
+ BillingPeriod = Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriod
24
+ Invoice = Azure::Billing::Mgmt::V2017_04_24_preview::Models::Invoice
25
+ end
26
+
27
+ #
28
+ # Billing
29
+ #
30
+ class BillingClass
31
+ attr_reader :billing_periods, :invoices, :operations, :configurable, :base_url, :options, :model_classes
32
+
33
+ def initialize(configurable, base_url=nil, options=nil)
34
+ @configurable, @base_url, @options = configurable, base_url, options
35
+
36
+ client_0 = Azure::Billing::Mgmt::V2017_04_24_preview::BillingManagementClient.new(configurable.credentials, base_url, options)
37
+ if(client_0.respond_to?(:subscription_id))
38
+ client_0.subscription_id = configurable.subscription_id
39
+ end
40
+ @billing_periods = client_0.billing_periods
41
+ @invoices = client_0.invoices
42
+ @operations = client_0.operations
43
+
44
+ @model_classes = ModelClasses.new
45
+ end
46
+
47
+ class ModelClasses
48
+ def resource
49
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::Resource
50
+ end
51
+ def billing_periods_list_result
52
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriodsListResult
53
+ end
54
+ def invoices_list_result
55
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::InvoicesListResult
56
+ end
57
+ def error_details
58
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorDetails
59
+ end
60
+ def operation_display
61
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationDisplay
62
+ end
63
+ def download_url
64
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::DownloadUrl
65
+ end
66
+ def operation
67
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::Operation
68
+ end
69
+ def error_response
70
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::ErrorResponse
71
+ end
72
+ def operation_list_result
73
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::OperationListResult
74
+ end
75
+ def billing_period
76
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::BillingPeriod
77
+ end
78
+ def invoice
79
+ Azure::Billing::Mgmt::V2017_04_24_preview::Models::Invoice
80
+ end
81
+ end
82
+ end
83
+ end
84
+ end
@@ -0,0 +1,236 @@
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_cdn'
6
+
7
+ module Azure::Profiles::Latest
8
+ module CDN::Mgmt
9
+ Profiles = Azure::CDN::Mgmt::V2017_04_02::Profiles
10
+ Endpoints = Azure::CDN::Mgmt::V2017_04_02::Endpoints
11
+ Origins = Azure::CDN::Mgmt::V2017_04_02::Origins
12
+ CustomDomains = Azure::CDN::Mgmt::V2017_04_02::CustomDomains
13
+ ResourceUsageOperations = Azure::CDN::Mgmt::V2017_04_02::ResourceUsageOperations
14
+ Operations = Azure::CDN::Mgmt::V2017_04_02::Operations
15
+ EdgeNodes = Azure::CDN::Mgmt::V2017_04_02::EdgeNodes
16
+
17
+ module Models
18
+ CustomDomainListResult = Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomainListResult
19
+ Sku = Azure::CDN::Mgmt::V2017_04_02::Models::Sku
20
+ ValidateCustomDomainInput = Azure::CDN::Mgmt::V2017_04_02::Models::ValidateCustomDomainInput
21
+ ProfileListResult = Azure::CDN::Mgmt::V2017_04_02::Models::ProfileListResult
22
+ ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2017_04_02::Models::ValidateCustomDomainOutput
23
+ SsoUri = Azure::CDN::Mgmt::V2017_04_02::Models::SsoUri
24
+ CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2017_04_02::Models::CheckNameAvailabilityInput
25
+ DeepCreatedOrigin = Azure::CDN::Mgmt::V2017_04_02::Models::DeepCreatedOrigin
26
+ CheckNameAvailabilityOutput = Azure::CDN::Mgmt::V2017_04_02::Models::CheckNameAvailabilityOutput
27
+ EndpointListResult = Azure::CDN::Mgmt::V2017_04_02::Models::EndpointListResult
28
+ ValidateProbeInput = Azure::CDN::Mgmt::V2017_04_02::Models::ValidateProbeInput
29
+ EndpointUpdateParameters = Azure::CDN::Mgmt::V2017_04_02::Models::EndpointUpdateParameters
30
+ ValidateProbeOutput = Azure::CDN::Mgmt::V2017_04_02::Models::ValidateProbeOutput
31
+ LoadParameters = Azure::CDN::Mgmt::V2017_04_02::Models::LoadParameters
32
+ ResourceUsage = Azure::CDN::Mgmt::V2017_04_02::Models::ResourceUsage
33
+ OriginUpdateParameters = Azure::CDN::Mgmt::V2017_04_02::Models::OriginUpdateParameters
34
+ ResourceUsageListResult = Azure::CDN::Mgmt::V2017_04_02::Models::ResourceUsageListResult
35
+ OriginListResult = Azure::CDN::Mgmt::V2017_04_02::Models::OriginListResult
36
+ CustomDomainParameters = Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomainParameters
37
+ ProfileUpdateParameters = Azure::CDN::Mgmt::V2017_04_02::Models::ProfileUpdateParameters
38
+ ErrorResponse = Azure::CDN::Mgmt::V2017_04_02::Models::ErrorResponse
39
+ Resource = Azure::CDN::Mgmt::V2017_04_02::Models::Resource
40
+ OperationDisplay = Azure::CDN::Mgmt::V2017_04_02::Models::OperationDisplay
41
+ PurgeParameters = Azure::CDN::Mgmt::V2017_04_02::Models::PurgeParameters
42
+ Operation = Azure::CDN::Mgmt::V2017_04_02::Models::Operation
43
+ SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2017_04_02::Models::SupportedOptimizationTypesListResult
44
+ OperationsListResult = Azure::CDN::Mgmt::V2017_04_02::Models::OperationsListResult
45
+ EdgenodeResult = Azure::CDN::Mgmt::V2017_04_02::Models::EdgenodeResult
46
+ CidrIpAddress = Azure::CDN::Mgmt::V2017_04_02::Models::CidrIpAddress
47
+ GeoFilter = Azure::CDN::Mgmt::V2017_04_02::Models::GeoFilter
48
+ IpAddressGroup = Azure::CDN::Mgmt::V2017_04_02::Models::IpAddressGroup
49
+ Profile = Azure::CDN::Mgmt::V2017_04_02::Models::Profile
50
+ Endpoint = Azure::CDN::Mgmt::V2017_04_02::Models::Endpoint
51
+ Origin = Azure::CDN::Mgmt::V2017_04_02::Models::Origin
52
+ CustomDomain = Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomain
53
+ EdgeNode = Azure::CDN::Mgmt::V2017_04_02::Models::EdgeNode
54
+ SkuName = Azure::CDN::Mgmt::V2017_04_02::Models::SkuName
55
+ ProfileResourceState = Azure::CDN::Mgmt::V2017_04_02::Models::ProfileResourceState
56
+ OptimizationType = Azure::CDN::Mgmt::V2017_04_02::Models::OptimizationType
57
+ EndpointResourceState = Azure::CDN::Mgmt::V2017_04_02::Models::EndpointResourceState
58
+ QueryStringCachingBehavior = Azure::CDN::Mgmt::V2017_04_02::Models::QueryStringCachingBehavior
59
+ GeoFilterActions = Azure::CDN::Mgmt::V2017_04_02::Models::GeoFilterActions
60
+ OriginResourceState = Azure::CDN::Mgmt::V2017_04_02::Models::OriginResourceState
61
+ CustomDomainResourceState = Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomainResourceState
62
+ CustomHttpsProvisioningState = Azure::CDN::Mgmt::V2017_04_02::Models::CustomHttpsProvisioningState
63
+ CustomHttpsProvisioningSubstate = Azure::CDN::Mgmt::V2017_04_02::Models::CustomHttpsProvisioningSubstate
64
+ ResourceType = Azure::CDN::Mgmt::V2017_04_02::Models::ResourceType
65
+ end
66
+
67
+ #
68
+ # CDN
69
+ #
70
+ class CDNClass
71
+ attr_reader :profiles, :endpoints, :origins, :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :configurable, :base_url, :options, :model_classes
72
+
73
+ def initialize(configurable, base_url=nil, options=nil)
74
+ @configurable, @base_url, @options = configurable, base_url, options
75
+
76
+ client_0 = Azure::CDN::Mgmt::V2017_04_02::CdnManagementClient.new(configurable.credentials, base_url, options)
77
+ if(client_0.respond_to?(:subscription_id))
78
+ client_0.subscription_id = configurable.subscription_id
79
+ end
80
+ @profiles = client_0.profiles
81
+ @endpoints = client_0.endpoints
82
+ @origins = client_0.origins
83
+ @custom_domains = client_0.custom_domains
84
+ @resource_usage_operations = client_0.resource_usage_operations
85
+ @operations = client_0.operations
86
+ @edge_nodes = client_0.edge_nodes
87
+
88
+ @model_classes = ModelClasses.new
89
+ end
90
+
91
+ class ModelClasses
92
+ def custom_domain_list_result
93
+ Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomainListResult
94
+ end
95
+ def sku
96
+ Azure::CDN::Mgmt::V2017_04_02::Models::Sku
97
+ end
98
+ def validate_custom_domain_input
99
+ Azure::CDN::Mgmt::V2017_04_02::Models::ValidateCustomDomainInput
100
+ end
101
+ def profile_list_result
102
+ Azure::CDN::Mgmt::V2017_04_02::Models::ProfileListResult
103
+ end
104
+ def validate_custom_domain_output
105
+ Azure::CDN::Mgmt::V2017_04_02::Models::ValidateCustomDomainOutput
106
+ end
107
+ def sso_uri
108
+ Azure::CDN::Mgmt::V2017_04_02::Models::SsoUri
109
+ end
110
+ def check_name_availability_input
111
+ Azure::CDN::Mgmt::V2017_04_02::Models::CheckNameAvailabilityInput
112
+ end
113
+ def deep_created_origin
114
+ Azure::CDN::Mgmt::V2017_04_02::Models::DeepCreatedOrigin
115
+ end
116
+ def check_name_availability_output
117
+ Azure::CDN::Mgmt::V2017_04_02::Models::CheckNameAvailabilityOutput
118
+ end
119
+ def endpoint_list_result
120
+ Azure::CDN::Mgmt::V2017_04_02::Models::EndpointListResult
121
+ end
122
+ def validate_probe_input
123
+ Azure::CDN::Mgmt::V2017_04_02::Models::ValidateProbeInput
124
+ end
125
+ def endpoint_update_parameters
126
+ Azure::CDN::Mgmt::V2017_04_02::Models::EndpointUpdateParameters
127
+ end
128
+ def validate_probe_output
129
+ Azure::CDN::Mgmt::V2017_04_02::Models::ValidateProbeOutput
130
+ end
131
+ def load_parameters
132
+ Azure::CDN::Mgmt::V2017_04_02::Models::LoadParameters
133
+ end
134
+ def resource_usage
135
+ Azure::CDN::Mgmt::V2017_04_02::Models::ResourceUsage
136
+ end
137
+ def origin_update_parameters
138
+ Azure::CDN::Mgmt::V2017_04_02::Models::OriginUpdateParameters
139
+ end
140
+ def resource_usage_list_result
141
+ Azure::CDN::Mgmt::V2017_04_02::Models::ResourceUsageListResult
142
+ end
143
+ def origin_list_result
144
+ Azure::CDN::Mgmt::V2017_04_02::Models::OriginListResult
145
+ end
146
+ def custom_domain_parameters
147
+ Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomainParameters
148
+ end
149
+ def profile_update_parameters
150
+ Azure::CDN::Mgmt::V2017_04_02::Models::ProfileUpdateParameters
151
+ end
152
+ def error_response
153
+ Azure::CDN::Mgmt::V2017_04_02::Models::ErrorResponse
154
+ end
155
+ def resource
156
+ Azure::CDN::Mgmt::V2017_04_02::Models::Resource
157
+ end
158
+ def operation_display
159
+ Azure::CDN::Mgmt::V2017_04_02::Models::OperationDisplay
160
+ end
161
+ def purge_parameters
162
+ Azure::CDN::Mgmt::V2017_04_02::Models::PurgeParameters
163
+ end
164
+ def operation
165
+ Azure::CDN::Mgmt::V2017_04_02::Models::Operation
166
+ end
167
+ def supported_optimization_types_list_result
168
+ Azure::CDN::Mgmt::V2017_04_02::Models::SupportedOptimizationTypesListResult
169
+ end
170
+ def operations_list_result
171
+ Azure::CDN::Mgmt::V2017_04_02::Models::OperationsListResult
172
+ end
173
+ def edgenode_result
174
+ Azure::CDN::Mgmt::V2017_04_02::Models::EdgenodeResult
175
+ end
176
+ def cidr_ip_address
177
+ Azure::CDN::Mgmt::V2017_04_02::Models::CidrIpAddress
178
+ end
179
+ def geo_filter
180
+ Azure::CDN::Mgmt::V2017_04_02::Models::GeoFilter
181
+ end
182
+ def ip_address_group
183
+ Azure::CDN::Mgmt::V2017_04_02::Models::IpAddressGroup
184
+ end
185
+ def profile
186
+ Azure::CDN::Mgmt::V2017_04_02::Models::Profile
187
+ end
188
+ def endpoint
189
+ Azure::CDN::Mgmt::V2017_04_02::Models::Endpoint
190
+ end
191
+ def origin
192
+ Azure::CDN::Mgmt::V2017_04_02::Models::Origin
193
+ end
194
+ def custom_domain
195
+ Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomain
196
+ end
197
+ def edge_node
198
+ Azure::CDN::Mgmt::V2017_04_02::Models::EdgeNode
199
+ end
200
+ def sku_name
201
+ Azure::CDN::Mgmt::V2017_04_02::Models::SkuName
202
+ end
203
+ def profile_resource_state
204
+ Azure::CDN::Mgmt::V2017_04_02::Models::ProfileResourceState
205
+ end
206
+ def optimization_type
207
+ Azure::CDN::Mgmt::V2017_04_02::Models::OptimizationType
208
+ end
209
+ def endpoint_resource_state
210
+ Azure::CDN::Mgmt::V2017_04_02::Models::EndpointResourceState
211
+ end
212
+ def query_string_caching_behavior
213
+ Azure::CDN::Mgmt::V2017_04_02::Models::QueryStringCachingBehavior
214
+ end
215
+ def geo_filter_actions
216
+ Azure::CDN::Mgmt::V2017_04_02::Models::GeoFilterActions
217
+ end
218
+ def origin_resource_state
219
+ Azure::CDN::Mgmt::V2017_04_02::Models::OriginResourceState
220
+ end
221
+ def custom_domain_resource_state
222
+ Azure::CDN::Mgmt::V2017_04_02::Models::CustomDomainResourceState
223
+ end
224
+ def custom_https_provisioning_state
225
+ Azure::CDN::Mgmt::V2017_04_02::Models::CustomHttpsProvisioningState
226
+ end
227
+ def custom_https_provisioning_substate
228
+ Azure::CDN::Mgmt::V2017_04_02::Models::CustomHttpsProvisioningSubstate
229
+ end
230
+ def resource_type
231
+ Azure::CDN::Mgmt::V2017_04_02::Models::ResourceType
232
+ end
233
+ end
234
+ end
235
+ end
236
+ end