Class: Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview::Models::DataLakeAnalyticsAccountProperties
- Inherits:
-
Object
- Object
- Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview::Models::DataLakeAnalyticsAccountProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb
Overview
The account specific properties that are associated with an underlying Data Lake Analytics account.
Instance Attribute Summary collapse
-
#creation_time ⇒ DateTime
The account creation time.
-
#data_lake_store_accounts ⇒ Array<DataLakeStoreAccountInfo>
accounts associated with this account.
-
#default_data_lake_store_account ⇒ String
this Data Lake Analytics account.
-
#endpoint ⇒ String
The full CName endpoint for this account.
-
#last_modified_time ⇒ DateTime
The account last modified time.
-
#max_degree_of_parallelism ⇒ Integer
account.
-
#max_job_count ⇒ Integer
at the same time.
-
#provisioning_state ⇒ DataLakeAnalyticsAccountStatus
Data Lake Analytics account.
-
#state ⇒ DataLakeAnalyticsAccountState
Analytics account.
-
#storage_accounts ⇒ Array<StorageAccountInfo>
accounts associated with this account.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DataLakeAnalyticsAccountProperties class as Ruby Hash.
Instance Attribute Details
#creation_time ⇒ DateTime
Returns the account creation time.
47 48 49 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 47 def creation_time @creation_time end |
#data_lake_store_accounts ⇒ Array<DataLakeStoreAccountInfo>
accounts associated with this account.
40 41 42 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 40 def data_lake_store_accounts @data_lake_store_accounts end |
#default_data_lake_store_account ⇒ String
this Data Lake Analytics account.
28 29 30 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 28 def default_data_lake_store_account @default_data_lake_store_account end |
#endpoint ⇒ String
Returns the full CName endpoint for this account.
53 54 55 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 53 def endpoint @endpoint end |
#last_modified_time ⇒ DateTime
Returns the account last modified time.
50 51 52 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 50 def last_modified_time @last_modified_time end |
#max_degree_of_parallelism ⇒ Integer
account.
32 33 34 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 32 def max_degree_of_parallelism @max_degree_of_parallelism end |
#max_job_count ⇒ Integer
at the same time.
36 37 38 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 36 def max_job_count @max_job_count end |
#provisioning_state ⇒ DataLakeAnalyticsAccountStatus
Data Lake Analytics account. Possible values include: ‘Failed’, ‘Creating’, ‘Running’, ‘Succeeded’, ‘Patching’, ‘Suspending’, ‘Resuming’, ‘Deleting’, ‘Deleted’
20 21 22 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 20 def provisioning_state @provisioning_state end |
#state ⇒ DataLakeAnalyticsAccountState
Analytics account. Possible values include: ‘active’, ‘suspended’
24 25 26 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 24 def state @state end |
#storage_accounts ⇒ Array<StorageAccountInfo>
accounts associated with this account.
44 45 46 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 44 def storage_accounts @storage_accounts end |
Class Method Details
.mapper ⇒ Object
Mapper for DataLakeAnalyticsAccountProperties class as Ruby Hash. This will be used for serialization/deserialization.
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 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 |
# File 'lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_analytics_account_properties.rb', line 60 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataLakeAnalyticsAccountProperties', type: { name: 'Composite', class_name: 'DataLakeAnalyticsAccountProperties', model_properties: { provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'provisioningState', type: { name: 'Enum', module: 'DataLakeAnalyticsAccountStatus' } }, state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'state', type: { name: 'Enum', module: 'DataLakeAnalyticsAccountState' } }, default_data_lake_store_account: { client_side_validation: true, required: false, serialized_name: 'defaultDataLakeStoreAccount', type: { name: 'String' } }, max_degree_of_parallelism: { client_side_validation: true, required: false, serialized_name: 'maxDegreeOfParallelism', type: { name: 'Number' } }, max_job_count: { client_side_validation: true, required: false, serialized_name: 'maxJobCount', type: { name: 'Number' } }, data_lake_store_accounts: { client_side_validation: true, required: false, serialized_name: 'dataLakeStoreAccounts', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'DataLakeStoreAccountInfoElementType', type: { name: 'Composite', class_name: 'DataLakeStoreAccountInfo' } } } }, storage_accounts: { client_side_validation: true, required: false, serialized_name: 'storageAccounts', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StorageAccountInfoElementType', type: { name: 'Composite', class_name: 'StorageAccountInfo' } } } }, creation_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'creationTime', type: { name: 'DateTime' } }, last_modified_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'lastModifiedTime', type: { name: 'DateTime' } }, endpoint: { client_side_validation: true, required: false, read_only: true, serialized_name: 'endpoint', type: { name: 'String' } } } } } end |