ArmNetworkModelFactory.PacketCaptureMachineScope Method

Definition

public static Azure.ResourceManager.Network.Models.PacketCaptureMachineScope PacketCaptureMachineScope(System.Collections.Generic.IEnumerable<string> include = default, System.Collections.Generic.IEnumerable<string> exclude = default);
static member PacketCaptureMachineScope : seq<string> * seq<string> -> Azure.ResourceManager.Network.Models.PacketCaptureMachineScope
Public Shared Function PacketCaptureMachineScope (Optional include As IEnumerable(Of String) = Nothing, Optional exclude As IEnumerable(Of String) = Nothing) As PacketCaptureMachineScope

Parameters

include
IEnumerable<String>

List of AzureVMSS instances to run packet capture on.

exclude
IEnumerable<String>

List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.

Returns

A new PacketCaptureMachineScope instance for mocking.

Applies to