class Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys
Namespace/NotificationHub Connection String
Attributes
key_name[RW]
@return [String] KeyName of the created AuthorizationRule
primary_connection_string[RW]
@return [String] PrimaryConnectionString of the AuthorizationRule.
primary_key[RW]
@return [String] PrimaryKey of the created AuthorizationRule.
secondary_connection_string[RW]
@return [String] SecondaryConnectionString of the created AuthorizationRule
secondary_key[RW]
@return [String] SecondaryKey of the created AuthorizationRule
Private Class Methods
mapper()
click to toggle source
Mapper for ResourceListKeys
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/resource_list_keys.rb, line 36 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResourceListKeys', type: { name: 'Composite', class_name: 'ResourceListKeys', model_properties: { primary_connection_string: { client_side_validation: true, required: false, serialized_name: 'primaryConnectionString', type: { name: 'String' } }, secondary_connection_string: { client_side_validation: true, required: false, serialized_name: 'secondaryConnectionString', type: { name: 'String' } }, primary_key: { client_side_validation: true, required: false, serialized_name: 'primaryKey', type: { name: 'String' } }, secondary_key: { client_side_validation: true, required: false, serialized_name: 'secondaryKey', type: { name: 'String' } }, key_name: { client_side_validation: true, required: false, serialized_name: 'keyName', type: { name: 'String' } } } } } end