Uses of Class
com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner
-
Packages that use FollowerDatabaseDefinitionInner Package Description com.azure.resourcemanager.kusto.fluent Package containing the service clients for KustoManagementClient.com.azure.resourcemanager.kusto.fluent.models Package containing the inner data models for KustoManagementClient.com.azure.resourcemanager.kusto.models Package containing the data models for KustoManagementClient. -
-
Uses of FollowerDatabaseDefinitionInner in com.azure.resourcemanager.kusto.fluent
Methods in com.azure.resourcemanager.kusto.fluent that return types with arguments of type FollowerDatabaseDefinitionInner Modifier and Type Method Description com.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.Methods in com.azure.resourcemanager.kusto.fluent with parameters of type FollowerDatabaseDefinitionInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>
ClustersClient. beginDetachFollowerDatabases(String resourceGroupName, String clusterName, FollowerDatabaseDefinitionInner followerDatabaseToRemove)
Detaches all followers of a database owned by this cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>
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
Methods in com.azure.resourcemanager.kusto.fluent.models that return FollowerDatabaseDefinitionInner Modifier and Type Method Description FollowerDatabaseDefinitionInner
FollowerDatabaseDefinitionInner. withAttachedDatabaseConfigurationName(String attachedDatabaseConfigurationName)
Set the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.FollowerDatabaseDefinitionInner
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
Methods in com.azure.resourcemanager.kusto.models that return FollowerDatabaseDefinitionInner Modifier and Type Method Description FollowerDatabaseDefinitionInner
FollowerDatabaseDefinition. innerModel()
Gets the inner com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner object.Methods in com.azure.resourcemanager.kusto.models that return types with arguments of type FollowerDatabaseDefinitionInner Modifier and Type Method Description List<FollowerDatabaseDefinitionInner>
FollowerDatabaseListResult. value()
Get the value property: The list of follower database result.Methods in com.azure.resourcemanager.kusto.models with parameters of type FollowerDatabaseDefinitionInner Modifier and Type Method Description void
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.Method parameters in com.azure.resourcemanager.kusto.models with type arguments of type FollowerDatabaseDefinitionInner Modifier and Type Method Description FollowerDatabaseListResult
FollowerDatabaseListResult. withValue(List<FollowerDatabaseDefinitionInner> value)
Set the value property: The list of follower database result.
-