Sha256: 3690b924711e5b84220a305a93512b04ba01276931557581895d362d38777ef0

Contents?: true

Size: 1.36 KB

Versions: 2

Compression:

Stored size: 1.36 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::Resources::Mgmt::V2016_09_01
  module Models
    #
    # Entity representing the reference to the deployment paramaters.
    #
    class ParametersLink

      include MsRestAzure

      # @return [String] The URI of the parameters file.
      attr_accessor :uri

      # @return [String] If included, must match the ContentVersion in the
      # template.
      attr_accessor :content_version


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_resources-0.15.1 lib/2016-09-01/generated/azure_mgmt_resources/models/parameters_link.rb
azure_mgmt_resources-0.15.0 lib/2016-09-01/generated/azure_mgmt_resources/models/parameters_link.rb