你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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