DataLakeStoreAccountInfo Class

  • java.lang.Object
    • SubResource
      • com.microsoft.azure.management.datalake.analytics.models.DataLakeStoreAccountInfo

public class DataLakeStoreAccountInfo extends SubResource

Data Lake Store account information.

Method Summary

Modifier and Type Method and Description
String suffix()

Get the suffix value.

DataLakeStoreAccountInfo 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