class Azure::EventGrid::Mgmt::V2020_10_15_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/2020-10-15-preview/generated/azure_mgmt_event_grid/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