Sha256: c02bf8c7d7b94d5804348e58c54d4759d554bc6208405939d84cf8f096c2f7db
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 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 runas credential to use for hybrid worker. # class RunAsCredentialAssociationProperty include MsRestAzure # @return [String] Gets or sets the name of the credential. attr_accessor :name # # Mapper for RunAsCredentialAssociationProperty class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RunAsCredentialAssociationProperty', type: { name: 'Composite', class_name: 'RunAsCredentialAssociationProperty', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems