class Azure::EventGrid::Mgmt::V2019_01_01::Models::HybridConnectionEventSubscriptionDestination
Information about the HybridConnection destination for an event subscription.
Attributes
endpointType[RW]
Public Class Methods
mapper()
click to toggle source
Mapper for HybridConnectionEventSubscriptionDestination
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01/generated/azure_mgmt_event_grid/models/hybrid_connection_event_subscription_destination.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'HybridConnection', type: { name: 'Composite', class_name: 'HybridConnectionEventSubscriptionDestination', model_properties: { endpointType: { client_side_validation: true, required: true, serialized_name: 'endpointType', type: { name: 'String' } }, resource_id: { client_side_validation: true, required: false, serialized_name: 'properties.resourceId', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/2019-01-01/generated/azure_mgmt_event_grid/models/hybrid_connection_event_subscription_destination.rb, line 17 def initialize @endpointType = "HybridConnection" end