Sha256: b4185a2b4f09e9f6c9c3c5f63a0431b885f2afd067a6a4d80a7745abf4f50c47
Contents?: true
Size: 1.49 KB
Versions: 9
Compression:
Stored size: 1.49 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::V2017_05_10 module Models # # Entity representing the reference to the deployment parameters. # 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() { client_side_validation: true, required: false, serialized_name: 'ParametersLink', type: { name: 'Composite', class_name: 'ParametersLink', model_properties: { uri: { client_side_validation: true, required: true, serialized_name: 'uri', type: { name: 'String' } }, content_version: { client_side_validation: true, required: false, serialized_name: 'contentVersion', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 2 rubygems