Class: Azure::Synapse::Mgmt::V2019_06_01_preview::Models::VirtualNetworkProfile
- Inherits:
-
Object
- Object
- Azure::Synapse::Mgmt::V2019_06_01_preview::Models::VirtualNetworkProfile
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/virtual_network_profile.rb
Overview
Virtual Network Profile
Instance Attribute Summary collapse
-
#compute_subnet_id ⇒ String
Subnet ID used for computes in workspace.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VirtualNetworkProfile class as Ruby Hash.
Instance Attribute Details
#compute_subnet_id ⇒ String
Returns Subnet ID used for computes in workspace.
16 17 18 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/virtual_network_profile.rb', line 16 def compute_subnet_id @compute_subnet_id end |
Class Method Details
.mapper ⇒ Object
Mapper for VirtualNetworkProfile class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/virtual_network_profile.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualNetworkProfile', type: { name: 'Composite', class_name: 'VirtualNetworkProfile', model_properties: { compute_subnet_id: { client_side_validation: true, required: false, serialized_name: 'computeSubnetId', type: { name: 'String' } } } } } end |