GetVirtualHubRouteTableCommand.VirtualHub 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.Alias(new System.String[] { "ParentObject", "ParentVirtualHub" })]
[System.Management.Automation.Parameter(HelpMessage="The parent resource.", Mandatory=true, ParameterSetName="ByVirtualHubObject", ValueFromPipeline=true)]
public Microsoft.Azure.Commands.Network.Models.PSVirtualHub VirtualHub { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "ParentObject", "ParentVirtualHub" })>]
[<System.Management.Automation.Parameter(HelpMessage="The parent resource.", Mandatory=true, ParameterSetName="ByVirtualHubObject", ValueFromPipeline=true)>]
member this.VirtualHub : Microsoft.Azure.Commands.Network.Models.PSVirtualHub with get, set
Public Property VirtualHub As PSVirtualHub
Property Value
- Attributes