Class: Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb

Overview

The parameters that can be used to update an existing Data Lake Analytics account.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#compute_policiesArray<UpdateComputePolicyWithAccountParameters>

compute policies associated with this account.

Returns:



29
30
31
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 29

def compute_policies
  @compute_policies
end

#data_lake_store_accountsArray<UpdateDataLakeStoreWithAccountParameters>

Data Lake Store accounts associated with this account.

Returns:



21
22
23
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 21

def data_lake_store_accounts
  @data_lake_store_accounts
end

#firewall_allow_azure_ipsFirewallAllowAzureIpsState

disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: ‘Enabled’, ‘Disabled’

Returns:



45
46
47
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 45

def firewall_allow_azure_ips
  @firewall_allow_azure_ips
end

#firewall_rulesArray<UpdateFirewallRuleWithAccountParameters>

firewall rules associated with this account.

Returns:



33
34
35
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 33

def firewall_rules
  @firewall_rules
end

#firewall_stateFirewallState

for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. Possible values include: ‘Enabled’, ‘Disabled’

Returns:

  • (FirewallState)

    The current state of the IP address firewall



39
40
41
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 39

def firewall_state
  @firewall_state
end

#max_degree_of_parallelismInteger

account.

Returns:

  • (Integer)

    The maximum supported degree of parallelism for this



61
62
63
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 61

def max_degree_of_parallelism
  @max_degree_of_parallelism
end

#max_degree_of_parallelism_per_jobInteger

for this account.

Returns:

  • (Integer)

    The maximum supported degree of parallelism per job



65
66
67
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 65

def max_degree_of_parallelism_per_job
  @max_degree_of_parallelism_per_job
end

#max_job_countInteger

at the same time.

Returns:

  • (Integer)

    The maximum supported jobs running under the account



57
58
59
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 57

def max_job_count
  @max_job_count
end

#min_priority_per_jobInteger

account.

Returns:

  • (Integer)

    The minimum supported priority per job for this



69
70
71
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 69

def min_priority_per_job
  @min_priority_per_job
end

#new_tierTierType

values include: ‘Consumption’, ‘Commitment_100AUHours’, ‘Commitment_500AUHours’, ‘Commitment_1000AUHours’, ‘Commitment_5000AUHours’, ‘Commitment_10000AUHours’, ‘Commitment_50000AUHours’, ‘Commitment_100000AUHours’, ‘Commitment_500000AUHours’

Returns:

  • (TierType)

    The commitment tier to use for next month. Possible



53
54
55
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 53

def new_tier
  @new_tier
end

#query_store_retentionInteger

Returns The number of days that job metadata is retained.

Returns:

  • (Integer)

    The number of days that job metadata is retained.



72
73
74
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 72

def query_store_retention
  @query_store_retention
end

#storage_accountsArray<UpdateStorageAccountWithAccountParameters>

Azure Blob storage accounts associated with this account.

Returns:



25
26
27
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 25

def storage_accounts
  @storage_accounts
end

#tagsHash{String => String}

Returns The resource tags.

Returns:

  • (Hash{String => String})

    The resource tags.



17
18
19
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 17

def tags
  @tags
end

Class Method Details

.mapperObject

Mapper for UpdateDataLakeAnalyticsAccountParameters class as Ruby Hash. This will be used for serialization/deserialization.



79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_data_lake_analytics_account_parameters.rb', line 79

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'UpdateDataLakeAnalyticsAccountParameters',
    type: {
      name: 'Composite',
      class_name: 'UpdateDataLakeAnalyticsAccountParameters',
      model_properties: {
        tags: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        data_lake_store_accounts: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.dataLakeStoreAccounts',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'UpdateDataLakeStoreWithAccountParametersElementType',
                type: {
                  name: 'Composite',
                  class_name: 'UpdateDataLakeStoreWithAccountParameters'
                }
            }
          }
        },
        storage_accounts: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.storageAccounts',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'UpdateStorageAccountWithAccountParametersElementType',
                type: {
                  name: 'Composite',
                  class_name: 'UpdateStorageAccountWithAccountParameters'
                }
            }
          }
        },
        compute_policies: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.computePolicies',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'UpdateComputePolicyWithAccountParametersElementType',
                type: {
                  name: 'Composite',
                  class_name: 'UpdateComputePolicyWithAccountParameters'
                }
            }
          }
        },
        firewall_rules: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.firewallRules',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'UpdateFirewallRuleWithAccountParametersElementType',
                type: {
                  name: 'Composite',
                  class_name: 'UpdateFirewallRuleWithAccountParameters'
                }
            }
          }
        },
        firewall_state: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.firewallState',
          type: {
            name: 'Enum',
            module: 'FirewallState'
          }
        },
        firewall_allow_azure_ips: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.firewallAllowAzureIps',
          type: {
            name: 'Enum',
            module: 'FirewallAllowAzureIpsState'
          }
        },
        new_tier: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.newTier',
          type: {
            name: 'Enum',
            module: 'TierType'
          }
        },
        max_job_count: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.maxJobCount',
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        max_degree_of_parallelism: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.maxDegreeOfParallelism',
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        max_degree_of_parallelism_per_job: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.maxDegreeOfParallelismPerJob',
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        min_priority_per_job: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.minPriorityPerJob',
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        query_store_retention: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.queryStoreRetention',
          constraints: {
            InclusiveMaximum: 180,
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        }
      }
    }
  }
end