class Azure::EventHub::Mgmt::V2018_01_01_preview::Models::PrivateEndpoint
PrivateEndpoint
information.
Attributes
id[RW]
@return [String] The ARM identifier for Private Endpoint.
Private Class Methods
mapper()
click to toggle source
Mapper for PrivateEndpoint
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-01-01-preview/generated/azure_mgmt_event_hub/models/private_endpoint.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PrivateEndpoint', type: { name: 'Composite', class_name: 'PrivateEndpoint', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end