Uses of Class
com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner
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 FollowerDatabaseDefinitionInner in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<FollowerDatabaseDefinitionInner>
ClustersClient.listFollowerDatabases
(String resourceGroupName, String clusterName) Returns a list of databases that are owned by this cluster and were followed by another cluster.com.azure.core.http.rest.PagedIterable<FollowerDatabaseDefinitionInner>
ClustersClient.listFollowerDatabases
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Returns a list of databases that are owned by this cluster and were followed by another cluster.Modifier and TypeMethodDescriptionClustersClient.beginDetachFollowerDatabases
(String resourceGroupName, String clusterName, FollowerDatabaseDefinitionInner followerDatabaseToRemove) Detaches all followers of a database owned by this cluster.ClustersClient.beginDetachFollowerDatabases
(String resourceGroupName, String clusterName, FollowerDatabaseDefinitionInner followerDatabaseToRemove, com.azure.core.util.Context context) Detaches all followers of a database owned by this cluster.void
ClustersClient.detachFollowerDatabases
(String resourceGroupName, String clusterName, FollowerDatabaseDefinitionInner followerDatabaseToRemove) Detaches all followers of a database owned by this cluster.void
ClustersClient.detachFollowerDatabases
(String resourceGroupName, String clusterName, FollowerDatabaseDefinitionInner followerDatabaseToRemove, com.azure.core.util.Context context) Detaches all followers of a database owned by this cluster. -
Uses of FollowerDatabaseDefinitionInner in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionFollowerDatabaseDefinitionInner.withAttachedDatabaseConfigurationName
(String attachedDatabaseConfigurationName) Set the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.FollowerDatabaseDefinitionInner.withClusterResourceId
(String clusterResourceId) Set the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster. -
Uses of FollowerDatabaseDefinitionInner in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionFollowerDatabaseDefinition.innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner object.Modifier and TypeMethodDescriptionFollowerDatabaseListResult.value()
Get the value property: The list of follower database result.Modifier and TypeMethodDescriptionvoid
Cluster.detachFollowerDatabases
(FollowerDatabaseDefinitionInner followerDatabaseToRemove) Detaches all followers of a database owned by this cluster.void
Cluster.detachFollowerDatabases
(FollowerDatabaseDefinitionInner followerDatabaseToRemove, com.azure.core.util.Context context) Detaches all followers of a database owned by this cluster.void
Clusters.detachFollowerDatabases
(String resourceGroupName, String clusterName, FollowerDatabaseDefinitionInner followerDatabaseToRemove) Detaches all followers of a database owned by this cluster.void
Clusters.detachFollowerDatabases
(String resourceGroupName, String clusterName, FollowerDatabaseDefinitionInner followerDatabaseToRemove, com.azure.core.util.Context context) Detaches all followers of a database owned by this cluster.Modifier and TypeMethodDescriptionFollowerDatabaseListResult.withValue
(List<FollowerDatabaseDefinitionInner> value) Set the value property: The list of follower database result.