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