class Azure::Network::Mgmt::V2020_05_01::Models::AutoApprovedPrivateLinkService

The information of an AutoApprovedPrivateLinkService.

Attributes

Public Class Methods

mapper() click to toggle source

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

# File lib/2020-05-01/generated/azure_mgmt_network/models/auto_approved_private_link_service.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AutoApprovedPrivateLinkService',
    type: {
      name: 'Composite',
      class_name: 'AutoApprovedPrivateLinkService',
      model_properties: {
        private_link_service: {
          client_side_validation: true,
          required: false,
          serialized_name: 'privateLinkService',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end