Uses of Interface
com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of AttachedDatabaseConfiguration in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfiguration.Update.apply()
Executes the update request.AttachedDatabaseConfiguration.Update.apply
(com.azure.core.util.Context context) Executes the update request.AttachedDatabaseConfiguration.DefinitionStages.WithCreate.create()
Executes the create request.AttachedDatabaseConfiguration.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.AttachedDatabaseConfigurations.get
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName) Returns an attached database configuration.Returns an attached database configuration.AttachedDatabaseConfiguration.refresh()
Refreshes the resource to sync with Azure.AttachedDatabaseConfiguration.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AttachedDatabaseConfiguration>
AttachedDatabaseConfigurations.getByIdWithResponse
(String id, com.azure.core.util.Context context) Returns an attached database configuration.com.azure.core.http.rest.Response<AttachedDatabaseConfiguration>
AttachedDatabaseConfigurations.getWithResponse
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, com.azure.core.util.Context context) Returns an attached database configuration.com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfiguration>
AttachedDatabaseConfigurations.listByCluster
(String resourceGroupName, String clusterName) Returns the list of attached database configurations of the given Kusto cluster.com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfiguration>
AttachedDatabaseConfigurations.listByCluster
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the list of attached database configurations of the given Kusto cluster.