Class: Azure::Network::Mgmt::V2020_05_01::Models::PrivateLinkServicePropertiesVisibility
- Inherits:
-
ResourceSet
- Object
- ResourceSet
- Azure::Network::Mgmt::V2020_05_01::Models::PrivateLinkServicePropertiesVisibility
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-05-01/generated/azure_mgmt_network/models/private_link_service_properties_visibility.rb
Overview
The visibility list of the private link service.
Instance Attribute Summary
Attributes inherited from ResourceSet
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PrivateLinkServicePropertiesVisibility class as Ruby Hash.
Class Method Details
.mapper ⇒ Object
Mapper for PrivateLinkServicePropertiesVisibility class as Ruby Hash. This will be used for serialization/deserialization.
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/2020-05-01/generated/azure_mgmt_network/models/private_link_service_properties_visibility.rb', line 20 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PrivateLinkServiceProperties_visibility', type: { name: 'Composite', class_name: 'PrivateLinkServicePropertiesVisibility', 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 |