PacketCaptureInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PacketCaptureInner() |
Initializes a new instance of the PacketCaptureInner class. |
PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>) |
Initializes a new instance of the PacketCaptureInner class. |
PacketCaptureInner()
Initializes a new instance of the PacketCaptureInner class.
public PacketCaptureInner ();
Public Sub New ()
Applies to
PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>)
Initializes a new instance of the PacketCaptureInner class.
public PacketCaptureInner (string target, Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation storageLocation, int? bytesToCapturePerPacket = default, int? totalBytesPerSession = default, int? timeLimitInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> filters = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureInner : string * Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> -> Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureInner
Public Sub New (target As String, storageLocation As PacketCaptureStorageLocation, Optional bytesToCapturePerPacket As Nullable(Of Integer) = Nothing, Optional totalBytesPerSession As Nullable(Of Integer) = Nothing, Optional timeLimitInSeconds As Nullable(Of Integer) = Nothing, Optional filters As IList(Of PacketCaptureFilter) = Nothing)
Parameters
- target
- String
The ID of the targeted resource, only VM is currently supported.
- storageLocation
- PacketCaptureStorageLocation
Describes the storage location for a packet capture session.
Number of bytes captured per packet, the remaining bytes are truncated.
- filters
- IList<PacketCaptureFilter>
A list of packet capture filters.
Applies to
Azure SDK for .NET