DataLakeAnalyticsAccountPropertiesBasic Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. DataLakeAnalyticsAccountPropertiesBasic
- com.
public class DataLakeAnalyticsAccountPropertiesBasic
The basic account specific properties that are associated with an underlying Data Lake Analytics account.
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
accountId()
Get the accountId value. |
DateTime |
creationTime()
Get the creationTime value. |
String |
endpoint()
Get the endpoint value. |
DateTime |
lastModifiedTime()
Get the lastModifiedTime value. |
Data |
provisioningState()
Get the provisioningState value. |
Data |
state()
Get the state value. |
Method Details
accountId
public UUID accountId()
Get the accountId value.
Returns:
creationTime
public DateTime creationTime()
Get the creationTime value.
Returns:
endpoint
public String endpoint()
Get the endpoint value.
Returns:
lastModifiedTime
public DateTime lastModifiedTime()
Get the lastModifiedTime value.
Returns:
provisioningState
public DataLakeAnalyticsAccountStatus provisioningState()
Get the provisioningState value.
Returns:
state
public DataLakeAnalyticsAccountState state()
Get the state value.
Returns:
Applies to
Azure SDK for Java