Uses of Class
com.azure.resourcemanager.appservice.models.PrivateAccessSubnet
-
Packages that use PrivateAccessSubnet Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of PrivateAccessSubnet in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PrivateAccessSubnet Modifier and Type Method Description PrivateAccessSubnetPrivateAccessSubnet. withKey(Integer key)Set the key property: The key (ID) of the subnet.PrivateAccessSubnetPrivateAccessSubnet. withName(String name)Set the name property: The name of the subnet.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PrivateAccessSubnet Modifier and Type Method Description List<PrivateAccessSubnet>PrivateAccessVirtualNetwork. subnets()Get the subnets property: A List of subnets that access is allowed to on this Virtual Network.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type PrivateAccessSubnet Modifier and Type Method Description PrivateAccessVirtualNetworkPrivateAccessVirtualNetwork. withSubnets(List<PrivateAccessSubnet> subnets)Set the subnets property: A List of subnets that access is allowed to on this Virtual Network.
-