BigDataPoolResourceInfo Interface
public interface BigDataPoolResourceInfo
An immutable client-side representation of BigDataPoolResourceInfo.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Auto |
autoPause()
Gets the auto |
|
abstract
Auto |
autoScale()
Gets the auto |
| abstract Integer |
cacheSize()
Gets the cache |
|
abstract
Offset |
creationDate()
Gets the creation |
|
abstract
List<Library |
customLibraries()
Gets the custom |
| abstract String |
defaultSparkLogFolder()
Gets the default |
|
abstract
Dynamic |
dynamicExecutorAllocation()
Gets the dynamic |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Big |
innerModel()
Gets the inner com. |
| abstract Boolean |
isComputeIsolationEnabled()
Gets the is |
|
abstract
Offset |
lastSucceededTimestamp()
Gets the last |
|
abstract
Library |
libraryRequirements()
Gets the library |
| 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 node |
|
abstract
Node |
nodeSize()
Gets the node |
|
abstract
Node |
nodeSizeFamily()
Gets the node |
| abstract String |
provisioningState()
Gets the provisioning |
|
abstract
Big |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Big |
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 session |
|
abstract
Library |
sparkConfigProperties()
Gets the spark |
| abstract String |
sparkEventsFolder()
Gets the spark |
| abstract String |
sparkVersion()
Gets the spark |
| 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 Big |
Method Details
autoPause
public abstract AutoPauseProperties autoPause()
Gets the autoPause property: Auto-pausing properties.
Returns:
autoScale
public abstract AutoScaleProperties autoScale()
Gets the autoScale property: Auto-scaling properties.
Returns:
cacheSize
public abstract Integer cacheSize()
Gets the cacheSize property: The cache size.
Returns:
creationDate
public abstract OffsetDateTime creationDate()
Gets the creationDate property: The time when the Big Data pool was created.
Returns:
customLibraries
public abstract List<LibraryInfo> customLibraries()
Gets the customLibraries property: List of custom libraries/packages associated with the spark pool.
Returns:
defaultSparkLogFolder
public abstract String defaultSparkLogFolder()
Gets the defaultSparkLogFolder property: The default folder where Spark logs will be written.
Returns:
dynamicExecutorAllocation
public abstract DynamicExecutorAllocation dynamicExecutorAllocation()
Gets the dynamicExecutorAllocation property: Dynamic Executor Allocation.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract BigDataPoolResourceInfoInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.BigDataPoolResourceInfoInner object.
Returns:
isComputeIsolationEnabled
public abstract Boolean isComputeIsolationEnabled()
Gets the isComputeIsolationEnabled property: Whether compute isolation is required or not.
Returns:
lastSucceededTimestamp
public abstract OffsetDateTime lastSucceededTimestamp()
Gets the lastSucceededTimestamp property: The time when the Big Data pool was updated successfully.
Returns:
libraryRequirements
public abstract LibraryRequirements libraryRequirements()
Gets the libraryRequirements property: Library version requirements.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
nodeCount
public abstract Integer nodeCount()
Gets the nodeCount property: The number of nodes in the Big Data pool.
Returns:
nodeSize
public abstract NodeSize nodeSize()
Gets the nodeSize property: The level of compute power that each node in the Big Data pool has.
Returns:
nodeSizeFamily
public abstract NodeSizeFamily nodeSizeFamily()
Gets the nodeSizeFamily property: The kind of nodes that the Big Data pool provides.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: The state of the Big Data pool.
Returns:
refresh
public abstract BigDataPoolResourceInfo refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract BigDataPoolResourceInfo refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
sessionLevelPackagesEnabled
public abstract Boolean sessionLevelPackagesEnabled()
Gets the sessionLevelPackagesEnabled property: Whether session level packages enabled.
Returns:
sparkConfigProperties
public abstract LibraryRequirements sparkConfigProperties()
Gets the sparkConfigProperties property: Spark configuration file to specify additional properties.
Returns:
sparkEventsFolder
public abstract String sparkEventsFolder()
Gets the sparkEventsFolder property: The Spark events folder.
Returns:
sparkVersion
public abstract String sparkVersion()
Gets the sparkVersion property: The Apache Spark version.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract BigDataPoolResourceInfo.Update update()
Begins update for the BigDataPoolResourceInfo resource.
Returns: