KeyVaultNetworkRuleSetBase.IpAddressRange 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 range for network rule set
[System.Management.Automation.Parameter(HelpMessage="Specifies allowed network IP address range of network rule.", Mandatory=false)]
public string[] IpAddressRange { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Specifies allowed network IP address range of network rule.", Mandatory=false)]
[System.Management.Automation.ValidateCount(0, 127)]
public string[] IpAddressRange { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Specifies allowed network IP address range of network rule.", Mandatory=false)>]
member this.IpAddressRange : string[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="Specifies allowed network IP address range of network rule.", Mandatory=false)>]
[<System.Management.Automation.ValidateCount(0, 127)>]
member this.IpAddressRange : string[] with get, set
Public Property IpAddressRange As String()
Property Value
String[]
- Attributes