Sha256: c9b343c729c1c74a75e46ebe5de9a1cb00e381c14b7da923d3431d6410878b32
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 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::Automation::Mgmt::V2015_10_31 module Models # # The Dsc configuration property associated with the entity. # class DscConfigurationAssociationProperty include MsRestAzure # @return [String] Gets or sets the name of the Dsc configuration. attr_accessor :name # # Mapper for DscConfigurationAssociationProperty class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'DscConfigurationAssociationProperty', type: { name: 'Composite', class_name: 'DscConfigurationAssociationProperty', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems