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 spaceLocalNetworkGateway.Update withoutAddressSpace(String cidr)
cidr - the CIDR representation of the local network site address spaceCopyright © 2021 Microsoft Corporation. All rights reserved.