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