TopologyParameters 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
TopologyParameters() |
Initializes a new instance of the TopologyParameters class. |
TopologyParameters(String, SubResource, SubResource) |
Initializes a new instance of the TopologyParameters class. |
TopologyParameters()
Initializes a new instance of the TopologyParameters class.
public TopologyParameters ();
Public Sub New ()
Applies to
TopologyParameters(String, SubResource, SubResource)
Initializes a new instance of the TopologyParameters class.
public TopologyParameters (string targetResourceGroupName = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource targetVirtualNetwork = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource targetSubnet = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TopologyParameters : string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Network.Fluent.Models.TopologyParameters
Public Sub New (Optional targetResourceGroupName As String = Nothing, Optional targetVirtualNetwork As SubResource = Nothing, Optional targetSubnet As SubResource = Nothing)
Parameters
- targetResourceGroupName
- String
The name of the target resource group to perform topology on.
- targetVirtualNetwork
- SubResource
The reference of the Virtual Network resource.
- targetSubnet
- SubResource
The reference of the Subnet resource.
Applies to
Azure SDK for .NET