IBackendAddressPool.BackendIPConfiguration Property

Definition

An array of references to IP addresses defined in network interfaces.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to IP addresses defined in network interfaces.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceIPConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="backendIPConfigurations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceIPConfiguration> BackendIPConfiguration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to IP addresses defined in network interfaces.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceIPConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="backendIPConfigurations", Update=false)>]
member this.BackendIPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterfaceIPConfiguration>
Public ReadOnly Property BackendIPConfiguration As List(Of INetworkInterfaceIPConfiguration)

Property Value

Attributes

Applies to