Class: Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount

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

Overview

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #location, #name, #tags, #type

Class Method Summary collapse

Methods inherited from Resource

#resource_group

Instance Attribute Details

#account_idObject

account.

Returns:

  • The unique identifier associated with this Data Lake Analytics



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

def 
  @account_id
end

#compute_policiesArray<ComputePolicy>

with this account.

Returns:

  • (Array<ComputePolicy>)

    The list of compute policies associated



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

def compute_policies
  @compute_policies
end

#creation_timeDateTime

Returns The account creation time.

Returns:

  • (DateTime)

    The account creation time.



31
32
33
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 31

def creation_time
  @creation_time
end

#current_tierTierType

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

Returns:

  • (TierType)

    The commitment tier in use for the current month.



83
84
85
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 83

def current_tier
  @current_tier
end

#data_lake_store_accountsArray<DataLakeStoreAccountInformation>

Store accounts associated with this account.

Returns:



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

def data_lake_store_accounts
  @data_lake_store_accounts
end

#default_data_lake_store_accountString

this account.

Returns:

  • (String)

    The default Data Lake Store account associated with



41
42
43
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 41

def 
  @default_data_lake_store_account
end

#endpointString

Returns The full CName endpoint for this account.

Returns:

  • (String)

    The full CName endpoint for this account.



37
38
39
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 37

def endpoint
  @endpoint
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:



67
68
69
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 67

def firewall_allow_azure_ips
  @firewall_allow_azure_ips
end

#firewall_rulesArray<FirewallRule>

with this account.

Returns:

  • (Array<FirewallRule>)

    The list of firewall rules associated



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

def firewall_rules
  @firewall_rules
end

#firewall_stateFirewallState

for this account. Possible values include: ‘Enabled’, ‘Disabled’

Returns:

  • (FirewallState)

    The current state of the IP address firewall



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

def firewall_state
  @firewall_state
end

#last_modified_timeDateTime

Returns The account last modified time.

Returns:

  • (DateTime)

    The account last modified time.



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

def last_modified_time
  @last_modified_time
end

#max_degree_of_parallelismInteger

account. Default value: 30 .

Returns:

  • (Integer)

    The maximum supported degree of parallelism for this



96
97
98
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 96

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



105
106
107
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 105

def max_degree_of_parallelism_per_job
  @max_degree_of_parallelism_per_job
end

#max_job_countInteger

at the same time. Default value: 3 .

Returns:

  • (Integer)

    The maximum supported jobs running under the account



87
88
89
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 87

def max_job_count
  @max_job_count
end

#min_priority_per_jobInteger

account.

Returns:

  • (Integer)

    The minimum supported priority per job for this



109
110
111
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 109

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 for the next month. Possible



75
76
77
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 75

def new_tier
  @new_tier
end

#provisioning_stateDataLakeAnalyticsAccountStatus

Data Lake Analytics account. Possible values include: ‘Failed’, ‘Creating’, ‘Running’, ‘Succeeded’, ‘Patching’, ‘Suspending’, ‘Resuming’, ‘Deleting’, ‘Deleted’, ‘Undeleting’, ‘Canceled’

Returns:



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

def provisioning_state
  @provisioning_state
end

#query_store_retentionInteger

Default value: 30 .

Returns:

  • (Integer)

    The number of days that job metadata is retained.



113
114
115
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 113

def query_store_retention
  @query_store_retention
end

#stateDataLakeAnalyticsAccountState

Analytics account. Possible values include: ‘Active’, ‘Suspended’

Returns:



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

def state
  @state
end

#storage_accountsArray<StorageAccountInformation>

Storage accounts associated with this account.

Returns:



49
50
51
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 49

def storage_accounts
  @storage_accounts
end

#system_max_degree_of_parallelismInteger

parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.

Returns:

  • (Integer)

    The system defined maximum supported degree of



101
102
103
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 101

def system_max_degree_of_parallelism
  @system_max_degree_of_parallelism
end

#system_max_job_countInteger

under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.

Returns:

  • (Integer)

    The system defined maximum supported jobs running



92
93
94
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 92

def system_max_job_count
  @system_max_job_count
end

Class Method Details

.mapperObject

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



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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
# File 'lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account.rb', line 120

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DataLakeAnalyticsAccount',
    type: {
      name: 'Composite',
      class_name: 'DataLakeAnalyticsAccount',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        location: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        tags: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        account_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.accountId',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'Enum',
            module: 'DataLakeAnalyticsAccountStatus'
          }
        },
        state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.state',
          type: {
            name: 'Enum',
            module: 'DataLakeAnalyticsAccountState'
          }
        },
        creation_time: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.creationTime',
          type: {
            name: 'DateTime'
          }
        },
        last_modified_time: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.lastModifiedTime',
          type: {
            name: 'DateTime'
          }
        },
        endpoint: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.endpoint',
          type: {
            name: 'String'
          }
        },
        default_data_lake_store_account: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.defaultDataLakeStoreAccount',
          type: {
            name: 'String'
          }
        },
        data_lake_store_accounts: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.dataLakeStoreAccounts',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'DataLakeStoreAccountInformationElementType',
                type: {
                  name: 'Composite',
                  class_name: 'DataLakeStoreAccountInformation'
                }
            }
          }
        },
        storage_accounts: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.storageAccounts',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StorageAccountInformationElementType',
                type: {
                  name: 'Composite',
                  class_name: 'StorageAccountInformation'
                }
            }
          }
        },
        compute_policies: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.computePolicies',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ComputePolicyElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ComputePolicy'
                }
            }
          }
        },
        firewall_rules: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.firewallRules',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'FirewallRuleElementType',
                type: {
                  name: 'Composite',
                  class_name: 'FirewallRule'
                }
            }
          }
        },
        firewall_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.firewallState',
          type: {
            name: 'Enum',
            module: 'FirewallState'
          }
        },
        firewall_allow_azure_ips: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.firewallAllowAzureIps',
          type: {
            name: 'Enum',
            module: 'FirewallAllowAzureIpsState'
          }
        },
        new_tier: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.newTier',
          type: {
            name: 'Enum',
            module: 'TierType'
          }
        },
        current_tier: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.currentTier',
          type: {
            name: 'Enum',
            module: 'TierType'
          }
        },
        max_job_count: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.maxJobCount',
          default_value: 3,
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        system_max_job_count: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.systemMaxJobCount',
          type: {
            name: 'Number'
          }
        },
        max_degree_of_parallelism: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.maxDegreeOfParallelism',
          default_value: 30,
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        system_max_degree_of_parallelism: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.systemMaxDegreeOfParallelism',
          type: {
            name: 'Number'
          }
        },
        max_degree_of_parallelism_per_job: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.maxDegreeOfParallelismPerJob',
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        min_priority_per_job: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.minPriorityPerJob',
          constraints: {
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        },
        query_store_retention: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.queryStoreRetention',
          default_value: 30,
          constraints: {
            InclusiveMaximum: 180,
            InclusiveMinimum: 1
          },
          type: {
            name: 'Number'
          }
        }
      }
    }
  }
end