NewAzureRmVirtualHubCommand.HubVnetConnection 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.
[Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("HubVnetConnection", ChangeDescription="HubVnetConnection parameter is deprecated. Use *VirtualHubVnetConnection* commands")]
[System.Management.Automation.Parameter(HelpMessage="The hub virtual network connections associated with this Virtual Hub.", Mandatory=false)]
public Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[] HubVnetConnection { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletParameterBreakingChange("HubVnetConnection", ChangeDescription="HubVnetConnection parameter is deprecated. Use *VirtualHubVnetConnection* commands")>]
[<System.Management.Automation.Parameter(HelpMessage="The hub virtual network connections associated with this Virtual Hub.", Mandatory=false)>]
member this.HubVnetConnection : Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[] with get, set
Public Property HubVnetConnection As PSHubVirtualNetworkConnection()
Property Value
- Attributes