GetSqlServerInstanceJobsStatusPlainArgs

data class GetSqlServerInstanceJobsStatusPlainArgs(val featureName: String? = null, val jobType: String? = null, val resourceGroupName: String, val sqlServerInstanceName: String) : ConvertibleToJava<GetSqlServerInstanceJobsStatusPlainArgs>

Constructors

Link copied to clipboard
constructor(featureName: String? = null, jobType: String? = null, resourceGroupName: String, sqlServerInstanceName: String)

Properties

Link copied to clipboard
val featureName: String? = null

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

Link copied to clipboard
val jobType: String? = null

The type of the job to retrieve the status for.

Link copied to clipboard

The name of the Azure resource group

Link copied to clipboard

Name of SQL Server Instance

Functions

Link copied to clipboard
open override fun toJava(): GetSqlServerInstanceJobsStatusPlainArgs