DataLakeStorageAccountDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.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 accountUrl()

Get the accountUrl property: Account URL.

Boolean createManagedPrivateEndpoint()

Get the createManagedPrivateEndpoint property: Create managed private endpoint to this storage account or not.

String filesystem()

Get the filesystem property: Filesystem name.

String resourceId()

Get the resourceId property: ARM resource Id of this storage account.

void validate()

Validates the instance.

DataLakeStorageAccountDetails withAccountUrl(String accountUrl)

Set the accountUrl property: Account URL.

DataLakeStorageAccountDetails withCreateManagedPrivateEndpoint(Boolean createManagedPrivateEndpoint)

Set the createManagedPrivateEndpoint property: Create managed private endpoint to this storage account or not.

DataLakeStorageAccountDetails withFilesystem(String filesystem)

Set the filesystem property: Filesystem name.

DataLakeStorageAccountDetails withResourceId(String resourceId)

Set the resourceId property: ARM resource Id of this storage account.

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.

createManagedPrivateEndpoint

public Boolean createManagedPrivateEndpoint()

Get the createManagedPrivateEndpoint property: Create managed private endpoint to this storage account or not.

Returns:

the createManagedPrivateEndpoint value.

filesystem

public String filesystem()

Get the filesystem property: Filesystem name.

Returns:

the filesystem value.

resourceId

public String resourceId()

Get the resourceId property: ARM resource Id of this storage account.

Returns:

the resourceId value.

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.

withCreateManagedPrivateEndpoint

public DataLakeStorageAccountDetails withCreateManagedPrivateEndpoint(Boolean createManagedPrivateEndpoint)

Set the createManagedPrivateEndpoint property: Create managed private endpoint to this storage account or not.

Parameters:

createManagedPrivateEndpoint - the createManagedPrivateEndpoint 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.

withResourceId

public DataLakeStorageAccountDetails withResourceId(String resourceId)

Set the resourceId property: ARM resource Id of this storage account.

Parameters:

resourceId - the resourceId value to set.

Returns:

the DataLakeStorageAccountDetails object itself.

Applies to