Sha256: 26b9f43e553df7df71bd08fe4654fb0fa2270739d74f6db83fc19b27ed4ecdee
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 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::V2021_01_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() { client_side_validation: true, required: false, serialized_name: 'StorageAccountListKeysResult', type: { name: 'Composite', class_name: 'StorageAccountListKeysResult', model_properties: { keys: { client_side_validation: true, required: false, read_only: true, serialized_name: 'keys', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StorageAccountKeyElementType', type: { name: 'Composite', class_name: 'StorageAccountKey' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_storage-0.23.0 | lib/2021-01-01/generated/azure_mgmt_storage/models/storage_account_list_keys_result.rb |