Sha256: 111f72d37bf2dd0ce5424cf63298f50c5262ad1cefdfbe7c1addc80260a96538
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 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 # # Definition of the agent registration keys. # class AgentRegistrationKeys include MsRestAzure # @return [String] Gets or sets the primary key. attr_accessor :primary # @return [String] Gets or sets the secondary key. attr_accessor :secondary # # Mapper for AgentRegistrationKeys class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AgentRegistrationKeys', type: { name: 'Composite', class_name: 'AgentRegistrationKeys', model_properties: { primary: { required: false, serialized_name: 'primary', type: { name: 'String' } }, secondary: { required: false, serialized_name: 'secondary', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems