Class DataLakeAnalyticsSchemaProperties
- java.lang.Object
-
- com.azure.resourcemanager.machinelearning.models.DataLakeAnalyticsSchemaProperties
-
public final class DataLakeAnalyticsSchemaProperties extends Object
The DataLakeAnalyticsSchemaProperties model.
-
-
Constructor Summary
Constructors Constructor Description DataLakeAnalyticsSchemaProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
dataLakeStoreAccountName()
Get the dataLakeStoreAccountName property: DataLake Store Account Name.void
validate()
Validates the instance.DataLakeAnalyticsSchemaProperties
withDataLakeStoreAccountName(String dataLakeStoreAccountName)
Set the dataLakeStoreAccountName property: DataLake Store Account Name.
-
-
-
Method Detail
-
dataLakeStoreAccountName
public String dataLakeStoreAccountName()
Get the dataLakeStoreAccountName property: DataLake Store Account Name.- Returns:
- the dataLakeStoreAccountName value.
-
withDataLakeStoreAccountName
public DataLakeAnalyticsSchemaProperties withDataLakeStoreAccountName(String dataLakeStoreAccountName)
Set the dataLakeStoreAccountName property: DataLake Store Account Name.- Parameters:
dataLakeStoreAccountName
- the dataLakeStoreAccountName value to set.- Returns:
- the DataLakeAnalyticsSchemaProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-