Share via


PacketCapture.Scope Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scope")]
public Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope Scope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scope")>]
member this.Scope : Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope with get, set
Public Property Scope As PacketCaptureMachineScope

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to