DataLakeAnalyticsAccountBasicInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. datalakeanalytics. fluent. models. DataLakeAnalyticsAccountBasicInner
- com.
- com.
- com.
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 Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| UUID |
accountId()
Get the account |
|
Offset |
creationTime()
Get the creation |
| String |
endpoint()
Get the endpoint property: The full CName endpoint for this account. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Offset |
lastModifiedTime()
Get the last |
| String |
name()
Get the name property: The name of the resource. |
|
Data |
provisioningState()
Get the provisioning |
|
Data |
state()
Get the state property: The state of the Data Lake Analytics account. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Data |
withLocation(String location) |
|
Data |
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:
creationTime
public OffsetDateTime creationTime()
Get the creationTime property: The account creation time.
Returns:
endpoint
public String endpoint()
Get the endpoint property: The full CName endpoint for this account.
Returns:
fromJson
public static DataLakeAnalyticsAccountBasicInner fromJson(JsonReader jsonReader)
Reads an instance of DataLakeAnalyticsAccountBasicInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DataLakeAnalyticsAccountBasicInner.id()Returns:
lastModifiedTime
public OffsetDateTime lastModifiedTime()
Get the lastModifiedTime property: The account last modified time.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DataLakeAnalyticsAccountBasicInner.name()Returns:
provisioningState
public DataLakeAnalyticsAccountStatus provisioningState()
Get the provisioningState property: The provisioning status of the Data Lake Analytics account.
Returns:
state
public DataLakeAnalyticsAccountState state()
Get the state property: The state of the Data Lake Analytics account.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataLakeAnalyticsAccountBasicInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DataLakeAnalyticsAccountBasicInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public DataLakeAnalyticsAccountBasicInner withLocation(String location)
Overrides:
DataLakeAnalyticsAccountBasicInner.withLocation(String location)Parameters:
withTags
public DataLakeAnalyticsAccountBasicInner withTags(Map<String,String> tags)
Overrides:
DataLakeAnalyticsAccountBasicInner.withTags(Map<String,String> tags)Parameters: