Uses of Class
com.azure.resourcemanager.appservice.models.PrivateAccessVirtualNetwork
-
Packages that use PrivateAccessVirtualNetwork Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of PrivateAccessVirtualNetwork in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type PrivateAccessVirtualNetwork Modifier and Type Method Description List<PrivateAccessVirtualNetwork>PrivateAccessInner. virtualNetworks()Get the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.List<PrivateAccessVirtualNetwork>PrivateAccessProperties. virtualNetworks()Get the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type PrivateAccessVirtualNetwork Modifier and Type Method Description PrivateAccessInnerPrivateAccessInner. withVirtualNetworks(List<PrivateAccessVirtualNetwork> virtualNetworks)Set the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately.PrivateAccessPropertiesPrivateAccessProperties. withVirtualNetworks(List<PrivateAccessVirtualNetwork> virtualNetworks)Set the virtualNetworks property: The Virtual Networks (and subnets) allowed to access the site privately. -
Uses of PrivateAccessVirtualNetwork in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PrivateAccessVirtualNetwork Modifier and Type Method Description PrivateAccessVirtualNetworkPrivateAccessVirtualNetwork. withKey(Integer key)Set the key property: The key (ID) of the Virtual Network.PrivateAccessVirtualNetworkPrivateAccessVirtualNetwork. withName(String name)Set the name property: The name of the Virtual Network.PrivateAccessVirtualNetworkPrivateAccessVirtualNetwork. withResourceId(String resourceId)Set the resourceId property: The ARM uri of the Virtual Network.PrivateAccessVirtualNetworkPrivateAccessVirtualNetwork. withSubnets(List<PrivateAccessSubnet> subnets)Set the subnets property: A List of subnets that access is allowed to on this Virtual Network.
-