Share via


NetworkInterfaceIPConfiguration.PrivateIPAddress Property

Definition

Private IP address of the IP configuration. It can be a single IP address or a CIDR block in the format <address>/<prefix-length>.

public Azure.Provisioning.BicepValue<string> PrivateIPAddress { get; }
member this.PrivateIPAddress : Azure.Provisioning.BicepValue<string>
Public ReadOnly Property PrivateIPAddress As BicepValue(Of String)

Property Value

Applies to