IFirewallRule.EndIPAddress Property

Definition

The end IP address of the server firewall rule. Must be IPv4 format.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="The end IP address of the server firewall rule. Must be IPv4 format.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="endIpAddress", Update=true)]
public string EndIPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=true, Description="The end IP address of the server firewall rule. Must be IPv4 format.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="endIpAddress", Update=true)>]
member this.EndIPAddress : string with get, set
Public Property EndIPAddress As String

Property Value

Attributes

Applies to