Sha256: b61b2a469d9ce81ebae46aaed922da2af9022a92e78eececea5ad818d7be8ba3
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 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::ARM::MachineLearning module Models # # Access information for a storage account. # class StorageAccount include MsRestAzure include MsRest::JSONable # @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() { required: false, serialized_name: 'StorageAccount', type: { name: 'Composite', class_name: 'StorageAccount', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, key: { required: false, serialized_name: 'key', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_machine_learning-0.13.0 | lib/generated/azure_mgmt_machine_learning/models/storage_account.rb |