public final class TopologyParameters extends Object
| Constructor and Description |
|---|
TopologyParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
targetResourceGroupName()
Get the targetResourceGroupName property: The name of the target resource group to perform topology on.
|
com.azure.core.management.SubResource |
targetSubnet()
Get the targetSubnet property: The reference to the Subnet resource.
|
com.azure.core.management.SubResource |
targetVirtualNetwork()
Get the targetVirtualNetwork property: The reference to the Virtual Network resource.
|
void |
validate()
Validates the instance.
|
TopologyParameters |
withTargetResourceGroupName(String targetResourceGroupName)
Set the targetResourceGroupName property: The name of the target resource group to perform topology on.
|
TopologyParameters |
withTargetSubnet(com.azure.core.management.SubResource targetSubnet)
Set the targetSubnet property: The reference to the Subnet resource.
|
TopologyParameters |
withTargetVirtualNetwork(com.azure.core.management.SubResource targetVirtualNetwork)
Set the targetVirtualNetwork property: The reference to the Virtual Network resource.
|
public String targetResourceGroupName()
public TopologyParameters withTargetResourceGroupName(String targetResourceGroupName)
targetResourceGroupName - the targetResourceGroupName value to set.public com.azure.core.management.SubResource targetVirtualNetwork()
public TopologyParameters withTargetVirtualNetwork(com.azure.core.management.SubResource targetVirtualNetwork)
targetVirtualNetwork - the targetVirtualNetwork value to set.public com.azure.core.management.SubResource targetSubnet()
public TopologyParameters withTargetSubnet(com.azure.core.management.SubResource targetSubnet)
targetSubnet - the targetSubnet value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.