Azure Vm Workload Protected Item Extended Info Args
data class AzureVmWorkloadProtectedItemExtendedInfoArgs(val oldestRecoveryPoint: Output<String>? = null, val policyState: Output<String>? = null, val recoveryPointCount: Output<Int>? = null) : ConvertibleToJava<AzureVmWorkloadProtectedItemExtendedInfoArgs>
Additional information on Azure Workload for SQL specific backup item.
Constructors
Link copied to clipboard
fun AzureVmWorkloadProtectedItemExtendedInfoArgs(oldestRecoveryPoint: Output<String>? = null, policyState: Output<String>? = null, recoveryPointCount: Output<Int>? = null)