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

Version Path
azure_mgmt_operational_insights-0.20.0 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.19.3 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.19.2 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.19.1 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.19.0 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.18.0 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.17.2 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.17.1 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.17.0 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.16.0 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb
azure_mgmt_operational_insights-0.15.2 lib/2015-03-20/generated/azure_mgmt_operational_insights/models/storage_account.rb