Sha256: 0c7fcdff98801cb04f6e54f8e9d926b69f77ea862134c428b89cfbb3e820eb14
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 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::ContainerService::Mgmt::V2020_06_01 module Models # # Private endpoint which a connection belongs to. # class PrivateEndpoint include MsRestAzure # @return [String] The resource Id 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
4 entries across 4 versions & 1 rubygems