class Azure::Monitor::Mgmt::V2019_10_17_preview::Models::PrivateEndpointProperty
Private endpoint which the connection belongs to.
Attributes
id[RW]
@return [String] Resource id of the private endpoint.
Private Class Methods
mapper()
click to toggle source
Mapper for PrivateEndpointProperty
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-10-17-preview/generated/azure_mgmt_monitor/models/private_endpoint_property.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PrivateEndpointProperty', type: { name: 'Composite', class_name: 'PrivateEndpointProperty', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } } } } } end