public static interface LocalNetworkGateway.UpdateStages.WithAddressSpace
| Modifier and Type | Method and Description |
|---|---|
LocalNetworkGateway.Update |
withAddressSpace(String cidr)
Adds address space.
|
LocalNetworkGateway.Update |
withoutAddressSpace(String cidr)
Remove address space.
|
LocalNetworkGateway.Update withAddressSpace(String cidr)
cidr - the CIDR representation of the local network site address space.LocalNetworkGateway.Update withoutAddressSpace(String cidr)
cidr - the CIDR representation of the local network site address space./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/