DataLakeStorageAccountDetails Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.DataLakeStorageAccountDetails

public final class DataLakeStorageAccountDetails

Details of the data lake storage account associated with the workspace.

Constructor Summary

Constructor Description
DataLakeStorageAccountDetails()

Creates an instance of DataLakeStorageAccountDetails class.

Method Summary

Modifier and Type Method and Description
String getAccountUrl()

Get the accountUrl property: Account URL.

String getFilesystem()

Get the filesystem property: Filesystem name.

DataLakeStorageAccountDetails setAccountUrl(String accountUrl)

Set the accountUrl property: Account URL.

DataLakeStorageAccountDetails setFilesystem(String filesystem)

Set the filesystem property: Filesystem name.

Methods inherited from java.lang.Object

Constructor Details

DataLakeStorageAccountDetails

public DataLakeStorageAccountDetails()

Creates an instance of DataLakeStorageAccountDetails class.

Method Details

getAccountUrl

public String getAccountUrl()

Get the accountUrl property: Account URL.

Returns:

the accountUrl value.

getFilesystem

public String getFilesystem()

Get the filesystem property: Filesystem name.

Returns:

the filesystem value.

setAccountUrl

public DataLakeStorageAccountDetails setAccountUrl(String accountUrl)

Set the accountUrl property: Account URL.

Parameters:

accountUrl - the accountUrl value to set.

Returns:

the DataLakeStorageAccountDetails object itself.

setFilesystem

public DataLakeStorageAccountDetails setFilesystem(String filesystem)

Set the filesystem property: Filesystem name.

Parameters:

filesystem - the filesystem value to set.

Returns:

the DataLakeStorageAccountDetails object itself.

Applies to