Sha256: c6aae0555224e80652ecf2f7a3809a4874409638be23eea70a4a9548caec112d
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::EventHub::Mgmt::V2018_01_01_preview module Models # # PrivateEndpoint information. # class PrivateEndpoint include MsRestAzure # @return [String] The ARM identifier for Private Endpoint. attr_accessor :id # # Mapper for PrivateEndpoint class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_event_hub-0.18.2 | lib/2018-01-01-preview/generated/azure_mgmt_event_hub/models/private_endpoint.rb |