1. Packages
  2. Azure Native v1
  3. API Docs
  4. kusto
  5. listClusterFollowerDatabases
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.kusto.listClusterFollowerDatabases

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Returns a list of databases that are owned by this cluster and were followed by another cluster. API Version: 2021-01-01.

    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.
    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.
    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.
    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.
    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.
    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.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi