class Azure::Network::Mgmt::V2019_11_01::Models::PrivateLinkServicePropertiesAutoApproval

The auto-approval list of the private link service.

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-11-01/generated/azure_mgmt_network/models/private_link_service_properties_auto_approval.rb, line 20
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PrivateLinkServiceProperties_autoApproval',
    type: {
      name: 'Composite',
      class_name: 'PrivateLinkServicePropertiesAutoApproval',
      model_properties: {
        subscriptions: {
          client_side_validation: true,
          required: false,
          serialized_name: 'subscriptions',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end