Sha256: 2fd6515566728caf8f9e410d0e72ae1f32e4b8fb3af00bdda405659105c50e08
Contents?: true
Size: 1.51 KB
Versions: 6
Compression:
Stored size: 1.51 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::Batch::Mgmt::V2017_01_01 module Models # # A set of Azure Batch account keys. # class BatchAccountKeys include MsRestAzure # @return [String] The primary key associated with the account. attr_accessor :primary # @return [String] The secondary key associated with the account. attr_accessor :secondary # # Mapper for BatchAccountKeys class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BatchAccountKeys', type: { name: 'Composite', class_name: 'BatchAccountKeys', model_properties: { primary: { client_side_validation: true, required: false, read_only: true, serialized_name: 'primary', type: { name: 'String' } }, secondary: { client_side_validation: true, required: false, read_only: true, serialized_name: 'secondary', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems