Class: Azure::ARM::Network::Models::QueryTroubleshootingParameters
- Inherits:
-
Object
- Object
- Azure::ARM::Network::Models::QueryTroubleshootingParameters
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_network/models/query_troubleshooting_parameters.rb
Overview
Parameters that define the resource to query the troubleshooting result.
Instance Attribute Summary collapse
-
#target_resource_id ⇒ String
result.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for QueryTroubleshootingParameters class as Ruby Hash.
Instance Attribute Details
#target_resource_id ⇒ String
result.
18 19 20 |
# File 'lib/generated/azure_mgmt_network/models/query_troubleshooting_parameters.rb', line 18 def target_resource_id @target_resource_id end |
Class Method Details
.mapper ⇒ Object
Mapper for QueryTroubleshootingParameters class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/generated/azure_mgmt_network/models/query_troubleshooting_parameters.rb', line 25 def self.mapper() { required: false, serialized_name: 'QueryTroubleshootingParameters', type: { name: 'Composite', class_name: 'QueryTroubleshootingParameters', model_properties: { target_resource_id: { required: true, serialized_name: 'targetResourceId', type: { name: 'String' } } } } } end |