1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. listKustoPoolFollowerDatabases
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.0 published on Wednesday, Nov 29, 2023 by Pulumi

azure-native.synapse.listKustoPoolFollowerDatabases

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Returns a list of databases that are owned by this Kusto Pool and were followed by another Kusto Pool. 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>
    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]
    func ListKustoPoolFollowerDatabases(ctx *Context, args *ListKustoPoolFollowerDatabasesArgs, opts ...InvokeOption) (*ListKustoPoolFollowerDatabasesResult, error)
    func ListKustoPoolFollowerDatabasesOutput(ctx *Context, args *ListKustoPoolFollowerDatabasesOutputArgs, opts ...InvokeOption) ListKustoPoolFollowerDatabasesResultOutput

    > 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)
    }
    public static CompletableFuture<ListKustoPoolFollowerDatabasesResult> listKustoPoolFollowerDatabases(ListKustoPoolFollowerDatabasesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:synapse:listKustoPoolFollowerDatabases
      arguments:
        # arguments dictionary

    The following arguments are supported:

    KustoPoolName string

    The name of the Kusto pool.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    WorkspaceName string

    The name of the workspace.

    KustoPoolName string

    The name of the Kusto pool.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    WorkspaceName string

    The name of the workspace.

    kustoPoolName String

    The name of the Kusto pool.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    workspaceName String

    The name of the workspace.

    kustoPoolName string

    The name of the Kusto pool.

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    workspaceName string

    The name of the workspace.

    kusto_pool_name str

    The name of the Kusto pool.

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    workspace_name str

    The name of the workspace.

    kustoPoolName String

    The name of the Kusto pool.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    workspaceName 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 string

    Resource name of the attached database configuration in the follower cluster.

    DatabaseName string

    The database name owned by this cluster that was followed. * in case following all databases.

    KustoPoolResourceId string

    Resource id of the cluster that follows a database owned by this cluster.

    AttachedDatabaseConfigurationName string

    Resource name of the attached database configuration in the follower cluster.

    DatabaseName string

    The database name owned by this cluster that was followed. * in case following all databases.

    KustoPoolResourceId string

    Resource id of the cluster that follows a database owned by this cluster.

    attachedDatabaseConfigurationName String

    Resource name of the attached database configuration in the follower cluster.

    databaseName String

    The database name owned by this cluster that was followed. * in case following all databases.

    kustoPoolResourceId String

    Resource id of the cluster that follows a database owned by this cluster.

    attachedDatabaseConfigurationName string

    Resource name of the attached database configuration in the follower cluster.

    databaseName string

    The database name owned by this cluster that was followed. * in case following all databases.

    kustoPoolResourceId string

    Resource id of the cluster that follows a database owned by this cluster.

    attached_database_configuration_name str

    Resource name of the attached database configuration in the follower cluster.

    database_name str

    The database name owned by this cluster that was followed. * in case following all databases.

    kusto_pool_resource_id str

    Resource id of the cluster that follows a database owned by this cluster.

    attachedDatabaseConfigurationName String

    Resource name of the attached database configuration in the follower cluster.

    databaseName String

    The database name owned by this cluster that was followed. * in case following all databases.

    kustoPoolResourceId 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
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.20.0 published on Wednesday, Nov 29, 2023 by Pulumi