Sha256: e6d3c9c6795c705e870857b5f79c505fd66c12585136187df621c7d77a7d3ad2
Contents?: true
Size: 1.43 KB
Versions: 11
Compression:
Stored size: 1.43 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::OperationalInsights::Mgmt::V2015_03_20 module Models # # Describes a storage account connection. # class StorageAccount include MsRestAzure # @return [String] The Azure Resource Manager ID of the storage account # resource. attr_accessor :id # @return [String] The storage account key. 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: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } }, key: { client_side_validation: true, required: true, serialized_name: 'key', type: { name: 'String' } } } } } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems