Get Backup Vault Result
data class GetBackupVaultResult(val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Backup Vault information
Constructors
Link copied to clipboard
fun GetBackupVaultResult(id: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)