Azure SQLAGWorkload Container Protection Container Args
data class AzureSQLAGWorkloadContainerProtectionContainerArgs(val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val containerType: Output<String>, val extendedInfo: Output<AzureWorkloadContainerExtendedInfoArgs>? = null, val friendlyName: Output<String>? = null, val healthStatus: Output<String>? = null, val lastUpdatedTime: Output<String>? = null, val operationType: Output<Either<String, OperationType>>? = null, val protectableObjectType: Output<String>? = null, val registrationStatus: Output<String>? = null, val sourceResourceId: Output<String>? = null, val workloadType: Output<Either<String, WorkloadType>>? = null) : ConvertibleToJava<AzureSQLAGWorkloadContainerProtectionContainerArgs>
Container for SQL workloads under SQL Availability Group.
Constructors
Link copied to clipboard
fun AzureSQLAGWorkloadContainerProtectionContainerArgs(backupManagementType: Output<Either<String, BackupManagementType>>? = null, containerType: Output<String>, extendedInfo: Output<AzureWorkloadContainerExtendedInfoArgs>? = null, friendlyName: Output<String>? = null, healthStatus: Output<String>? = null, lastUpdatedTime: Output<String>? = null, operationType: Output<Either<String, OperationType>>? = null, protectableObjectType: Output<String>? = null, registrationStatus: Output<String>? = null, sourceResourceId: Output<String>? = null, workloadType: Output<Either<String, WorkloadType>>? = null)
Functions
Properties
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 'SQLAGWorkLoadContainer'.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard