list Sql Migration Service Auth Keys
suspend fun listSqlMigrationServiceAuthKeys(argument: ListSqlMigrationServiceAuthKeysPlainArgs): ListSqlMigrationServiceAuthKeysResult
An authentication key. API Version: 2021-10-30-preview.
Return
An authentication key.
Parameters
argument
null
suspend fun listSqlMigrationServiceAuthKeys(resourceGroupName: String, sqlMigrationServiceName: String): ListSqlMigrationServiceAuthKeysResult
Return
An authentication key.
See also
Parameters
resource Group Name
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 Service Name
Name of the SQL Migration Service.
suspend fun listSqlMigrationServiceAuthKeys(argument: suspend ListSqlMigrationServiceAuthKeysPlainArgsBuilder.() -> Unit): ListSqlMigrationServiceAuthKeysResult
Return
An authentication key.
See also
Parameters
argument
Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.ListSqlMigrationServiceAuthKeysPlainArgs.