Sha256: fa8e69fd765b3d9af7685b2cf9da053bae035c5961557817fc72fe051833287d
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::NotificationHubs module Models # # Namespace/NotificationHub Regenerate Keys # class PolicykeyResource include MsRestAzure include MsRest::JSONable # @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() { required: false, serialized_name: 'PolicykeyResource', type: { name: 'Composite', class_name: 'PolicykeyResource', model_properties: { policy_key: { required: false, serialized_name: 'policyKey', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems