public class AddDataLakeStoreParameters extends Object
| Constructor and Description |
|---|
AddDataLakeStoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
suffix()
Get the optional suffix for the Data Lake Store account.
|
AddDataLakeStoreParameters |
withSuffix(String suffix)
Set the optional suffix for the Data Lake Store account.
|
public String suffix()
public AddDataLakeStoreParameters withSuffix(String suffix)
suffix - the suffix value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/