Uses of Class
com.microsoft.azure.management.appservice.PrivateAccessSubnet
Packages that use PrivateAccessSubnet
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PrivateAccessSubnet in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PrivateAccessSubnetModifier and TypeMethodDescriptionSet the key (ID) of the subnet.Set the name of the subnet.Methods in com.microsoft.azure.management.appservice that return types with arguments of type PrivateAccessSubnetModifier and TypeMethodDescriptionPrivateAccessVirtualNetwork.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 PrivateAccessSubnetModifier and TypeMethodDescriptionPrivateAccessVirtualNetwork.withSubnets
(List<PrivateAccessSubnet> subnets) Set a List of subnets that access is allowed to on this Virtual Network.