Sha256: 32b9733f4e986af2ed9a337b0de7cdeb18f81595c58631a362c2b3b50cb168cb
Contents?: true
Size: 1.39 KB
Versions: 3
Compression:
Stored size: 1.39 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch module Models # # Values returned by the RegenerateKey operation. # class BatchAccountRegenerateKeyResult 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 BatchAccountRegenerateKeyResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'BatchAccountRegenerateKeyResult', type: { name: 'Composite', class_name: 'BatchAccountRegenerateKeyResult', model_properties: { primary: { required: false, serialized_name: 'primary', type: { name: 'String' } }, secondary: { required: false, serialized_name: 'secondary', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems