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 account |
|
abstract
Offset |
creationTime()
Gets the creation |
| 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
Data |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastModifiedTime()
Gets the last |
| 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
Data |
provisioningState()
Gets the provisioning |
|
abstract
Data |
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:
creationTime
public abstract OffsetDateTime creationTime()
Gets the creationTime property: The account creation time.
Returns:
endpoint
public abstract String endpoint()
Gets the endpoint property: The full CName endpoint for this account.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DataLakeAnalyticsAccountBasicInner innerModel()
Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.DataLakeAnalyticsAccountBasicInner object.
Returns:
lastModifiedTime
public abstract OffsetDateTime lastModifiedTime()
Gets the lastModifiedTime property: The account last modified time.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract DataLakeAnalyticsAccountStatus provisioningState()
Gets the provisioningState property: The provisioning status of the Data Lake Analytics account.
Returns:
state
public abstract DataLakeAnalyticsAccountState state()
Gets the state property: The state of the Data Lake Analytics account.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: