toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.workloads.kotlin.inputs
/
BackupProfileArgs
Backup
Profile
Args
data
class
BackupProfileArgs
(
val
backupEnabled
:
Output
<
Either
<
String
,
EnableBackup
>
>
)
:
ConvertibleToJava
<
BackupProfileArgs
>
Backup profile
Members
Constructors
Backup
Profile
Args
Link copied to clipboard
constructor
(
backupEnabled
:
Output
<
Either
<
String
,
EnableBackup
>
>
)
Properties
backup
Enabled
Link copied to clipboard
val
backupEnabled
:
Output
<
Either
<
String
,
EnableBackup
>
>
Whether to enable Azure backup for the workload
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BackupProfileArgs