class Azure::Network::Mgmt::V2018_11_01::Models::EndpointService

Identifies the service being brought into the virtual network.

Attributes

id[RW]

@return [String] A unique identifier of the service being referenced by the interface endpoint.

Public Class Methods

mapper() click to toggle source

Mapper for EndpointService class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-11-01/generated/azure_mgmt_network/models/endpoint_service.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'EndpointService',
    type: {
      name: 'Composite',
      class_name: 'EndpointService',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end