Sql Storage Update Settings Response
data class SqlStorageUpdateSettingsResponse(val diskConfigurationType: String? = null, val diskCount: Int? = null, val startingDeviceId: Int? = null)
Set disk storage settings for SQL Server.
Constructors
Link copied to clipboard
fun SqlStorageUpdateSettingsResponse(diskConfigurationType: String? = null, diskCount: Int? = null, startingDeviceId: Int? = null)