public static interface Network.UpdateStages.WithAddressSpace
| Modifier and Type | Method and Description |
|---|---|
Network.Update |
withAddressSpace(String cidr)
Explicitly adds an address space to the virtual network.
|
Network.Update withAddressSpace(String cidr)
Note this method's effect is additive, i.e. each time it is used, a new address space is added to the network.
This method does not check for conflicts or overlaps with other address spaces. If there is a conflict, a cloud exception may be thrown after the update is applied.
cidr - the CIDR representation of the address space/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/