IPublicNetworkSolution.FirewallRuleIPRange Property

Definition

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipRanges", Update=true)]
public System.Collections.Generic.List<string> FirewallRuleIPRange { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipRanges", Update=true)>]
member this.FirewallRuleIPRange : System.Collections.Generic.List<string> with get, set
Public Property FirewallRuleIPRange As List(Of String)

Property Value

Attributes

Applies to