1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. listKustoPoolFollowerDatabases
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.synapse.listKustoPoolFollowerDatabases

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Returns a list of databases that are owned by this Kusto Pool and were followed by another Kusto Pool.

Uses Azure REST API version 2021-06-01-preview.

Using listKustoPoolFollowerDatabases

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listKustoPoolFollowerDatabases(args: ListKustoPoolFollowerDatabasesArgs, opts?: InvokeOptions): Promise<ListKustoPoolFollowerDatabasesResult>
function listKustoPoolFollowerDatabasesOutput(args: ListKustoPoolFollowerDatabasesOutputArgs, opts?: InvokeOptions): Output<ListKustoPoolFollowerDatabasesResult>
Copy
def list_kusto_pool_follower_databases(kusto_pool_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       workspace_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> ListKustoPoolFollowerDatabasesResult
def list_kusto_pool_follower_databases_output(kusto_pool_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       workspace_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[ListKustoPoolFollowerDatabasesResult]
Copy
func ListKustoPoolFollowerDatabases(ctx *Context, args *ListKustoPoolFollowerDatabasesArgs, opts ...InvokeOption) (*ListKustoPoolFollowerDatabasesResult, error)
func ListKustoPoolFollowerDatabasesOutput(ctx *Context, args *ListKustoPoolFollowerDatabasesOutputArgs, opts ...InvokeOption) ListKustoPoolFollowerDatabasesResultOutput
Copy

> Note: This function is named ListKustoPoolFollowerDatabases in the Go SDK.

public static class ListKustoPoolFollowerDatabases 
{
    public static Task<ListKustoPoolFollowerDatabasesResult> InvokeAsync(ListKustoPoolFollowerDatabasesArgs args, InvokeOptions? opts = null)
    public static Output<ListKustoPoolFollowerDatabasesResult> Invoke(ListKustoPoolFollowerDatabasesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListKustoPoolFollowerDatabasesResult> listKustoPoolFollowerDatabases(ListKustoPoolFollowerDatabasesArgs args, InvokeOptions options)
public static Output<ListKustoPoolFollowerDatabasesResult> listKustoPoolFollowerDatabases(ListKustoPoolFollowerDatabasesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:synapse:listKustoPoolFollowerDatabases
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

KustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
KustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
kusto_pool_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Kusto pool.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the workspace.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.

listKustoPoolFollowerDatabases Result

The following output properties are available:

Value []FollowerDatabaseDefinitionResponse
The list of follower database result.
value List<FollowerDatabaseDefinitionResponse>
The list of follower database result.
value FollowerDatabaseDefinitionResponse[]
The list of follower database result.
value Sequence[FollowerDatabaseDefinitionResponse]
The list of follower database result.
value List<Property Map>
The list of follower database result.

Supporting Types

FollowerDatabaseDefinitionResponse

AttachedDatabaseConfigurationName This property is required. string
Resource name of the attached database configuration in the follower cluster.
DatabaseName This property is required. string
The database name owned by this cluster that was followed. * in case following all databases.
KustoPoolResourceId This property is required. string
Resource id of the cluster that follows a database owned by this cluster.
AttachedDatabaseConfigurationName This property is required. string
Resource name of the attached database configuration in the follower cluster.
DatabaseName This property is required. string
The database name owned by this cluster that was followed. * in case following all databases.
KustoPoolResourceId This property is required. string
Resource id of the cluster that follows a database owned by this cluster.
attachedDatabaseConfigurationName This property is required. String
Resource name of the attached database configuration in the follower cluster.
databaseName This property is required. String
The database name owned by this cluster that was followed. * in case following all databases.
kustoPoolResourceId This property is required. String
Resource id of the cluster that follows a database owned by this cluster.
attachedDatabaseConfigurationName This property is required. string
Resource name of the attached database configuration in the follower cluster.
databaseName This property is required. string
The database name owned by this cluster that was followed. * in case following all databases.
kustoPoolResourceId This property is required. string
Resource id of the cluster that follows a database owned by this cluster.
attached_database_configuration_name This property is required. str
Resource name of the attached database configuration in the follower cluster.
database_name This property is required. str
The database name owned by this cluster that was followed. * in case following all databases.
kusto_pool_resource_id This property is required. str
Resource id of the cluster that follows a database owned by this cluster.
attachedDatabaseConfigurationName This property is required. String
Resource name of the attached database configuration in the follower cluster.
databaseName This property is required. String
The database name owned by this cluster that was followed. * in case following all databases.
kustoPoolResourceId This property is required. String
Resource id of the cluster that follows a database owned by this cluster.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi