次の方法で共有


IPConfiguration.PrivateIPAllocationMethod プロパティ

定義

プライベート IP アドレスが割り当てられるメソッドを取得または設定します。 使用可能な値は次のとおりです: 'dynamic'、'static'

[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

適用対象