Share via


ArmNetworkModelFactory.PacketCaptureCreateOrUpdateContent Method

Definition

Initializes a new instance of PacketCaptureCreateOrUpdateContent.

public static Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent PacketCaptureCreateOrUpdateContent (string target = default, Azure.ResourceManager.Network.Models.PacketCaptureMachineScope scope = default, Azure.ResourceManager.Network.Models.PacketCaptureTargetType? targetType = default, long? bytesToCapturePerPacket = default, long? totalBytesPerSession = default, int? timeLimitInSeconds = default, Azure.ResourceManager.Network.Models.PacketCaptureStorageLocation storageLocation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.PacketCaptureFilter> filters = default);
static member PacketCaptureCreateOrUpdateContent : string * Azure.ResourceManager.Network.Models.PacketCaptureMachineScope * Nullable<Azure.ResourceManager.Network.Models.PacketCaptureTargetType> * Nullable<int64> * Nullable<int64> * Nullable<int> * Azure.ResourceManager.Network.Models.PacketCaptureStorageLocation * seq<Azure.ResourceManager.Network.Models.PacketCaptureFilter> -> Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent
Public Shared Function PacketCaptureCreateOrUpdateContent (Optional target As String = Nothing, Optional scope As PacketCaptureMachineScope = Nothing, Optional targetType As Nullable(Of PacketCaptureTargetType) = Nothing, Optional bytesToCapturePerPacket As Nullable(Of Long) = Nothing, Optional totalBytesPerSession As Nullable(Of Long) = Nothing, Optional timeLimitInSeconds As Nullable(Of Integer) = Nothing, Optional storageLocation As PacketCaptureStorageLocation = Nothing, Optional filters As IEnumerable(Of PacketCaptureFilter) = Nothing) As PacketCaptureCreateOrUpdateContent

Parameters

target
String

The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.

scope
PacketCaptureMachineScope

A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.

targetType
Nullable<PacketCaptureTargetType>

Target type of the resource provided.

bytesToCapturePerPacket
Nullable<Int64>

Number of bytes captured per packet, the remaining bytes are truncated.

totalBytesPerSession
Nullable<Int64>

Maximum size of the capture output.

timeLimitInSeconds
Nullable<Int32>

Maximum duration of the capture session in seconds.

storageLocation
PacketCaptureStorageLocation

The storage location for a packet capture session.

filters
IEnumerable<PacketCaptureFilter>

A list of packet capture filters.

Returns

A new PacketCaptureCreateOrUpdateContent instance for mocking.

Applies to