Azure File Share Protection Policy Args
data class AzureFileShareProtectionPolicyArgs(val backupManagementType: Output<String>, val protectedItemsCount: Output<Int>? = null, val retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null, val schedulePolicy: Output<Any>? = null, val timeZone: Output<String>? = null, val workLoadType: Output<Either<String, WorkloadType>>? = null) : ConvertibleToJava<AzureFileShareProtectionPolicyArgs>
AzureStorage backup policy.
Constructors
Link copied to clipboard
fun AzureFileShareProtectionPolicyArgs(backupManagementType: Output<String>, protectedItemsCount: Output<Int>? = null, retentionPolicy: Output<Either<LongTermRetentionPolicyArgs, SimpleRetentionPolicyArgs>>? = null, schedulePolicy: Output<Any>? = null, timeZone: Output<String>? = null, workLoadType: Output<Either<String, WorkloadType>>? = null)