次の方法で共有


AddressResponse.VipMappings プロパティ

定義

追加の仮想 IP を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vipMappings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping> VipMappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vipMappings")>]
member this.VipMappings : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VirtualIPMapping> with get, set
Public Property VipMappings As IList(Of VirtualIPMapping)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象