DataLakeAnalyticsAccountPropertiesBasic interface
The basic account specific properties that are associated with an underlying Data Lake Analytics account.
Properties
account |
The unique identifier associated with this Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The account creation time. NOTE: This property will not be serialized. It can only be populated by the server. |
endpoint | The full CName endpoint for this account. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The account last modified time. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning status of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountId
The unique identifier associated with this Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.
accountId?: string
Property Value
string
creationTime
The account creation time. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
endpoint
The full CName endpoint for this account. NOTE: This property will not be serialized. It can only be populated by the server.
endpoint?: string
Property Value
string
lastModifiedTime
The account last modified time. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTime?: Date
Property Value
Date
provisioningState
The provisioning status of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: DataLakeAnalyticsAccountStatus
Property Value
state
The state of the Data Lake Analytics account. NOTE: This property will not be serialized. It can only be populated by the server.
state?: DataLakeAnalyticsAccountState
Property Value
Azure SDK for JavaScript