1. Packages
  2. Azure Native
  3. API Docs
  4. kusto
  5. listClusterFollowerDatabases
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.kusto.listClusterFollowerDatabases

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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Returns a list of databases that are owned by this cluster and were followed by another cluster. Azure REST API version: 2022-12-29.

    Other available API versions: 2022-07-07, 2023-05-02, 2023-08-15.

    Using listClusterFollowerDatabases

    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 listClusterFollowerDatabases(args: ListClusterFollowerDatabasesArgs, opts?: InvokeOptions): Promise<ListClusterFollowerDatabasesResult>
    function listClusterFollowerDatabasesOutput(args: ListClusterFollowerDatabasesOutputArgs, opts?: InvokeOptions): Output<ListClusterFollowerDatabasesResult>
    def list_cluster_follower_databases(cluster_name: Optional[str] = None,
                                        resource_group_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> ListClusterFollowerDatabasesResult
    def list_cluster_follower_databases_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                        resource_group_name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[ListClusterFollowerDatabasesResult]
    func ListClusterFollowerDatabases(ctx *Context, args *ListClusterFollowerDatabasesArgs, opts ...InvokeOption) (*ListClusterFollowerDatabasesResult, error)
    func ListClusterFollowerDatabasesOutput(ctx *Context, args *ListClusterFollowerDatabasesOutputArgs, opts ...InvokeOption) ListClusterFollowerDatabasesResultOutput

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

    public static class ListClusterFollowerDatabases 
    {
        public static Task<ListClusterFollowerDatabasesResult> InvokeAsync(ListClusterFollowerDatabasesArgs args, InvokeOptions? opts = null)
        public static Output<ListClusterFollowerDatabasesResult> Invoke(ListClusterFollowerDatabasesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListClusterFollowerDatabasesResult> listClusterFollowerDatabases(ListClusterFollowerDatabasesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:kusto:listClusterFollowerDatabases
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the Kusto cluster.
    ResourceGroupName string
    The name of the resource group containing the Kusto cluster.
    ClusterName string
    The name of the Kusto cluster.
    ResourceGroupName string
    The name of the resource group containing the Kusto cluster.
    clusterName String
    The name of the Kusto cluster.
    resourceGroupName String
    The name of the resource group containing the Kusto cluster.
    clusterName string
    The name of the Kusto cluster.
    resourceGroupName string
    The name of the resource group containing the Kusto cluster.
    cluster_name str
    The name of the Kusto cluster.
    resource_group_name str
    The name of the resource group containing the Kusto cluster.
    clusterName String
    The name of the Kusto cluster.
    resourceGroupName String
    The name of the resource group containing the Kusto cluster.

    listClusterFollowerDatabases 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.
    ClusterResourceId string
    Resource id of the cluster that follows a database owned by this cluster.
    DatabaseName string
    The database name owned by this cluster that was followed. * in case following all databases.
    DatabaseShareOrigin string
    The origin of the following setup.
    TableLevelSharingProperties Pulumi.AzureNative.Kusto.Inputs.TableLevelSharingPropertiesResponse
    Table level sharing specifications
    AttachedDatabaseConfigurationName string
    Resource name of the attached database configuration in the follower cluster.
    ClusterResourceId string
    Resource id of the cluster that follows a database owned by this cluster.
    DatabaseName string
    The database name owned by this cluster that was followed. * in case following all databases.
    DatabaseShareOrigin string
    The origin of the following setup.
    TableLevelSharingProperties TableLevelSharingPropertiesResponse
    Table level sharing specifications
    attachedDatabaseConfigurationName String
    Resource name of the attached database configuration in the follower cluster.
    clusterResourceId String
    Resource id of the cluster that follows a database owned by this cluster.
    databaseName String
    The database name owned by this cluster that was followed. * in case following all databases.
    databaseShareOrigin String
    The origin of the following setup.
    tableLevelSharingProperties TableLevelSharingPropertiesResponse
    Table level sharing specifications
    attachedDatabaseConfigurationName string
    Resource name of the attached database configuration in the follower cluster.
    clusterResourceId string
    Resource id of the cluster that follows a database owned by this cluster.
    databaseName string
    The database name owned by this cluster that was followed. * in case following all databases.
    databaseShareOrigin string
    The origin of the following setup.
    tableLevelSharingProperties TableLevelSharingPropertiesResponse
    Table level sharing specifications
    attached_database_configuration_name str
    Resource name of the attached database configuration in the follower cluster.
    cluster_resource_id str
    Resource id of the cluster that follows a database owned by this cluster.
    database_name str
    The database name owned by this cluster that was followed. * in case following all databases.
    database_share_origin str
    The origin of the following setup.
    table_level_sharing_properties TableLevelSharingPropertiesResponse
    Table level sharing specifications
    attachedDatabaseConfigurationName String
    Resource name of the attached database configuration in the follower cluster.
    clusterResourceId String
    Resource id of the cluster that follows a database owned by this cluster.
    databaseName String
    The database name owned by this cluster that was followed. * in case following all databases.
    databaseShareOrigin String
    The origin of the following setup.
    tableLevelSharingProperties Property Map
    Table level sharing specifications

    TableLevelSharingPropertiesResponse

    ExternalTablesToExclude List<string>
    List of external tables to exclude from the follower database
    ExternalTablesToInclude List<string>
    List of external tables to include in the follower database
    FunctionsToExclude List<string>
    List of functions to exclude from the follower database
    FunctionsToInclude List<string>
    List of functions to include in the follower database
    MaterializedViewsToExclude List<string>
    List of materialized views to exclude from the follower database
    MaterializedViewsToInclude List<string>
    List of materialized views to include in the follower database
    TablesToExclude List<string>
    List of tables to exclude from the follower database
    TablesToInclude List<string>
    List of tables to include in the follower database
    ExternalTablesToExclude []string
    List of external tables to exclude from the follower database
    ExternalTablesToInclude []string
    List of external tables to include in the follower database
    FunctionsToExclude []string
    List of functions to exclude from the follower database
    FunctionsToInclude []string
    List of functions to include in the follower database
    MaterializedViewsToExclude []string
    List of materialized views to exclude from the follower database
    MaterializedViewsToInclude []string
    List of materialized views to include in the follower database
    TablesToExclude []string
    List of tables to exclude from the follower database
    TablesToInclude []string
    List of tables to include in the follower database
    externalTablesToExclude List<String>
    List of external tables to exclude from the follower database
    externalTablesToInclude List<String>
    List of external tables to include in the follower database
    functionsToExclude List<String>
    List of functions to exclude from the follower database
    functionsToInclude List<String>
    List of functions to include in the follower database
    materializedViewsToExclude List<String>
    List of materialized views to exclude from the follower database
    materializedViewsToInclude List<String>
    List of materialized views to include in the follower database
    tablesToExclude List<String>
    List of tables to exclude from the follower database
    tablesToInclude List<String>
    List of tables to include in the follower database
    externalTablesToExclude string[]
    List of external tables to exclude from the follower database
    externalTablesToInclude string[]
    List of external tables to include in the follower database
    functionsToExclude string[]
    List of functions to exclude from the follower database
    functionsToInclude string[]
    List of functions to include in the follower database
    materializedViewsToExclude string[]
    List of materialized views to exclude from the follower database
    materializedViewsToInclude string[]
    List of materialized views to include in the follower database
    tablesToExclude string[]
    List of tables to exclude from the follower database
    tablesToInclude string[]
    List of tables to include in the follower database
    external_tables_to_exclude Sequence[str]
    List of external tables to exclude from the follower database
    external_tables_to_include Sequence[str]
    List of external tables to include in the follower database
    functions_to_exclude Sequence[str]
    List of functions to exclude from the follower database
    functions_to_include Sequence[str]
    List of functions to include in the follower database
    materialized_views_to_exclude Sequence[str]
    List of materialized views to exclude from the follower database
    materialized_views_to_include Sequence[str]
    List of materialized views to include in the follower database
    tables_to_exclude Sequence[str]
    List of tables to exclude from the follower database
    tables_to_include Sequence[str]
    List of tables to include in the follower database
    externalTablesToExclude List<String>
    List of external tables to exclude from the follower database
    externalTablesToInclude List<String>
    List of external tables to include in the follower database
    functionsToExclude List<String>
    List of functions to exclude from the follower database
    functionsToInclude List<String>
    List of functions to include in the follower database
    materializedViewsToExclude List<String>
    List of materialized views to exclude from the follower database
    materializedViewsToInclude List<String>
    List of materialized views to include in the follower database
    tablesToExclude List<String>
    List of tables to exclude from the follower database
    tablesToInclude List<String>
    List of tables to include in the follower database

    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.37.0 published on Monday, Apr 15, 2024 by Pulumi