BigDataPoolResourceInfo Interface

public interface BigDataPoolResourceInfo

An immutable client-side representation of BigDataPoolResourceInfo.

Method Summary

Modifier and Type Method and Description
abstract AutoPauseProperties autoPause()

Gets the autoPause property: Auto-pausing properties.

abstract AutoScaleProperties autoScale()

Gets the autoScale property: Auto-scaling properties.

abstract Integer cacheSize()

Gets the cacheSize property: The cache size.

abstract OffsetDateTime creationDate()

Gets the creationDate property: The time when the Big Data pool was created.

abstract List<LibraryInfo> customLibraries()

Gets the customLibraries property: List of custom libraries/packages associated with the spark pool.

abstract String defaultSparkLogFolder()

Gets the defaultSparkLogFolder property: The default folder where Spark logs will be written.

abstract DynamicExecutorAllocation dynamicExecutorAllocation()

Gets the dynamicExecutorAllocation property: Dynamic Executor Allocation.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract BigDataPoolResourceInfoInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.BigDataPoolResourceInfoInner object.

abstract Boolean isComputeIsolationEnabled()

Gets the isComputeIsolationEnabled property: Whether compute isolation is required or not.

abstract OffsetDateTime lastSucceededTimestamp()

Gets the lastSucceededTimestamp property: The time when the Big Data pool was updated successfully.

abstract LibraryRequirements libraryRequirements()

Gets the libraryRequirements property: Library version requirements.

abstract String location()

Gets the location property: The geo-location where the resource lives.

abstract String name()

Gets the name property: The name of the resource.

abstract Integer nodeCount()

Gets the nodeCount property: The number of nodes in the Big Data pool.

abstract NodeSize nodeSize()

Gets the nodeSize property: The level of compute power that each node in the Big Data pool has.

abstract NodeSizeFamily nodeSizeFamily()

Gets the nodeSizeFamily property: The kind of nodes that the Big Data pool provides.

abstract String provisioningState()

Gets the provisioningState property: The state of the Big Data pool.

abstract BigDataPoolResourceInfo refresh()

Refreshes the resource to sync with Azure.

abstract BigDataPoolResourceInfo refresh(Context context)

Refreshes the resource to sync with Azure.

abstract Region region()

Gets the region of the resource.

abstract String regionName()

Gets the name of the resource region.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract Boolean sessionLevelPackagesEnabled()

Gets the sessionLevelPackagesEnabled property: Whether session level packages enabled.

abstract LibraryRequirements sparkConfigProperties()

Gets the sparkConfigProperties property: Spark configuration file to specify additional properties.

abstract String sparkEventsFolder()

Gets the sparkEventsFolder property: The Spark events folder.

abstract String sparkVersion()

Gets the sparkVersion property: The Apache Spark version.

abstract Map<String,String> tags()

Gets the tags property: Resource tags.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the BigDataPoolResourceInfo resource.

Method Details

autoPause

public abstract AutoPauseProperties autoPause()

Gets the autoPause property: Auto-pausing properties.

Returns:

the autoPause value.

autoScale

public abstract AutoScaleProperties autoScale()

Gets the autoScale property: Auto-scaling properties.

Returns:

the autoScale value.

cacheSize

public abstract Integer cacheSize()

Gets the cacheSize property: The cache size.

Returns:

the cacheSize value.

creationDate

public abstract OffsetDateTime creationDate()

Gets the creationDate property: The time when the Big Data pool was created.

Returns:

the creationDate value.

customLibraries

public abstract List<LibraryInfo> customLibraries()

Gets the customLibraries property: List of custom libraries/packages associated with the spark pool.

Returns:

the customLibraries value.

defaultSparkLogFolder

public abstract String defaultSparkLogFolder()

Gets the defaultSparkLogFolder property: The default folder where Spark logs will be written.

Returns:

the defaultSparkLogFolder value.

dynamicExecutorAllocation

public abstract DynamicExecutorAllocation dynamicExecutorAllocation()

Gets the dynamicExecutorAllocation property: Dynamic Executor Allocation.

Returns:

the dynamicExecutorAllocation value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract BigDataPoolResourceInfoInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.BigDataPoolResourceInfoInner object.

Returns:

the inner object.

isComputeIsolationEnabled

public abstract Boolean isComputeIsolationEnabled()

Gets the isComputeIsolationEnabled property: Whether compute isolation is required or not.

Returns:

the isComputeIsolationEnabled value.

lastSucceededTimestamp

public abstract OffsetDateTime lastSucceededTimestamp()

Gets the lastSucceededTimestamp property: The time when the Big Data pool was updated successfully.

Returns:

the lastSucceededTimestamp value.

libraryRequirements

public abstract LibraryRequirements libraryRequirements()

Gets the libraryRequirements property: Library version requirements.

Returns:

the libraryRequirements value.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

nodeCount

public abstract Integer nodeCount()

Gets the nodeCount property: The number of nodes in the Big Data pool.

Returns:

the nodeCount value.

nodeSize

public abstract NodeSize nodeSize()

Gets the nodeSize property: The level of compute power that each node in the Big Data pool has.

Returns:

the nodeSize value.

nodeSizeFamily

public abstract NodeSizeFamily nodeSizeFamily()

Gets the nodeSizeFamily property: The kind of nodes that the Big Data pool provides.

Returns:

the nodeSizeFamily value.

provisioningState

public abstract String provisioningState()

Gets the provisioningState property: The state of the Big Data pool.

Returns:

the provisioningState value.

refresh

public abstract BigDataPoolResourceInfo refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract BigDataPoolResourceInfo refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

region

public abstract Region region()

Gets the region of the resource.

Returns:

the region of the resource.

regionName

public abstract String regionName()

Gets the name of the resource region.

Returns:

the name of the resource region.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

sessionLevelPackagesEnabled

public abstract Boolean sessionLevelPackagesEnabled()

Gets the sessionLevelPackagesEnabled property: Whether session level packages enabled.

Returns:

the sessionLevelPackagesEnabled value.

sparkConfigProperties

public abstract LibraryRequirements sparkConfigProperties()

Gets the sparkConfigProperties property: Spark configuration file to specify additional properties.

Returns:

the sparkConfigProperties value.

sparkEventsFolder

public abstract String sparkEventsFolder()

Gets the sparkEventsFolder property: The Spark events folder.

Returns:

the sparkEventsFolder value.

sparkVersion

public abstract String sparkVersion()

Gets the sparkVersion property: The Apache Spark version.

Returns:

the sparkVersion value.

tags

public abstract Map<String,String> tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract BigDataPoolResourceInfo.Update update()

Begins update for the BigDataPoolResourceInfo resource.

Returns:

the stage of resource update.

Applies to