次の方法で共有


PacketCaptureParameters.TargetType プロパティ

定義

指定されたリソースのターゲットの種類を取得または設定します。 使用可能な値は、'AzureVM'、'AzureVMSS' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象