Uses of Class
com.azure.resourcemanager.kusto.fluent.models.AttachedDatabaseConfigurationInner
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of AttachedDatabaseConfigurationInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationsClient.createOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters) Creates or updates an attached database configuration.AttachedDatabaseConfigurationsClient.createOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates an attached database configuration.AttachedDatabaseConfigurationsClient.get
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName) Returns an attached database configuration.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,
AttachedDatabaseConfigurationInner> AttachedDatabaseConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters) Creates or updates an attached database configuration.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,
AttachedDatabaseConfigurationInner> AttachedDatabaseConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters) Creates or updates an attached database configuration.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,
AttachedDatabaseConfigurationInner> AttachedDatabaseConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates an attached database configuration.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,
AttachedDatabaseConfigurationInner> AttachedDatabaseConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates an attached database configuration.com.azure.core.http.rest.Response<AttachedDatabaseConfigurationInner>
AttachedDatabaseConfigurationsClient.getWithResponse
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, com.azure.core.util.Context context) Returns an attached database configuration.com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfigurationInner>
AttachedDatabaseConfigurationsClient.listByCluster
(String resourceGroupName, String clusterName) Returns the list of attached database configurations of the given Kusto cluster.com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfigurationInner>
AttachedDatabaseConfigurationsClient.listByCluster
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns the list of attached database configurations of the given Kusto cluster.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,
AttachedDatabaseConfigurationInner> AttachedDatabaseConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters) Creates or updates an attached database configuration.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,
AttachedDatabaseConfigurationInner> AttachedDatabaseConfigurationsClient.beginCreateOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates an attached database configuration.AttachedDatabaseConfigurationsClient.createOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters) Creates or updates an attached database configuration.AttachedDatabaseConfigurationsClient.createOrUpdate
(String resourceGroupName, String clusterName, String attachedDatabaseConfigurationName, AttachedDatabaseConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates an attached database configuration. -
Uses of AttachedDatabaseConfigurationInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationInner.withClusterResourceId
(String clusterResourceId) Set the clusterResourceId property: The resource id of the cluster where the databases you would like to attach reside.AttachedDatabaseConfigurationInner.withDatabaseName
(String databaseName) Set the databaseName property: The name of the database which you would like to attach, use * if you want to follow all current and future databases.AttachedDatabaseConfigurationInner.withDatabaseNameOverride
(String databaseNameOverride) Set the databaseNameOverride property: Overrides the original database name.AttachedDatabaseConfigurationInner.withDatabaseNamePrefix
(String databaseNamePrefix) Set the databaseNamePrefix property: Adds a prefix to the attached databases name.AttachedDatabaseConfigurationInner.withDefaultPrincipalsModificationKind
(DefaultPrincipalsModificationKind defaultPrincipalsModificationKind) Set the defaultPrincipalsModificationKind property: The default principals modification kind.AttachedDatabaseConfigurationInner.withLocation
(String location) Set the location property: Resource location.AttachedDatabaseConfigurationInner.withTableLevelSharingProperties
(TableLevelSharingProperties tableLevelSharingProperties) Set the tableLevelSharingProperties property: Table level sharing specifications. -
Uses of AttachedDatabaseConfigurationInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfiguration.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.AttachedDatabaseConfigurationInner object.Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationListResult.value()
Get the value property: The list of attached database configurations.Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationListResult.withValue
(List<AttachedDatabaseConfigurationInner> value) Set the value property: The list of attached database configurations.