DataLakeStorageAccountDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.DataLakeStorageAccountDetails

Implements

public final class DataLakeStorageAccountDetails
implements JsonSerializable<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 accountUrl()

Get the accountUrl property: Account URL.

String filesystem()

Get the filesystem property: Filesystem name.

static DataLakeStorageAccountDetails fromJson(JsonReader jsonReader)

Reads an instance of DataLakeStorageAccountDetails from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DataLakeStorageAccountDetails withAccountUrl(String accountUrl)

Set the accountUrl property: Account URL.

DataLakeStorageAccountDetails withFilesystem(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

accountUrl

public String accountUrl()

Get the accountUrl property: Account URL.

Returns:

the accountUrl value.

filesystem

public String filesystem()

Get the filesystem property: Filesystem name.

Returns:

the filesystem value.

fromJson

public static DataLakeStorageAccountDetails fromJson(JsonReader jsonReader)

Reads an instance of DataLakeStorageAccountDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataLakeStorageAccountDetails if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DataLakeStorageAccountDetails.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAccountUrl

public DataLakeStorageAccountDetails withAccountUrl(String accountUrl)

Set the accountUrl property: Account URL.

Parameters:

accountUrl - the accountUrl value to set.

Returns:

the DataLakeStorageAccountDetails object itself.

withFilesystem

public DataLakeStorageAccountDetails withFilesystem(String filesystem)

Set the filesystem property: Filesystem name.

Parameters:

filesystem - the filesystem value to set.

Returns:

the DataLakeStorageAccountDetails object itself.

Applies to