Azure Workload Container Response
data class AzureWorkloadContainerResponse(val backupManagementType: String? = null, val containerType: String, val extendedInfo: AzureWorkloadContainerExtendedInfoResponse? = null, val friendlyName: String? = null, val healthStatus: String? = null, val lastUpdatedTime: String? = null, val operationType: String? = null, val protectableObjectType: String? = null, val registrationStatus: String? = null, val sourceResourceId: String? = null, val workloadType: String? = null)
Container for the workloads running inside Azure Compute or Classic Compute.
Constructors
Link copied to clipboard
fun AzureWorkloadContainerResponse(backupManagementType: String? = null, containerType: String, extendedInfo: AzureWorkloadContainerExtendedInfoResponse? = null, friendlyName: String? = null, healthStatus: String? = null, lastUpdatedTime: String? = null, operationType: String? = null, protectableObjectType: String? = null, registrationStatus: String? = null, sourceResourceId: String? = null, workloadType: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload Backup is VMAppContainer Expected value is 'AzureWorkloadContainer'.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard