getSqlServerInstanceJobsStatus

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

featureName

The name of the feature to retrieve the job status for.

jobType

The type of the job to retrieve the status for.

resourceGroupName

The name of the Azure resource group

sqlServerInstanceName

Name of SQL Server Instance

See also


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.

See also