class Azure::Hdinsight::Mgmt::V2015_03_01_preview::Models::VirtualNetworkProfile
The virtual network properties.
Attributes
id[RW]
@return [String] The ID of the virtual network.
subnet[RW]
@return [String] The name of the subnet.
Public Class Methods
mapper()
click to toggle source
Mapper for VirtualNetworkProfile
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/virtual_network_profile.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualNetworkProfile', type: { name: 'Composite', class_name: 'VirtualNetworkProfile', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, subnet: { client_side_validation: true, required: false, serialized_name: 'subnet', type: { name: 'String' } } } } } end