get Sql Server Instance Jobs Status
suspend fun getSqlServerInstanceJobsStatus(argument: GetSqlServerInstanceJobsStatusPlainArgs): GetSqlServerInstanceJobsStatusResult
Gets jobs status details for sql arc resource Uses Azure REST API version 2024-05-01-preview. Other available API versions: 2025-03-01-preview.
Return
The response for the status of the jobs running on the SQL Server instance.
Parameters
argument
null
suspend fun getSqlServerInstanceJobsStatus(featureName: String? = null, jobType: String? = null, resourceGroupName: String, sqlServerInstanceName: String): GetSqlServerInstanceJobsStatusResult
Return
The response for the status of the jobs running on the SQL Server instance.
Parameters
feature Name
The name of the feature to retrieve the job status for.
job Type
The type of the job to retrieve the status for.
resource Group Name
The name of the Azure resource group
sql Server Instance Name
Name of SQL Server Instance
See also
suspend fun getSqlServerInstanceJobsStatus(argument: suspend GetSqlServerInstanceJobsStatusPlainArgsBuilder.() -> Unit): GetSqlServerInstanceJobsStatusResult
Return
The response for the status of the jobs running on the SQL Server instance.
Parameters
argument
Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetSqlServerInstanceJobsStatusPlainArgs.