Sha256: aa481e6ca0055927f77302cb8a8d2a6c25a61a0217fb2dff91b18a7cbc06e5d8

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 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::Appconfiguration::Mgmt::V2020_06_01
  module Models
    #
    # The parameters used to regenerate an API key.
    #
    class RegenerateKeyParameters

      include MsRestAzure

      # @return [String] The id of the key to regenerate.
      attr_accessor :id


      #
      # Mapper for RegenerateKeyParameters class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'RegenerateKeyParameters',
          type: {
            name: 'Composite',
            class_name: 'RegenerateKeyParameters',
            model_properties: {
              id: {
                client_side_validation: true,
                required: false,
                serialized_name: 'id',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_appconfiguration-0.17.4 lib/2020-06-01/generated/azure_mgmt_appconfiguration/models/regenerate_key_parameters.rb
azure_mgmt_appconfiguration-0.17.3 lib/2020-06-01/generated/azure_mgmt_appconfiguration/models/regenerate_key_parameters.rb