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,172 @@
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_datalake_analytics'
6
+
7
+ module Azure::Profiles::Latest
8
+ module DataLakeAnalytics::Mgmt
9
+ ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies
10
+ FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules
11
+ StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts
12
+ DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts
13
+ Account = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Account
14
+
15
+ module Models
16
+ UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters
17
+ AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters
18
+ StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer
19
+ AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters
20
+ SasTokenInfo = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInfo
21
+ OptionalSubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OptionalSubResource
22
+ ComputePolicyCreateOrUpdateParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyCreateOrUpdateParameters
23
+ DataLakeAnalyticsAccountListDataLakeStoreResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListDataLakeStoreResult
24
+ ComputePolicyListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult
25
+ ComputePolicyAccountCreateParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyAccountCreateParameters
26
+ DataLakeAnalyticsAccountUpdateParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountUpdateParameters
27
+ ListStorageContainersResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ListStorageContainersResult
28
+ DataLakeAnalyticsAccountPropertiesBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountPropertiesBasic
29
+ DataLakeAnalyticsAccountListStorageAccountsResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListStorageAccountsResult
30
+ Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource
31
+ ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy
32
+ UpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters
33
+ SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource
34
+ DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult
35
+ ListSasTokensResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ListSasTokensResult
36
+ DataLakeAnalyticsFirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsFirewallRuleListResult
37
+ StorageAccountInfo = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInfo
38
+ DataLakeStoreAccountInfo = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInfo
39
+ FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule
40
+ DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic
41
+ DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount
42
+ TierType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType
43
+ FirewallState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState
44
+ FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState
45
+ AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType
46
+ DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus
47
+ DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState
48
+ end
49
+
50
+ #
51
+ # DataLakeAnalytics
52
+ #
53
+ class DataLakeAnalyticsClass
54
+ attr_reader :compute_policies, :firewall_rules, :storage_accounts, :data_lake_store_accounts, :account, :configurable, :base_url, :options, :model_classes
55
+
56
+ def initialize(configurable, base_url=nil, options=nil)
57
+ @configurable, @base_url, @options = configurable, base_url, options
58
+
59
+ client_0 = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeAnalyticsAccountManagementClient.new(configurable.credentials, base_url, options)
60
+ if(client_0.respond_to?(:subscription_id))
61
+ client_0.subscription_id = configurable.subscription_id
62
+ end
63
+ @compute_policies = client_0.compute_policies
64
+ @firewall_rules = client_0.firewall_rules
65
+ @storage_accounts = client_0.storage_accounts
66
+ @data_lake_store_accounts = client_0.data_lake_store_accounts
67
+ @account = client_0.account
68
+
69
+ @model_classes = ModelClasses.new
70
+ end
71
+
72
+ class ModelClasses
73
+ def update_storage_account_parameters
74
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters
75
+ end
76
+ def add_data_lake_store_parameters
77
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters
78
+ end
79
+ def storage_container
80
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer
81
+ end
82
+ def add_storage_account_parameters
83
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters
84
+ end
85
+ def sas_token_info
86
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInfo
87
+ end
88
+ def optional_sub_resource
89
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OptionalSubResource
90
+ end
91
+ def compute_policy_create_or_update_parameters
92
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyCreateOrUpdateParameters
93
+ end
94
+ def data_lake_analytics_account_list_data_lake_store_result
95
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListDataLakeStoreResult
96
+ end
97
+ def compute_policy_list_result
98
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult
99
+ end
100
+ def compute_policy_account_create_parameters
101
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyAccountCreateParameters
102
+ end
103
+ def data_lake_analytics_account_update_parameters
104
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountUpdateParameters
105
+ end
106
+ def list_storage_containers_result
107
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ListStorageContainersResult
108
+ end
109
+ def data_lake_analytics_account_properties_basic
110
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountPropertiesBasic
111
+ end
112
+ def data_lake_analytics_account_list_storage_accounts_result
113
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListStorageAccountsResult
114
+ end
115
+ def resource
116
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource
117
+ end
118
+ def compute_policy
119
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy
120
+ end
121
+ def update_firewall_rule_parameters
122
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters
123
+ end
124
+ def sub_resource
125
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource
126
+ end
127
+ def data_lake_analytics_account_list_result
128
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult
129
+ end
130
+ def list_sas_tokens_result
131
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ListSasTokensResult
132
+ end
133
+ def data_lake_analytics_firewall_rule_list_result
134
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsFirewallRuleListResult
135
+ end
136
+ def storage_account_info
137
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInfo
138
+ end
139
+ def data_lake_store_account_info
140
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInfo
141
+ end
142
+ def firewall_rule
143
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule
144
+ end
145
+ def data_lake_analytics_account_basic
146
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic
147
+ end
148
+ def data_lake_analytics_account
149
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount
150
+ end
151
+ def tier_type
152
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType
153
+ end
154
+ def firewall_state
155
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState
156
+ end
157
+ def firewall_allow_azure_ips_state
158
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState
159
+ end
160
+ def aadobject_type
161
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType
162
+ end
163
+ def data_lake_analytics_account_status
164
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus
165
+ end
166
+ def data_lake_analytics_account_state
167
+ Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState
168
+ end
169
+ end
170
+ end
171
+ end
172
+ end
@@ -0,0 +1,148 @@
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_datalake_store'
6
+
7
+ module Azure::Profiles::Latest
8
+ module DataLakeStore::Mgmt
9
+ FirewallRules = Azure::DataLakeStore::Mgmt::V2016_11_01::FirewallRules
10
+ TrustedIdProviders = Azure::DataLakeStore::Mgmt::V2016_11_01::TrustedIdProviders
11
+ Account = Azure::DataLakeStore::Mgmt::V2016_11_01::Account
12
+
13
+ module Models
14
+ UpdateKeyVaultMetaInfo = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo
15
+ UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters
16
+ UpdateEncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig
17
+ UpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderParameters
18
+ DataLakeStoreAccountUpdateParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountUpdateParameters
19
+ DataLakeStoreTrustedIdProviderListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreTrustedIdProviderListResult
20
+ DataLakeStoreFirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreFirewallRuleListResult
21
+ EncryptionIdentity = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity
22
+ EncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfig
23
+ SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource
24
+ Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource
25
+ KeyVaultMetaInfo = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::KeyVaultMetaInfo
26
+ DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult
27
+ ErrorDetails = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::ErrorDetails
28
+ FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule
29
+ TrustedIdProvider = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider
30
+ DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount
31
+ DataLakeStoreAccountBasic = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic
32
+ EncryptionConfigType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType
33
+ EncryptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState
34
+ EncryptionProvisioningState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState
35
+ FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState
36
+ TrustedIdProviderState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState
37
+ TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType
38
+ FirewallAllowAzureIpsState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState
39
+ DataLakeStoreAccountStatus = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus
40
+ DataLakeStoreAccountState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState
41
+ end
42
+
43
+ #
44
+ # DataLakeStore
45
+ #
46
+ class DataLakeStoreClass
47
+ attr_reader :firewall_rules, :trusted_id_providers, :account, :configurable, :base_url, :options, :model_classes
48
+
49
+ def initialize(configurable, base_url=nil, options=nil)
50
+ @configurable, @base_url, @options = configurable, base_url, options
51
+
52
+ client_0 = Azure::DataLakeStore::Mgmt::V2016_11_01::DataLakeStoreAccountManagementClient.new(configurable.credentials, base_url, options)
53
+ if(client_0.respond_to?(:subscription_id))
54
+ client_0.subscription_id = configurable.subscription_id
55
+ end
56
+ @firewall_rules = client_0.firewall_rules
57
+ @trusted_id_providers = client_0.trusted_id_providers
58
+ @account = client_0.account
59
+
60
+ @model_classes = ModelClasses.new
61
+ end
62
+
63
+ class ModelClasses
64
+ def update_key_vault_meta_info
65
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo
66
+ end
67
+ def update_firewall_rule_parameters
68
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters
69
+ end
70
+ def update_encryption_config
71
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig
72
+ end
73
+ def update_trusted_id_provider_parameters
74
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderParameters
75
+ end
76
+ def data_lake_store_account_update_parameters
77
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountUpdateParameters
78
+ end
79
+ def data_lake_store_trusted_id_provider_list_result
80
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreTrustedIdProviderListResult
81
+ end
82
+ def data_lake_store_firewall_rule_list_result
83
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreFirewallRuleListResult
84
+ end
85
+ def encryption_identity
86
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity
87
+ end
88
+ def encryption_config
89
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfig
90
+ end
91
+ def sub_resource
92
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource
93
+ end
94
+ def resource
95
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource
96
+ end
97
+ def key_vault_meta_info
98
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::KeyVaultMetaInfo
99
+ end
100
+ def data_lake_store_account_list_result
101
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult
102
+ end
103
+ def error_details
104
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::ErrorDetails
105
+ end
106
+ def firewall_rule
107
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule
108
+ end
109
+ def trusted_id_provider
110
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider
111
+ end
112
+ def data_lake_store_account
113
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount
114
+ end
115
+ def data_lake_store_account_basic
116
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic
117
+ end
118
+ def encryption_config_type
119
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType
120
+ end
121
+ def encryption_state
122
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState
123
+ end
124
+ def encryption_provisioning_state
125
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState
126
+ end
127
+ def firewall_state
128
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState
129
+ end
130
+ def trusted_id_provider_state
131
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState
132
+ end
133
+ def tier_type
134
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType
135
+ end
136
+ def firewall_allow_azure_ips_state
137
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState
138
+ end
139
+ def data_lake_store_account_status
140
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus
141
+ end
142
+ def data_lake_store_account_state
143
+ Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState
144
+ end
145
+ end
146
+ end
147
+ end
148
+ end
@@ -0,0 +1,676 @@
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_devtestlabs'
6
+
7
+ module Azure::Profiles::Latest
8
+ module DevTestLabs::Mgmt
9
+ Labs = Azure::DevTestLabs::Mgmt::V2016_05_15::Labs
10
+ GlobalSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::GlobalSchedules
11
+ ArtifactSources = Azure::DevTestLabs::Mgmt::V2016_05_15::ArtifactSources
12
+ ArmTemplates = Azure::DevTestLabs::Mgmt::V2016_05_15::ArmTemplates
13
+ Artifacts = Azure::DevTestLabs::Mgmt::V2016_05_15::Artifacts
14
+ Costs = Azure::DevTestLabs::Mgmt::V2016_05_15::Costs
15
+ CustomImages = Azure::DevTestLabs::Mgmt::V2016_05_15::CustomImages
16
+ Formulas = Azure::DevTestLabs::Mgmt::V2016_05_15::Formulas
17
+ GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages
18
+ NotificationChannels = Azure::DevTestLabs::Mgmt::V2016_05_15::NotificationChannels
19
+ PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets
20
+ Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies
21
+ Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules
22
+ ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners
23
+ Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users
24
+ Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks
25
+ Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments
26
+ Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets
27
+ VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines
28
+ VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules
29
+ VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks
30
+
31
+ module Models
32
+ FormulaPropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm
33
+ WeekDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails
34
+ ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters
35
+ ExternalSubnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet
36
+ NotificationSettings = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings
37
+ ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment
38
+ EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse
39
+ Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event
40
+ DayDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetailsFragment
41
+ EventFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EventFragment
42
+ NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment
43
+ HourDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails
44
+ ResponseWithContinuationServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationServiceRunner
45
+ ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties
46
+ ResponseWithContinuationLab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab
47
+ ApplyArtifactsRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest
48
+ ResponseWithContinuationLabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd
49
+ UserSecretStore = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore
50
+ GalleryImageReference = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference
51
+ ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties
52
+ InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule
53
+ ArtifactDeploymentStatusProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusProperties
54
+ SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration
55
+ ArtifactParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment
56
+ NetworkInterfaceProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties
57
+ ResponseWithContinuationUser = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser
58
+ LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter
59
+ AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties
60
+ DayDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails
61
+ BulkCreationParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::BulkCreationParameters
62
+ UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment
63
+ UserIdentityFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentityFragment
64
+ ComputeDataDiskFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDiskFragment
65
+ GalleryImageReferenceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment
66
+ ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment
67
+ ParameterInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo
68
+ ComputeVmPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmPropertiesFragment
69
+ GenerateArmTemplateRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest
70
+ CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties
71
+ GenerateUploadUriParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriParameter
72
+ LinuxOsInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsInfo
73
+ GenerateUploadUriResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriResponse
74
+ CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom
75
+ IdentityProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::IdentityProperties
76
+ DataDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DataDiskProperties
77
+ InboundNatRuleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRuleFragment
78
+ DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties
79
+ SubnetOverrideFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverrideFragment
80
+ EnvironmentDeploymentProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnvironmentDeploymentProperties
81
+ TargetCostProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostProperties
82
+ EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties
83
+ LabCostSummaryProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostSummaryProperties
84
+ PolicyViolation = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyViolation
85
+ LabCostDetailsProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostDetailsProperties
86
+ WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment
87
+ LabResourceCostProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabResourceCostProperties
88
+ UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity
89
+ SubnetSharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
90
+ ParametersValueFileInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo
91
+ SubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment
92
+ ResponseWithContinuationSecret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSecret
93
+ LabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd
94
+ ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment
95
+ ShutdownNotificationContent = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ShutdownNotificationContent
96
+ AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions
97
+ SharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment
98
+ ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk
99
+ NetworkInterfacePropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfacePropertiesFragment
100
+ ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties
101
+ RetargetScheduleProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::RetargetScheduleProperties
102
+ WindowsOsInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsInfo
103
+ ResponseWithContinuationVirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationVirtualNetwork
104
+ ResponseWithContinuationPolicy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationPolicy
105
+ SubnetOverride = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverride
106
+ ResponseWithContinuationNotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationNotificationChannel
107
+ NotifyParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotifyParameters
108
+ EvaluatePoliciesRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesRequest
109
+ SubnetSharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfiguration
110
+ HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment
111
+ Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet
112
+ ArmTemplateInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo
113
+ Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port
114
+ ResponseWithContinuationSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSchedule
115
+ PortFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PortFragment
116
+ ComputeVmInstanceViewStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatus
117
+ Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource
118
+ CustomImagePropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesFromVm
119
+ ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate
120
+ ResponseWithContinuationLabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine
121
+ ResponseWithContinuationArtifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact
122
+ ArtifactInstallProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties
123
+ ResponseWithContinuationArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource
124
+ ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage
125
+ DetachDataDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDataDiskProperties
126
+ ResponseWithContinuationDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk
127
+ ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment
128
+ ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment
129
+ PolicySetResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicySetResult
130
+ ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula
131
+ PercentageCostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PercentageCostThresholdProperties
132
+ ResponseWithContinuationGalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage
133
+ Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule
134
+ ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule
135
+ ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment
136
+ ApplicableScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment
137
+ ArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate
138
+ Artifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact
139
+ ArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource
140
+ ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment
141
+ CustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage
142
+ Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk
143
+ DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment
144
+ Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula
145
+ GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage
146
+ Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab
147
+ LabCost = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost
148
+ LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment
149
+ LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine
150
+ LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment
151
+ NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel
152
+ NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment
153
+ Policy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy
154
+ PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment
155
+ Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret
156
+ ServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner
157
+ User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User
158
+ VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork
159
+ UserFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment
160
+ VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment
161
+ EnableStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus
162
+ NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus
163
+ SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType
164
+ StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType
165
+ CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus
166
+ WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState
167
+ LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState
168
+ CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType
169
+ HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions
170
+ NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType
171
+ TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol
172
+ VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource
173
+ FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions
174
+ PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk
175
+ TargetCostStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus
176
+ ReportingCycleType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType
177
+ CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType
178
+ PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus
179
+ PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName
180
+ PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType
181
+ UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType
182
+ end
183
+
184
+ #
185
+ # DevTestLabs
186
+ #
187
+ class DevTestLabsClass
188
+ attr_reader :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :policies, :schedules, :service_runners, :users, :disks, :environments, :secrets, :virtual_machines, :virtual_machine_schedules, :virtual_networks, :configurable, :base_url, :options, :model_classes
189
+
190
+ def initialize(configurable, base_url=nil, options=nil)
191
+ @configurable, @base_url, @options = configurable, base_url, options
192
+
193
+ client_0 = Azure::DevTestLabs::Mgmt::V2016_05_15::DevTestLabsClient.new(configurable.credentials, base_url, options)
194
+ if(client_0.respond_to?(:subscription_id))
195
+ client_0.subscription_id = configurable.subscription_id
196
+ end
197
+ @labs = client_0.labs
198
+ @global_schedules = client_0.global_schedules
199
+ @artifact_sources = client_0.artifact_sources
200
+ @arm_templates = client_0.arm_templates
201
+ @artifacts = client_0.artifacts
202
+ @costs = client_0.costs
203
+ @custom_images = client_0.custom_images
204
+ @formulas = client_0.formulas
205
+ @gallery_images = client_0.gallery_images
206
+ @notification_channels = client_0.notification_channels
207
+ @policy_sets = client_0.policy_sets
208
+ @policies = client_0.policies
209
+ @schedules = client_0.schedules
210
+ @service_runners = client_0.service_runners
211
+ @users = client_0.users
212
+ @disks = client_0.disks
213
+ @environments = client_0.environments
214
+ @secrets = client_0.secrets
215
+ @virtual_machines = client_0.virtual_machines
216
+ @virtual_machine_schedules = client_0.virtual_machine_schedules
217
+ @virtual_networks = client_0.virtual_networks
218
+
219
+ @model_classes = ModelClasses.new
220
+ end
221
+
222
+ class ModelClasses
223
+ def formula_properties_from_vm
224
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm
225
+ end
226
+ def week_details
227
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails
228
+ end
229
+ def export_resource_usage_parameters
230
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters
231
+ end
232
+ def external_subnet
233
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet
234
+ end
235
+ def notification_settings
236
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings
237
+ end
238
+ def external_subnet_fragment
239
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment
240
+ end
241
+ def evaluate_policies_response
242
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse
243
+ end
244
+ def event
245
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event
246
+ end
247
+ def day_details_fragment
248
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetailsFragment
249
+ end
250
+ def event_fragment
251
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EventFragment
252
+ end
253
+ def notification_settings_fragment
254
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment
255
+ end
256
+ def hour_details
257
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails
258
+ end
259
+ def response_with_continuation_service_runner
260
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationServiceRunner
261
+ end
262
+ def artifact_parameter_properties
263
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties
264
+ end
265
+ def response_with_continuation_lab
266
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab
267
+ end
268
+ def apply_artifacts_request
269
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest
270
+ end
271
+ def response_with_continuation_lab_vhd
272
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd
273
+ end
274
+ def user_secret_store
275
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore
276
+ end
277
+ def gallery_image_reference
278
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference
279
+ end
280
+ def arm_template_parameter_properties
281
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties
282
+ end
283
+ def inbound_nat_rule
284
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule
285
+ end
286
+ def artifact_deployment_status_properties
287
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusProperties
288
+ end
289
+ def shared_public_ip_address_configuration
290
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration
291
+ end
292
+ def artifact_parameter_properties_fragment
293
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment
294
+ end
295
+ def network_interface_properties
296
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties
297
+ end
298
+ def response_with_continuation_user
299
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser
300
+ end
301
+ def lab_virtual_machine_creation_parameter
302
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter
303
+ end
304
+ def attach_disk_properties
305
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties
306
+ end
307
+ def day_details
308
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails
309
+ end
310
+ def bulk_creation_parameters
311
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::BulkCreationParameters
312
+ end
313
+ def user_secret_store_fragment
314
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment
315
+ end
316
+ def user_identity_fragment
317
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentityFragment
318
+ end
319
+ def compute_data_disk_fragment
320
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDiskFragment
321
+ end
322
+ def gallery_image_reference_fragment
323
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment
324
+ end
325
+ def compute_vm_instance_view_status_fragment
326
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment
327
+ end
328
+ def parameter_info
329
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo
330
+ end
331
+ def compute_vm_properties_fragment
332
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmPropertiesFragment
333
+ end
334
+ def generate_arm_template_request
335
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest
336
+ end
337
+ def cost_threshold_properties
338
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties
339
+ end
340
+ def generate_upload_uri_parameter
341
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriParameter
342
+ end
343
+ def linux_os_info
344
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsInfo
345
+ end
346
+ def generate_upload_uri_response
347
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriResponse
348
+ end
349
+ def custom_image_properties_custom
350
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom
351
+ end
352
+ def identity_properties
353
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::IdentityProperties
354
+ end
355
+ def data_disk_properties
356
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DataDiskProperties
357
+ end
358
+ def inbound_nat_rule_fragment
359
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRuleFragment
360
+ end
361
+ def detach_disk_properties
362
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties
363
+ end
364
+ def subnet_override_fragment
365
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverrideFragment
366
+ end
367
+ def environment_deployment_properties
368
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnvironmentDeploymentProperties
369
+ end
370
+ def target_cost_properties
371
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostProperties
372
+ end
373
+ def evaluate_policies_properties
374
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties
375
+ end
376
+ def lab_cost_summary_properties
377
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostSummaryProperties
378
+ end
379
+ def policy_violation
380
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyViolation
381
+ end
382
+ def lab_cost_details_properties
383
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostDetailsProperties
384
+ end
385
+ def week_details_fragment
386
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment
387
+ end
388
+ def lab_resource_cost_properties
389
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabResourceCostProperties
390
+ end
391
+ def user_identity
392
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity
393
+ end
394
+ def subnet_shared_public_ip_address_configuration_fragment
395
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment
396
+ end
397
+ def parameters_value_file_info
398
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo
399
+ end
400
+ def subnet_fragment
401
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment
402
+ end
403
+ def response_with_continuation_secret
404
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSecret
405
+ end
406
+ def lab_vhd
407
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd
408
+ end
409
+ def artifact_install_properties_fragment
410
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment
411
+ end
412
+ def shutdown_notification_content
413
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ShutdownNotificationContent
414
+ end
415
+ def attach_new_data_disk_options
416
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions
417
+ end
418
+ def shared_public_ip_address_configuration_fragment
419
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment
420
+ end
421
+ def compute_data_disk
422
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk
423
+ end
424
+ def network_interface_properties_fragment
425
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfacePropertiesFragment
426
+ end
427
+ def compute_vm_properties
428
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties
429
+ end
430
+ def retarget_schedule_properties
431
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::RetargetScheduleProperties
432
+ end
433
+ def windows_os_info
434
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsInfo
435
+ end
436
+ def response_with_continuation_virtual_network
437
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationVirtualNetwork
438
+ end
439
+ def response_with_continuation_policy
440
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationPolicy
441
+ end
442
+ def subnet_override
443
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverride
444
+ end
445
+ def response_with_continuation_notification_channel
446
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationNotificationChannel
447
+ end
448
+ def notify_parameters
449
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotifyParameters
450
+ end
451
+ def evaluate_policies_request
452
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesRequest
453
+ end
454
+ def subnet_shared_public_ip_address_configuration
455
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfiguration
456
+ end
457
+ def hour_details_fragment
458
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment
459
+ end
460
+ def subnet
461
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet
462
+ end
463
+ def arm_template_info
464
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo
465
+ end
466
+ def port
467
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port
468
+ end
469
+ def response_with_continuation_schedule
470
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSchedule
471
+ end
472
+ def port_fragment
473
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PortFragment
474
+ end
475
+ def compute_vm_instance_view_status
476
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatus
477
+ end
478
+ def resource
479
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource
480
+ end
481
+ def custom_image_properties_from_vm
482
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesFromVm
483
+ end
484
+ def response_with_continuation_arm_template
485
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate
486
+ end
487
+ def response_with_continuation_lab_virtual_machine
488
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine
489
+ end
490
+ def response_with_continuation_artifact
491
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact
492
+ end
493
+ def artifact_install_properties
494
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties
495
+ end
496
+ def response_with_continuation_artifact_source
497
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource
498
+ end
499
+ def response_with_continuation_custom_image
500
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage
501
+ end
502
+ def detach_data_disk_properties
503
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDataDiskProperties
504
+ end
505
+ def response_with_continuation_disk
506
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk
507
+ end
508
+ def artifact_deployment_status_properties_fragment
509
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment
510
+ end
511
+ def response_with_continuation_dtl_environment
512
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment
513
+ end
514
+ def policy_set_result
515
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicySetResult
516
+ end
517
+ def response_with_continuation_formula
518
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula
519
+ end
520
+ def percentage_cost_threshold_properties
521
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PercentageCostThresholdProperties
522
+ end
523
+ def response_with_continuation_gallery_image
524
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage
525
+ end
526
+ def schedule
527
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule
528
+ end
529
+ def applicable_schedule
530
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule
531
+ end
532
+ def schedule_fragment
533
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment
534
+ end
535
+ def applicable_schedule_fragment
536
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment
537
+ end
538
+ def arm_template
539
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate
540
+ end
541
+ def artifact
542
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact
543
+ end
544
+ def artifact_source
545
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource
546
+ end
547
+ def artifact_source_fragment
548
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment
549
+ end
550
+ def custom_image
551
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage
552
+ end
553
+ def disk
554
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk
555
+ end
556
+ def dtl_environment
557
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment
558
+ end
559
+ def formula
560
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula
561
+ end
562
+ def gallery_image
563
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage
564
+ end
565
+ def lab
566
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab
567
+ end
568
+ def lab_cost
569
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost
570
+ end
571
+ def lab_fragment
572
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment
573
+ end
574
+ def lab_virtual_machine
575
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine
576
+ end
577
+ def lab_virtual_machine_fragment
578
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment
579
+ end
580
+ def notification_channel
581
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel
582
+ end
583
+ def notification_channel_fragment
584
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment
585
+ end
586
+ def policy
587
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy
588
+ end
589
+ def policy_fragment
590
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment
591
+ end
592
+ def secret
593
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret
594
+ end
595
+ def service_runner
596
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner
597
+ end
598
+ def user
599
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User
600
+ end
601
+ def virtual_network
602
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork
603
+ end
604
+ def user_fragment
605
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment
606
+ end
607
+ def virtual_network_fragment
608
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment
609
+ end
610
+ def enable_status
611
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus
612
+ end
613
+ def notification_status
614
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus
615
+ end
616
+ def source_control_type
617
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType
618
+ end
619
+ def storage_type
620
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType
621
+ end
622
+ def cost_threshold_status
623
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus
624
+ end
625
+ def windows_os_state
626
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState
627
+ end
628
+ def linux_os_state
629
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState
630
+ end
631
+ def custom_image_os_type
632
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType
633
+ end
634
+ def host_caching_options
635
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions
636
+ end
637
+ def notification_channel_event_type
638
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType
639
+ end
640
+ def transport_protocol
641
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol
642
+ end
643
+ def virtual_machine_creation_source
644
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource
645
+ end
646
+ def file_upload_options
647
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions
648
+ end
649
+ def premium_data_disk
650
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk
651
+ end
652
+ def target_cost_status
653
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus
654
+ end
655
+ def reporting_cycle_type
656
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType
657
+ end
658
+ def cost_type
659
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType
660
+ end
661
+ def policy_status
662
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus
663
+ end
664
+ def policy_fact_name
665
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName
666
+ end
667
+ def policy_evaluator_type
668
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType
669
+ end
670
+ def usage_permission_type
671
+ Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType
672
+ end
673
+ end
674
+ end
675
+ end
676
+ end