Sha256: de086d9007c95ab2e29d72dbf6bc04e17130c024c4b121f7d39b3083e818e1e7

Contents?: true

Size: 1.65 KB

Versions: 5

Compression:

Stored size: 1.65 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::Cosmosdb::Mgmt::V2019_08_01_preview
  module Models
    #
    # The resource model definition for a ARM proxy resource. It will have
    # everything other than required location and tags
    #
    class ProxyResource < Resource

      include MsRestAzure


      #
      # Mapper for ProxyResource class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ProxyResource',
          type: {
            name: 'Composite',
            class_name: 'ProxyResource',
            model_properties: {
              id: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'id',
                type: {
                  name: 'String'
                }
              },
              name: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'name',
                type: {
                  name: 'String'
                }
              },
              type: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'type',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_mgmt_cosmosdb-0.22.0 lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/proxy_resource.rb
azure_mgmt_cosmosdb-0.21.2 lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/proxy_resource.rb
azure_mgmt_cosmosdb-0.21.1 lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/proxy_resource.rb
azure_mgmt_cosmosdb-0.21.0 lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/proxy_resource.rb
azure_mgmt_cosmosdb-0.20.0 lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/models/proxy_resource.rb