Sha256: dc9a61b8c0f6a89834f50f7cb2354defb00ed876b47d19212d04a9d61706f09a
Contents?: true
Size: 1.26 KB
Versions: 32
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::V2018_06_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
32 entries across 32 versions & 2 rubygems