Uses of Class
com.microsoft.azure.management.appservice.PrivateAccessSubnet
-
-
Uses of PrivateAccessSubnet in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PrivateAccessSubnet Modifier and Type Method Description PrivateAccessSubnetPrivateAccessSubnet. withKey(Integer key)Set the key (ID) of the subnet.PrivateAccessSubnetPrivateAccessSubnet. withName(String name)Set the name of the subnet.Methods in com.microsoft.azure.management.appservice that return types with arguments of type PrivateAccessSubnet Modifier and Type Method Description List<PrivateAccessSubnet>PrivateAccessVirtualNetwork. subnets()Get a List of subnets that access is allowed to on this Virtual Network.Method parameters in com.microsoft.azure.management.appservice with type arguments of type PrivateAccessSubnet Modifier and Type Method Description PrivateAccessVirtualNetworkPrivateAccessVirtualNetwork. withSubnets(List<PrivateAccessSubnet> subnets)Set a List of subnets that access is allowed to on this Virtual Network.
-