class Azure::ServiceBus::Mgmt::V2015_08_01::Models::RegenerateKeysParameters

Parameters supplied to the Regenerate Authorization Rule operation.

Attributes

policykey[RW]

@return [Policykey] Key that needs to be regenerated. Possible values include: 'PrimaryKey', 'SecondaryKey'

Public Class Methods

mapper() click to toggle source

Mapper for RegenerateKeysParameters class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2015-08-01/generated/azure_mgmt_service_bus/models/regenerate_keys_parameters.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'RegenerateKeysParameters',
    type: {
      name: 'Composite',
      class_name: 'RegenerateKeysParameters',
      model_properties: {
        policykey: {
          client_side_validation: true,
          required: false,
          serialized_name: 'Policykey',
          type: {
            name: 'Enum',
            module: 'Policykey'
          }
        }
      }
    }
  }
end