Share via


InboundNatRule.BackendIPConfiguration Property

Definition

Gets a reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.backendIPConfiguration")]
public Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration BackendIPConfiguration { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.backendIPConfiguration")>]
member this.BackendIPConfiguration : Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration
Public ReadOnly Property BackendIPConfiguration As NetworkInterfaceIPConfiguration

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to