class Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
The dsc nodeconfiguration property associated with the entity.
Attributes
name[RW]
@return [String] Gets or sets the name of the dsc nodeconfiguration.
Private Class Methods
mapper()
click to toggle source
Mapper for DscNodeConfigurationAssociationProperty
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_association_property.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DscNodeConfigurationAssociationProperty', type: { name: 'Composite', class_name: 'DscNodeConfigurationAssociationProperty', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end