ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface Subnet.DefinitionStages.WithAddressPrefix<ParentT>
| Modifier and Type | Method and Description |
|---|---|
Subnet.DefinitionStages.WithAttach<ParentT> |
withAddressPrefix(String cidr)
Specifies the IP address space of the subnet, within the address space of the network.
|
Subnet.DefinitionStages.WithAttach<ParentT> withAddressPrefix(String cidr)
cidr - the IP address space prefix using the CIDR notation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/