azure-native.datamigration.listSqlMigrationServiceAuthKeys
Explore with Pulumi AI
Retrieve the List of Authentication Keys for Self Hosted Integration Runtime.
Uses Azure REST API version 2023-07-15-preview.
Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native datamigration [ApiVersion]
. See the version guide for details.
Using listSqlMigrationServiceAuthKeys
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 listSqlMigrationServiceAuthKeys(args: ListSqlMigrationServiceAuthKeysArgs, opts?: InvokeOptions): Promise<ListSqlMigrationServiceAuthKeysResult>
function listSqlMigrationServiceAuthKeysOutput(args: ListSqlMigrationServiceAuthKeysOutputArgs, opts?: InvokeOptions): Output<ListSqlMigrationServiceAuthKeysResult>
def list_sql_migration_service_auth_keys(resource_group_name: Optional[str] = None,
sql_migration_service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListSqlMigrationServiceAuthKeysResult
def list_sql_migration_service_auth_keys_output(resource_group_name: Optional[pulumi.Input[str]] = None,
sql_migration_service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListSqlMigrationServiceAuthKeysResult]
func ListSqlMigrationServiceAuthKeys(ctx *Context, args *ListSqlMigrationServiceAuthKeysArgs, opts ...InvokeOption) (*ListSqlMigrationServiceAuthKeysResult, error)
func ListSqlMigrationServiceAuthKeysOutput(ctx *Context, args *ListSqlMigrationServiceAuthKeysOutputArgs, opts ...InvokeOption) ListSqlMigrationServiceAuthKeysResultOutput
> Note: This function is named ListSqlMigrationServiceAuthKeys
in the Go SDK.
public static class ListSqlMigrationServiceAuthKeys
{
public static Task<ListSqlMigrationServiceAuthKeysResult> InvokeAsync(ListSqlMigrationServiceAuthKeysArgs args, InvokeOptions? opts = null)
public static Output<ListSqlMigrationServiceAuthKeysResult> Invoke(ListSqlMigrationServiceAuthKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListSqlMigrationServiceAuthKeysResult> listSqlMigrationServiceAuthKeys(ListSqlMigrationServiceAuthKeysArgs args, InvokeOptions options)
public static Output<ListSqlMigrationServiceAuthKeysResult> listSqlMigrationServiceAuthKeys(ListSqlMigrationServiceAuthKeysArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:datamigration:listSqlMigrationServiceAuthKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Sql
Migration stringService Name - Name of the SQL Migration Service.
- Resource
Group stringName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Sql
Migration stringService Name - Name of the SQL Migration Service.
- resource
Group StringName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql
Migration StringService Name - Name of the SQL Migration Service.
- resource
Group stringName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql
Migration stringService Name - Name of the SQL Migration Service.
- resource_
group_ strname - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql_
migration_ strservice_ name - Name of the SQL Migration Service.
- resource
Group StringName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sql
Migration StringService Name - Name of the SQL Migration Service.
listSqlMigrationServiceAuthKeys Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0