ReturnT - the next stage of the updatepublic static interface HasSubnet.UpdateStages.WithSubnet<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
withExistingSubnet(String parentNetworkResourceId,
String subnetName)
Assigns the specified subnet to this resource.
|
ReturnT withExistingSubnet(String parentNetworkResourceId, String subnetName)
parentNetworkResourceId - the resource ID of the virtual network the subnet is part ofsubnetName - the name of the subnetVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.