class Azure::Storage::Mgmt::V2021_01_01::Models::Multichannel

Multichannel setting. Applies to Premium FileStorage only.

Attributes

enabled[RW]

@return [Boolean] Indicates whether multichannel is enabled

Private Class Methods

mapper() click to toggle source

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

# File lib/2021-01-01/generated/azure_mgmt_storage/models/multichannel.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'Multichannel',
    type: {
      name: 'Composite',
      class_name: 'Multichannel',
      model_properties: {
        enabled: {
          client_side_validation: true,
          required: false,
          serialized_name: 'enabled',
          type: {
            name: 'Boolean'
          }
        }
      }
    }
  }
end