Sha256: a5d794cb0e225274b33b8bd9b8592d96ec35ce2e26404c0fd4e988d4103a90ea
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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_03_01 module Models # # Parameters that define a resource to query flow log status. # class FlowLogStatusParameters include MsRestAzure # @return [String] The target resource where getting the flow logging # status. attr_accessor :target_resource_id # # Mapper for FlowLogStatusParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'FlowLogStatusParameters', type: { name: 'Composite', class_name: 'FlowLogStatusParameters', model_properties: { target_resource_id: { required: true, serialized_name: 'targetResourceId', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems