DataLakeAnalyticsAccountBasicInner Class

public final class DataLakeAnalyticsAccountBasicInner
extends Resource

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.

Constructor Summary

Constructor Description
DataLakeAnalyticsAccountBasicInner()

Creates an instance of DataLakeAnalyticsAccountBasicInner class.

Method Summary

Modifier and Type Method and Description
UUID accountId()

Get the accountId property: The unique identifier associated with this Data Lake Analytics account.

OffsetDateTime creationTime()

Get the creationTime property: The account creation time.

String endpoint()

Get the endpoint property: The full CName endpoint for this account.

OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: The account last modified time.

DataLakeAnalyticsAccountStatus provisioningState()

Get the provisioningState property: The provisioning status of the Data Lake Analytics account.

DataLakeAnalyticsAccountState state()

Get the state property: The state of the Data Lake Analytics account.

void validate()

Validates the instance.

DataLakeAnalyticsAccountBasicInner withLocation(String location)
DataLakeAnalyticsAccountBasicInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

DataLakeAnalyticsAccountBasicInner

public DataLakeAnalyticsAccountBasicInner()

Creates an instance of DataLakeAnalyticsAccountBasicInner class.

Method Details

accountId

public UUID accountId()

Get the accountId property: The unique identifier associated with this Data Lake Analytics account.

Returns:

the accountId value.

creationTime

public OffsetDateTime creationTime()

Get the creationTime property: The account creation time.

Returns:

the creationTime value.

endpoint

public String endpoint()

Get the endpoint property: The full CName endpoint for this account.

Returns:

the endpoint value.

lastModifiedTime

public OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: The account last modified time.

Returns:

the lastModifiedTime value.

provisioningState

public DataLakeAnalyticsAccountStatus provisioningState()

Get the provisioningState property: The provisioning status of the Data Lake Analytics account.

Returns:

the provisioningState value.

state

public DataLakeAnalyticsAccountState state()

Get the state property: The state of the Data Lake Analytics account.

Returns:

the state value.

validate

public void validate()

Validates the instance.

withLocation

public DataLakeAnalyticsAccountBasicInner withLocation(String location)

Overrides:

DataLakeAnalyticsAccountBasicInner.withLocation(String location)

Parameters:

location

withTags

public DataLakeAnalyticsAccountBasicInner withTags(Map tags)

Overrides:

DataLakeAnalyticsAccountBasicInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to