Sha256: 171c5253402bf89a7bdcd9acb5c15ce7a53f30845ddc80a7a6153e8cf2473206
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 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::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_notification_hubs-0.14.0 | lib/generated/azure_mgmt_notification_hubs/models/mpns_credential.rb |