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