Class: Azure::ARM::Storage::Models::EncryptionServices

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/generated/azure_mgmt_storage/models/encryption_services.rb

Overview

The encrypted services.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#blobEncryptionService

Returns The blob service.

Returns:



16
17
18
# File 'lib/generated/azure_mgmt_storage/models/encryption_services.rb', line 16

def blob
  @blob
end

Class Method Details

.mapperObject

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



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# File 'lib/generated/azure_mgmt_storage/models/encryption_services.rb', line 23

def self.mapper()
  {
    required: false,
    serialized_name: 'EncryptionServices',
    type: {
      name: 'Composite',
      class_name: 'EncryptionServices',
      model_properties: {
        blob: {
          required: false,
          serialized_name: 'blob',
          type: {
            name: 'Composite',
            class_name: 'EncryptionService'
          }
        }
      }
    }
  }
end