class Azure::Compute::Mgmt::V2020_06_30::Models::PrivateEndpoint
The Private Endpoint resource.
Attributes
id[RW]
@return [String] The ARM identifier for Private Endpoint
Public Class Methods
mapper()
click to toggle source
Mapper for PrivateEndpoint
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-06-30/generated/azure_mgmt_compute/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, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end