class Azure::Batch::Mgmt::V2017_01_01::Models::BatchAccountKeys
Attributes
primary[RW]
@return [String] The primary key associated with the account.
secondary[RW]
@return [String] The secondary key associated with the account.
Public Class Methods
mapper()
click to toggle source
Mapper for BatchAccountKeys
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-01-01/generated/azure_mgmt_batch/models/batch_account_keys.rb, line 26 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