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
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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
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