Class: Azure::Network::Mgmt::V2020_04_01::Models::VpnPacketCaptureStopParameters
- Inherits:
-
Object
- Object
- Azure::Network::Mgmt::V2020_04_01::Models::VpnPacketCaptureStopParameters
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-04-01/generated/azure_mgmt_network/models/vpn_packet_capture_stop_parameters.rb
Overview
Stop packet capture parameters.
Instance Attribute Summary collapse
-
#sas_url ⇒ String
SAS url for packet capture on virtual network gateway.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VpnPacketCaptureStopParameters class as Ruby Hash.
Instance Attribute Details
#sas_url ⇒ String
Returns SAS url for packet capture on virtual network gateway.
16 17 18 |
# File 'lib/2020-04-01/generated/azure_mgmt_network/models/vpn_packet_capture_stop_parameters.rb', line 16 def sas_url @sas_url end |
Class Method Details
.mapper ⇒ Object
Mapper for VpnPacketCaptureStopParameters class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2020-04-01/generated/azure_mgmt_network/models/vpn_packet_capture_stop_parameters.rb', line 23 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 |