Sha256: 801e55f3b1435632b8e889bb4e774fdc5080de3cbf40e3a1b6558ccae4618fad
Contents?: true
Size: 1.3 KB
Versions: 6
Compression:
Stored size: 1.3 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_09_01 module Models # # Parameters supplied to the RegenerateKey operation. # class BatchAccountRegenerateKeyParameters include MsRestAzure # @return [AccountKeyType] The type of account key to regenerate. # Possible values include: 'Primary', 'Secondary' attr_accessor :key_name # # Mapper for BatchAccountRegenerateKeyParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BatchAccountRegenerateKeyParameters', type: { name: 'Composite', class_name: 'BatchAccountRegenerateKeyParameters', model_properties: { key_name: { client_side_validation: true, required: true, serialized_name: 'keyName', type: { name: 'Enum', module: 'AccountKeyType' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems