toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dataprotection.kotlin.outputs
/
ScheduleBasedBackupCriteriaResponse
/
ScheduleBasedBackupCriteriaResponse
Schedule
Based
Backup
Criteria
Response
constructor
(
absoluteCriteria
:
List
<
String
>
?
=
null
,
daysOfMonth
:
List
<
DayResponse
>
?
=
null
,
daysOfTheWeek
:
List
<
String
>
?
=
null
,
monthsOfYear
:
List
<
String
>
?
=
null
,
objectType
:
String
,
scheduleTimes
:
List
<
String
>
?
=
null
,
weeksOfTheMonth
:
List
<
String
>
?
=
null
)