DataLakeAnalyticsProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.DataLakeAnalyticsProperties

public final class DataLakeAnalyticsProperties

The DataLakeAnalyticsProperties model.

Constructor Summary

Constructor Description
DataLakeAnalyticsProperties()

Method Summary

Modifier and Type Method and Description
String dataLakeStoreAccountName()

Get the dataLakeStoreAccountName property: DataLake Store Account Name.

void validate()

Validates the instance.

DataLakeAnalyticsProperties withDataLakeStoreAccountName(String dataLakeStoreAccountName)

Set the dataLakeStoreAccountName property: DataLake Store Account Name.

Methods inherited from java.lang.Object

Constructor Details

DataLakeAnalyticsProperties

public DataLakeAnalyticsProperties()

Method Details

dataLakeStoreAccountName

public String dataLakeStoreAccountName()

Get the dataLakeStoreAccountName property: DataLake Store Account Name.

Returns:

the dataLakeStoreAccountName value.

validate

public void validate()

Validates the instance.

withDataLakeStoreAccountName

public DataLakeAnalyticsProperties withDataLakeStoreAccountName(String dataLakeStoreAccountName)

Set the dataLakeStoreAccountName property: DataLake Store Account Name.

Parameters:

dataLakeStoreAccountName - the dataLakeStoreAccountName value to set.

Returns:

the DataLakeAnalyticsProperties object itself.

Applies to