Delen via


AddressResponse.VipMappings Property

Definition

Gets or sets additional virtual IPs.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to