Sha256: 2d3673c031c8371ff21831544a64ac3c25f7fea11e82fbbe039930ddcab4602d
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::NotificationHubs module Models # # Description of a NotificationHub MpnsCredential. # class MpnsCredential include MsRestAzure # @return [String] The MPNS certificate. attr_accessor :mpns_certificate # @return [String] The certificate key for this credential. attr_accessor :certificate_key # @return [String] The Mpns certificate Thumbprint attr_accessor :thumbprint # # Mapper for MpnsCredential class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'MpnsCredential', type: { name: 'Composite', class_name: 'MpnsCredential', model_properties: { mpns_certificate: { required: false, serialized_name: 'properties.mpnsCertificate', type: { name: 'String' } }, certificate_key: { required: false, serialized_name: 'properties.certificateKey', type: { name: 'String' } }, thumbprint: { required: false, serialized_name: 'properties.thumbprint', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems