class Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkService
The information of an AutoApprovedPrivateLinkService.
Attributes
private_link_service[RW]
@return [String] The id of the private link service resource.
Private Class Methods
mapper()
click to toggle source
Mapper for AutoApprovedPrivateLinkService class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01/generated/azure_mgmt_network/models/auto_approved_private_link_service.rb, line 22 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