azure_mgmt_datalake_analytics 0.15.2 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/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,20 +8,11 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
8
8
|
#
|
|
9
9
|
# Azure Storage blob container information.
|
|
10
10
|
#
|
|
11
|
-
class StorageContainer
|
|
11
|
+
class StorageContainer < SubResource
|
|
12
12
|
|
|
13
13
|
include MsRestAzure
|
|
14
14
|
|
|
15
|
-
# @return [
|
|
16
|
-
attr_accessor :id
|
|
17
|
-
|
|
18
|
-
# @return [String] the name of the blob container.
|
|
19
|
-
attr_accessor :name
|
|
20
|
-
|
|
21
|
-
# @return [String] the type of the blob container.
|
|
22
|
-
attr_accessor :type
|
|
23
|
-
|
|
24
|
-
# @return [DateTime] the last modified time of the blob container.
|
|
15
|
+
# @return [DateTime] The last modified time of the blob container.
|
|
25
16
|
attr_accessor :last_modified_time
|
|
26
17
|
|
|
27
18
|
|
|
@@ -9,15 +9,15 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
9
9
|
# The list of blob containers associated with the storage account attached
|
|
10
10
|
# to the Data Lake Analytics account.
|
|
11
11
|
#
|
|
12
|
-
class
|
|
12
|
+
class StorageContainerListResult
|
|
13
13
|
|
|
14
14
|
include MsRestAzure
|
|
15
15
|
|
|
16
16
|
include MsRest::JSONable
|
|
17
|
-
# @return [Array<StorageContainer>]
|
|
17
|
+
# @return [Array<StorageContainer>] The results of the list operation.
|
|
18
18
|
attr_accessor :value
|
|
19
19
|
|
|
20
|
-
# @return [String]
|
|
20
|
+
# @return [String] The link (url) to the next page of results.
|
|
21
21
|
attr_accessor :next_link
|
|
22
22
|
|
|
23
23
|
# return [Proc] with next page method call.
|
|
@@ -41,7 +41,7 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
41
41
|
#
|
|
42
42
|
# Gets the next page of results.
|
|
43
43
|
#
|
|
44
|
-
# @return [
|
|
44
|
+
# @return [StorageContainerListResult] with next page content.
|
|
45
45
|
#
|
|
46
46
|
def get_next_page
|
|
47
47
|
response = @next_method.call(@next_link).value! unless @next_method.nil?
|
|
@@ -53,17 +53,17 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
53
53
|
end
|
|
54
54
|
|
|
55
55
|
#
|
|
56
|
-
# Mapper for
|
|
56
|
+
# Mapper for StorageContainerListResult class as Ruby Hash.
|
|
57
57
|
# This will be used for serialization/deserialization.
|
|
58
58
|
#
|
|
59
59
|
def self.mapper()
|
|
60
60
|
{
|
|
61
61
|
client_side_validation: true,
|
|
62
62
|
required: false,
|
|
63
|
-
serialized_name: '
|
|
63
|
+
serialized_name: 'StorageContainerListResult',
|
|
64
64
|
type: {
|
|
65
65
|
name: 'Composite',
|
|
66
|
-
class_name: '
|
|
66
|
+
class_name: 'StorageContainerListResult',
|
|
67
67
|
model_properties: {
|
|
68
68
|
value: {
|
|
69
69
|
client_side_validation: true,
|
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
7
7
|
module Models
|
|
8
8
|
#
|
|
9
|
-
# The
|
|
9
|
+
# The resource model definition for a nested resource.
|
|
10
10
|
#
|
|
11
11
|
class SubResource
|
|
12
12
|
|
|
13
13
|
include MsRestAzure
|
|
14
14
|
|
|
15
|
-
# @return [String]
|
|
15
|
+
# @return [String] The resource identifier.
|
|
16
16
|
attr_accessor :id
|
|
17
17
|
|
|
18
|
-
# @return [String]
|
|
18
|
+
# @return [String] The resource name.
|
|
19
19
|
attr_accessor :name
|
|
20
20
|
|
|
21
|
-
# @return [String]
|
|
21
|
+
# @return [String] The resource type.
|
|
22
22
|
attr_accessor :type
|
|
23
23
|
|
|
24
24
|
|
|
@@ -46,7 +46,8 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
46
46
|
},
|
|
47
47
|
name: {
|
|
48
48
|
client_side_validation: true,
|
|
49
|
-
required:
|
|
49
|
+
required: false,
|
|
50
|
+
read_only: true,
|
|
50
51
|
serialized_name: 'name',
|
|
51
52
|
type: {
|
|
52
53
|
name: 'String'
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
# Defines values for SubscriptionState
|
|
10
|
+
#
|
|
11
|
+
module SubscriptionState
|
|
12
|
+
Registered = "Registered"
|
|
13
|
+
Suspended = "Suspended"
|
|
14
|
+
Deleted = "Deleted"
|
|
15
|
+
Unregistered = "Unregistered"
|
|
16
|
+
Warned = "Warned"
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
@@ -0,0 +1,91 @@
|
|
|
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 update a compute policy.
|
|
10
|
+
#
|
|
11
|
+
class UpdateComputePolicyParameters
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return The AAD object identifier for the entity to create a policy
|
|
16
|
+
# for.
|
|
17
|
+
attr_accessor :object_id
|
|
18
|
+
|
|
19
|
+
# @return [AADObjectType] The type of AAD object the object identifier
|
|
20
|
+
# refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'
|
|
21
|
+
attr_accessor :object_type
|
|
22
|
+
|
|
23
|
+
# @return [Integer] The maximum degree of parallelism per job this user
|
|
24
|
+
# can use to submit jobs. This property, the min priority per job
|
|
25
|
+
# property, or both must be passed.
|
|
26
|
+
attr_accessor :max_degree_of_parallelism_per_job
|
|
27
|
+
|
|
28
|
+
# @return [Integer] The minimum priority per job this user can use to
|
|
29
|
+
# submit jobs. This property, the max degree of parallelism per job
|
|
30
|
+
# property, or both must be passed.
|
|
31
|
+
attr_accessor :min_priority_per_job
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
#
|
|
35
|
+
# Mapper for UpdateComputePolicyParameters class as Ruby Hash.
|
|
36
|
+
# This will be used for serialization/deserialization.
|
|
37
|
+
#
|
|
38
|
+
def self.mapper()
|
|
39
|
+
{
|
|
40
|
+
client_side_validation: true,
|
|
41
|
+
required: false,
|
|
42
|
+
serialized_name: 'UpdateComputePolicyParameters',
|
|
43
|
+
type: {
|
|
44
|
+
name: 'Composite',
|
|
45
|
+
class_name: 'UpdateComputePolicyParameters',
|
|
46
|
+
model_properties: {
|
|
47
|
+
object_id: {
|
|
48
|
+
client_side_validation: true,
|
|
49
|
+
required: false,
|
|
50
|
+
serialized_name: 'properties.objectId',
|
|
51
|
+
type: {
|
|
52
|
+
name: 'String'
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
object_type: {
|
|
56
|
+
client_side_validation: true,
|
|
57
|
+
required: false,
|
|
58
|
+
serialized_name: 'properties.objectType',
|
|
59
|
+
type: {
|
|
60
|
+
name: 'String'
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
max_degree_of_parallelism_per_job: {
|
|
64
|
+
client_side_validation: true,
|
|
65
|
+
required: false,
|
|
66
|
+
serialized_name: 'properties.maxDegreeOfParallelismPerJob',
|
|
67
|
+
constraints: {
|
|
68
|
+
InclusiveMinimum: 1
|
|
69
|
+
},
|
|
70
|
+
type: {
|
|
71
|
+
name: 'Number'
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
min_priority_per_job: {
|
|
75
|
+
client_side_validation: true,
|
|
76
|
+
required: false,
|
|
77
|
+
serialized_name: 'properties.minPriorityPerJob',
|
|
78
|
+
constraints: {
|
|
79
|
+
InclusiveMinimum: 1
|
|
80
|
+
},
|
|
81
|
+
type: {
|
|
82
|
+
name: 'Number'
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
end
|
|
89
|
+
end
|
|
90
|
+
end
|
|
91
|
+
end
|
|
@@ -0,0 +1,103 @@
|
|
|
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 update a compute policy while updating a Data Lake
|
|
10
|
+
# Analytics account.
|
|
11
|
+
#
|
|
12
|
+
class UpdateComputePolicyWithAccountParameters
|
|
13
|
+
|
|
14
|
+
include MsRestAzure
|
|
15
|
+
|
|
16
|
+
# @return [String] The unique name of the compute policy to update.
|
|
17
|
+
attr_accessor :name
|
|
18
|
+
|
|
19
|
+
# @return The AAD object identifier for the entity to create a policy
|
|
20
|
+
# for.
|
|
21
|
+
attr_accessor :object_id
|
|
22
|
+
|
|
23
|
+
# @return [AADObjectType] The type of AAD object the object identifier
|
|
24
|
+
# refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'
|
|
25
|
+
attr_accessor :object_type
|
|
26
|
+
|
|
27
|
+
# @return [Integer] The maximum degree of parallelism per job this user
|
|
28
|
+
# can use to submit jobs. This property, the min priority per job
|
|
29
|
+
# property, or both must be passed.
|
|
30
|
+
attr_accessor :max_degree_of_parallelism_per_job
|
|
31
|
+
|
|
32
|
+
# @return [Integer] The minimum priority per job this user can use to
|
|
33
|
+
# submit jobs. This property, the max degree of parallelism per job
|
|
34
|
+
# property, or both must be passed.
|
|
35
|
+
attr_accessor :min_priority_per_job
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
#
|
|
39
|
+
# Mapper for UpdateComputePolicyWithAccountParameters class as Ruby Hash.
|
|
40
|
+
# This will be used for serialization/deserialization.
|
|
41
|
+
#
|
|
42
|
+
def self.mapper()
|
|
43
|
+
{
|
|
44
|
+
client_side_validation: true,
|
|
45
|
+
required: false,
|
|
46
|
+
serialized_name: 'UpdateComputePolicyWithAccountParameters',
|
|
47
|
+
type: {
|
|
48
|
+
name: 'Composite',
|
|
49
|
+
class_name: 'UpdateComputePolicyWithAccountParameters',
|
|
50
|
+
model_properties: {
|
|
51
|
+
name: {
|
|
52
|
+
client_side_validation: true,
|
|
53
|
+
required: true,
|
|
54
|
+
serialized_name: 'name',
|
|
55
|
+
type: {
|
|
56
|
+
name: 'String'
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
object_id: {
|
|
60
|
+
client_side_validation: true,
|
|
61
|
+
required: false,
|
|
62
|
+
serialized_name: 'properties.objectId',
|
|
63
|
+
type: {
|
|
64
|
+
name: 'String'
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
object_type: {
|
|
68
|
+
client_side_validation: true,
|
|
69
|
+
required: false,
|
|
70
|
+
serialized_name: 'properties.objectType',
|
|
71
|
+
type: {
|
|
72
|
+
name: 'String'
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
max_degree_of_parallelism_per_job: {
|
|
76
|
+
client_side_validation: true,
|
|
77
|
+
required: false,
|
|
78
|
+
serialized_name: 'properties.maxDegreeOfParallelismPerJob',
|
|
79
|
+
constraints: {
|
|
80
|
+
InclusiveMinimum: 1
|
|
81
|
+
},
|
|
82
|
+
type: {
|
|
83
|
+
name: 'Number'
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
min_priority_per_job: {
|
|
87
|
+
client_side_validation: true,
|
|
88
|
+
required: false,
|
|
89
|
+
serialized_name: 'properties.minPriorityPerJob',
|
|
90
|
+
constraints: {
|
|
91
|
+
InclusiveMinimum: 1
|
|
92
|
+
},
|
|
93
|
+
type: {
|
|
94
|
+
name: 'Number'
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
end
|
|
@@ -9,31 +9,28 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
9
9
|
# The parameters that can be used to update an existing Data Lake Analytics
|
|
10
10
|
# account.
|
|
11
11
|
#
|
|
12
|
-
class
|
|
12
|
+
class UpdateDataLakeAnalyticsAccountParameters
|
|
13
13
|
|
|
14
14
|
include MsRestAzure
|
|
15
15
|
|
|
16
|
-
# @return [Hash{String => String}]
|
|
16
|
+
# @return [Hash{String => String}] The resource tags.
|
|
17
17
|
attr_accessor :tags
|
|
18
18
|
|
|
19
|
-
# @return [
|
|
20
|
-
# account.
|
|
21
|
-
attr_accessor :
|
|
19
|
+
# @return [Array<UpdateDataLakeStoreWithAccountParameters>] The list of
|
|
20
|
+
# Data Lake Store accounts associated with this account.
|
|
21
|
+
attr_accessor :data_lake_store_accounts
|
|
22
22
|
|
|
23
|
-
# @return [
|
|
24
|
-
|
|
23
|
+
# @return [Array<UpdateStorageAccountWithAccountParameters>] The list of
|
|
24
|
+
# Azure Blob storage accounts associated with this account.
|
|
25
|
+
attr_accessor :storage_accounts
|
|
25
26
|
|
|
26
|
-
# @return [
|
|
27
|
-
#
|
|
28
|
-
attr_accessor :
|
|
27
|
+
# @return [Array<UpdateComputePolicyWithAccountParameters>] The list of
|
|
28
|
+
# compute policies associated with this account.
|
|
29
|
+
attr_accessor :compute_policies
|
|
29
30
|
|
|
30
|
-
# @return [
|
|
31
|
-
#
|
|
32
|
-
|
|
33
|
-
# 'Commitment_5000AUHours', 'Commitment_10000AUHours',
|
|
34
|
-
# 'Commitment_50000AUHours', 'Commitment_100000AUHours',
|
|
35
|
-
# 'Commitment_500000AUHours'
|
|
36
|
-
attr_accessor :new_tier
|
|
31
|
+
# @return [Array<UpdateFirewallRuleWithAccountParameters>] The list of
|
|
32
|
+
# firewall rules associated with this Data Lake Analytics account.
|
|
33
|
+
attr_accessor :firewall_rules
|
|
37
34
|
|
|
38
35
|
# @return [FirewallState] The current state of the IP address firewall
|
|
39
36
|
# for this Data Lake Analytics account. Possible values include:
|
|
@@ -46,35 +43,46 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
46
43
|
# 'Enabled', 'Disabled'
|
|
47
44
|
attr_accessor :firewall_allow_azure_ips
|
|
48
45
|
|
|
49
|
-
# @return [
|
|
50
|
-
#
|
|
51
|
-
|
|
46
|
+
# @return [TierType] The commitment tier to use for next month. Possible
|
|
47
|
+
# values include: 'Consumption', 'Commitment_100AUHours',
|
|
48
|
+
# 'Commitment_500AUHours', 'Commitment_1000AUHours',
|
|
49
|
+
# 'Commitment_5000AUHours', 'Commitment_10000AUHours',
|
|
50
|
+
# 'Commitment_50000AUHours', 'Commitment_100000AUHours',
|
|
51
|
+
# 'Commitment_500000AUHours'
|
|
52
|
+
attr_accessor :new_tier
|
|
53
|
+
|
|
54
|
+
# @return [Integer] The maximum supported jobs running under the account
|
|
55
|
+
# at the same time.
|
|
56
|
+
attr_accessor :max_job_count
|
|
52
57
|
|
|
53
|
-
# @return [Integer]
|
|
58
|
+
# @return [Integer] The maximum supported degree of parallelism for this
|
|
59
|
+
# account.
|
|
60
|
+
attr_accessor :max_degree_of_parallelism
|
|
61
|
+
|
|
62
|
+
# @return [Integer] The maximum supported degree of parallelism per job
|
|
54
63
|
# for this account.
|
|
55
64
|
attr_accessor :max_degree_of_parallelism_per_job
|
|
56
65
|
|
|
57
|
-
# @return [Integer]
|
|
66
|
+
# @return [Integer] The minimum supported priority per job for this
|
|
58
67
|
# account.
|
|
59
68
|
attr_accessor :min_priority_per_job
|
|
60
69
|
|
|
61
|
-
# @return [
|
|
62
|
-
|
|
63
|
-
attr_accessor :compute_policies
|
|
70
|
+
# @return [Integer] The number of days that job metadata is retained.
|
|
71
|
+
attr_accessor :query_store_retention
|
|
64
72
|
|
|
65
73
|
|
|
66
74
|
#
|
|
67
|
-
# Mapper for
|
|
75
|
+
# Mapper for UpdateDataLakeAnalyticsAccountParameters class as Ruby Hash.
|
|
68
76
|
# This will be used for serialization/deserialization.
|
|
69
77
|
#
|
|
70
78
|
def self.mapper()
|
|
71
79
|
{
|
|
72
80
|
client_side_validation: true,
|
|
73
81
|
required: false,
|
|
74
|
-
serialized_name: '
|
|
82
|
+
serialized_name: 'UpdateDataLakeAnalyticsAccountParameters',
|
|
75
83
|
type: {
|
|
76
84
|
name: 'Composite',
|
|
77
|
-
class_name: '
|
|
85
|
+
class_name: 'UpdateDataLakeAnalyticsAccountParameters',
|
|
78
86
|
model_properties: {
|
|
79
87
|
tags: {
|
|
80
88
|
client_side_validation: true,
|
|
@@ -92,47 +100,72 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
92
100
|
}
|
|
93
101
|
}
|
|
94
102
|
},
|
|
95
|
-
|
|
103
|
+
data_lake_store_accounts: {
|
|
96
104
|
client_side_validation: true,
|
|
97
105
|
required: false,
|
|
98
|
-
serialized_name: 'properties.
|
|
99
|
-
constraints: {
|
|
100
|
-
InclusiveMinimum: 1
|
|
101
|
-
},
|
|
106
|
+
serialized_name: 'properties.dataLakeStoreAccounts',
|
|
102
107
|
type: {
|
|
103
|
-
name: '
|
|
108
|
+
name: 'Sequence',
|
|
109
|
+
element: {
|
|
110
|
+
client_side_validation: true,
|
|
111
|
+
required: false,
|
|
112
|
+
serialized_name: 'UpdateDataLakeStoreWithAccountParametersElementType',
|
|
113
|
+
type: {
|
|
114
|
+
name: 'Composite',
|
|
115
|
+
class_name: 'UpdateDataLakeStoreWithAccountParameters'
|
|
116
|
+
}
|
|
117
|
+
}
|
|
104
118
|
}
|
|
105
119
|
},
|
|
106
|
-
|
|
120
|
+
storage_accounts: {
|
|
107
121
|
client_side_validation: true,
|
|
108
122
|
required: false,
|
|
109
|
-
serialized_name: 'properties.
|
|
110
|
-
constraints: {
|
|
111
|
-
InclusiveMaximum: 180,
|
|
112
|
-
InclusiveMinimum: 1
|
|
113
|
-
},
|
|
123
|
+
serialized_name: 'properties.storageAccounts',
|
|
114
124
|
type: {
|
|
115
|
-
name: '
|
|
125
|
+
name: 'Sequence',
|
|
126
|
+
element: {
|
|
127
|
+
client_side_validation: true,
|
|
128
|
+
required: false,
|
|
129
|
+
serialized_name: 'UpdateStorageAccountWithAccountParametersElementType',
|
|
130
|
+
type: {
|
|
131
|
+
name: 'Composite',
|
|
132
|
+
class_name: 'UpdateStorageAccountWithAccountParameters'
|
|
133
|
+
}
|
|
134
|
+
}
|
|
116
135
|
}
|
|
117
136
|
},
|
|
118
|
-
|
|
137
|
+
compute_policies: {
|
|
119
138
|
client_side_validation: true,
|
|
120
139
|
required: false,
|
|
121
|
-
serialized_name: 'properties.
|
|
122
|
-
constraints: {
|
|
123
|
-
InclusiveMinimum: 1
|
|
124
|
-
},
|
|
140
|
+
serialized_name: 'properties.computePolicies',
|
|
125
141
|
type: {
|
|
126
|
-
name: '
|
|
142
|
+
name: 'Sequence',
|
|
143
|
+
element: {
|
|
144
|
+
client_side_validation: true,
|
|
145
|
+
required: false,
|
|
146
|
+
serialized_name: 'UpdateComputePolicyWithAccountParametersElementType',
|
|
147
|
+
type: {
|
|
148
|
+
name: 'Composite',
|
|
149
|
+
class_name: 'UpdateComputePolicyWithAccountParameters'
|
|
150
|
+
}
|
|
151
|
+
}
|
|
127
152
|
}
|
|
128
153
|
},
|
|
129
|
-
|
|
154
|
+
firewall_rules: {
|
|
130
155
|
client_side_validation: true,
|
|
131
156
|
required: false,
|
|
132
|
-
serialized_name: 'properties.
|
|
157
|
+
serialized_name: 'properties.firewallRules',
|
|
133
158
|
type: {
|
|
134
|
-
name: '
|
|
135
|
-
|
|
159
|
+
name: 'Sequence',
|
|
160
|
+
element: {
|
|
161
|
+
client_side_validation: true,
|
|
162
|
+
required: false,
|
|
163
|
+
serialized_name: 'UpdateFirewallRuleWithAccountParametersElementType',
|
|
164
|
+
type: {
|
|
165
|
+
name: 'Composite',
|
|
166
|
+
class_name: 'UpdateFirewallRuleWithAccountParameters'
|
|
167
|
+
}
|
|
168
|
+
}
|
|
136
169
|
}
|
|
137
170
|
},
|
|
138
171
|
firewall_state: {
|
|
@@ -153,21 +186,35 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
153
186
|
module: 'FirewallAllowAzureIpsState'
|
|
154
187
|
}
|
|
155
188
|
},
|
|
156
|
-
|
|
189
|
+
new_tier: {
|
|
157
190
|
client_side_validation: true,
|
|
158
191
|
required: false,
|
|
159
|
-
serialized_name: 'properties.
|
|
192
|
+
serialized_name: 'properties.newTier',
|
|
160
193
|
type: {
|
|
161
|
-
name: '
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
194
|
+
name: 'Enum',
|
|
195
|
+
module: 'TierType'
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
max_job_count: {
|
|
199
|
+
client_side_validation: true,
|
|
200
|
+
required: false,
|
|
201
|
+
serialized_name: 'properties.maxJobCount',
|
|
202
|
+
constraints: {
|
|
203
|
+
InclusiveMinimum: 1
|
|
204
|
+
},
|
|
205
|
+
type: {
|
|
206
|
+
name: 'Number'
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
max_degree_of_parallelism: {
|
|
210
|
+
client_side_validation: true,
|
|
211
|
+
required: false,
|
|
212
|
+
serialized_name: 'properties.maxDegreeOfParallelism',
|
|
213
|
+
constraints: {
|
|
214
|
+
InclusiveMinimum: 1
|
|
215
|
+
},
|
|
216
|
+
type: {
|
|
217
|
+
name: 'Number'
|
|
171
218
|
}
|
|
172
219
|
},
|
|
173
220
|
max_degree_of_parallelism_per_job: {
|
|
@@ -192,21 +239,16 @@ module Azure::DataLakeAnalytics::Mgmt::V2016_11_01
|
|
|
192
239
|
name: 'Number'
|
|
193
240
|
}
|
|
194
241
|
},
|
|
195
|
-
|
|
242
|
+
query_store_retention: {
|
|
196
243
|
client_side_validation: true,
|
|
197
244
|
required: false,
|
|
198
|
-
serialized_name: 'properties.
|
|
245
|
+
serialized_name: 'properties.queryStoreRetention',
|
|
246
|
+
constraints: {
|
|
247
|
+
InclusiveMaximum: 180,
|
|
248
|
+
InclusiveMinimum: 1
|
|
249
|
+
},
|
|
199
250
|
type: {
|
|
200
|
-
name: '
|
|
201
|
-
element: {
|
|
202
|
-
client_side_validation: true,
|
|
203
|
-
required: false,
|
|
204
|
-
serialized_name: 'ComputePolicyElementType',
|
|
205
|
-
type: {
|
|
206
|
-
name: 'Composite',
|
|
207
|
-
class_name: 'ComputePolicy'
|
|
208
|
-
}
|
|
209
|
-
}
|
|
251
|
+
name: 'Number'
|
|
210
252
|
}
|
|
211
253
|
}
|
|
212
254
|
}
|