class Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters

Parameters supplied to the update operation.

Attributes

credential[RW]

@return [RunAsCredentialAssociationProperty] Sets the credential of a worker group.

Private Class Methods

mapper() click to toggle source

Mapper for HybridRunbookWorkerGroupUpdateParameters class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group_update_parameters.rb, line 24
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