Share via


PacketCapture.TargetType Property

Definition

Gets or sets target type of the resource provided. Possible values include: 'AzureVM', 'AzureVMSS'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.targetType")]
public Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType? TargetType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.targetType")>]
member this.TargetType : Nullable<Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType> with get, set
Public Property TargetType As Nullable(Of PacketCaptureTargetType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to