| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Network.Update |
Network.UpdateStages.WithAddressSpace.withAddressSpace(String cidr)
Explicitly adds an address space to the virtual network.
|
Network.Update |
Network.UpdateStages.WithDnsServer.withDnsServer(String ipAddress)
Specifies the IP address of the DNS server to associate with the virtual network.
|
Network.Update |
Network.UpdateStages.WithSubnet.withoutSubnet(String name)
Removes a subnet from the virtual network.
|
Network.Update |
Network.UpdateStages.WithSubnet.withSubnet(String name,
String cidr)
Explicitly adds a subnet to the virtual network.
|
Network.Update |
Network.UpdateStages.WithSubnet.withSubnets(Map<String,String> nameCidrPairs)
Explicitly defines all the subnets in the virtual network based on the provided map.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet.UpdateDefinitionStages.Blank<Network.Update> |
Network.UpdateStages.WithSubnet.defineSubnet(String name)
Begins the definition of a new subnet to be added to this virtual network.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/