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.

static DataLakeAnalyticsAccountBasicInner fromJson(JsonReader jsonReader)

Reads an instance of DataLakeAnalyticsAccountBasicInner from the JsonReader.

String id()

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

OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: The account last modified time.

String name()

Get the name property: The name of the resource.

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.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

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.

fromJson

public static DataLakeAnalyticsAccountBasicInner fromJson(JsonReader jsonReader)

Reads an instance of DataLakeAnalyticsAccountBasicInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataLakeAnalyticsAccountBasicInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

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

Overrides:

DataLakeAnalyticsAccountBasicInner.id()

Returns:

the id value.

lastModifiedTime

public OffsetDateTime lastModifiedTime()

Get the lastModifiedTime property: The account last modified time.

Returns:

the lastModifiedTime value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

DataLakeAnalyticsAccountBasicInner.name()

Returns:

the name 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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataLakeAnalyticsAccountBasicInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

DataLakeAnalyticsAccountBasicInner.type()

Returns:

the type 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<String,String> tags)

Overrides:

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

Parameters:

tags

Applies to