pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.outputs
/
JobStatusResponse
Job
Status
Response
data
class
JobStatusResponse
(
val
jobName
:
String
,
val
jobProgress
:
String
)
Defines the job status.
Types
Constructors
Properties
Constructors
Job
Status
Response
Link copied to clipboard
fun
JobStatusResponse
(
jobName
:
String
,
jobProgress
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
job
Name
Link copied to clipboard
val
jobName
:
String
Defines the job name.
job
Progress
Link copied to clipboard
val
jobProgress
:
String
Gets or sets the monitoring job percentage.