DataLakeStoreAccountInformationInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datalakeanalytics. fluent. models. DataLakeStoreAccountInformationInner
- com.
- com.
public final class DataLakeStoreAccountInformationInner
extends SubResource
Data Lake Store account information.
Constructor Summary
| Constructor | Description |
|---|---|
| DataLakeStoreAccountInformationInner() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
name()
Get the name property: The resource name. |
| String |
suffix()
Get the suffix property: The optional suffix for the Data Lake Store account. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Data |
withId(String id) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
DataLakeStoreAccountInformationInner
public DataLakeStoreAccountInformationInner()
Creates an instance of DataLakeStoreAccountInformationInner class.
Method Details
fromJson
public static DataLakeStoreAccountInformationInner fromJson(JsonReader jsonReader)
Reads an instance of DataLakeStoreAccountInformationInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The resource name.
Returns:
suffix
public String suffix()
Get the suffix property: The optional suffix for the Data Lake Store account.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataLakeStoreAccountInformationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public DataLakeStoreAccountInformationInner withId(String id)
Overrides:
DataLakeStoreAccountInformationInner.withId(String id)Parameters: