class Azure::EventGrid::Mgmt::V2020_04_01_preview::Models::EventChannelDestination
Properties of the destination of an event channel.
Attributes
azure_subscription_id[RW]
partner_topic_name[RW]
@return [String] Name of the partner topic associated with the event channel.
Public Class Methods
mapper()
click to toggle source
Mapper for EventChannelDestination
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-04-01-preview/generated/azure_mgmt_event_grid/models/event_channel_destination.rb, line 36 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EventChannelDestination', type: { name: 'Composite', class_name: 'EventChannelDestination', model_properties: { azure_subscription_id: { client_side_validation: true, required: false, serialized_name: 'azureSubscriptionId', type: { name: 'String' } }, resource_group: { client_side_validation: true, required: false, serialized_name: 'resourceGroup', type: { name: 'String' } }, partner_topic_name: { client_side_validation: true, required: false, serialized_name: 'partnerTopicName', type: { name: 'String' } } } } } end