| Modifier and Type | Method and Description |
|---|---|
PrivateAccessSubnet |
PrivateAccessSubnet.withKey(Integer key)
Set the key (ID) of the subnet.
|
PrivateAccessSubnet |
PrivateAccessSubnet.withName(String name)
Set the name of the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrivateAccessSubnet> |
PrivateAccessVirtualNetwork.subnets()
Get a List of subnets that access is allowed to on this Virtual Network.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateAccessVirtualNetwork |
PrivateAccessVirtualNetwork.withSubnets(List<PrivateAccessSubnet> subnets)
Set a List of subnets that access is allowed to on 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.
*/