DataLakeAnalyticsAccountBasic Interface

public interface DataLakeAnalyticsAccountBasic

An immutable client-side representation of DataLakeAnalyticsAccountBasic.

Method Summary

Modifier and Type Method and Description
abstract UUID accountId()

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

abstract OffsetDateTime creationTime()

Gets the creationTime property: The account creation time.

abstract String endpoint()

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

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract DataLakeAnalyticsAccountBasicInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.DataLakeAnalyticsAccountBasicInner object.

abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: The account last modified time.

abstract String location()

Gets the location property: The geo-location where the resource lives.

abstract String name()

Gets the name property: The name of the resource.

abstract DataLakeAnalyticsAccountStatus provisioningState()

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

abstract DataLakeAnalyticsAccountState state()

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

abstract Map<String,String> tags()

Gets the tags property: Resource tags.

abstract String type()

Gets the type property: The type of the resource.

Method Details

accountId

public abstract UUID accountId()

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

Returns:

the accountId value.

creationTime

public abstract OffsetDateTime creationTime()

Gets the creationTime property: The account creation time.

Returns:

the creationTime value.

endpoint

public abstract String endpoint()

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

Returns:

the endpoint value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract DataLakeAnalyticsAccountBasicInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.DataLakeAnalyticsAccountBasicInner object.

Returns:

the inner object.

lastModifiedTime

public abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: The account last modified time.

Returns:

the lastModifiedTime value.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract DataLakeAnalyticsAccountStatus provisioningState()

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

Returns:

the provisioningState value.

state

public abstract DataLakeAnalyticsAccountState state()

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

Returns:

the state value.

tags

public abstract Map tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to