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.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
suffix()
Get the suffix value. |
Data |
withSuffix(String suffix)
Set the suffix value. |
Inherited Members
Method Details
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java