次の方法で共有


LBFrontendIPConfigurationResourceSettings.PrivateIpAddress プロパティ

定義

Load Balancerの IP アドレスを取得または設定します。これは、subnetRef で指定されたサブネットから特定のプライベート IP アドレスを割り当てる必要がある場合にのみ指定されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象