Sha256: 5493dd5c1e5d30072b2abfad45d6e57a67380f6b389971a1f17036aa1f0fb2b5
Contents?: true
Size: 1.53 KB
Versions: 4
Compression:
Stored size: 1.53 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::NotificationHubs module Models # # Namespace/NotificationHub Connection String # class ResourceListKeys include MsRestAzure # @return [String] Gets or sets the primaryConnectionString of the # created Namespace AuthorizationRule. attr_accessor :primary_connection_string # @return [String] Gets or sets the secondaryConnectionString of the # created Namespace AuthorizationRule attr_accessor :secondary_connection_string # # Mapper for ResourceListKeys class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ResourceListKeys', type: { name: 'Composite', class_name: 'ResourceListKeys', model_properties: { primary_connection_string: { required: false, serialized_name: 'primaryConnectionString', type: { name: 'String' } }, secondary_connection_string: { required: false, serialized_name: 'secondaryConnectionString', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems