Sha256: 2f97c09da30c41de3f22722599a996fce9b2e0f49e8a5446c64afd7626044881
Contents?: true
Size: 1.17 KB
Versions: 15
Compression:
Stored size: 1.17 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::V2019_07_01 module Models # # Stop packet capture parameters. # class VpnPacketCaptureStopParameters include MsRestAzure # @return [String] SAS url for packet capture on virtual network gateway. attr_accessor :sas_url # # Mapper for VpnPacketCaptureStopParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnPacketCaptureStopParameters', type: { name: 'Composite', class_name: 'VpnPacketCaptureStopParameters', model_properties: { sas_url: { client_side_validation: true, required: false, serialized_name: 'sasUrl', type: { name: 'String' } } } } } end end end end
Version data entries
15 entries across 15 versions & 2 rubygems