public class TopologyParameters extends Object
| Constructor and Description |
|---|
TopologyParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
targetResourceGroupName()
Get the name of the target resource group to perform topology on.
|
com.microsoft.azure.SubResource |
targetSubnet()
Get the reference to the Subnet resource.
|
com.microsoft.azure.SubResource |
targetVirtualNetwork()
Get the reference to the Virtual Network resource.
|
TopologyParameters |
withTargetResourceGroupName(String targetResourceGroupName)
Set the name of the target resource group to perform topology on.
|
TopologyParameters |
withTargetSubnet(com.microsoft.azure.SubResource targetSubnet)
Set the reference to the Subnet resource.
|
TopologyParameters |
withTargetVirtualNetwork(com.microsoft.azure.SubResource targetVirtualNetwork)
Set the reference to the Virtual Network resource.
|
public String targetResourceGroupName()
public TopologyParameters withTargetResourceGroupName(String targetResourceGroupName)
targetResourceGroupName - the targetResourceGroupName value to setpublic com.microsoft.azure.SubResource targetVirtualNetwork()
public TopologyParameters withTargetVirtualNetwork(com.microsoft.azure.SubResource targetVirtualNetwork)
targetVirtualNetwork - the targetVirtualNetwork value to setpublic com.microsoft.azure.SubResource targetSubnet()
public TopologyParameters withTargetSubnet(com.microsoft.azure.SubResource targetSubnet)
targetSubnet - the targetSubnet value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/