ArmNetworkModelFactory.TopologyContent Method
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.
public static Azure.ResourceManager.Network.Models.TopologyContent TopologyContent(string targetResourceGroupName = default, Azure.Core.ResourceIdentifier targetVirtualNetworkId = default, Azure.Core.ResourceIdentifier targetSubnetId = default);
static member TopologyContent : string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.TopologyContent
Public Shared Function TopologyContent (Optional targetResourceGroupName As String = Nothing, Optional targetVirtualNetworkId As ResourceIdentifier = Nothing, Optional targetSubnetId As ResourceIdentifier = Nothing) As TopologyContent
Parameters
- targetResourceGroupName
- String
The name of the target resource group to perform topology on.
- targetVirtualNetworkId
- ResourceIdentifier
Resource ID.
- targetSubnetId
- ResourceIdentifier
Resource ID.
Returns
A new TopologyContent instance for mocking.