class Azure::Network::Mgmt::V2020_06_01::Models::VpnGatewayPacketCaptureStopParameters
Stop packet capture parameters.
Attributes
sas_url[RW]
@return [String] SAS url for packet capture on vpn gateway.
Public Class Methods
mapper()
click to toggle source
Mapper for VpnGatewayPacketCaptureStopParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-06-01/generated/azure_mgmt_network/models/vpn_gateway_packet_capture_stop_parameters.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnGatewayPacketCaptureStopParameters', type: { name: 'Composite', class_name: 'VpnGatewayPacketCaptureStopParameters', model_properties: { sas_url: { client_side_validation: true, required: false, serialized_name: 'sasUrl', type: { name: 'String' } } } } } end