AddDataLakeStoreParameters Class

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

public class AddDataLakeStoreParameters

Additional Data Lake Store parameters.

Method Summary

Modifier and Type Method and Description
String suffix()

Get the suffix value.

AddDataLakeStoreParameters withSuffix(String suffix)

Set the suffix value.

Method Details

suffix

public String suffix()

Get the suffix value.

Returns:

the suffix value

withSuffix

public AddDataLakeStoreParameters withSuffix(String suffix)

Set the suffix value.

Parameters:

suffix - the suffix value to set

Returns:

the AddDataLakeStoreParameters object itself.

Applies to