Sha256: 3e6f6fc1676b6d3c0924ae2eace0354c4d5daf56d1b6b58a20ef68c5978d99e6
Contents?: true
Size: 1.25 KB
Versions: 6
Compression:
Stored size: 1.25 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::NotificationHubs::Mgmt::V2017_04_01 module Models # # Namespace/NotificationHub Regenerate Keys # class PolicykeyResource include MsRestAzure # @return [String] Name of the key that has to be regenerated for the # Namespace/Notification Hub Authorization Rule. The value can be Primary # Key/Secondary Key. attr_accessor :policy_key # # Mapper for PolicykeyResource class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PolicykeyResource', type: { name: 'Composite', class_name: 'PolicykeyResource', model_properties: { policy_key: { client_side_validation: true, required: false, serialized_name: 'policyKey', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems