Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
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 © 2019. All rights reserved.