Uses of Interface
com.azure.resourcemanager.synapse.models.BigDataPoolResourceInfo
-
Packages that use BigDataPoolResourceInfo Package Description com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of BigDataPoolResourceInfo in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return BigDataPoolResourceInfo Modifier and Type Method Description BigDataPoolResourceInfo
BigDataPoolResourceInfo.Update. apply()
Executes the update request.BigDataPoolResourceInfo
BigDataPoolResourceInfo.Update. apply(com.azure.core.util.Context context)
Executes the update request.BigDataPoolResourceInfo
BigDataPoolResourceInfo.DefinitionStages.WithCreate. create()
Executes the create request.BigDataPoolResourceInfo
BigDataPoolResourceInfo.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.BigDataPoolResourceInfo
BigDataPools. get(String resourceGroupName, String workspaceName, String bigDataPoolName)
Get a Big Data pool.BigDataPoolResourceInfo
BigDataPools. getById(String id)
Get a Big Data pool.BigDataPoolResourceInfo
BigDataPoolResourceInfo. refresh()
Refreshes the resource to sync with Azure.BigDataPoolResourceInfo
BigDataPoolResourceInfo. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.synapse.models that return types with arguments of type BigDataPoolResourceInfo Modifier and Type Method Description com.azure.core.http.rest.Response<BigDataPoolResourceInfo>
BigDataPools. getByIdWithResponse(String id, com.azure.core.util.Context context)
Get a Big Data pool.com.azure.core.http.rest.Response<BigDataPoolResourceInfo>
BigDataPools. getWithResponse(String resourceGroupName, String workspaceName, String bigDataPoolName, com.azure.core.util.Context context)
Get a Big Data pool.com.azure.core.http.rest.PagedIterable<BigDataPoolResourceInfo>
BigDataPools. listByWorkspace(String resourceGroupName, String workspaceName)
List Big Data pools in a workspace.com.azure.core.http.rest.PagedIterable<BigDataPoolResourceInfo>
BigDataPools. listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
List Big Data pools in a workspace.
-