次の方法で共有


IPConfiguration.PrivateIPAllocationMethod プロパティ

定義

プライベート IP アドレスの割り当て方法を取得または設定します。 使用可能な値は、'Static'、'Dynamic' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象