次の方法で共有


NetworkConfigurationDiagnosticProfile.Destination プロパティ

定義

トラフィックの送信先を取得または設定します。 使用できる値は、'*'、IP アドレス/CIDR、サービス タグです。

[Newtonsoft.Json.JsonProperty(PropertyName="destination")]
public string Destination { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="destination")>]
member this.Destination : string with get, set
Public Property Destination As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象