IAddressResponse.VipMapping Property

Definition

Additional virtual IPs.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Additional virtual IPs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVirtualIPMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="vipMappings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVirtualIPMapping> VipMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Additional virtual IPs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVirtualIPMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="vipMappings", Update=true)>]
member this.VipMapping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVirtualIPMapping> with get, set
Public Property VipMapping As List(Of IVirtualIPMapping)

Property Value

Attributes

Applies to