PostgreSqlFlexibleServerFirewallRule.StartIPAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IP address defining the start of the range of addresses of a firewall rule. Must be expressed in IPv4 format.
public Azure.Provisioning.BicepValue<System.Net.IPAddress> StartIPAddress { get; set; }
member this.StartIPAddress : Azure.Provisioning.BicepValue<System.Net.IPAddress> with get, set
Public Property StartIPAddress As BicepValue(Of IPAddress)