DataLakeStorageAccountDetails Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. DataLakeStorageAccountDetails
- com.
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 Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountUrl()
Get the account |
| String |
filesystem()
Get the filesystem property: Filesystem name. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withAccountUrl(String accountUrl)
Set the account |
|
Data |
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:
filesystem
public String filesystem()
Get the filesystem property: Filesystem name.
Returns:
fromJson
public static DataLakeStorageAccountDetails fromJson(JsonReader jsonReader)
Reads an instance of DataLakeStorageAccountDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAccountUrl
public DataLakeStorageAccountDetails withAccountUrl(String accountUrl)
Set the accountUrl property: Account URL.
Parameters:
Returns:
withFilesystem
public DataLakeStorageAccountDetails withFilesystem(String filesystem)
Set the filesystem property: Filesystem name.
Parameters:
Returns: