public class TopologyParameters extends Object
| Constructor and Description |
|---|
TopologyParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
targetResourceGroupName()
Get the targetResourceGroupName value.
|
com.microsoft.azure.SubResource |
targetSubnet()
Get the targetSubnet value.
|
com.microsoft.azure.SubResource |
targetVirtualNetwork()
Get the targetVirtualNetwork value.
|
TopologyParameters |
withTargetResourceGroupName(String targetResourceGroupName)
Set the targetResourceGroupName value.
|
TopologyParameters |
withTargetSubnet(com.microsoft.azure.SubResource targetSubnet)
Set the targetSubnet value.
|
TopologyParameters |
withTargetVirtualNetwork(com.microsoft.azure.SubResource targetVirtualNetwork)
Set the targetVirtualNetwork value.
|
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.
*/