azure-native.synapse.listKustoPoolFollowerDatabases
Explore with Pulumi AI
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:
- Kusto
Pool stringName The name of the Kusto pool.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- Kusto
Pool stringName The name of the Kusto pool.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- kusto
Pool StringName The name of the Kusto pool.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- workspace
Name String The name of the workspace.
- kusto
Pool stringName The name of the Kusto pool.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- workspace
Name string The name of the workspace.
- kusto_
pool_ strname The name of the Kusto pool.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- workspace_
name str The name of the workspace.
- kusto
Pool StringName The name of the Kusto pool.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- workspace
Name String The name of the workspace.
listKustoPoolFollowerDatabases Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Synapse. 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.
- Database
Name string The database name owned by this cluster that was followed. * in case following all databases.
- Kusto
Pool stringResource Id Resource id of the cluster that follows a database owned by this cluster.
- Attached
Database stringConfiguration Name Resource name of the attached database configuration in the follower cluster.
- Database
Name string The database name owned by this cluster that was followed. * in case following all databases.
- Kusto
Pool stringResource Id Resource id of the cluster that follows a database owned by this cluster.
- attached
Database StringConfiguration Name Resource name of the attached database configuration in the follower cluster.
- database
Name String The database name owned by this cluster that was followed. * in case following all databases.
- kusto
Pool StringResource Id Resource id of the cluster that follows a database owned by this cluster.
- attached
Database stringConfiguration Name Resource name of the attached database configuration in the follower cluster.
- database
Name string The database name owned by this cluster that was followed. * in case following all databases.
- kusto
Pool stringResource Id Resource id of the cluster that follows a database owned by this cluster.
- attached_
database_ strconfiguration_ name 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_ strresource_ id Resource id of the cluster that follows a database owned by this cluster.
- attached
Database StringConfiguration Name Resource name of the attached database configuration in the follower cluster.
- database
Name String The database name owned by this cluster that was followed. * in case following all databases.
- kusto
Pool StringResource Id 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