DataLakeAnalyticsAccountPropertiesBasic Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccountPropertiesBasic

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.

DataLakeAnalyticsAccountStatus provisioningState()

Get the provisioningState value.

DataLakeAnalyticsAccountState state()

Get the state value.

Method Details

accountId

public UUID accountId()

Get the accountId value.

Returns:

the accountId value

creationTime

public DateTime creationTime()

Get the creationTime value.

Returns:

the creationTime value

endpoint

public String endpoint()

Get the endpoint value.

Returns:

the endpoint value

lastModifiedTime

public DateTime lastModifiedTime()

Get the lastModifiedTime value.

Returns:

the lastModifiedTime value

provisioningState

public DataLakeAnalyticsAccountStatus provisioningState()

Get the provisioningState value.

Returns:

the provisioningState value

state

public DataLakeAnalyticsAccountState state()

Get the state value.

Returns:

the state value

Applies to