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