azure_mgmt_datalake_analytics 0.15.2 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/account.rb +174 -160
- data/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/data_lake_analytics_account_management_client.rb +4 -1
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics.rb +43 -25
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/{account.rb → accounts.rb} +298 -222
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/compute_policies.rb +176 -206
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/data_lake_analytics_account_management_client.rb +22 -11
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/data_lake_store_accounts.rb +180 -203
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/firewall_rules.rb +171 -201
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/locations.rb +116 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_data_lake_store_parameters.rb +2 -2
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_data_lake_store_with_account_parameters.rb +58 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_storage_account_parameters.rb +3 -4
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/add_storage_account_with_account_parameters.rb +70 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/capability_information.rb +100 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/check_name_availability_parameters.rb +62 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/compute_policy.rb +22 -5
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/compute_policy_list_result.rb +2 -2
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{compute_policy_account_create_parameters.rb → create_compute_policy_with_account_parameters.rb} +7 -6
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/create_data_lake_analytics_account_parameters.rb +285 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/create_firewall_rule_with_account_parameters.rb +71 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{compute_policy_create_or_update_parameters.rb → create_or_update_compute_policy_parameters.rb} +4 -4
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/create_or_update_firewall_rule_parameters.rb +59 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb +161 -147
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_basic.rb +21 -19
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_list_result.rb +4 -4
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_store_account_info.rb → data_lake_store_account_information.rb} +8 -6
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_account_list_data_lake_store_result.rb → data_lake_store_account_information_list_result.rb} +14 -14
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/firewall_rule.rb +9 -6
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_firewall_rule_list_result.rb → firewall_rule_list_result.rb} +7 -8
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/name_availability_information.rb +74 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{optional_sub_resource.rb → operation.rb} +21 -19
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/operation_display.rb +83 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/operation_list_result.rb +68 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/operation_origin.rb +17 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/resource.rb +9 -7
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{sas_token_info.rb → sas_token_information.rb} +5 -5
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{list_sas_tokens_result.rb → sas_token_information_list_result.rb} +10 -10
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{storage_account_info.rb → storage_account_information.rb} +8 -18
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_account_list_storage_accounts_result.rb → storage_account_information_list_result.rb} +12 -13
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/storage_container.rb +2 -11
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{list_storage_containers_result.rb → storage_container_list_result.rb} +7 -7
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/sub_resource.rb +6 -5
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/subscription_state.rb +19 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_compute_policy_parameters.rb +91 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_compute_policy_with_account_parameters.rb +103 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/{data_lake_analytics_account_update_parameters.rb → update_data_lake_analytics_account_parameters.rb} +117 -75
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_store_with_account_parameters.rb +59 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_firewall_rule_parameters.rb +3 -3
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_firewall_rule_with_account_parameters.rb +71 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_storage_account_parameters.rb +3 -4
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_storage_account_with_account_parameters.rb +72 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/operations.rb +107 -0
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/storage_accounts.rb +416 -464
- data/lib/profiles/latest/datalakeanalytics_latest_profile_client.rb +28 -9
- data/lib/profiles/latest/datalakeanalytics_module_definition.rb +0 -1
- data/lib/profiles/latest/modules/datalakeanalytics_profile_module.rb +222 -135
- data/lib/version.rb +1 -1
- metadata +34 -16
- data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties_basic.rb +0 -115
@@ -8,7 +8,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
8
8
|
#
|
9
9
|
# The parameters used to create a new compute policy.
|
10
10
|
#
|
11
|
-
class
|
11
|
+
class CreateOrUpdateComputePolicyParameters
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
@@ -32,17 +32,17 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
32
32
|
|
33
33
|
|
34
34
|
#
|
35
|
-
# Mapper for
|
35
|
+
# Mapper for CreateOrUpdateComputePolicyParameters class as Ruby Hash.
|
36
36
|
# This will be used for serialization/deserialization.
|
37
37
|
#
|
38
38
|
def self.mapper()
|
39
39
|
{
|
40
40
|
client_side_validation: true,
|
41
41
|
required: false,
|
42
|
-
serialized_name: '
|
42
|
+
serialized_name: 'CreateOrUpdateComputePolicyParameters',
|
43
43
|
type: {
|
44
44
|
name: 'Composite',
|
45
|
-
class_name: '
|
45
|
+
class_name: 'CreateOrUpdateComputePolicyParameters',
|
46
46
|
model_properties: {
|
47
47
|
object_id: {
|
48
48
|
client_side_validation: true,
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The parameters used to create a new firewall rule.
|
10
|
+
#
|
11
|
+
class CreateOrUpdateFirewallRuleParameters
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The start IP address for the firewall rule. This can
|
16
|
+
# be either ipv4 or ipv6. Start and End should be in the same protocol.
|
17
|
+
attr_accessor :start_ip_address
|
18
|
+
|
19
|
+
# @return [String] The end IP address for the firewall rule. This can be
|
20
|
+
# either ipv4 or ipv6. Start and End should be in the same protocol.
|
21
|
+
attr_accessor :end_ip_address
|
22
|
+
|
23
|
+
|
24
|
+
#
|
25
|
+
# Mapper for CreateOrUpdateFirewallRuleParameters class as Ruby Hash.
|
26
|
+
# This will be used for serialization/deserialization.
|
27
|
+
#
|
28
|
+
def self.mapper()
|
29
|
+
{
|
30
|
+
client_side_validation: true,
|
31
|
+
required: false,
|
32
|
+
serialized_name: 'CreateOrUpdateFirewallRuleParameters',
|
33
|
+
type: {
|
34
|
+
name: 'Composite',
|
35
|
+
class_name: 'CreateOrUpdateFirewallRuleParameters',
|
36
|
+
model_properties: {
|
37
|
+
start_ip_address: {
|
38
|
+
client_side_validation: true,
|
39
|
+
required: true,
|
40
|
+
serialized_name: 'properties.startIpAddress',
|
41
|
+
type: {
|
42
|
+
name: 'String'
|
43
|
+
}
|
44
|
+
},
|
45
|
+
end_ip_address: {
|
46
|
+
client_side_validation: true,
|
47
|
+
required: true,
|
48
|
+
serialized_name: 'properties.endIpAddress',
|
49
|
+
type: {
|
50
|
+
name: 'String'
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
data/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb
CHANGED
@@ -13,64 +13,60 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
13
13
|
|
14
14
|
include MsRestAzure
|
15
15
|
|
16
|
-
# @return
|
16
|
+
# @return The unique identifier associated with this Data Lake Analytics
|
17
|
+
# account.
|
18
|
+
attr_accessor :account_id
|
19
|
+
|
20
|
+
# @return [DataLakeAnalyticsAccountStatus] The provisioning status of the
|
17
21
|
# Data Lake Analytics account. Possible values include: 'Failed',
|
18
22
|
# 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending',
|
19
23
|
# 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
|
20
24
|
attr_accessor :provisioning_state
|
21
25
|
|
22
|
-
# @return [DataLakeAnalyticsAccountState]
|
26
|
+
# @return [DataLakeAnalyticsAccountState] The state of the Data Lake
|
23
27
|
# Analytics account. Possible values include: 'Active', 'Suspended'
|
24
28
|
attr_accessor :state
|
25
29
|
|
26
|
-
# @return [DateTime]
|
30
|
+
# @return [DateTime] The account creation time.
|
27
31
|
attr_accessor :creation_time
|
28
32
|
|
29
|
-
# @return [DateTime]
|
33
|
+
# @return [DateTime] The account last modified time.
|
30
34
|
attr_accessor :last_modified_time
|
31
35
|
|
32
|
-
# @return [String]
|
36
|
+
# @return [String] The full CName endpoint for this account.
|
33
37
|
attr_accessor :endpoint
|
34
38
|
|
35
|
-
# @return The
|
36
|
-
# account.
|
37
|
-
attr_accessor :account_id
|
38
|
-
|
39
|
-
# @return [String] the default data lake storage account associated with
|
40
|
-
# this Data Lake Analytics account.
|
39
|
+
# @return [String] The default Data Lake Store account associated with
|
40
|
+
# this account.
|
41
41
|
attr_accessor :default_data_lake_store_account
|
42
42
|
|
43
|
-
# @return [
|
44
|
-
#
|
45
|
-
attr_accessor :
|
46
|
-
|
47
|
-
# @return [Integer] the number of days that job metadata is retained.
|
48
|
-
# Default value: 30 .
|
49
|
-
attr_accessor :query_store_retention
|
43
|
+
# @return [Array<DataLakeStoreAccountInformation>] The list of Data Lake
|
44
|
+
# Store accounts associated with this account.
|
45
|
+
attr_accessor :data_lake_store_accounts
|
50
46
|
|
51
|
-
# @return [
|
52
|
-
#
|
53
|
-
attr_accessor :
|
47
|
+
# @return [Array<StorageAccountInformation>] The list of Azure Blob
|
48
|
+
# Storage accounts associated with this account.
|
49
|
+
attr_accessor :storage_accounts
|
54
50
|
|
55
|
-
# @return [
|
56
|
-
#
|
57
|
-
|
58
|
-
attr_accessor :system_max_degree_of_parallelism
|
51
|
+
# @return [Array<ComputePolicy>] The list of compute policies associated
|
52
|
+
# with this account.
|
53
|
+
attr_accessor :compute_policies
|
59
54
|
|
60
|
-
# @return [
|
61
|
-
#
|
62
|
-
|
63
|
-
attr_accessor :system_max_job_count
|
55
|
+
# @return [Array<FirewallRule>] The list of firewall rules associated
|
56
|
+
# with this account.
|
57
|
+
attr_accessor :firewall_rules
|
64
58
|
|
65
|
-
# @return [
|
66
|
-
#
|
67
|
-
attr_accessor :
|
59
|
+
# @return [FirewallState] The current state of the IP address firewall
|
60
|
+
# for this account. Possible values include: 'Enabled', 'Disabled'
|
61
|
+
attr_accessor :firewall_state
|
68
62
|
|
69
|
-
# @return [
|
70
|
-
#
|
71
|
-
|
63
|
+
# @return [FirewallAllowAzureIpsState] The current state of allowing or
|
64
|
+
# disallowing IPs originating within Azure through the firewall. If the
|
65
|
+
# firewall is disabled, this is not enforced. Possible values include:
|
66
|
+
# 'Enabled', 'Disabled'
|
67
|
+
attr_accessor :firewall_allow_azure_ips
|
72
68
|
|
73
|
-
# @return [TierType]
|
69
|
+
# @return [TierType] The commitment tier for the next month. Possible
|
74
70
|
# values include: 'Consumption', 'Commitment_100AUHours',
|
75
71
|
# 'Commitment_500AUHours', 'Commitment_1000AUHours',
|
76
72
|
# 'Commitment_5000AUHours', 'Commitment_10000AUHours',
|
@@ -78,7 +74,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
78
74
|
# 'Commitment_500000AUHours'
|
79
75
|
attr_accessor :new_tier
|
80
76
|
|
81
|
-
# @return [TierType]
|
77
|
+
# @return [TierType] The commitment tier in use for the current month.
|
82
78
|
# Possible values include: 'Consumption', 'Commitment_100AUHours',
|
83
79
|
# 'Commitment_500AUHours', 'Commitment_1000AUHours',
|
84
80
|
# 'Commitment_5000AUHours', 'Commitment_10000AUHours',
|
@@ -86,32 +82,35 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
86
82
|
# 'Commitment_500000AUHours'
|
87
83
|
attr_accessor :current_tier
|
88
84
|
|
89
|
-
# @return [
|
90
|
-
#
|
91
|
-
|
92
|
-
attr_accessor :firewall_state
|
85
|
+
# @return [Integer] The maximum supported jobs running under the account
|
86
|
+
# at the same time. Default value: 3 .
|
87
|
+
attr_accessor :max_job_count
|
93
88
|
|
94
|
-
# @return [
|
95
|
-
#
|
96
|
-
#
|
97
|
-
|
98
|
-
attr_accessor :firewall_allow_azure_ips
|
89
|
+
# @return [Integer] The system defined maximum supported jobs running
|
90
|
+
# under the account at the same time, which restricts the maximum number
|
91
|
+
# of running jobs the user can set for the account.
|
92
|
+
attr_accessor :system_max_job_count
|
99
93
|
|
100
|
-
# @return [
|
101
|
-
#
|
102
|
-
attr_accessor :
|
94
|
+
# @return [Integer] The maximum supported degree of parallelism for this
|
95
|
+
# account. Default value: 30 .
|
96
|
+
attr_accessor :max_degree_of_parallelism
|
97
|
+
|
98
|
+
# @return [Integer] The system defined maximum supported degree of
|
99
|
+
# parallelism for this account, which restricts the maximum value of
|
100
|
+
# parallelism the user can set for the account.
|
101
|
+
attr_accessor :system_max_degree_of_parallelism
|
103
102
|
|
104
|
-
# @return [Integer]
|
103
|
+
# @return [Integer] The maximum supported degree of parallelism per job
|
105
104
|
# for this account.
|
106
105
|
attr_accessor :max_degree_of_parallelism_per_job
|
107
106
|
|
108
|
-
# @return [Integer]
|
107
|
+
# @return [Integer] The minimum supported priority per job for this
|
109
108
|
# account.
|
110
109
|
attr_accessor :min_priority_per_job
|
111
110
|
|
112
|
-
# @return [
|
113
|
-
#
|
114
|
-
attr_accessor :
|
111
|
+
# @return [Integer] The number of days that job metadata is retained.
|
112
|
+
# Default value: 30 .
|
113
|
+
attr_accessor :query_store_retention
|
115
114
|
|
116
115
|
|
117
116
|
#
|
@@ -156,7 +155,8 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
156
155
|
},
|
157
156
|
location: {
|
158
157
|
client_side_validation: true,
|
159
|
-
required:
|
158
|
+
required: false,
|
159
|
+
read_only: true,
|
160
160
|
serialized_name: 'location',
|
161
161
|
type: {
|
162
162
|
name: 'String'
|
@@ -165,6 +165,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
165
165
|
tags: {
|
166
166
|
client_side_validation: true,
|
167
167
|
required: false,
|
168
|
+
read_only: true,
|
168
169
|
serialized_name: 'tags',
|
169
170
|
type: {
|
170
171
|
name: 'Dictionary',
|
@@ -178,6 +179,15 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
178
179
|
}
|
179
180
|
}
|
180
181
|
},
|
182
|
+
account_id: {
|
183
|
+
client_side_validation: true,
|
184
|
+
required: false,
|
185
|
+
read_only: true,
|
186
|
+
serialized_name: 'properties.accountId',
|
187
|
+
type: {
|
188
|
+
name: 'String'
|
189
|
+
}
|
190
|
+
},
|
181
191
|
provisioning_state: {
|
182
192
|
client_side_validation: true,
|
183
193
|
required: false,
|
@@ -225,115 +235,111 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
225
235
|
name: 'String'
|
226
236
|
}
|
227
237
|
},
|
228
|
-
|
238
|
+
default_data_lake_store_account: {
|
229
239
|
client_side_validation: true,
|
230
240
|
required: false,
|
231
241
|
read_only: true,
|
232
|
-
serialized_name: 'properties.accountId',
|
233
|
-
type: {
|
234
|
-
name: 'String'
|
235
|
-
}
|
236
|
-
},
|
237
|
-
default_data_lake_store_account: {
|
238
|
-
client_side_validation: true,
|
239
|
-
required: true,
|
240
242
|
serialized_name: 'properties.defaultDataLakeStoreAccount',
|
241
243
|
type: {
|
242
244
|
name: 'String'
|
243
245
|
}
|
244
246
|
},
|
245
|
-
|
246
|
-
client_side_validation: true,
|
247
|
-
required: false,
|
248
|
-
serialized_name: 'properties.maxDegreeOfParallelism',
|
249
|
-
default_value: 30,
|
250
|
-
constraints: {
|
251
|
-
InclusiveMinimum: 1
|
252
|
-
},
|
253
|
-
type: {
|
254
|
-
name: 'Number'
|
255
|
-
}
|
256
|
-
},
|
257
|
-
query_store_retention: {
|
258
|
-
client_side_validation: true,
|
259
|
-
required: false,
|
260
|
-
serialized_name: 'properties.queryStoreRetention',
|
261
|
-
default_value: 30,
|
262
|
-
constraints: {
|
263
|
-
InclusiveMaximum: 180,
|
264
|
-
InclusiveMinimum: 1
|
265
|
-
},
|
266
|
-
type: {
|
267
|
-
name: 'Number'
|
268
|
-
}
|
269
|
-
},
|
270
|
-
max_job_count: {
|
247
|
+
data_lake_store_accounts: {
|
271
248
|
client_side_validation: true,
|
272
249
|
required: false,
|
273
|
-
|
274
|
-
|
275
|
-
constraints: {
|
276
|
-
InclusiveMinimum: 1
|
277
|
-
},
|
250
|
+
read_only: true,
|
251
|
+
serialized_name: 'properties.dataLakeStoreAccounts',
|
278
252
|
type: {
|
279
|
-
name: '
|
253
|
+
name: 'Sequence',
|
254
|
+
element: {
|
255
|
+
client_side_validation: true,
|
256
|
+
required: false,
|
257
|
+
serialized_name: 'DataLakeStoreAccountInformationElementType',
|
258
|
+
type: {
|
259
|
+
name: 'Composite',
|
260
|
+
class_name: 'DataLakeStoreAccountInformation'
|
261
|
+
}
|
262
|
+
}
|
280
263
|
}
|
281
264
|
},
|
282
|
-
|
265
|
+
storage_accounts: {
|
283
266
|
client_side_validation: true,
|
284
267
|
required: false,
|
285
268
|
read_only: true,
|
286
|
-
serialized_name: 'properties.
|
269
|
+
serialized_name: 'properties.storageAccounts',
|
287
270
|
type: {
|
288
|
-
name: '
|
271
|
+
name: 'Sequence',
|
272
|
+
element: {
|
273
|
+
client_side_validation: true,
|
274
|
+
required: false,
|
275
|
+
serialized_name: 'StorageAccountInformationElementType',
|
276
|
+
type: {
|
277
|
+
name: 'Composite',
|
278
|
+
class_name: 'StorageAccountInformation'
|
279
|
+
}
|
280
|
+
}
|
289
281
|
}
|
290
282
|
},
|
291
|
-
|
283
|
+
compute_policies: {
|
292
284
|
client_side_validation: true,
|
293
285
|
required: false,
|
294
286
|
read_only: true,
|
295
|
-
serialized_name: 'properties.
|
296
|
-
type: {
|
297
|
-
name: 'Number'
|
298
|
-
}
|
299
|
-
},
|
300
|
-
data_lake_store_accounts: {
|
301
|
-
client_side_validation: true,
|
302
|
-
required: true,
|
303
|
-
serialized_name: 'properties.dataLakeStoreAccounts',
|
287
|
+
serialized_name: 'properties.computePolicies',
|
304
288
|
type: {
|
305
289
|
name: 'Sequence',
|
306
290
|
element: {
|
307
291
|
client_side_validation: true,
|
308
292
|
required: false,
|
309
|
-
serialized_name: '
|
293
|
+
serialized_name: 'ComputePolicyElementType',
|
310
294
|
type: {
|
311
295
|
name: 'Composite',
|
312
|
-
class_name: '
|
296
|
+
class_name: 'ComputePolicy'
|
313
297
|
}
|
314
298
|
}
|
315
299
|
}
|
316
300
|
},
|
317
|
-
|
301
|
+
firewall_rules: {
|
318
302
|
client_side_validation: true,
|
319
303
|
required: false,
|
320
|
-
|
304
|
+
read_only: true,
|
305
|
+
serialized_name: 'properties.firewallRules',
|
321
306
|
type: {
|
322
307
|
name: 'Sequence',
|
323
308
|
element: {
|
324
309
|
client_side_validation: true,
|
325
310
|
required: false,
|
326
|
-
serialized_name: '
|
311
|
+
serialized_name: 'FirewallRuleElementType',
|
327
312
|
type: {
|
328
313
|
name: 'Composite',
|
329
|
-
class_name: '
|
314
|
+
class_name: 'FirewallRule'
|
330
315
|
}
|
331
316
|
}
|
332
317
|
}
|
333
318
|
},
|
319
|
+
firewall_state: {
|
320
|
+
client_side_validation: true,
|
321
|
+
required: false,
|
322
|
+
read_only: true,
|
323
|
+
serialized_name: 'properties.firewallState',
|
324
|
+
type: {
|
325
|
+
name: 'Enum',
|
326
|
+
module: 'FirewallState'
|
327
|
+
}
|
328
|
+
},
|
329
|
+
firewall_allow_azure_ips: {
|
330
|
+
client_side_validation: true,
|
331
|
+
required: false,
|
332
|
+
read_only: true,
|
333
|
+
serialized_name: 'properties.firewallAllowAzureIps',
|
334
|
+
type: {
|
335
|
+
name: 'Enum',
|
336
|
+
module: 'FirewallAllowAzureIpsState'
|
337
|
+
}
|
338
|
+
},
|
334
339
|
new_tier: {
|
335
340
|
client_side_validation: true,
|
336
341
|
required: false,
|
342
|
+
read_only: true,
|
337
343
|
serialized_name: 'properties.newTier',
|
338
344
|
type: {
|
339
345
|
name: 'Enum',
|
@@ -350,44 +356,54 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
350
356
|
module: 'TierType'
|
351
357
|
}
|
352
358
|
},
|
353
|
-
|
359
|
+
max_job_count: {
|
354
360
|
client_side_validation: true,
|
355
361
|
required: false,
|
356
|
-
|
362
|
+
read_only: true,
|
363
|
+
serialized_name: 'properties.maxJobCount',
|
364
|
+
default_value: 3,
|
365
|
+
constraints: {
|
366
|
+
InclusiveMinimum: 1
|
367
|
+
},
|
357
368
|
type: {
|
358
|
-
name: '
|
359
|
-
module: 'FirewallState'
|
369
|
+
name: 'Number'
|
360
370
|
}
|
361
371
|
},
|
362
|
-
|
372
|
+
system_max_job_count: {
|
363
373
|
client_side_validation: true,
|
364
374
|
required: false,
|
365
|
-
|
375
|
+
read_only: true,
|
376
|
+
serialized_name: 'properties.systemMaxJobCount',
|
366
377
|
type: {
|
367
|
-
name: '
|
368
|
-
module: 'FirewallAllowAzureIpsState'
|
378
|
+
name: 'Number'
|
369
379
|
}
|
370
380
|
},
|
371
|
-
|
381
|
+
max_degree_of_parallelism: {
|
372
382
|
client_side_validation: true,
|
373
383
|
required: false,
|
374
|
-
|
384
|
+
read_only: true,
|
385
|
+
serialized_name: 'properties.maxDegreeOfParallelism',
|
386
|
+
default_value: 30,
|
387
|
+
constraints: {
|
388
|
+
InclusiveMinimum: 1
|
389
|
+
},
|
375
390
|
type: {
|
376
|
-
name: '
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
391
|
+
name: 'Number'
|
392
|
+
}
|
393
|
+
},
|
394
|
+
system_max_degree_of_parallelism: {
|
395
|
+
client_side_validation: true,
|
396
|
+
required: false,
|
397
|
+
read_only: true,
|
398
|
+
serialized_name: 'properties.systemMaxDegreeOfParallelism',
|
399
|
+
type: {
|
400
|
+
name: 'Number'
|
386
401
|
}
|
387
402
|
},
|
388
403
|
max_degree_of_parallelism_per_job: {
|
389
404
|
client_side_validation: true,
|
390
405
|
required: false,
|
406
|
+
read_only: true,
|
391
407
|
serialized_name: 'properties.maxDegreeOfParallelismPerJob',
|
392
408
|
constraints: {
|
393
409
|
InclusiveMinimum: 1
|
@@ -399,6 +415,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
399
415
|
min_priority_per_job: {
|
400
416
|
client_side_validation: true,
|
401
417
|
required: false,
|
418
|
+
read_only: true,
|
402
419
|
serialized_name: 'properties.minPriorityPerJob',
|
403
420
|
constraints: {
|
404
421
|
InclusiveMinimum: 1
|
@@ -407,21 +424,18 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
407
424
|
name: 'Number'
|
408
425
|
}
|
409
426
|
},
|
410
|
-
|
427
|
+
query_store_retention: {
|
411
428
|
client_side_validation: true,
|
412
429
|
required: false,
|
413
|
-
|
430
|
+
read_only: true,
|
431
|
+
serialized_name: 'properties.queryStoreRetention',
|
432
|
+
default_value: 30,
|
433
|
+
constraints: {
|
434
|
+
InclusiveMaximum: 180,
|
435
|
+
InclusiveMinimum: 1
|
436
|
+
},
|
414
437
|
type: {
|
415
|
-
name: '
|
416
|
-
element: {
|
417
|
-
client_side_validation: true,
|
418
|
-
required: false,
|
419
|
-
serialized_name: 'ComputePolicyAccountCreateParametersElementType',
|
420
|
-
type: {
|
421
|
-
name: 'Composite',
|
422
|
-
class_name: 'ComputePolicyAccountCreateParameters'
|
423
|
-
}
|
424
|
-
}
|
438
|
+
name: 'Number'
|
425
439
|
}
|
426
440
|
}
|
427
441
|
}
|