DataLakeStoreAccountInfo Class
- java.
lang. Object - SubResource
- com.
microsoft. azure. management. datalake. analytics. models. DataLakeStoreAccountInfo
- com.
public class DataLakeStoreAccountInfo extends SubResource
Data Lake Store account information.
Modifier and Type | Method and Description |
---|---|
String |
suffix()
Get the suffix value. |
Data |
with Set the suffix value. |
suffix
public String suffix()
Get the suffix value.
Returns:
the suffix value
withSuffix
public DataLakeStoreAccountInfo withSuffix(String suffix)
Set the suffix value.
Parameters:
suffix
- the suffix value to set
Returns:
the DataLakeStoreAccountInfo object itself.