次の方法で共有


NextHopParameters.TargetNicResourceId プロパティ

定義

NIC ID を取得または設定します。 (VM に複数の NIC があり、いずれかの NIC で IP 転送が有効になっている場合は、このパラメーターを指定する必要があります。それ以外の場合は省略可能)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象