Sha256: 88d51588c8dfcacf5f579d7e06099e174b5838ecef8504a36d0d28c603524c2a
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch 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() { required: false, serialized_name: 'BatchAccountRegenerateKeyParameters', type: { name: 'Composite', class_name: 'BatchAccountRegenerateKeyParameters', model_properties: { key_name: { required: true, serialized_name: 'keyName', type: { name: 'Enum', module: 'AccountKeyType' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.10.0 | lib/generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb |