Sha256: be8969a74d4703863745a85c06a9b226df6371cfbe308ce4c43ef07fdf90a9e3
Contents?: true
Size: 1.12 KB
Versions: 12
Compression:
Stored size: 1.12 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::Storage::Mgmt::V2019_06_01 module Models # # The Private Endpoint resource. # 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, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems