Sha256: 5d4c6813c0752646219f3a1b714c2a3a4b0d29948f1daffb4a0a66a7b52d5d74
Contents?: true
Size: 1.26 KB
Versions: 33
Compression:
Stored size: 1.26 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Network::Mgmt::V2017_11_01 module Models # # Parameters that define the resource to query the troubleshooting result. # class QueryTroubleshootingParameters include MsRestAzure # @return [String] The target resource ID to query the troubleshooting # result. attr_accessor :target_resource_id # # Mapper for QueryTroubleshootingParameters class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
33 entries across 33 versions & 2 rubygems