VirtualHubId Constructors
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.
Overloads
VirtualHubId() |
Initializes a new instance of the VirtualHubId class. |
VirtualHubId(String) |
Initializes a new instance of the VirtualHubId class. |
VirtualHubId()
Initializes a new instance of the VirtualHubId class.
public VirtualHubId ();
Public Sub New ()
Applies to
VirtualHubId(String)
Initializes a new instance of the VirtualHubId class.
public VirtualHubId (string id = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VirtualHubId : string -> Microsoft.Azure.Management.Network.Fluent.Models.VirtualHubId
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.
Applies to
Azure SDK for .NET