class Azure::Network::Mgmt::V2019_07_01::Models::QueryTroubleshootingParameters
Parameters that define the resource to query the troubleshooting result.
Attributes
target_resource_id[RW]
@return [String] The target resource ID to query the troubleshooting result.
Public Class Methods
mapper()
click to toggle source
Mapper for QueryTroubleshootingParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-07-01/generated/azure_mgmt_network/models/query_troubleshooting_parameters.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'QueryTroubleshootingParameters', type: { name: 'Composite', class_name: 'QueryTroubleshootingParameters', model_properties: { target_resource_id: { client_side_validation: true, required: true, serialized_name: 'targetResourceId', type: { name: 'String' } } } } } end