class Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings

Set workload type to optimize storage for SQL Server.

Attributes

sql_workload_type[RW]

@return [SqlWorkloadType] SQL Server workload type. Possible values include: 'GENERAL', 'OLTP', 'DW'

Private Class Methods

mapper() click to toggle source

Mapper for SqlWorkloadTypeUpdateSettings class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/models/sql_workload_type_update_settings.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'SqlWorkloadTypeUpdateSettings',
    type: {
      name: 'Composite',
      class_name: 'SqlWorkloadTypeUpdateSettings',
      model_properties: {
        sql_workload_type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'sqlWorkloadType',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end