Sha256: 6b24954f975c91d1bb5ccfab98a9038453d37122924ced00c4561c32a95d7646
Contents?: true
Size: 1.44 KB
Versions: 6
Compression:
Stored size: 1.44 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::MachineLearning::Mgmt::V2017_01_01 module Models # # Access information for a storage account. # class StorageAccount include MsRestAzure # @return [String] Specifies the name of the storage account. attr_accessor :name # @return [String] Specifies the key used to access the storage account. attr_accessor :key # # Mapper for StorageAccount class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StorageAccount', type: { name: 'Composite', class_name: 'StorageAccount', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, key: { client_side_validation: true, required: false, serialized_name: 'key', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems