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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.kusto.listClusterFollowerDatabases
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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:
- Cluster
Name string - The name of the Kusto cluster.
- Resource
Group stringName - The name of the resource group containing the Kusto cluster.
- Cluster
Name string - The name of the Kusto cluster.
- Resource
Group stringName - The name of the resource group containing the Kusto cluster.
- cluster
Name String - The name of the Kusto cluster.
- resource
Group StringName - The name of the resource group containing the Kusto cluster.
- cluster
Name string - The name of the Kusto cluster.
- resource
Group stringName - The name of the resource group containing the Kusto cluster.
- cluster_
name str - The name of the Kusto cluster.
- resource_
group_ strname - The name of the resource group containing the Kusto cluster.
- cluster
Name String - The name of the Kusto cluster.
- resource
Group StringName - The name of the resource group containing the Kusto cluster.
listClusterFollowerDatabases Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Kusto. Outputs. Follower Database Definition Response> - The list of follower database result.
- Value
[]Follower
Database Definition Response - The list of follower database result.
- value
List<Follower
Database Definition Response> - The list of follower database result.
- value
Follower
Database Definition Response[] - The list of follower database result.
- value
Sequence[Follower
Database Definition Response] - The list of follower database result.
- value List<Property Map>
- The list of follower database result.
Supporting Types
FollowerDatabaseDefinitionResponse
- Attached
Database stringConfiguration Name - Resource name of the attached database configuration in the follower cluster.
- Cluster
Resource stringId - Resource id of the cluster that follows a database owned by this cluster.
- Database
Name string - The database name owned by this cluster that was followed. * in case following all databases.
- string
- The origin of the following setup.
- Table
Level Pulumi.Sharing Properties Azure Native. Kusto. Inputs. Table Level Sharing Properties Response - Table level sharing specifications
- Attached
Database stringConfiguration Name - Resource name of the attached database configuration in the follower cluster.
- Cluster
Resource stringId - Resource id of the cluster that follows a database owned by this cluster.
- Database
Name string - The database name owned by this cluster that was followed. * in case following all databases.
- string
- The origin of the following setup.
- Table
Level TableSharing Properties Level Sharing Properties Response - Table level sharing specifications
- attached
Database StringConfiguration Name - Resource name of the attached database configuration in the follower cluster.
- cluster
Resource StringId - Resource id of the cluster that follows a database owned by this cluster.
- database
Name String - The database name owned by this cluster that was followed. * in case following all databases.
- String
- The origin of the following setup.
- table
Level TableSharing Properties Level Sharing Properties Response - Table level sharing specifications
- attached
Database stringConfiguration Name - Resource name of the attached database configuration in the follower cluster.
- cluster
Resource stringId - Resource id of the cluster that follows a database owned by this cluster.
- database
Name string - The database name owned by this cluster that was followed. * in case following all databases.
- string
- The origin of the following setup.
- table
Level TableSharing Properties Level Sharing Properties Response - Table level sharing specifications
- attached_
database_ strconfiguration_ name - Resource name of the attached database configuration in the follower cluster.
- cluster_
resource_ strid - 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.
- str
- The origin of the following setup.
- table_
level_ Tablesharing_ properties Level Sharing Properties Response - Table level sharing specifications
- attached
Database StringConfiguration Name - Resource name of the attached database configuration in the follower cluster.
- cluster
Resource StringId - Resource id of the cluster that follows a database owned by this cluster.
- database
Name String - The database name owned by this cluster that was followed. * in case following all databases.
- String
- The origin of the following setup.
- table
Level Property MapSharing Properties - Table level sharing specifications
TableLevelSharingPropertiesResponse
- External
Tables List<string>To Exclude - List of external tables to exclude from the follower database
- External
Tables List<string>To Include - List of external tables to include in the follower database
- Functions
To List<string>Exclude - List of functions to exclude from the follower database
- Functions
To List<string>Include - List of functions to include in the follower database
- Materialized
Views List<string>To Exclude - List of materialized views to exclude from the follower database
- Materialized
Views List<string>To Include - List of materialized views to include in the follower database
- Tables
To List<string>Exclude - List of tables to exclude from the follower database
- Tables
To List<string>Include - List of tables to include in the follower database
- External
Tables []stringTo Exclude - List of external tables to exclude from the follower database
- External
Tables []stringTo Include - List of external tables to include in the follower database
- Functions
To []stringExclude - List of functions to exclude from the follower database
- Functions
To []stringInclude - List of functions to include in the follower database
- Materialized
Views []stringTo Exclude - List of materialized views to exclude from the follower database
- Materialized
Views []stringTo Include - List of materialized views to include in the follower database
- Tables
To []stringExclude - List of tables to exclude from the follower database
- Tables
To []stringInclude - List of tables to include in the follower database
- external
Tables List<String>To Exclude - List of external tables to exclude from the follower database
- external
Tables List<String>To Include - List of external tables to include in the follower database
- functions
To List<String>Exclude - List of functions to exclude from the follower database
- functions
To List<String>Include - List of functions to include in the follower database
- materialized
Views List<String>To Exclude - List of materialized views to exclude from the follower database
- materialized
Views List<String>To Include - List of materialized views to include in the follower database
- tables
To List<String>Exclude - List of tables to exclude from the follower database
- tables
To List<String>Include - List of tables to include in the follower database
- external
Tables string[]To Exclude - List of external tables to exclude from the follower database
- external
Tables string[]To Include - List of external tables to include in the follower database
- functions
To string[]Exclude - List of functions to exclude from the follower database
- functions
To string[]Include - List of functions to include in the follower database
- materialized
Views string[]To Exclude - List of materialized views to exclude from the follower database
- materialized
Views string[]To Include - List of materialized views to include in the follower database
- tables
To string[]Exclude - List of tables to exclude from the follower database
- tables
To string[]Include - List of tables to include in the follower database
- external_
tables_ Sequence[str]to_ exclude - List of external tables to exclude from the follower database
- external_
tables_ Sequence[str]to_ include - List of external tables to include in the follower database
- functions_
to_ Sequence[str]exclude - List of functions to exclude from the follower database
- functions_
to_ Sequence[str]include - List of functions to include in the follower database
- materialized_
views_ Sequence[str]to_ exclude - List of materialized views to exclude from the follower database
- materialized_
views_ Sequence[str]to_ include - List of materialized views to include in the follower database
- tables_
to_ Sequence[str]exclude - List of tables to exclude from the follower database
- tables_
to_ Sequence[str]include - List of tables to include in the follower database
- external
Tables List<String>To Exclude - List of external tables to exclude from the follower database
- external
Tables List<String>To Include - List of external tables to include in the follower database
- functions
To List<String>Exclude - List of functions to exclude from the follower database
- functions
To List<String>Include - List of functions to include in the follower database
- materialized
Views List<String>To Exclude - List of materialized views to exclude from the follower database
- materialized
Views List<String>To Include - List of materialized views to include in the follower database
- tables
To List<String>Exclude - List of tables to exclude from the follower database
- tables
To List<String>Include - List of tables to include in the follower database
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 v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi