Sha256: b08318b0af7f249cf282c25e47d9a3116a30c81d14b268a7ced2d6eed2653bbf

Contents?: true

Size: 1.49 KB

Versions: 2

Compression:

Stored size: 1.49 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::Storage::Mgmt::V2016_12_01
  module Models
    #
    # The response from the ListKeys operation.
    #
    class StorageAccountListKeysResult

      include MsRestAzure

      # @return [Array<StorageAccountKey>] Gets the list of storage account
      # keys and their properties for the specified storage account.
      attr_accessor :keys


      #
      # Mapper for StorageAccountListKeysResult class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'StorageAccountListKeysResult',
          type: {
            name: 'Composite',
            class_name: 'StorageAccountListKeysResult',
            model_properties: {
              keys: {
                required: false,
                read_only: true,
                serialized_name: 'keys',
                type: {
                  name: 'Sequence',
                  element: {
                      required: false,
                      serialized_name: 'StorageAccountKeyElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'StorageAccountKey'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_storage-0.15.1 lib/2016-12-01/generated/azure_mgmt_storage/models/storage_account_list_keys_result.rb
azure_mgmt_storage-0.15.0 lib/2016-12-01/generated/azure_mgmt_storage/models/storage_account_list_keys_result.rb