NewOrUpdateAzCosmosDBAccount.IpRule 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.
[System.Management.Automation.Parameter(HelpMessage="Firewall support. 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.", Mandatory=false)]
[System.Management.Automation.ValidateNotNull]
public string[] IpRule { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Firewall support. 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.", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNull>]
member this.IpRule : string[] with get, set
Public Property IpRule As String()
Property Value
String[]
- Attributes