class Azure::Network::Mgmt::V2020_03_01::Models::AutoApprovedPrivateLinkService
The information of an AutoApprovedPrivateLinkService
.
Attributes
private_link_service[RW]
@return [String] The id of the private link service resource.
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-03-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