Sha256: 42aeb0c803d820e0a536556073b7a17677642f0874064da8bb0cf2b49461451d
Contents?: true
Size: 1.33 KB
Versions: 6
Compression:
Stored size: 1.33 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 # # Parameters supplied to the update operation. # class HybridRunbookWorkerGroupUpdateParameters include MsRestAzure # @return [RunAsCredentialAssociationProperty] Sets the credential of a # worker group. attr_accessor :credential # # Mapper for HybridRunbookWorkerGroupUpdateParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'HybridRunbookWorkerGroupUpdateParameters', type: { name: 'Composite', class_name: 'HybridRunbookWorkerGroupUpdateParameters', model_properties: { credential: { client_side_validation: true, required: false, serialized_name: 'credential', type: { name: 'Composite', class_name: 'RunAsCredentialAssociationProperty' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems