你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeStoreAccountBasic Class

  • java.lang.Object
    • Resource
      • com.microsoft.azure.management.datalake.store.models.DataLakeStoreAccountBasic

public class DataLakeStoreAccountBasic

Basic Data Lake Store account information, returned on list calls.

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.

DataLakeStoreAccountStatus provisioningState()

Get the provisioningState value.

DataLakeStoreAccountState 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 DataLakeStoreAccountStatus provisioningState()

Get the provisioningState value.

Returns:

the provisioningState value

state

public DataLakeStoreAccountState state()

Get the state value.

Returns:

the state value

Applies to