pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybriddata.kotlin.outputs
/
ScheduleResponse
Schedule
Response
data
class
ScheduleResponse
(
val
name
:
String
?
=
null
,
val
policyList
:
List
<
String
>
?
=
null
)
Schedule for the job run.
Types
Constructors
Properties
Constructors
Schedule
Response
Link copied to clipboard
fun
ScheduleResponse
(
name
:
String
?
=
null
,
policyList
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the schedule.
policy
List
Link copied to clipboard
val
policyList
:
List
<
String
>
?
=
null
A list of repetition intervals in ISO 8601 format.