Azure Storage Container Args
data class AzureStorageContainerArgs(val acquireStorageAccountLock: Output<Either<String, AcquireStorageAccountLock>>? = null, val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val containerType: Output<String>, val friendlyName: Output<String>? = null, val healthStatus: Output<String>? = null, val protectableObjectType: Output<String>? = null, val protectedItemCount: Output<Double>? = null, val registrationStatus: Output<String>? = null, val resourceGroup: Output<String>? = null, val sourceResourceId: Output<String>? = null, val storageAccountVersion: Output<String>? = null) : ConvertibleToJava<AzureStorageContainerArgs>
Azure Storage Account workload-specific container.
Constructors
Link copied to clipboard
fun AzureStorageContainerArgs(acquireStorageAccountLock: Output<Either<String, AcquireStorageAccountLock>>? = null, backupManagementType: Output<Either<String, BackupManagementType>>? = null, containerType: Output<String>, friendlyName: Output<String>? = null, healthStatus: Output<String>? = null, protectableObjectType: Output<String>? = null, protectedItemCount: Output<Double>? = null, registrationStatus: Output<String>? = null, resourceGroup: Output<String>? = null, sourceResourceId: Output<String>? = null, storageAccountVersion: Output<String>? = 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 'StorageContainer'.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard