toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
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.
Members
Constructors
Job
Status
Response
Link copied to clipboard
constructor
(
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.