Uses of Class
com.azure.analytics.synapse.artifacts.models.BigDataPoolResourceInfo
Package
Description
Package containing the classes for ArtifactsClient.
Package containing the data models for ArtifactsClient.
-
Uses of BigDataPoolResourceInfo in com.azure.analytics.synapse.artifacts
Modifier and TypeMethodDescriptionGet Big Data Pool.Modifier and TypeMethodDescriptionGet Big Data Pool.Mono<com.azure.core.http.rest.Response<BigDataPoolResourceInfo>>
BigDataPoolsAsyncClient.getWithResponse
(String bigDataPoolName) Get Big Data Pool.com.azure.core.http.rest.Response<BigDataPoolResourceInfo>
BigDataPoolsClient.getWithResponse
(String bigDataPoolName, com.azure.core.util.Context context) Get Big Data Pool. -
Uses of BigDataPoolResourceInfo in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionBigDataPoolResourceInfo.setAutoPause
(AutoPauseProperties autoPause) Set the autoPause property: Spark pool auto-pausing propertiesBigDataPoolResourceInfo.setAutoScale
(AutoScaleProperties autoScale) Set the autoScale property: Spark pool auto-scaling propertiesBigDataPoolResourceInfo.setCacheSize
(Integer cacheSize) Set the cacheSize property: The cache size.BigDataPoolResourceInfo.setCreationDate
(OffsetDateTime creationDate) Set the creationDate property: The time when the Big Data pool was created.BigDataPoolResourceInfo.setCustomLibraries
(List<LibraryInfo> customLibraries) Set the customLibraries property: List of custom libraries/packages associated with the spark pool.BigDataPoolResourceInfo.setDefaultSparkLogFolder
(String defaultSparkLogFolder) Set the defaultSparkLogFolder property: The default folder where Spark logs will be written.BigDataPoolResourceInfo.setDynamicExecutorAllocation
(DynamicExecutorAllocation dynamicExecutorAllocation) Set the dynamicExecutorAllocation property: Dynamic Executor Allocation.BigDataPoolResourceInfo.setIsComputeIsolationEnabled
(Boolean isComputeIsolationEnabled) Set the isComputeIsolationEnabled property: Whether compute isolation is required or not.BigDataPoolResourceInfo.setLibraryRequirements
(LibraryRequirements libraryRequirements) Set the libraryRequirements property: Spark pool library version requirementsBigDataPoolResourceInfo.setLocation
(String location) Set the location property: The geo-location where the resource lives.BigDataPoolResourceInfo.setNodeCount
(Integer nodeCount) Set the nodeCount property: The number of nodes in the Big Data pool.BigDataPoolResourceInfo.setNodeSize
(NodeSize nodeSize) Set the nodeSize property: The level of compute power that each node in the Big Data pool has.BigDataPoolResourceInfo.setNodeSizeFamily
(NodeSizeFamily nodeSizeFamily) Set the nodeSizeFamily property: The kind of nodes that the Big Data pool provides.BigDataPoolResourceInfo.setProvisioningState
(String provisioningState) Set the provisioningState property: The state of the Big Data pool.BigDataPoolResourceInfo.setSessionLevelPackagesEnabled
(Boolean sessionLevelPackagesEnabled) Set the sessionLevelPackagesEnabled property: Whether session level packages enabled.BigDataPoolResourceInfo.setSparkConfigProperties
(LibraryRequirements sparkConfigProperties) Set the sparkConfigProperties property: Spark pool library version requirementsBigDataPoolResourceInfo.setSparkEventsFolder
(String sparkEventsFolder) Set the sparkEventsFolder property: The Spark events folder.BigDataPoolResourceInfo.setSparkVersion
(String sparkVersion) Set the sparkVersion property: The Apache Spark version.Set the tags property: Resource tags.Modifier and TypeMethodDescriptionBigDataPoolResourceInfoListResult.getValue()
Get the value property: List of Big Data pools.Modifier and TypeMethodDescriptionBigDataPoolResourceInfoListResult.setValue
(List<BigDataPoolResourceInfo> value) Set the value property: List of Big Data pools.