Uses of Interface
com.azure.resourcemanager.synapse.models.AttachedDatabaseConfiguration
-
Packages that use AttachedDatabaseConfiguration Package Description com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of AttachedDatabaseConfiguration in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return AttachedDatabaseConfiguration Modifier and Type Method Description AttachedDatabaseConfiguration
AttachedDatabaseConfiguration.Update. apply()
Executes the update request.AttachedDatabaseConfiguration
AttachedDatabaseConfiguration.Update. apply(com.azure.core.util.Context context)
Executes the update request.AttachedDatabaseConfiguration
AttachedDatabaseConfiguration.DefinitionStages.WithCreate. create()
Executes the create request.AttachedDatabaseConfiguration
AttachedDatabaseConfiguration.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.AttachedDatabaseConfiguration
KustoPoolAttachedDatabaseConfigurations. get(String workspaceName, String kustoPoolName, String attachedDatabaseConfigurationName, String resourceGroupName)
Returns an attached database configuration.AttachedDatabaseConfiguration
KustoPoolAttachedDatabaseConfigurations. getById(String id)
Returns an attached database configuration.AttachedDatabaseConfiguration
AttachedDatabaseConfiguration. refresh()
Refreshes the resource to sync with Azure.AttachedDatabaseConfiguration
AttachedDatabaseConfiguration. 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 AttachedDatabaseConfiguration Modifier and Type Method Description com.azure.core.http.rest.Response<AttachedDatabaseConfiguration>
KustoPoolAttachedDatabaseConfigurations. getByIdWithResponse(String id, com.azure.core.util.Context context)
Returns an attached database configuration.com.azure.core.http.rest.Response<AttachedDatabaseConfiguration>
KustoPoolAttachedDatabaseConfigurations. getWithResponse(String workspaceName, String kustoPoolName, String attachedDatabaseConfigurationName, String resourceGroupName, com.azure.core.util.Context context)
Returns an attached database configuration.com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfiguration>
KustoPoolAttachedDatabaseConfigurations. listByKustoPool(String workspaceName, String kustoPoolName, String resourceGroupName)
Returns the list of attached database configurations of the given Kusto Pool.com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfiguration>
KustoPoolAttachedDatabaseConfigurations. listByKustoPool(String workspaceName, String kustoPoolName, String resourceGroupName, com.azure.core.util.Context context)
Returns the list of attached database configurations of the given Kusto Pool.
-