Sha256: 98ceca279e2a729209e37ed4f54bbe3a95c2a087558b2e956c1f360d8f8deea6
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 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() { required: false, serialized_name: 'HybridRunbookWorkerGroupUpdateParameters', type: { name: 'Composite', class_name: 'HybridRunbookWorkerGroupUpdateParameters', model_properties: { credential: { required: false, serialized_name: 'credential', type: { name: 'Composite', class_name: 'RunAsCredentialAssociationProperty' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems